]> git.pld-linux.org Git - packages/ffmpeg.git/commitdiff
- rel 4; img_convert is really back auto/th/ffmpeg-0_4_9-4_20080822_4
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sat, 23 Aug 2008 11:28:12 +0000 (11:28 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ffmpeg.spec -> 1.162

ffmpeg.spec

index 50f5d01df366e382c28d1d5ae3c8adf87c19d0e8..db1debd631586f78f567ba294d3dc1b2dfa1a24a 100644 (file)
@@ -8,7 +8,7 @@
 #
 %define                _snap   2008-08-22
 %define                snap    %(echo %{_snap} | tr -d -)
-%define                _rel 3
+%define                _rel 4
 Summary:       Realtime audio/video encoder and streaming server
 Summary(pl.UTF-8):     Koder audio/wideo czasu rzeczywistego oraz serwer strumieni
 Name:          ffmpeg
@@ -24,6 +24,7 @@ Source0:      http://ffmpeg.mplayerhq.hu/%{name}-export-snapshot.tar.bz2
 Source1:       ffserver.init
 Source2:       ffserver.sysconfig
 Source3:       ffserver.conf
+Patch0:                %{name}-img_convert_symbol.patch
 URL:           http://ffmpeg.mplayerhq.hu/
 BuildRequires: SDL-devel
 %if %{with amr}
@@ -38,11 +39,11 @@ BuildRequires:      freetype-devel
 # require version with altivec support fixed
 BuildRequires: gcc >= 5:3.3.2-3
 %endif
+BuildRequires: a52dec-libs-devel
 %{?with_imlib2:BuildRequires:  imlib2-devel >= 1.3.0}
 BuildRequires: lame-libs-devel
-BuildRequires: a52dec-libs-devel
-BuildRequires: libgsm-devel
 BuildRequires: libdc1394-devel
+BuildRequires: libgsm-devel
 BuildRequires: libraw1394-devel
 BuildRequires: libtheora-devel >= 1.0-0.alpha7
 BuildRequires: libtool >= 2:1.4d-3
@@ -198,6 +199,7 @@ dużej przestrzeni na dane skonfigurowanej w ffserver.conf).
 
 %prep
 %setup -q -n %{name}-export-%{_snap}
+%patch0 -p1
 
 # package the grep result for mplayer, the result formatted as mplayer/configure
 cat <<EOF > ffmpeg-config
This page took 0.113949 seconds and 4 git commands to generate.