]> git.pld-linux.org Git - packages/ffmpeg.git/blobdiff - ffmpeg.spec
- bootstrap release 1.1
[packages/ffmpeg.git] / ffmpeg.spec
index 8fcdab2cc07d623a000ef39d4b79d03becd296b9..4371e2c53e4ad3fae1bf4ba59ddd93308eb0c00c 100644 (file)
@@ -1,5 +1,4 @@
 # TODO:
-# - libklvanc [-lklvanc libklvanc/vanc.h]
 # - libtensorflow [-ltensorflow tensorflow/c/c_api.h]
 # - AMF >= 1.4.4.1 (available at https://github.com/GPUOpen-LibrariesAndSDKs/AMF, where is original source?)
 #
@@ -21,7 +20,7 @@
 %bcond_without chromaprint     # audio fingerprinting with chromaprint
 %bcond_with    cudasdk         # NVIDIA CUDA code using nvcc from CUDA SDK [BR: cuda.h, non-free]
 %bcond_without dav1d           # AV1 decoding via libdav1d
-%bcond_with    decklink        # Blackmagic DeskLink output support (requires nonfree)
+%bcond_with    decklink        # Blackmagic DeckLink I/O support (requires nonfree)
 %bcond_with    fdk_aac         # AAC de/encoding via libfdk_aac (requires nonfree)
 %bcond_without ffnvcodec       # NVIDIA codecs support using ffnvcodec headers (covered: cuda cuvid nvdec nvenc)
 %bcond_without flite           # flite voice synthesis support
@@ -33,6 +32,7 @@
 %bcond_without ladspa          # LADSPA audio filtering
 %bcond_without lensfun         # lensfun lens correction
 %bcond_with    libdrm          # Linux Direct Rendering Manager code
+%bcond_with    libklvanc       # Kernel Labs VANC processing (in decklink driver)
 %bcond_without libmysofa       # sofalizer filter
 %bcond_with    librsvg         # SVG rasterization via librsvg
 %bcond_with    libxml2         # XML parsing using libxml2
@@ -92,8 +92,8 @@
 Summary:       FFmpeg - a very fast video and audio converter
 Summary(pl.UTF-8):     FFmpeg - szybki konwerter audio/wideo
 Name:          ffmpeg
-Version:       4.2
-Release:       2
+Version:       4.2.2
+Release:       1.1
 # LGPL or GPL, chosen at configure time (GPL version is more featured)
 # GPL: frei0r libcdio libdavs2 rubberband vidstab x264 x265 xavs xavs2 xvid
 # v3 (allows *GPLv3 or Apache-licensed libs): gmp lensfun opencore-amr vmaf vo-*enc rkmpp
@@ -101,7 +101,7 @@ Release:    2
 License:       GPL v3+ with LGPL v3+ parts
 Group:         Applications/Multimedia
 Source0:       http://ffmpeg.org/releases/%{name}-%{version}.tar.xz
-# Source0-md5: fb33a9110251873002869664686b2a3f
+# Source0-md5: 348956fc2faa57a2f79bbb84ded9fbc3
 Patch0:                %{name}-omx-libnames.patch
 URL:           http://www.ffmpeg.org/
 %{?with_decklink:BuildRequires:        Blackmagic_DeckLink_SDK >= 10.9.5}
@@ -150,9 +150,10 @@ BuildRequires:     libdc1394-devel >= 2
 %{?with_libdrm:BuildRequires:  libdrm-devel}
 BuildRequires: libgsm-devel
 BuildRequires: libiec61883-devel
+%{?with_libklvanc:BuildRequires:       libklvanc-devel}
 BuildRequires: libmodplug-devel
-%{?with_libmysofa:BuildRequires:       libmysofa-devel >= 0.7-2.20190516.1}
-%{?with_openmpt:BuildRequires: libopenmpt-devel >= 0.2.6557}
+%{?with_libmysofa:BuildRequires:       libmysofa-devel >= 0.7}
+%{?with_openmpt:BuildRequires: libopenmpt-devel >= 0.4.5}
 BuildRequires: libraw1394-devel >= 2
 %{?with_librsvg:BuildRequires: librsvg-devel >= 2}
 BuildRequires: librtmp-devel
@@ -272,8 +273,8 @@ Requires:   celt >= 0.11.0
 Requires:      gnutls-libs >= 3.0.20
 %endif
 %{?with_kvazaar:Requires:      kvazaar-libs >= 0.8.1}
-%{?with_libmysofa:Requires:    libmysofa >= 0.7-2.20190516.1}
-%{?with_openmpt:Requires: libopenmpt >= 0.2.6557}
+%{?with_libmysofa:Requires:    libmysofa >= 0.7}
+%{?with_openmpt:Requires: libopenmpt >= 0.4.5}
 Requires:      libtheora >= 1.0-0.beta3
 %if %{with va}
 Requires:      libva >= 1.0.3
@@ -360,9 +361,10 @@ Requires:  libdc1394-devel >= 2
 %{?with_libdrm:Requires:       libdrm-devel}
 Requires:      libgsm-devel
 Requires:      libiec61883-devel
+%{?with_libklvanc:Requires:    libklvanc-devel}
 Requires:      libmodplug-devel
-%{?with_libmysofa:Requires:    libmysofa-devel >= 0.7-2.20190516.1}
-%{?with_openmpt:Requires: libopenmpt-devel >= 0.2.6557}
+%{?with_libmysofa:Requires:    libmysofa-devel >= 0.7}
+%{?with_openmpt:Requires: libopenmpt-devel >= 0.4.5}
 Requires:      libraw1394-devel >= 2
 %{?with_librsvg:Requires:      librsvg-devel >= 2}
 Requires:      librtmp-devel
@@ -585,6 +587,7 @@ EOF
        %{?with_ilbc:--enable-libilbc} \
        --enable-libjack \
        %{?with_kvazaar:--enable-libkvazaar} \
+       %{?with_libklvanc:--enable-libklvanc} \
        %{?with_lensfun:--enable-liblensfun} \
        %{?with_mfx:--enable-libmfx} \
        --enable-libmodplug \
This page took 0.083605 seconds and 4 git commands to generate.