packages: ffmpeg/ffmpeg.spec - added aacplus bcond (using non-distributable...

qboosh qboosh at pld-linux.org
Wed Oct 12 20:04:02 CEST 2011


Author: qboosh                       Date: Wed Oct 12 18:04:02 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- added aacplus bcond (using non-distributable libaacplus)

---- Files affected:
packages/ffmpeg:
   ffmpeg.spec (1.231 -> 1.232) 

---- Diffs:

================================================================
Index: packages/ffmpeg/ffmpeg.spec
diff -u packages/ffmpeg/ffmpeg.spec:1.231 packages/ffmpeg/ffmpeg.spec:1.232
--- packages/ffmpeg/ffmpeg.spec:1.231	Mon Oct  3 20:43:58 2011
+++ packages/ffmpeg/ffmpeg.spec	Wed Oct 12 20:03:57 2011
@@ -4,6 +4,7 @@
 #
 # Conditional build:
 %bcond_with	nonfree		# non free options of package (currently: faac)
+%bcond_with	aacplus		# AAC+ encoding via libaacplus (requires nonfree)
 %bcond_without	autoreqdep	# don't care about package name deps generated by rpm
 %bcond_without	frei0r		# build without frei0r video filtering
 %bcond_without	x264		# build without x264 encoder
@@ -43,6 +44,7 @@
 %endif
 BuildRequires:	jack-audio-connection-kit-devel
 BuildRequires:	lame-libs-devel >= 3.98.3
+%{?with_aacplus:BuildRequires:	libaacplus-devel >= 2.0.0}
 BuildRequires:	libdc1394-devel
 BuildRequires:	libgsm-devel
 BuildRequires:	libnut-devel
@@ -300,6 +302,7 @@
 	--enable-gpl \
 	--enable-version3 \
 	%{?with_frei0r:--enable-frei0r} \
+	%{?with_aacplus:--enable-libaacplus} \
 	--enable-libdc1394 \
 	--enable-libcelt \
 	--enable-libdirac \
@@ -495,6 +498,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.232  2011/10/12 18:03:57  qboosh
+- added aacplus bcond (using non-distributable libaacplus)
+
 Revision 1.231  2011/10/03 18:43:58  charles
 - up 0.8.5
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/ffmpeg/ffmpeg.spec?r1=1.231&r2=1.232&f=u



More information about the pld-cvs-commit mailing list