packages: ffmpeg/ffmpeg.spec - added frei0r bcond

sls sls at pld-linux.org
Sun Sep 18 13:37:07 CEST 2011


Author: sls                          Date: Sun Sep 18 11:37:07 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- added frei0r bcond

---- Files affected:
packages/ffmpeg:
   ffmpeg.spec (1.224 -> 1.225) 

---- Diffs:

================================================================
Index: packages/ffmpeg/ffmpeg.spec
diff -u packages/ffmpeg/ffmpeg.spec:1.224 packages/ffmpeg/ffmpeg.spec:1.225
--- packages/ffmpeg/ffmpeg.spec:1.224	Thu Sep  8 19:10:40 2011
+++ packages/ffmpeg/ffmpeg.spec	Sun Sep 18 13:37:01 2011
@@ -5,6 +5,7 @@
 # Conditional build:
 %bcond_with	nonfree		# non free options of package (currently: faac)
 %bcond_without	autoreqdep	# don't care about package name deps generated by rpm
+%bcond_without	frei0r		# build without frei0r video filtering
 %bcond_without	va		# VAAPI (Video Acceleration API)
 %bcond_without	vpx		# VP8, a high-quality video codec
 %bcond_without	doc		# don't build docs
@@ -34,7 +35,7 @@
 BuildRequires:	dirac-devel >= 1.0.0
 %{?with_nonfree:BuildRequires:	faac-devel}
 BuildRequires:	freetype-devel
-BuildRequires:	frei0r-devel
+%{?with_frei0r:BuildRequires:	frei0r-devel}
 %ifarch ppc
 # require version with altivec support fixed
 BuildRequires:	gcc >= 5:3.3.2-3
@@ -297,7 +298,7 @@
 	--enable-avfilter \
 	--enable-gpl \
 	--enable-version3 \
-	--enable-frei0r \
+	%{?with_frei0r:--enable-frei0r} \
 	--enable-libdc1394 \
 	--enable-libcelt \
 	--enable-libdirac \
@@ -491,6 +492,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.225  2011/09/18 11:37:01  sls
+- added frei0r bcond
+
 Revision 1.224  2011/09/08 17:10:40  arekm
 - up to 0.8.3 (fixes MSVR-11-0088)
 
================================================================

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



More information about the pld-cvs-commit mailing list