packages: ffmpeg/ffmpeg.spec - fix for ffmpeg bug #803 (lame 3.98.2 doesn't...
glen
glen at pld-linux.org
Tue May 12 00:35:33 CEST 2009
Author: glen Date: Mon May 11 22:35:33 2009 GMT
Module: packages Tag: HEAD
---- Log message:
- fix for ffmpeg bug #803 (lame 3.98.2 doesn't like lame_encode_flush() being called multiple times)
- rel 3
---- Files affected:
packages/ffmpeg:
ffmpeg.spec (1.181 -> 1.182)
---- Diffs:
================================================================
Index: packages/ffmpeg/ffmpeg.spec
diff -u packages/ffmpeg/ffmpeg.spec:1.181 packages/ffmpeg/ffmpeg.spec:1.182
--- packages/ffmpeg/ffmpeg.spec:1.181 Wed Apr 29 11:57:56 2009
+++ packages/ffmpeg/ffmpeg.spec Tue May 12 00:35:28 2009
@@ -11,7 +11,7 @@
Summary(pl.UTF-8): Koder audio/wideo czasu rzeczywistego oraz serwer strumieni
Name: ffmpeg
Version: 0.5
-Release: 2
+Release: 3
# LGPL or GPL, chosen at configure time (GPL version is more featured)
# (postprocessing, ac3, xvid, x264, faad)
License: GPL v2+ with LGPL v2.1+ parts
@@ -22,6 +22,7 @@
Source2: ffserver.sysconfig
Source3: ffserver.conf
Patch0: %{name}-x264.patch
+Patch1: %{name}-bug-803.patch
URL: http://ffmpeg.mplayerhq.hu/
BuildRequires: SDL-devel
%if %{with amr}
@@ -203,6 +204,7 @@
%prep
%setup -q
%patch0 -p1
+%patch1 -p1
# package the grep result for mplayer, the result formatted as ./mplayer/configure
cat <<EOF > ffmpeg-avconfig
@@ -443,6 +445,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.182 2009/05/11 22:35:28 glen
+- fix for ffmpeg bug #803 (lame 3.98.2 doesn't like lame_encode_flush() being called multiple times)
+- rel 3
+
Revision 1.181 2009/04/29 09:57:56 sparky
- won't work without -fPIC on ppc, added
- pass cflags along with ldflags
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/ffmpeg/ffmpeg.spec?r1=1.181&r2=1.182&f=u
More information about the pld-cvs-commit
mailing list