]> git.pld-linux.org Git - packages/ffmpeg.git/commitdiff
- update to 2007-01-09 snap
authorElan Ruusamäe <glen@pld-linux.org>
Tue, 9 Jan 2007 18:14:55 +0000 (18:14 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- adds Zip Blocks Motion Video encoder
- adds Musepack decoder
- adds X11 frame grabber

Changed files:
    ffmpeg.spec -> 1.123

ffmpeg.spec

index df343091770704cb83d128b2f2d25e3a590ae505..8a5fcb9b201d272b069149c0161447b1d68fbd67 100644 (file)
@@ -6,7 +6,7 @@
 %bcond_without autoreqdep      # don't care about package name deps generated by rpm
 %bcond_without imlib2          # don't build imlib2 vhook module
 #
-%define                _snap   2006-12-04
+%define                _snap   2007-01-09
 %define                snap    %(echo %{_snap} | tr -d -)
 %define                _rel 2
 Summary:       Realtime audio/video encoder and streaming server
@@ -20,17 +20,15 @@ License:    GPL with LGPL parts
 Group:         Applications/Multimedia
 #Source0:      http://dl.sourceforge.net/ffmpeg/%{name}-%{version}-pre1.tar.gz
 Source0:       http://ffmpeg.mplayerhq.hu/%{name}-export-snapshot.tar.bz2
-# Source0-md5: 5be2e4d1e326bb7809205a3401204621
+# Source0-md5: b9d986ad583340ef60c83d0004290bf6
 Source1:       ffserver.init
 Source2:       ffserver.sysconfig
 Source3:       ffserver.conf
 Patch0:                %{name}-link.patch
-Patch1:                %{name}-libdir.patch
 Patch2:                %{name}-gcc4.patch
 Patch3:                %{name}-system-amr.patch
 Patch4:                %{name}-x264-symbol.patch
 Patch5:                %{name}-kill-mabi_altivec.patch
-Patch6:                %{name}-altivec_fix.patch
 URL:           http://ffmpeg.mplayerhq.hu/
 BuildRequires: SDL-devel
 %if %{with amr}
@@ -205,12 +203,10 @@ du
 %prep
 %setup -q -n %{name}-export-%{_snap}
 %patch0 -p1
-%patch1 -p1
 %patch2 -p1
 %patch3 -p1
 %patch4 -p1
 %patch5 -p1
-%patch6 -p1
 
 %build
 # notes:
This page took 0.065804 seconds and 4 git commands to generate.