rpms/transcode/F-17 transcode.spec,1.37,1.38

Nicolas Chauvet kwizart at rpmfusion.org
Thu May 24 23:25:28 CEST 2012


Author: kwizart

Update of /cvs/free/rpms/transcode/F-17
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv26566/F-17

Modified Files:
	transcode.spec 
Log Message:
Update for F-17



Index: transcode.spec
===================================================================
RCS file: /cvs/free/rpms/transcode/F-17/transcode.spec,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- transcode.spec	10 Apr 2012 19:25:45 -0000	1.37
+++ transcode.spec	24 May 2012 21:25:28 -0000	1.38
@@ -7,7 +7,7 @@
 
 Name:           transcode
 Version:        1.1.7
-Release:        5%{?dist}
+Release:        6%{?dist}
 Summary:        Video stream processing tool
 
 Group:          Applications/Multimedia
@@ -33,7 +33,7 @@
 BuildRequires:  libquicktime-devel >= 0.9.8
 BuildRequires:  lame-devel >= 3.89
 BuildRequires:  SDL-devel >= 1.1.6
-BuildRequires:  ffmpeg-devel >= 0.4.9-0.46.20080614
+BuildRequires:  ffmpeg-compat-devel >= 0.4.9-0.46.20080614
 BuildRequires:  mpeg2dec-devel >= 0.4.0
 BuildRequires:  libtheora-devel
 BuildRequires:	libXext-devel
@@ -84,12 +84,14 @@
     iconv -f iso-8859-1 -t utf-8 $file > $file.utf8 && mv -f $file.utf8 $file
 done
 
+export PKG_CONFIG_LIBDIR="%{_libdir}/ffmpeg-compat/pkgconfig"
 %configure \
         --disable-dependency-tracking                           \
         --disable-x86-textrels                                  \
         --with-x                                                \
         --enable-libavcodec                                     \
         --enable-libavformat                                    \
+	--enable-libpostproc					\
         --enable-alsa                                           \
         --enable-freetype2                                      \
         --enable-xvid                                           \
@@ -148,6 +150,9 @@
 
 
 %changelog
+* Thu May 24 2012 Nicolas Chauvet <kwizart at gmail.com> - 1.1.7-6
+- Switch to ffmpeg-compat
+
 * Tue Apr 10 2012 Nicolas Chauvet <kwizart at gmail.com> - 1.1.7-5
 - Rebuilt
 


More information about the rpmfusion-commits mailing list