rpms/ffmpeg/F-14 ffmpeg-snapshot.sh, 1.6, 1.7 ffmpeg.spec, 1.34, 1.35 sources, 1.17, 1.18

Dominik Mierzejewski rathann at rpmfusion.org
Mon Jan 10 22:43:56 CET 2011


Author: rathann

Update of /cvs/free/rpms/ffmpeg/F-14
In directory se02.es.rpmfusion.net:/tmp/cvs-serv6104

Modified Files:
	ffmpeg-snapshot.sh ffmpeg.spec sources 
Log Message:
* Mon Jan 10 2011 Dominik Mierzejewski <rpm at greysector.net> - 0.6.1-1.20110110svn
- 20110110 snapshot
- bump version to post-0.6.1 to allow stable 0.6.1 update in older branches
- drop --with amr->opencore_amr indirection
- add qt-faststart tool (bug #1259)



Index: ffmpeg-snapshot.sh
===================================================================
RCS file: /cvs/free/rpms/ffmpeg/F-14/ffmpeg-snapshot.sh,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ffmpeg-snapshot.sh	16 Jan 2010 17:20:07 -0000	1.6
+++ ffmpeg-snapshot.sh	10 Jan 2011 21:43:56 -0000	1.7
@@ -22,9 +22,6 @@
 pushd libswscale
 svn update -r $svn libswscale
 popd
-./version.sh . version.h
-find . -type d -name .svn -print0 | xargs -0r rm -rf
-sed -i -e '/^\.PHONY: version\.h$/d' Makefile
 cd ..
 tar jcf "$pwd"/ffmpeg-$date.tar.bz2 ffmpeg-$date
 cd - >/dev/null


Index: ffmpeg.spec
===================================================================
RCS file: /cvs/free/rpms/ffmpeg/F-14/ffmpeg.spec,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- ffmpeg.spec	21 Jul 2010 17:03:57 -0000	1.34
+++ ffmpeg.spec	10 Jan 2011 21:43:56 -0000	1.35
@@ -1,15 +1,12 @@
 # TODO: add make test to %%check section
 
-%global svn     20100704
-%{?_with_amr:
-%global _with_opencore_amr 1
-}
+%global svn     20110110
 
 Summary:        Digital VCR and streaming server
 Name:           ffmpeg
-Version:        0.6
-Release:        4.%{svn}svn%{?dist}
-%if 0%{?_with_opencore_amr:1}
+Version:        0.6.1
+Release:        1.%{svn}svn%{?dist}
+%if 0%{?_with_amr:1}
 License:        GPLv3+
 %else
 License:        GPLv2+
@@ -32,11 +29,12 @@
 BuildRequires:  libvdpau-devel
 BuildRequires:  libvorbis-devel
 BuildRequires:  libvpx-devel >= 0.9.1
-%{?_with_opencore_amr:BuildRequires: opencore-amr-devel}
+%{?_with_amr:BuildRequires: opencore-amr-devel}
 BuildRequires:  openjpeg-devel
 BuildRequires:  schroedinger-devel
 BuildRequires:  SDL-devel
 BuildRequires:  speex-devel
+BuildRequires:  subversion
 BuildRequires:  texi2html
 BuildRequires:  x264-devel >= 0.0.0-0.28
 BuildRequires:  xvidcore-devel
@@ -86,7 +84,7 @@
     --arch=%{_target_cpu} \\\
     --extra-cflags="$RPM_OPT_FLAGS" \\\
     --extra-version=rpmfusion \\\
-    %{?_with_opencore_amr:--enable-libopencore-amrnb --enable-libopencore-amrwb --enable-version3} \\\
+    %{?_with_amr:--enable-libopencore-amrnb --enable-libopencore-amrwb --enable-version3} \\\
     --enable-bzlib \\\
     --enable-libdc1394 \\\
     --enable-libdirac \\\
@@ -104,7 +102,6 @@
     --enable-libxvid \\\
     --enable-x11grab \\\
     --enable-avfilter \\\
-    --enable-avfilter-lavf \\\
     --enable-postproc \\\
     --enable-pthreads \\\
     --disable-static \\\
@@ -152,6 +149,7 @@
 
 make %{?_smp_mflags}
 make documentation
+make alltools
 popd
 
 %if 0%{!?ffmpegsuffix:1}
@@ -175,6 +173,7 @@
 rm -rf $RPM_BUILD_ROOT
 pushd generic
 make install DESTDIR=$RPM_BUILD_ROOT
+install -pm755 tools/qt-faststart $RPM_BUILD_ROOT%{_bindir}
 popd
 %if 0%{!?ffmpegsuffix:1}
 pushd simd
@@ -200,6 +199,7 @@
 %{_bindir}/ffplay
 %{_bindir}/ffprobe
 %{_bindir}/ffserver
+%{_bindir}/qt-faststart
 %{_mandir}/man1/ffmpeg.1*
 %{_mandir}/man1/ffplay.1*
 %{_mandir}/man1/ffprobe.1*
@@ -230,6 +230,12 @@
 
 
 %changelog
+* Mon Jan 10 2011 Dominik Mierzejewski <rpm at greysector.net> - 0.6.1-1.20110110svn
+- 20110110 snapshot
+- bump version to post-0.6.1 to allow stable 0.6.1 update in older branches
+- drop --with amr->opencore_amr indirection
+- add qt-faststart tool (bug #1259)
+
 * Wed Jul 21 2010 Nicolas Chauvet <kwizart at gmail.com> - 0.6-4.20100704svn
 - Enable libva
 - Restore compatibility --with amr


Index: sources
===================================================================
RCS file: /cvs/free/rpms/ffmpeg/F-14/sources,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- sources	4 Jul 2010 22:19:26 -0000	1.17
+++ sources	10 Jan 2011 21:43:56 -0000	1.18
@@ -1 +1 @@
-9e4119c9252be7e4528c7fb702228701  ffmpeg-20100704.tar.bz2
+fccd69057e331c2541bb024b1e92e864  ffmpeg-20110110.tar.bz2



More information about the rpmfusion-commits mailing list