rpms/ffmpeg2theora/devel ffmpeg2theora-0.26-ldflags.patch, NONE, 1.1 ffmpeg2theora.spec, 1.7, 1.8

Nicolas Chauvet kwizart at rpmfusion.org
Mon May 31 23:32:56 CEST 2010


Author: kwizart

Update of /cvs/free/rpms/ffmpeg2theora/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv10243/devel

Modified Files:
	ffmpeg2theora.spec 
Added Files:
	ffmpeg2theora-0.26-ldflags.patch 
Log Message:
- Rebuilt for ldflags


ffmpeg2theora-0.26-ldflags.patch:
 SConstruct |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

--- NEW FILE ffmpeg2theora-0.26-ldflags.patch ---
diff -up ffmpeg2theora-0.26/SConstruct.ldflags ffmpeg2theora-0.26/SConstruct
--- ffmpeg2theora-0.26/SConstruct.ldflags	2010-05-31 23:20:31.000000000 +0200
+++ ffmpeg2theora-0.26/SConstruct	2010-05-31 23:21:53.000000000 +0200
@@ -136,9 +136,9 @@ if not conf.CheckPKG(XIPH_LIBS): 
   Exit(1) 
 ParsePKGConfig(env, XIPH_LIBS)
 
-FFMPEG_LIBS="libavcodec libavformat libavdevice libpostproc libswscale"
+FFMPEG_LIBS="libavcodec libavformat libavdevice libpostproc libswscale libavutil"
 if os.path.exists("./ffmpeg"):
-  os.environ['PKG_CONFIG_PATH'] = "./ffmpeg/libavutil:./ffmpeg/libavformat:./ffmpeg/libavcodec:./ffmpeg/libavdevice:./ffmpeg/libswscale:./ffmpeg/libpostproc:" + os.environ.get('PKG_CONFIG_PATH', '')
+  os.environ['PKG_CONFIG_PATH'] = "./ffmpeg/libavutil:./ffmpeg/libavformat:./ffmpeg/libavcodec:./ffmpeg/libavdevice:./ffmpeg/libswscale:./ffmpeg/libpostproc:./ffmpeg/libavutil" + os.environ.get('PKG_CONFIG_PATH', '')
 if not conf.CheckPKG(FFMPEG_LIBS): 
   print """
       Could not find %s.


Index: ffmpeg2theora.spec
===================================================================
RCS file: /cvs/free/rpms/ffmpeg2theora/devel/ffmpeg2theora.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ffmpeg2theora.spec	28 Feb 2010 22:49:36 -0000	1.7
+++ ffmpeg2theora.spec	31 May 2010 21:32:25 -0000	1.8
@@ -1,12 +1,13 @@
 Name:           ffmpeg2theora
 Version:        0.26
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Convert any file that ffmpeg can decode to theora
 
 Group:          Applications/Multimedia
 License:        GPLv2+
 URL:            http://v2v.cc/~j/ffmpeg2theora/
 Source0:        http://v2v.cc/~j/ffmpeg2theora/ffmpeg2theora-%{version}.tar.bz2
+Patch0:         ffmpeg2theora-0.26-ldflags.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  scons
@@ -26,6 +27,7 @@
 
 %prep
 %setup -q
+%patch0 -p1 -b .ldflags
 
 
 %build
@@ -51,6 +53,9 @@
 
 
 %changelog
+* Mon May 31 2010 Nicolas Chauvet <kwizart at gmail.com> - 0.26-2
+- Rebuilt for ldflags
+
 * Sun Feb 28 2010 Nicolas Chauvet <kwizart at fedoraproject.org> - 0.26-1
 - Update to 0.26
 



More information about the rpmfusion-commits mailing list