From nobody@FreeBSD.org  Thu Feb 16 18:03:36 2012
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 8A3ED1065670
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 16 Feb 2012 18:03:36 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22])
	by mx1.freebsd.org (Postfix) with ESMTP id 7445D8FC08
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 16 Feb 2012 18:03:36 +0000 (UTC)
Received: from red.freebsd.org (localhost [127.0.0.1])
	by red.freebsd.org (8.14.4/8.14.4) with ESMTP id q1GI3aQa034571
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 16 Feb 2012 18:03:36 GMT
	(envelope-from nobody@red.freebsd.org)
Received: (from nobody@localhost)
	by red.freebsd.org (8.14.4/8.14.4/Submit) id q1GI3ajt034565;
	Thu, 16 Feb 2012 18:03:36 GMT
	(envelope-from nobody)
Message-Id: <201202161803.q1GI3ajt034565@red.freebsd.org>
Date: Thu, 16 Feb 2012 18:03:36 GMT
From: Jacques Cale <jacquescale@clovermail.net>
To: freebsd-gnats-submit@FreeBSD.org
Subject: multimedia/ffmpeg with libvpx support enable is broken
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         165209
>Category:       ports
>Synopsis:       multimedia/ffmpeg with libvpx support enable is broken
>Confidential:   no
>Severity:       serious
>Priority:       high
>Responsible:    mm
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Feb 16 18:10:14 UTC 2012
>Closed-Date:    Fri Feb 17 12:54:28 UTC 2012
>Last-Modified:  Fri Feb 17 12:54:28 UTC 2012
>Originator:     Jacques Cale
>Release:        9.0-STABLE
>Organization:
>Environment:
FreeBSD thor.my.domain 9.0-STABLE FreeBSD 9.0-STABLE #78: Fri Feb 10 10:04:35 UTC 2012     root@thor.my.domain:/usr/obj/usr/src/sys/CUSTOM  i386
>Description:
Due to library bump for libvpx (see UPDATING: 20120216) ffmpeg with libvpx support enable is broken.

We need to update ffmpeg Makefile
>How-To-Repeat:

>Fix:
 # vp8
 .if !defined(WITHOUT_VP8)
-LIB_DEPENDS+=   vpx.0:${PORTSDIR}/multimedia/libvpx
+LIB_DEPENDS+=   vpx.1:${PORTSDIR}/multimedia/libvpx
 CONFIGURE_ARGS+=        --enable-libvpx
 .else
 CONFIGURE_ARGS+=        --disable-libvpx
 .endif


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->mm 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Thu Feb 16 18:10:23 UTC 2012 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=165209 
State-Changed-From-To: open->closed 
State-Changed-By: mm 
State-Changed-When: Fri Feb 17 12:54:27 UTC 2012 
State-Changed-Why:  
Resolved by David Thiel (lx). Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=165209 
>Unformatted:
