rpms/transcode/devel transcode.spec,1.19,1.20
NicolasChauvet
kwizart at rpmfusion.org
Sat Oct 17 00:09:32 CEST 2009
Author: kwizart
Update of /cvs/free/rpms/transcode/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv9143
Modified Files:
transcode.spec
Log Message:
- Conditionalize faac (moved to nonfree).
Index: transcode.spec
===================================================================
RCS file: /cvs/free/rpms/transcode/devel/transcode.spec,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- transcode.spec 27 Aug 2009 19:22:43 -0000 1.19
+++ transcode.spec 16 Oct 2009 22:09:31 -0000 1.20
@@ -7,7 +7,7 @@
Name: transcode
Version: 1.1.4
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: Video stream processing tool
Group: Applications/Multimedia
@@ -40,7 +40,7 @@
BuildRequires: libXaw-devel
BuildRequires: libXpm-devel
BuildRequires: freetype-devel
-BuildRequires: faac-devel
+%{?_with_faac:BuildRequires: faac-devel}
BuildRequires: pvm
BuildRequires: x264-devel
%ifarch %{ix86}
@@ -101,7 +101,7 @@
--enable-libquicktime \
--enable-a52 \
--enable-lzo \
- --enable-faac \
+ %{?_with_faac:--enable-faac} \
--enable-libxml2 \
--enable-mjpegtools \
--enable-sdl \
@@ -138,6 +138,9 @@
%changelog
+* Sat Oct 17 2009 kwizart < kwizart at gmail.com > - 1.1.4-2
+- Conditionalize faac (moved to nonfree).
+
* Thu Aug 27 2009 David Juran <david at juran.se> - 1.1.4-1
- update to 1.1.4
More information about the rpmfusion-commits
mailing list