ports/149006: [PATCH] multimedia/ffmpeg: add VP8 (Google WebM) support

Jui-Nan Lin jnlin at csie.nctu.edu.tw
Tue Jul 27 17:50:02 UTC 2010


>Number:         149006
>Category:       ports
>Synopsis:       [PATCH] multimedia/ffmpeg: add VP8 (Google WebM) support
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jul 27 17:50:01 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Jui-Nan Lin
>Release:        FreeBSD 8.0-RELEASE-p4 amd64
>Organization:
>Environment:
System: FreeBSD Florence.tamama.org 8.0-RELEASE-p4 FreeBSD 8.0-RELEASE-p4 #10: Sun Jul 18 22:01:44 CST 2010
>Description:
add VP8 (Google WebM) video format support via libvpx.

Port maintainer (mm at FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:

--- ffmpeg-0.6_2,1.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/multimedia/ffmpeg/Makefile /home/users/jnlin/ports/ffmpeg/Makefile
--- /usr/ports/multimedia/ffmpeg/Makefile	2010-07-26 00:18:15.000000000 +0800
+++ /home/users/jnlin/ports/ffmpeg/Makefile	2010-07-28 00:54:32.561091178 +0800
@@ -7,7 +7,7 @@
 
 PORTNAME=	ffmpeg
 PORTVERSION=	0.6
-PORTREVISION=	1
+PORTREVISION=	2
 PORTEPOCH=	1
 CATEGORIES=	multimedia audio ipv6 net
 MASTER_SITES=	http://ffmpeg.org/releases/
@@ -42,6 +42,7 @@
 		SSSE3	"Enable ssse3 support" on \
 		THEORA	"Theora encoder (implies OGG)" on \
 		VORBIS	"Vorbis encoder via libvorbis (implies OGG)" on \
+		VP8	"VP8 encoder via libvpx" on \
 		X264	"H.264 encoder" on \
 		XVID	"Xvid encoder via xvidcore" on
 
@@ -265,6 +266,14 @@
 CONFIGURE_ARGS+=	--disable-libvorbis
 .endif
 
+# vp8
+.ifndef(WITHOUT_VP8)
+LIB_DEPENDS+=	vpx.0:${PORTSDIR}/multimedia/libvpx
+CONFIGURE_ARGS+=	--enable-libvpx
+.else
+CONFIGURE_ARGS+=	--disable-libvpx
+.endif
+
 # x264
 .ifndef(WITHOUT_X264)
 LIB_DEPENDS+=	x264.98:${PORTSDIR}/multimedia/x264
--- ffmpeg-0.6_2,1.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list