rpms/ffmpeg2theora/devel ffmpeg2theora-0.27-ldflags.patch, NONE, 1.1 ffmpeg2theora.spec, 1.8, 1.9 sources, 1.6, 1.7 .cvsignore, 1.6, 1.7 ffmpeg2theora-0.26-ldflags.patch, 1.1, NONE

Nicolas Chauvet kwizart at rpmfusion.org
Thu Oct 14 23:53:03 CEST 2010


Author: kwizart

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

Modified Files:
	ffmpeg2theora.spec sources .cvsignore 
Added Files:
	ffmpeg2theora-0.27-ldflags.patch 
Removed Files:
	ffmpeg2theora-0.26-ldflags.patch 
Log Message:
Update to 0.27


ffmpeg2theora-0.27-ldflags.patch:
 SConstruct |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE ffmpeg2theora-0.27-ldflags.patch ---
diff -up ffmpeg2theora-0.27/SConstruct.ldflags ffmpeg2theora-0.27/SConstruct
--- ffmpeg2theora-0.27/SConstruct.ldflags	2010-10-14 23:49:39.000000000 +0200
+++ ffmpeg2theora-0.27/SConstruct	2010-10-14 23:49:59.000000000 +0200
@@ -139,7 +139,7 @@ if not conf.CheckPKG(XIPH_LIBS): 
   Exit(1) 
 ParsePKGConfig(env, XIPH_LIBS)
 
-FFMPEG_LIBS=["libavcodec >= 52.30.0", "libavdevice", "libavformat", "libpostproc", "libswscale"]
+FFMPEG_LIBS=["libavcodec >= 52.30.0", "libavdevice", "libavformat", "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', '')
 if not conf.CheckPKG(' '.join(FFMPEG_LIBS)): 


Index: ffmpeg2theora.spec
===================================================================
RCS file: /cvs/free/rpms/ffmpeg2theora/devel/ffmpeg2theora.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ffmpeg2theora.spec	31 May 2010 21:32:25 -0000	1.8
+++ ffmpeg2theora.spec	14 Oct 2010 21:53:03 -0000	1.9
@@ -1,13 +1,13 @@
 Name:           ffmpeg2theora
-Version:        0.26
-Release:        2%{?dist}
+Version:        0.27
+Release:        1%{?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
+Patch0:         ffmpeg2theora-0.27-ldflags.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  scons
@@ -53,6 +53,9 @@
 
 
 %changelog
+* Thu Oct 14 2010 Nicolas Chauvet <kwizart at gmail.com> - 0.27-1
+- Update to 0.27
+
 * Mon May 31 2010 Nicolas Chauvet <kwizart at gmail.com> - 0.26-2
 - Rebuilt for ldflags
 


Index: sources
===================================================================
RCS file: /cvs/free/rpms/ffmpeg2theora/devel/sources,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- sources	28 Feb 2010 22:49:36 -0000	1.6
+++ sources	14 Oct 2010 21:53:03 -0000	1.7
@@ -1 +1 @@
-48cd8c0afbfb2bce99c032a3c6e1d1db  ffmpeg2theora-0.26.tar.bz2
+ec6bc7418aeb37f20759280f236c214a  ffmpeg2theora-0.27.tar.bz2


Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/ffmpeg2theora/devel/.cvsignore,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- .cvsignore	28 Feb 2010 22:49:36 -0000	1.6
+++ .cvsignore	14 Oct 2010 21:53:03 -0000	1.7
@@ -1 +1 @@
-ffmpeg2theora-0.26.tar.bz2
+ffmpeg2theora-0.27.tar.bz2


--- ffmpeg2theora-0.26-ldflags.patch DELETED ---



More information about the rpmfusion-commits mailing list