pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
pkg/45208: pkgsrc-2011Q2 - multimedia/ffmpeg - Missing vorbis support option
>Number: 45208
>Category: pkg
>Synopsis: pkgsrc-2011Q2 - multimedia/ffmpeg - Missing vorbis support
>option
>Confidential: no
>Severity: non-critical
>Priority: medium
>Responsible: pkg-manager
>State: open
>Class: change-request
>Submitter-Id: net
>Arrival-Date: Tue Aug 02 01:45:01 +0000 2011
>Originator: Matthew Mondor
>Release: NetBSD 5.1_STABLE
>Organization:
>Environment:
System: NetBSD behemoth.xisop 5.1_STABLE NetBSD 5.1_STABLE (GENERIC_MM) #0: Mon
Aug 1 12:19:58 EDT 2011
root@behemoth.xisop:/usr/obj/sys/arch/i386/compile/GENERIC_MM i386
Architecture: i386
Machine: i386
>Description:
I noticed that I had this local modification for Vorbis audio support
which was still missing in pkgsrc-2011Q2.
>How-To-Repeat:
>Fix:
Apply the attached diff
--MP_/Fooll5sphRvCdh0pMUg+mza
Content-Type: text/plain
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename=multimedia-ffmpeg-diff.txt
Index: multimedia/ffmpeg/options.mk
===================================================================
RCS file:
/nfs/ginseng/home/data/cvsup/netbsd/pkgsrc/multimedia/ffmpeg/options.mk,v
retrieving revision 1.19
diff -u -p -r1.19 options.mk
--- multimedia/ffmpeg/options.mk 24 Jan 2011 19:07:16 -0000 1.19
+++ multimedia/ffmpeg/options.mk 27 Jul 2011 09:53:58 -0000
@@ -3,8 +3,8 @@
# Global and legacy options
PKG_OPTIONS_VAR= PKG_OPTIONS.ffmpeg
-PKG_SUPPORTED_OPTIONS= theora xvid faad faac x264 opencore-amr libvpx
-PKG_SUGGESTED_OPTIONS= theora xvid x264 libvpx
+PKG_SUPPORTED_OPTIONS= theora vorbis xvid faad faac x264 opencore-amr libvpx
+PKG_SUGGESTED_OPTIONS= theora vorbis xvid x264 libvpx
#PKG_OPTIONS_OPTIONAL_GROUPS= aac-decoder
#PKG_OPTIONS_GROUP.aac-decoder= faad faac
@@ -67,6 +67,14 @@ CONFIGURE_ARGS+= --enable-libtheora
.endif
###
+### OGG Vorbis support
+###
+.if !empty(PKG_OPTIONS:Mvorbis)
+CONFIGURE_ARGS+= --enable-libvorbis
+.include "../../audio/libvorbis/buildlink3.mk"
+.endif
+
+###
### XviD support
###
.if !empty(PKG_OPTIONS:Mxvid)
--MP_/Fooll5sphRvCdh0pMUg+mza--
>Unformatted:
--MP_/Fooll5sphRvCdh0pMUg+mza
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
Home |
Main Index |
Thread Index |
Old Index