From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jan 13 08:20:01 2014 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 00F358B4 for ; Mon, 13 Jan 2014 08:20:01 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B733D1FA7 for ; Mon, 13 Jan 2014 08:20:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id s0D8K0Uj058162 for ; Mon, 13 Jan 2014 08:20:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id s0D8K0qX058158; Mon, 13 Jan 2014 08:20:00 GMT (envelope-from gnats) Resent-Date: Mon, 13 Jan 2014 08:20:00 GMT Resent-Message-Id: <201401130820.s0D8K0qX058158@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Sergey Chernikov Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 04CC4857 for ; Mon, 13 Jan 2014 08:13:30 +0000 (UTC) Received: from oldred.freebsd.org (oldred.freebsd.org [IPv6:2001:1900:2254:206a::50:4]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E583E1F78 for ; Mon, 13 Jan 2014 08:13:29 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id s0D8DTif001097 for ; Mon, 13 Jan 2014 08:13:29 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id s0D8DTVQ001093; Mon, 13 Jan 2014 08:13:29 GMT (envelope-from nobody) Message-Id: <201401130813.s0D8DTVQ001093@oldred.freebsd.org> Date: Mon, 13 Jan 2014 08:13:29 GMT From: Sergey Chernikov To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/185738: multimedia/oggvideotools non-integer framerate X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Jan 2014 08:20:01 -0000 >Number: 185738 >Category: ports >Synopsis: multimedia/oggvideotools non-integer framerate >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Jan 13 08:20:00 UTC 2014 >Closed-Date: >Last-Modified: >Originator: Sergey Chernikov >Release: FreeBSD 9.2-STABLE >Organization: >Environment: FreeBSD mserv.home.local 9.2-STABLE FreeBSD 9.2-STABLE #18: Fri Dec 27 16:38:11 MSK 2013 sc@mserv.home.local:/usr/src/sys/amd64/compile/MSERV amd64 >Description: When trying to pass denominator in the '-f' argument of oggTranscode it just appends it to numerator. >How-To-Repeat: run oggTranscode -f nnn:dd in.ogv out.ogv >Fix: I've contacted the author of oggvideotools and according to him the fix is the following: # diff work/oggvideotools-0.8a/src/cmdlineextractor.h.orig work/oggvideotools-0.8a/src/cmdlineextractor.h 23c23 < const std::string validChars ( "0123456789,x" ); --- > const std::string validChars ( "0123456789,x:" ); I've applied it and tested (successfully). >Release-Note: >Audit-Trail: >Unformatted: