X-Git-Url: http://git.pld-linux.org/?a=blobdiff_plain;f=ffmpeg.spec;h=9df61b2d75e738da4b58ef2de2778e65ec6db26b;hb=574eb82;hp=ca8ed7b3f875135792971f5d6eb394b0c8d2093a;hpb=061a584a9d6348200f59ecfe11541b288b8ceb0d;p=packages%2Fffmpeg.git diff --git a/ffmpeg.spec b/ffmpeg.spec index ca8ed7b..9df61b2 100644 --- a/ffmpeg.spec +++ b/ffmpeg.spec @@ -77,15 +77,15 @@ Summary: FFmpeg - a very fast video and audio converter Summary(pl.UTF-8): FFmpeg - szybki konwerter audio/wideo Name: ffmpeg -Version: 4.0.2 -Release: 1 +Version: 4.1.3 +Release: 2 # LGPL or GPL, chosen at configure time (GPL version is more featured) # (postprocessing, some filters, x264, x265, xavs, xvid, xcbgrab) # 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.xz -# Source0-md5: ae0bfdf809306a212b4f0e6eb8d1c75e +# Source0-md5: dcc20dd2682ea01c678b7b8324339d43 Patch0: %{name}-omx-libnames.patch URL: http://www.ffmpeg.org/ %{?with_decklink:BuildRequires: Blackmagic_DeckLink_SDK >= 10.6.1} @@ -97,6 +97,7 @@ URL: http://www.ffmpeg.org/ BuildRequires: SDL2-devel >= 2.0.1 BuildRequires: SDL2-devel < 2.1.0 BuildRequires: alsa-lib-devel +BuildRequires: aom-devel >= 1.0.0 BuildRequires: bzip2-devel BuildRequires: celt-devel >= 0.11.0 %{?with_fdk_aac:BuildRequires: fdk-aac-devel} @@ -144,7 +145,7 @@ BuildRequires: libva-x11-devel >= 1.0.3 %endif BuildRequires: libvdpau-devel >= 0.2 BuildRequires: libvorbis-devel -%{?with_vpx:BuildRequires: libvpx-devel >= 1.3.0} +%{?with_vpx:BuildRequires: libvpx-devel >= 1.4.0} %{?with_webp:BuildRequires: libwebp-devel >= 0.4.0} # X264_BUILD >= 118 %{?with_x264:BuildRequires: libx264-devel >= 0.1.3-1.20111212_2245} @@ -180,7 +181,7 @@ BuildRequires: speex-devel >= 1:1.2-rc1 %{?with_doc:BuildRequires: tetex} %{?with_doc:BuildRequires: texi2html} %{?with_doc:BuildRequires: texinfo} -BuildRequires: twolame-devel +BuildRequires: twolame-devel >= 0.3.10 %{?with_vidstab:BuildRequires: vid.stab-devel >= 0.98} BuildRequires: vo-amrwbenc-devel %{?with_wavpack:BuildRequires: wavpack-devel} @@ -232,13 +233,15 @@ Summary: ffmpeg libraries Summary(pl.UTF-8): Biblioteki ffmpeg Group: Libraries Requires: SDL2 >= 2.0.1 +Requires: aom >= 1.0.0 %if "%(rpm -q --qf '%{V}' gnutls-devel)" >= "3.0.20" # uses gnutls_certificate_set_x509_system_trust if >= 3.0.20 Requires: gnutls-libs >= 3.0.20 %endif %{?with_openmpt:Requires: libopenmpt >= 0.2.6557} -%{?with_vpx:Requires: libvpx >= 1.3.0} +%{?with_vpx:Requires: libvpx >= 1.4.0} %{?with_rubberband:Requires: rubberband-libs >= 1.8.1} +Requires: twolame-libs >= 0.3.10 %{?with_zimg:Requires: zimg >= 2.7.0} %description libs @@ -298,7 +301,7 @@ Requires: librtmp-devel Requires: libtheora-devel >= 1.0-0.beta3 %{?with_va:Requires: libva-devel >= 1.0.3} Requires: libvorbis-devel -%{?with_vpx:Requires: libvpx-devel >= 1.3.0} +%{?with_vpx:Requires: libvpx-devel >= 1.4.0} %{?with_webp:Requires: libwebp-devel >= 0.4.0} %{?with_x264:Requires: libx264-devel >= 0.1.3-1.20110625_2245} %{?with_x265:Requires: libx265-devel >= 1.8} @@ -314,7 +317,7 @@ Requires: openjpeg2-devel >= 2.1 %{?with_soxr:Requires: soxr-devel} Requires: speex-devel >= 1:1.2-rc1 %{?with_tesseract:Requires: tesseract-devel} -Requires: twolame-devel +Requires: twolame-devel >= 0.3.10 %{?with_vidstab:Requires: vid.stab-devel >= 0.98} Requires: vo-amrwbenc-devel %{?with_wavpack:Requires: wavpack-devel} @@ -472,6 +475,7 @@ EOF --enable-version3 \ %{?with_frei0r:--enable-frei0r} \ %{?with_ladspa:--enable-ladspa} \ + --enable-libaom \ --enable-libass \ --enable-libbluray \ %{?with_bs2b:--enable-libbs2b} \