rpms/ffmpeg2theora/devel .cvsignore, 1.2, 1.3 ffmpeg2theora.spec, 1.1, 1.2 sources, 1.2, 1.3

NicolasChauvet kwizart at rpmfusion.org
Fri Dec 19 11:36:47 CET 2008


Author: kwizart

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

Modified Files:
	.cvsignore ffmpeg2theora.spec sources 
Log Message:
Update to 0.23



Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/ffmpeg2theora/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	9 Aug 2008 10:09:55 -0000	1.2
+++ .cvsignore	19 Dec 2008 10:36:46 -0000	1.3
@@ -1 +1 @@
-ffmpeg2theora-0.21.tar.bz2
+ffmpeg2theora-0.23.tar.bz2


Index: ffmpeg2theora.spec
===================================================================
RCS file: /cvs/free/rpms/ffmpeg2theora/devel/ffmpeg2theora.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ffmpeg2theora.spec	9 Aug 2008 10:09:55 -0000	1.1
+++ ffmpeg2theora.spec	19 Dec 2008 10:36:47 -0000	1.2
@@ -1,6 +1,6 @@
 Name:           ffmpeg2theora
-Version:        0.21
-Release:        2%{?dist}
+Version:        0.23
+Release:        1%{?dist}
 Summary:        Convert any file that ffmpeg can decode to theora
 
 Group:          Applications/Multimedia
@@ -9,6 +9,7 @@
 Source0:        http://www.v2v.cc/~j/ffmpeg2theora/ffmpeg2theora-%{version}.tar.bz2
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
+BuildRequires:  scons
 BuildRequires:  ffmpeg-devel, libogg-devel, libtheora-devel, libvorbis-devel
 
 
@@ -16,7 +17,7 @@
 With ffmpeg2theora you can convert any file that ffmpeg can
 decode to theora. right now the settings are hardcoded into
 the binary. the idea is to provide ffmpeg2theora as a binary
-along sites like v2v.cc to enable as many people as possible
+along sites like v2v.cc to enable as many peprefix:ople as possible
 to encode video clips with the same settings.
 
 %prep
@@ -24,14 +25,15 @@
 
 
 %build
-%configure --disable-static
-make %{?_smp_mflags}
+scons APPEND_CCFLAGS="$RPM_OPT_FLAGS"
 
 
 %install
 rm -rf $RPM_BUILD_ROOT
-make install DESTDIR=$RPM_BUILD_ROOT
-
+scons install destdir=$RPM_BUILD_ROOT prefix=%{_prefix}
+mkdir -p $RPM_BUILD_ROOT%{_mandir}/man1
+mv $RPM_BUILD_ROOT%{_prefix}/man/man1/ffmpeg2theora.1 $RPM_BUILD_ROOT%{_mandir}/man1
+rm -rf $RPM_BUILD_ROOT%{_prefix}/man
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -45,6 +47,10 @@
 
 
 %changelog
+* Fri Dec 19 2008 kwizart <kwizart at gmail.com> - 0.23-1
+- Update to 0.23
+- Change to build system to Scons
+
 * Sat Aug 09 2008 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info - 0.21-2
 - rebuild
 


Index: sources
===================================================================
RCS file: /cvs/free/rpms/ffmpeg2theora/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	9 Aug 2008 10:09:55 -0000	1.2
+++ sources	19 Dec 2008 10:36:47 -0000	1.3
@@ -1 +1 @@
-90ccfc3f562e0666b8a63520cf12d604  ffmpeg2theora-0.21.tar.bz2
+5cf9c9a70e177d027b8acce3c3ad1b8e  ffmpeg2theora-0.23.tar.bz2



More information about the rpmfusion-commits mailing list