]> git.pld-linux.org Git - packages/ffmpeg.git/commitdiff
- up to 2.7 auto/th/ffmpeg-2.7-1
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Wed, 10 Jun 2015 06:36:58 +0000 (08:36 +0200)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Wed, 10 Jun 2015 06:36:58 +0000 (08:36 +0200)
ffmpeg-build.patch [deleted file]
ffmpeg.spec

diff --git a/ffmpeg-build.patch b/ffmpeg-build.patch
deleted file mode 100644 (file)
index dcfae7e..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
---- ffmpeg-2.6/libavutil/opencl.c~     2015-03-06 23:35:33.000000000 +0100
-+++ ffmpeg-2.6/libavutil/opencl.c      2015-03-08 08:06:27.318661228 +0100
-@@ -588,6 +588,7 @@ end:
- void av_opencl_uninit(void)
- {
-+    int i;
-     cl_int status;
-     LOCK_OPENCL;
-     opencl_ctx.init_count--;
index d33aae9f3d223e7e43ffbe11541f297240cd7bce..2dec301eef5c03fe24bfc303898baf8bf854d048 100644 (file)
 Summary:       FFmpeg - a very fast video and audio converter
 Summary(pl.UTF-8):     FFmpeg - szybki konwerter audio/wideo
 Name:          ffmpeg
-Version:       2.6.3
-Release:       2
+Version:       2.7
+Release:       1
 # LGPL or GPL, chosen at configure time (GPL version is more featured)
 # (postprocessing, some filters, x264, x265, 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: e2cc3c209f91393d35ab58598e41cf22
+# Source0-md5: 5a16425b0bde1b952f58cff71b569a45
 Source1:       ffserver.init
 Source2:       ffserver.sysconfig
 Source3:       ffserver.conf
-Patch0:                %{name}-build.patch
 URL:           http://www.ffmpeg.org/
 %{?with_decklink:BuildRequires:        Blackmagic_DeckLink_SDK}
 %{?with_openal:BuildRequires:  OpenAL-devel >= 1.1}
@@ -119,7 +118,7 @@ BuildRequires:      libvorbis-devel
 # X264_BUILD >= 118
 %{?with_x264:BuildRequires:    libx264-devel >= 0.1.3-1.20111212_2245}
 # X265_BUILD >= 17
-%{?with_x265:BuildRequires:    libx265-devel >= 1.3}
+%{?with_x265:BuildRequires:    libx265-devel >= 1.3-0.20150610.1}
 # libxcb xcb-shm xcb-xfixes xcb-shape
 BuildRequires: libxcb-devel >= 1.4
 %{?with_mfx:BuildRequires:     mfx_dispatch-devel}
@@ -266,7 +265,7 @@ Requires:   libvorbis-devel
 %{?with_vpx:Requires:  libvpx-devel >= 1.3.0}
 %{?with_webp:Requires: libwebp-devel >= 0.2.0}
 %{?with_x264:Requires: libx264-devel >= 0.1.3-1.20110625_2245}
-%{?with_x265:Requires: libx265-devel >= 0.7}
+%{?with_x265:Requires: libx265-devel >= 1.3-0.20150610.1}
 %{?with_mfx:Requires:  mfx_dispatch-devel}
 Requires:      opencore-amr-devel
 %{?with_opencv:Requires:       opencv-devel}
@@ -362,7 +361,6 @@ Dokumentacja pakietu FFmpeg w formacie HTML.
 
 %prep
 %setup -q
-%patch0 -p1
 
 # package the grep result for mplayer, the result formatted as ./mplayer/configure
 cat <<EOF > ffmpeg-avconfig
This page took 0.228303 seconds and 4 git commands to generate.