]> git.pld-linux.org Git - packages/ffmpeg.git/commitdiff
- up to 0.10.1 auto/th/ffmpeg-0_10_1-1
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sat, 17 Mar 2012 17:58:29 +0000 (17:58 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ffmpeg-dup.patch -> 1.1
    ffmpeg.spec -> 1.247

ffmpeg-dup.patch [new file with mode: 0644]
ffmpeg.spec

diff --git a/ffmpeg-dup.patch b/ffmpeg-dup.patch
new file mode 100644 (file)
index 0000000..89f29f3
--- /dev/null
@@ -0,0 +1,10 @@
+--- ffmpeg-0.10.1/libavcodec/libx264.c~        2012-03-17 01:45:47.000000000 +0100
++++ ffmpeg-0.10.1/libavcodec/libx264.c 2012-03-17 18:54:52.643475029 +0100
+@@ -70,7 +70,6 @@
+     char *partitions;
+     int direct_pred;
+     int slice_max_size;
+-    char *stats;
+ } X264Context;
+ static void X264_log(void *p, int level, const char *fmt, va_list args)
index 72e3760307fb82c36c3b9758449386904344a58e..72f0152a1d532f72681dbb2dd95843c4b615c184 100644 (file)
 Summary:       FFmpeg - a very fast video and audio converter
 Summary(pl.UTF-8):     FFmpeg - szybki konwerter audio/wideo
 Name:          ffmpeg
-Version:       0.10
-Release:       5
+Version:       0.10.1
+Release:       1
 # LGPL or GPL, chosen at configure time (GPL version is more featured)
 # (postprocessing, some filters, x264, xavs, xvid, x11grab)
 # using v3 allows Apache-licensed libs (opencore-amr, libvo-*enc)
 License:       GPL v3+ with LGPL v3+ parts
 Group:         Applications/Multimedia
 Source0:       http://ffmpeg.org/releases/%{name}-%{version}.tar.bz2
-# Source0-md5: dc665cc599a739e3c5262ccdac13d129
+# Source0-md5: f391d3579b4a2dad8deb9989b7536268
 Source1:       ffserver.init
 Source2:       ffserver.sysconfig
 Source3:       ffserver.conf
 Patch0:                %{name}-bug-803.patch
 Patch1:                %{name}-gsm.patch
+Patch2:                %{name}-dup.patch
 URL:           http://www.ffmpeg.org/
 %{?with_openal:BuildRequires:  OpenAL-devel}
 BuildRequires: SDL-devel
@@ -249,6 +250,7 @@ dużej przestrzeni na dane skonfigurowanej w ffserver.conf).
 %setup -q
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 
 # package the grep result for mplayer, the result formatted as ./mplayer/configure
 cat <<EOF > ffmpeg-avconfig
This page took 0.229711 seconds and 4 git commands to generate.