rpms/ffmpeg/devel .cvsignore, 1.16, 1.17 ffmpeg.spec, 1.30, 1.31 sources, 1.16, 1.17

Dominik Mierzejewski rathann at rpmfusion.org
Mon Jul 5 00:19:27 CEST 2010


Author: rathann

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

Modified Files:
	.cvsignore ffmpeg.spec sources 
Log Message:
* Sun Jul 04 2010 Dominik Mierzejewski <rpm at greysector.net> - 0.6-2.20100704svn
- 20100703 snapshot
- enable libvpx (WebM/VP8) support (rfbz#1250)
- drop faad2 support (dropped upstream)
- drop old Obsoletes:
- enable librtmp support



Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/ffmpeg/devel/.cvsignore,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- .cvsignore	19 Jun 2010 21:48:09 -0000	1.16
+++ .cvsignore	4 Jul 2010 22:19:26 -0000	1.17
@@ -1 +1 @@
-ffmpeg-20100619.tar.bz2
+ffmpeg-20100704.tar.bz2


Index: ffmpeg.spec
===================================================================
RCS file: /cvs/free/rpms/ffmpeg/devel/ffmpeg.spec,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- ffmpeg.spec	19 Jun 2010 22:22:12 -0000	1.30
+++ ffmpeg.spec	4 Jul 2010 22:19:26 -0000	1.31
@@ -1,12 +1,11 @@
 # TODO: add make test to %%check section
 
-%global svn     20100619
-%global faad2min 1:2.6.1
+%global svn     20100704
 
 Summary:        Digital VCR and streaming server
 Name:           ffmpeg
 Version:        0.6
-Release:        1.%{svn}svn%{?dist}
+Release:        2.%{svn}svn%{?dist}
 %if 0%{?_with_opencore_amr:1}
 License:        GPLv3+
 %else
@@ -21,14 +20,15 @@
 BuildRequires:  bzip2-devel
 BuildRequires:  dirac-devel
 %{?_with_faac:BuildRequires: faac-devel}
-BuildRequires:  faad2-devel >= %{faad2min}
 BuildRequires:  gsm-devel
 BuildRequires:  lame-devel
 BuildRequires:  libdc1394-devel
+BuildRequires:  librtmp-devel
 BuildRequires:  libtheora-devel
 %{?_with_vaapi:BuildRequires:libva-devel >= 0.31.0}
 BuildRequires:  libvdpau-devel
 BuildRequires:  libvorbis-devel
+BuildRequires:  libvpx-devel >= 0.9.1
 %{?_with_opencore_amr:BuildRequires: opencore-amr-devel}
 BuildRequires:  openjpeg-devel
 BuildRequires:  schroedinger-devel
@@ -51,9 +51,6 @@
 %package        libs
 Summary:        Libraries for %{name}
 Group:          System Environment/Libraries
-Requires:       faad2-libs >= %{faad2min}
-Obsoletes:      ffmpeg-libpostproc < 0.4.9-0.11
-Obsoletes:      ffmpeg-compat < 0.4.9-0.49
 
 %description    libs
 FFMpeg is a complete and free Internet live audio and video
@@ -67,7 +64,6 @@
 Group:          Development/Libraries
 Requires:       %{name}-libs = %{version}-%{release}
 Requires:       pkgconfig
-Obsoletes:      ffmpeg-compat-devel < 0.4.9-0.49
 
 %description    devel
 FFMpeg is a complete and free Internet live audio and video
@@ -92,14 +88,15 @@
     --enable-libdc1394 \\\
     --enable-libdirac \\\
     %{?_with_faac:--enable-libfaac --enable-nonfree} \\\
-    --enable-libfaad \\\
     --enable-libgsm \\\
     --enable-libmp3lame \\\
     --enable-libopenjpeg \\\
+    --enable-librtmp \\\
     --enable-libschroedinger \\\
     --enable-libspeex \\\
     --enable-libtheora \\\
     --enable-libvorbis \\\
+    --enable-libvpx \\\
     --enable-libx264 \\\
     --enable-libxvid \\\
     --enable-x11grab \\\
@@ -226,6 +223,13 @@
 
 
 %changelog
+* Sun Jul 04 2010 Dominik Mierzejewski <rpm at greysector.net> - 0.6-2.20100704svn
+- 20100703 snapshot
+- enable libvpx (WebM/VP8) support (rfbz#1250)
+- drop faad2 support (dropped upstream)
+- drop old Obsoletes:
+- enable librtmp support
+
 * Sat Jun 19 2010 Dominik Mierzejewski <rpm at greysector.net> - 0.6-1.20100619svn
 - 20100619 snapshot
 


Index: sources
===================================================================
RCS file: /cvs/free/rpms/ffmpeg/devel/sources,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- sources	19 Jun 2010 21:48:09 -0000	1.16
+++ sources	4 Jul 2010 22:19:26 -0000	1.17
@@ -1 +1 @@
-28d7db9dab13dbe68976967e42e19ed8  ffmpeg-20100619.tar.bz2
+9e4119c9252be7e4528c7fb702228701  ffmpeg-20100704.tar.bz2



More information about the rpmfusion-commits mailing list