rpms/ffmpeg/devel .cvsignore, 1.18, 1.19 ffmpeg-snapshot.sh, 1.7, 1.8 ffmpeg.spec, 1.35, 1.36 sources, 1.18, 1.19

Hans de Goede jwrdegoede at rpmfusion.org
Fri Jan 21 12:01:33 CET 2011


Author: jwrdegoede

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

Modified Files:
	.cvsignore ffmpeg-snapshot.sh ffmpeg.spec sources 
Log Message:
Revert ffmpeg rebase (prep for rebuild for new openjpeg


Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/ffmpeg/devel/.cvsignore,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- .cvsignore	10 Jan 2011 14:49:29 -0000	1.18
+++ .cvsignore	21 Jan 2011 11:01:32 -0000	1.19
@@ -1 +1 @@
-ffmpeg-20110110.tar.bz2
+ffmpeg-20100704.tar.bz2


Index: ffmpeg-snapshot.sh
===================================================================
RCS file: /cvs/free/rpms/ffmpeg/devel/ffmpeg-snapshot.sh,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ffmpeg-snapshot.sh	10 Jan 2011 14:49:29 -0000	1.7
+++ ffmpeg-snapshot.sh	21 Jan 2011 11:01:32 -0000	1.8
@@ -22,6 +22,9 @@
 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/devel/ffmpeg.spec,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- ffmpeg.spec	10 Jan 2011 14:49:29 -0000	1.35
+++ ffmpeg.spec	21 Jan 2011 11:01:32 -0000	1.36
@@ -1,12 +1,15 @@
 # TODO: add make test to %%check section
 
-%global svn     20110110
+%global svn     20100704
+%{?_with_amr:
+%global _with_opencore_amr 1
+}
 
 Summary:        Digital VCR and streaming server
 Name:           ffmpeg
-Version:        0.6.1
-Release:        1.%{svn}svn%{?dist}
-%if 0%{?_with_amr:1}
+Version:        0.6
+Release:        4.%{svn}svn%{?dist}
+%if 0%{?_with_opencore_amr:1}
 License:        GPLv3+
 %else
 License:        GPLv2+
@@ -29,12 +32,11 @@
 BuildRequires:  libvdpau-devel
 BuildRequires:  libvorbis-devel
 BuildRequires:  libvpx-devel >= 0.9.1
-%{?_with_amr:BuildRequires: opencore-amr-devel}
+%{?_with_opencore_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
@@ -84,7 +86,7 @@
     --arch=%{_target_cpu} \\\
     --extra-cflags="$RPM_OPT_FLAGS" \\\
     --extra-version=rpmfusion \\\
-    %{?_with_amr:--enable-libopencore-amrnb --enable-libopencore-amrwb --enable-version3} \\\
+    %{?_with_opencore_amr:--enable-libopencore-amrnb --enable-libopencore-amrwb --enable-version3} \\\
     --enable-bzlib \\\
     --enable-libdc1394 \\\
     --enable-libdirac \\\
@@ -102,6 +104,7 @@
     --enable-libxvid \\\
     --enable-x11grab \\\
     --enable-avfilter \\\
+    --enable-avfilter-lavf \\\
     --enable-postproc \\\
     --enable-pthreads \\\
     --disable-static \\\
@@ -149,7 +152,6 @@
 
 make %{?_smp_mflags}
 make documentation
-make alltools
 popd
 
 %if 0%{!?ffmpegsuffix:1}
@@ -173,7 +175,6 @@
 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
@@ -199,7 +200,6 @@
 %{_bindir}/ffplay
 %{_bindir}/ffprobe
 %{_bindir}/ffserver
-%{_bindir}/qt-faststart
 %{_mandir}/man1/ffmpeg.1*
 %{_mandir}/man1/ffplay.1*
 %{_mandir}/man1/ffprobe.1*
@@ -230,12 +230,6 @@
 
 
 %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/devel/sources,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- sources	10 Jan 2011 14:49:29 -0000	1.18
+++ sources	21 Jan 2011 11:01:32 -0000	1.19
@@ -1 +1 @@
-fccd69057e331c2541bb024b1e92e864  ffmpeg-20110110.tar.bz2
+9e4119c9252be7e4528c7fb702228701  ffmpeg-20100704.tar.bz2



More information about the rpmfusion-commits mailing list