]> git.pld-linux.org Git - packages/ffmpeg.git/blame - ffmpeg.spec
- added librist support (enabled by default)
[packages/ffmpeg.git] / ffmpeg.spec
CommitLineData
44f5d561 1# TODO:
faf18066 2# - libopenvino
f5aa1c6a 3# - libtensorflow [-ltensorflow tensorflow/c/c_api.h]
503d83e5 4# - AMF >= 1.4.9.0 (available at https://github.com/GPUOpen-LibrariesAndSDKs/AMF, where is original source?)
197f4211 5#
d0745ce6 6# How to deal with ffmpeg/opencv/chromaprint checken-egg problem:
29c7bf5c 7# 1. make-request -r --with bootstrap ffmpeg.spec
d0745ce6
JR
8# 2 bump release of opencv.spec and chromaprint.spec
9# 3. make-request -r opencv.spec chromaprint.spec
10# 4. bump release of ffmpeg.spec
11# 5. make-request -r ffmpeg.spec
192f9f57 12#
2b3b2117 13# Conditional build:
29c7bf5c 14%bcond_with bootstrap # disable features to able to build without installed ffmpeg
45620667 15%bcond_with nonfree # unblock non free options of package (currently: cuda_nvcc, decklib, fdk_aac, npp, openssl, libressl/libtls)
471f06b0 16%bcond_without amr # AMR-NB/WB de/encoding via libopencore-amrnb/wb
45620667 17%bcond_without aribb24 # ARIB text and caption decoding via libaribb24
471f06b0 18%bcond_without avs # AVS encoding via xavs
45620667 19%bcond_without avs2 # AVS2 de/encoding via libdavs2/libxavs2
4474c07d 20%bcond_without bs2b # BS2B audio filter support
1c1d1368 21%bcond_without caca # textual display using libcaca
7fd3d5c0 22%bcond_without codec2 # codec2 support using libcodec2
0fdde3cc 23%bcond_without chromaprint # audio fingerprinting with chromaprint
45620667 24%bcond_with cudasdk # NVIDIA CUDA code using nvcc from CUDA SDK [BR: cuda.h, non-free]
f7f28937 25%bcond_without dav1d # AV1 decoding via libdav1d
471f06b0 26%bcond_without dc1394 # IIDC-1394 grabbing using libdc1394
1b2d21b4 27%bcond_with decklink # Blackmagic DeckLink I/O support (requires nonfree)
7003e3a3 28%bcond_with fdk_aac # AAC de/encoding via libfdk_aac (requires nonfree)
f5aa1c6a 29%bcond_without ffnvcodec # NVIDIA codecs support using ffnvcodec headers (covered: cuda cuvid nvdec nvenc)
a584ded4
JB
30%bcond_without flite # flite voice synthesis support
31%bcond_without frei0r # frei0r video filtering
4474c07d 32%bcond_without fribidi # fribidi support
503d83e5 33%bcond_without glslang # GLSL->SPIRV compilation via libglslang
22745365 34%bcond_without gme # Game Music Emu support
471f06b0
JP
35%bcond_without gsm # GSM de/encoding via libgsm
36%bcond_without iec61883 # ec61883 via libiec61883
cbeed0a5 37%bcond_without ilbc # iLBC de/encoding via WebRTC libilbc
7160e157 38%bcond_without kvazaar # Kvazaar HEVC encoder support
5f3dc7d9 39%bcond_without ladspa # LADSPA audio filtering
f31e1135 40%bcond_with lensfun # lensfun lens correction
44f5d561 41%bcond_with libdrm # Linux Direct Rendering Manager code
1b2d21b4 42%bcond_with libklvanc # Kernel Labs VANC processing (in decklink driver)
f5aa1c6a 43%bcond_without libmysofa # sofalizer filter
faf18066 44%bcond_without librist # RIST support via librist
44f5d561
JB
45%bcond_with librsvg # SVG rasterization via librsvg
46%bcond_with libxml2 # XML parsing using libxml2
f5aa1c6a 47%bcond_without lv2 # LV2 audio filtering
0258feb8 48%bcond_with mfx # MFX hardware acceleration support
471f06b0 49%bcond_without modplug # ModPlug via libmodplug
7003e3a3 50%bcond_with npp # NVIDIA Performance Primitives-based code (requires nonfree) [BR: libnppc+libnppi, npp.h]
7003e3a3 51%bcond_without omx # OpenMAX IL support
a584ded4 52%bcond_without openal # OpenAL 1.1 capture support
6513d7e3 53%bcond_without opencl # OpenCL 1.2 code
a9e080d9 54%bcond_without opencv # OpenCV video filtering
0258feb8
JB
55%bcond_without opengl # OpenGL rendering support
56%bcond_with openh264 # OpenH264 H.264 encoder
6dfc7c2a 57%bcond_without openmpt # OpenMPT module decoder
45620667 58%bcond_with pocketsphinx # asr filter using PocketSphinx
a584ded4 59%bcond_without pulseaudio # PulseAudio input support
503d83e5 60%bcond_without rabbitmq # RabbitMQ support
02280f85 61%bcond_with rav1e # AV1 encoding using rav1e
f5aa1c6a 62%bcond_with rkmpp # Rockchip Media Process Platform code [implies libdrm]
0fdde3cc 63%bcond_without rubberband # rubberband filter
f56b6dce 64%bcond_without shine # shine fixed-point MP3 encoder
faf18066 65%bcond_with smb # SMB support via libsmbclient
7160e157 66%bcond_without snappy # Snappy compression support (needed for hap encoding)
faf18066 67%bcond_without soxr # SoX Resampler support
f5aa1c6a 68%bcond_without srt # Haivision SRT protocol support
0258feb8 69%bcond_without ssh # SFTP protocol support via libssh
faf18066 70%bcond_with svtav1 # AV1 encoding via SVT-AV1
e5c1d36e 71%bcond_with tesseract # OCR filter based on Tesseract
471f06b0 72%bcond_without theora # Theora encoding via libtheora
faf18066 73%bcond_with uavs3d # AVS3 decoding via libuavs3d (TODO: enable when 1.1.41 released)
80105e83 74%bcond_with v4l2_request # V4L2 request API for stateless hw decoding
1ef27ea1 75%bcond_without va # VAAPI (Video Acceleration API)
f5aa1c6a 76%bcond_without vapoursynth # VapourSynth demuxer
f56b6dce 77%bcond_without vidstab # vid.stab video stabilization support
faf18066 78%bcond_without vmaf # VMAF filter support
471f06b0 79%bcond_without voamrwbenc # MR-WB encoding via libvo-amrwbenc
1ef27ea1 80%bcond_without vpx # VP8, a high-quality video codec
503d83e5 81%bcond_without vulkan # Vulkan code
8b9d2787 82%bcond_without webp # WebP encoding support
faf18066
JB
83%bcond_without x264 # H.264 x264 encoder
84%bcond_without x265 # H.265/HEVC x265 encoder
471f06b0 85%bcond_without xvid # vid encoding via xvidcore
e5c1d36e 86%bcond_without zimg # zscale filter based on z.lib
6a6b11be 87%bcond_without zmq # 0MQ message passing
5f3dc7d9 88%bcond_without zvbi # teletext via libzvbi
1ef27ea1 89%bcond_without doc # don't build docs
560d82ce 90%bcond_with tests # "make check" (some tests fail as of 2.5)
314ef0df 91
29c7bf5c
ER
92%if %{with bootstrap}
93%undefine with_opencv
d0745ce6 94%undefine with_chromaprint
29c7bf5c 95%endif
80105e83 96%if %{with rkmpp} || %{with v4l2_request}
f5aa1c6a
JB
97%define with_libdrm 1
98%endif
29c7bf5c 99
f5aa1c6a
JB
100%ifnarch %{ix86} %{x8664}
101%undefine with_ffnvcodec
102%endif
02280f85
JB
103%ifnarch %{ix86} %{x8664} aarch64
104%undefine with_rav1e
105%endif
7003e3a3 106%ifnarch %{ix86} %{x8664} %{arm}
a6755e78
JB
107%undefine with_x265
108%endif
109%ifarch i386 i486
110%undefine with_x265
111%endif
471f06b0
JP
112%ifarch i686 pentium4 athlon %{x8664} x32
113%define with_crystalhd 1
114%endif
cbdd2688
JB
115Summary: FFmpeg - a very fast video and audio converter
116Summary(pl.UTF-8): FFmpeg - szybki konwerter audio/wideo
9fc4ad22 117Name: ffmpeg
f31e1135 118Version: 4.4
13a87a6a 119Release: 4
9cf4d8a4 120# LGPL or GPL, chosen at configure time (GPL version is more featured)
f5aa1c6a
JB
121# GPL: frei0r libcdio libdavs2 rubberband vidstab x264 x265 xavs xavs2 xvid
122# v3 (allows *GPLv3 or Apache-licensed libs): gmp lensfun opencore-amr vmaf vo-*enc rkmpp
123# GPLv3: smbclient
0b43f655 124License: GPL v3+ with LGPL v3+ parts
fde29260 125Group: Applications/Multimedia
c732abb0 126Source0: https://ffmpeg.org/releases/%{name}-%{version}.tar.xz
f31e1135 127# Source0-md5: 7b9d5b652d20e8c5405304ad72636d4a
7003e3a3 128Patch0: %{name}-omx-libnames.patch
2a2ce640 129Patch1: %{name}-atadenoise.patch
a9e080d9 130Patch2: opencv4.patch
80105e83 131Patch3: v4l2-request-hwdec.patch
f31e1135 132Patch4: %{name}-glslang.patch
85f7cea1 133URL: http://www.ffmpeg.org/
f31e1135 134%{?with_decklink:BuildRequires: Blackmagic_DeckLink_SDK >= 10.10}
28673856 135%{?with_openal:BuildRequires: OpenAL-devel >= 1.1}
6a6b11be 136%{?with_opencl:BuildRequires: OpenCL-devel >= 1.2}
8b9d2787 137%{?with_opengl:BuildRequires: OpenGL-GLX-devel}
7003e3a3
JB
138# libomxil-bellagio-devel or limoi-core-devel (just headers, library is dlopened at runtime)
139%{?with_omx:BuildRequires: OpenMAX-IL-devel}
140BuildRequires: SDL2-devel >= 2.0.1
44f5d561 141BuildRequires: SDL2-devel < 2.1.0
503d83e5 142%{?with_vulkan:BuildRequires: Vulkan-Loader-devel >= 1.1.97}
cbdd2688 143BuildRequires: alsa-lib-devel
a8e80bf7 144BuildRequires: aom-devel >= 1.0.0
45620667 145%{?with_aribb24:BuildRequires: aribb24-devel}
38cefaee 146BuildRequires: bzip2-devel
9f9ba8ac 147BuildRequires: celt-devel >= 0.11.0
7fd3d5c0 148%{?with_codec2:BuildRequires: codec2-devel}
f31e1135 149%{?with_dav1d:BuildRequires: dav1d-devel >= 0.5.0}
45620667 150%{?with_avs2:BuildRequires: davs2-devel >= 1.6}
004e5628 151%{?with_fdk_aac:BuildRequires: fdk-aac-devel}
a584ded4 152%{?with_flite:BuildRequires: flite-devel >= 1.4}
3dcb8642 153BuildRequires: fontconfig-devel
0aad4bf2 154BuildRequires: freetype-devel
d7a39558 155%{?with_frei0r:BuildRequires: frei0r-devel}
4474c07d 156%{?with_fribidi:BuildRequires: fribidi-devel}
22745365 157%{?with_gme:BuildRequires: game-music-emu-devel}
4bee03f0
JB
158%ifarch ppc
159# require version with altivec support fixed
160BuildRequires: gcc >= 5:3.3.2-3
161%endif
f31e1135 162%{?with_glslang:BuildRequires: glslang-devel >= 11}
fecf9f23 163BuildRequires: gmp-devel
d5aef92e 164BuildRequires: gnutls-devel
cbdd2688 165BuildRequires: jack-audio-connection-kit-devel
bd64dc4c 166%{?with_kvazaar:BuildRequires: kvazaar-devel >= 0.8.1}
5f3dc7d9 167%{?with_ladspa:BuildRequires: ladspa-devel}
cbdd2688 168BuildRequires: lame-libs-devel >= 3.98.3
f31e1135 169%{?with_lensfun:BuildRequires: lensfun-devel >= 0.3.95}
d5aef92e 170BuildRequires: libass-devel
f2c90402
JP
171%ifarch %{armv6}
172BuildRequires: libatomic-devel
173%endif
471f06b0 174%{?with_iec61883:BuildRequires: libavc1394-devel}
4474c07d 175%{?with_bs2b:BuildRequires: libbs2b-devel}
3dcb8642 176BuildRequires: libbluray-devel
1c1d1368 177%{?with_caca:BuildRequires: libcaca-devel}
a09e741c 178BuildRequires: libcdio-paranoia-devel >= 0.90-2
0fdde3cc 179%{?with_chromaprint:BuildRequires: libchromaprint-devel}
471f06b0
JP
180%{?with_crystalhd:BuildRequires: libcrystalhd-devel}
181%{?with_dc1394:BuildRequires: libdc1394-devel >= 2}
44f5d561 182%{?with_libdrm:BuildRequires: libdrm-devel}
471f06b0
JP
183%{?with_gsm:BuildRequires: libgsm-devel}
184%{?with_iec61883:BuildRequires: libiec61883-devel}
1b2d21b4 185%{?with_libklvanc:BuildRequires: libklvanc-devel}
471f06b0 186%{?with_modplug:BuildRequires: libmodplug-devel}
5de7eee9 187%{?with_libmysofa:BuildRequires: libmysofa-devel >= 0.7}
c4a15b86 188%{?with_openmpt:BuildRequires: libopenmpt-devel >= 0.4.5}
471f06b0 189%if %{with dc1394} || %{with iec61883}
7571bfa0 190BuildRequires: libraw1394-devel >= 2
471f06b0 191%endif
faf18066 192%{?with_librist:BuildRequires: librist-devel >= 0.2}
44f5d561 193%{?with_librsvg:BuildRequires: librsvg-devel >= 2}
cbdd2688 194BuildRequires: librtmp-devel
5f3dc7d9 195%{?with_ssh:BuildRequires: libssh-devel}
4474c07d 196%{?with_smb:BuildRequires: libsmbclient-devel}
471f06b0 197%{?with_theora:BuildRequires: libtheora-devel >= 1.0-0.beta3}
4814ac84 198BuildRequires: libtool >= 2:1.4d-3
daf9a670 199BuildRequires: libv4l-devel
7003e3a3
JB
200%if %{with va}
201BuildRequires: libva-devel >= 1.0.3
202BuildRequires: libva-drm-devel >= 1.0.3
203BuildRequires: libva-x11-devel >= 1.0.3
204%endif
503d83e5 205BuildRequires: libvdpau-devel >= 1.3
e380e18a 206BuildRequires: libvorbis-devel
ff838fc6 207%{?with_vpx:BuildRequires: libvpx-devel >= 1.4.0}
fecf9f23 208%{?with_webp:BuildRequires: libwebp-devel >= 0.4.0}
660918c5
AM
209# X264_BUILD >= 118
210%{?with_x264:BuildRequires: libx264-devel >= 0.1.3-1.20111212_2245}
503d83e5
JB
211# X265_BUILD >= 70
212%{?with_x265:BuildRequires: libx265-devel >= 1.9}
560d82ce 213# libxcb xcb-shm xcb-xfixes xcb-shape
0258feb8 214BuildRequires: libxcb-devel >= 1.4
44f5d561 215%{?with_libxml2:BuildRequires: libxml2-devel >= 2}
f5aa1c6a 216%{?with_lv2:BuildRequires: lilv-devel}
80105e83 217%{?with_v4l2_request:BuildRequires: linux-libc-headers >= 7:5.11.0}
f5aa1c6a 218%{?with_lv2:BuildRequires: lv2-devel}
503d83e5 219%{?with_mfx:BuildRequires: mfx_dispatch-devel >= 1.19}
e1fe03f7 220%ifarch %{ix86}
221%ifnarch i386 i486
76243dbd
JB
222BuildRequires: nasm
223%endif
e1fe03f7 224%endif
503d83e5 225%{?with_ffnvcodec:BuildRequires: nv-codec-headers >= 9.1.23.1}
7fd3d5c0 226# amrnb,amrwb
471f06b0 227%{?with_amr:BuildRequires: opencore-amr-devel}
f5aa1c6a 228%{?with_opencv:BuildRequires: opencv-devel >= 2}
62da4e00 229%{?with_openh264:BuildRequires: openh264-devel >= 1.3}
7003e3a3 230BuildRequires: openjpeg2-devel >= 2.1
1c1d1368 231BuildRequires: opus-devel
136f0f45 232BuildRequires: perl-Encode
1463656a 233BuildRequires: perl-tools-pod
45620667 234%{?with_pocketsphinx:BuildRequires: pocketsphinx-devel > 0.8}
ef3c0513 235BuildRequires: pkgconfig
1c1d1368 236%{?with_pulseaudio:BuildRequires: pulseaudio-devel}
503d83e5 237%{?with_rabbitmq:BuildRequires: rabbitmq-c-devel >= 0.7.1}
f31e1135 238%{?with_rav1e:BuildRequires: rav1e-devel >= 0.4.0}
f5aa1c6a 239%{?with_rkmpp:BuildRequires: rockchip-mpp-devel >= 1.3.7}
f2c90402 240BuildRequires: rpmbuild(macros) >= 2.007
0fdde3cc 241%{?with_rubberband:BuildRequires: rubberband-devel >= 1.8.1}
4a11c99e 242%{?with_shine:BuildRequires: shine-devel >= 3.0.0}
7160e157 243%{?with_snappy:BuildRequires: snappy-devel}
05408820 244%{?with_soxr:BuildRequires: soxr-devel}
1c1d1368 245BuildRequires: speex-devel >= 1:1.2-rc1
503d83e5 246%{?with_glslang:BuildRequires: spirv-tools-devel}
f5aa1c6a 247%{?with_srt:BuildRequires: srt-devel >= 1.3}
faf18066 248%{?with_svtav1:BuildRequires: svt-av1-devel >= 0.8.4}
8ebe3834 249BuildRequires: tar >= 1:1.22
e5c1d36e 250%{?with_tesseract:BuildRequires: tesseract-devel}
64f8f109
ER
251%{?with_doc:BuildRequires: tetex}
252%{?with_doc:BuildRequires: texi2html}
253%{?with_doc:BuildRequires: texinfo}
ff838fc6 254BuildRequires: twolame-devel >= 0.3.10
faf18066 255%{?with_uavs3d:BuildRequires: uavs3d-devel >= 1.1.41}
80105e83 256%{?with_v4l2_request:BuildRequires: udev-devel}
f5aa1c6a 257%{?with_vapoursynth:BuildRequires: vapoursynth-devel >= 42}
9befe454 258%{?with_vidstab:BuildRequires: vid.stab-devel >= 0.98}
f31e1135 259%{?with_vmaf:BuildRequires: vmaf-devel >= 1.5.2}
471f06b0 260%{?with_voamrwbenc:BuildRequires: vo-amrwbenc-devel}
cbeed0a5 261%{?with_ilbc:BuildRequires: webrtc-libilbc-devel}
471f06b0 262%{?with_avs:BuildRequires: xavs-devel}
45620667 263%{?with_avs2:BuildRequires: xavs2-devel >= 1.3}
28673856 264BuildRequires: xorg-lib-libX11-devel
cbdd2688 265BuildRequires: xorg-lib-libXext-devel
f5aa1c6a 266BuildRequires: xorg-lib-libXv-devel
471f06b0 267%{?with_xvid:BuildRequires: xvid-devel >= 1:1.1.0}
8ebe3834 268BuildRequires: xz
7003e3a3 269BuildRequires: xz-devel
cbeed0a5 270BuildRequires: yasm
503d83e5 271%{?with_zmq:BuildRequires: zeromq-devel >= 4.2.1}
d2c2eb42 272%{?with_zimg:BuildRequires: zimg-devel >= 2.7.0}
33a1c0f3 273BuildRequires: zlib-devel
f5aa1c6a 274%{?with_zvbi:BuildRequires: zvbi-devel >= 0.2.28}
57ebb8ad 275%{?with_autoreqdep:BuildConflicts: libpostproc}
9c4296c2
JB
276# overflows maximum hash table size
277BuildConflicts: pdksh < 5.2.14-57
54ec280e 278Requires: %{name}-libs = %{version}-%{release}
2e686000 279Suggests: fontconfig
35b7d412 280Suggests: fonts-TTF-Roboto
af49d6ab 281Obsoletes: libpostproc
539b540f 282BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
9fc4ad22 283
c01d7857
PS
284%define specflags -fno-strict-aliasing
285
286# -fomit-frame-pointer is always needed on x86 due to lack of registers (-fPIC takes one)
287%define specflags_ia32 -fomit-frame-pointer
288# -mmmx is needed to enable <mmintrin.h> code.
289%define specflags_i586 -mmmx
290%define specflags_i686 -mmmx
1162803a 291%define specflags_ppc -fPIC
c01d7857 292
9fc4ad22 293%description
85f7cea1
ER
294FFmpeg is a complete solution to record, convert and stream audio and
295video. It is a command line tool to convert one video file format to
296another. It also supports grabbing and encoding in real time from a TV
297card.
9fc4ad22 298
cdb7b42e 299%description -l pl.UTF-8
cbdd2688
JB
300FFmpeg to kompletne rozwiązanie nagrywania, konwersji i transmisji
301strumieni dźwięku i obrazu. Jest to działające z linii poleceń
302narzędzie do konwersji obrazu z jednego formatu do innego. Obsługuje
303także przechwytywanie i kodowanie w czasie rzeczywistym z karty
304telewizyjnej.
9fc4ad22 305
54ec280e
PG
306%package libs
307Summary: ffmpeg libraries
adcc0f76 308Summary(pl.UTF-8): Biblioteki ffmpeg
1be5865c 309Group: Libraries
7003e3a3 310Requires: SDL2 >= 2.0.1
503d83e5 311%{?with_vulkan:Requires: Vulkan-Loader >= 1.1.97}
a8e80bf7 312Requires: aom >= 1.0.0
f5aa1c6a 313Requires: celt >= 0.11.0
f31e1135 314%{?with_dav1d:Requires: dav1d >= 0.5.0}
45620667 315%{?with_avs2:Requires: davs2 >= 1.6}
f5aa1c6a 316%{?with_flite:Requires: flite >= 1.4}
143c6eec
JB
317%if "%(rpm -q --qf '%{V}' gnutls-devel)" >= "3.0.20"
318# uses gnutls_certificate_set_x509_system_trust if >= 3.0.20
f9cce0c9 319Requires: gnutls-libs >= 3.0.20
143c6eec 320%endif
f5aa1c6a 321%{?with_kvazaar:Requires: kvazaar-libs >= 0.8.1}
5de7eee9 322%{?with_libmysofa:Requires: libmysofa >= 0.7}
c4a15b86 323%{?with_openmpt:Requires: libopenmpt >= 0.4.5}
faf18066 324%{?with_librist:Requires: librist >= 0.2}
471f06b0 325%{?with_theora:Requires: libtheora >= 1.0-0.beta3}
f5aa1c6a
JB
326%if %{with va}
327Requires: libva >= 1.0.3
328Requires: libva-drm >= 1.0.3
329Requires: libva-x11 >= 1.0.3
330%endif
503d83e5 331Requires: libvdpau >= 1.3
ff838fc6 332%{?with_vpx:Requires: libvpx >= 1.4.0}
f5aa1c6a
JB
333%{?with_webp:Requires: libwebp >= 0.4.0}
334%{?with_x264:Requires: libx264 >= 0.1.3-1.20111212_2245}
503d83e5 335%{?with_x265:Requires: libx265 >= 1.9}
f5aa1c6a
JB
336Requires: libxcb >= 1.4
337Requires: lame-libs >= 3.98.3
503d83e5 338%{?with_mfx:Requires: mfx_dispatch >= 1.19}
f5aa1c6a
JB
339%{?with_openh264:Requires: openh264 >= 1.3}
340Requires: openjpeg2 >= 2.1
503d83e5 341%{?with_rabbitmq:Requires: rabbitmq-c >= 0.7.1}
f31e1135 342%{?with_rav1e:Requires: rav1e-libs >= 0.4.0}
f5aa1c6a 343%{?with_rkmpp:Requires: rockchip-mpp >= 1.3.7}
0fdde3cc 344%{?with_rubberband:Requires: rubberband-libs >= 1.8.1}
f5aa1c6a
JB
345%{?with_shine:Requires: shine >= 3.0.0}
346Requires: speex >= 1:1.2-rc1
347%{?with_srt:Requires: srt >= 1.3}
faf18066 348%{?with_svtav1:Requires: svt-av1 >= 0.8.4}
ff838fc6 349Requires: twolame-libs >= 0.3.10
faf18066 350%{?with_uavs3d:Requires: uavs3d >= 1.1.41}
f5aa1c6a
JB
351%{?with_vapoursynth:Requires: vapoursynth >= 42}
352%{?with_vidstab:Requires: vid.stab >= 0.98}
f31e1135 353%{?with_vmaf:Requires: vmaf-libs >= 1.5.2}
45620667 354%{?with_avs2:Requires: xavs2 >= 1.3}
471f06b0 355%{?with_xvid:Requires: xvid >= 1:1.1.0}
503d83e5 356%{?with_zmq:Requires: zeromq >= 4.2.1}
80c0841f 357%{?with_zimg:Requires: zimg >= 2.7.0}
f5aa1c6a 358%{?with_zvbi:Requires: zvbi >= 0.2.28}
54ec280e
PG
359
360%description libs
cbdd2688
JB
361This package contains the ffmpeg shared libraries:
362- the codec library (libavcodec). It supports most existing encoding
363 formats (MPEG, DivX, MPEG4, AC3, DV...),
364- demuxer library (libavformat). It supports most existing file
365 formats (AVI, MPEG, OGG, Matroska, ASF...),
366- video postprocessing library (libpostproc).
54ec280e 367
cdb7b42e 368%description libs -l pl.UTF-8
cbdd2688
JB
369Ten pakiet zawiera biblioteki współdzielone ffmpeg:
370- bibliotekę kodeków (libavcodec); obsługuje większość istniejących
371 formatów kodowania (MPEG, DivX, MPEG4, AC3, DV...),
372- bibliotekę demuksera (libavformat); obsługuje większość istniejących
373 formatów plików (AVI, MPEG, OGG, Matroska, ASF...),
374- bibliotekę postprocessingu (libpostproc).
54ec280e 375
af49d6ab
JB
376%package devel
377Summary: ffmpeg header files
adcc0f76 378Summary(pl.UTF-8): Pliki nagłówkowe ffmpeg
af49d6ab 379Group: Development/Libraries
54ec280e 380Requires: %{name}-libs = %{version}-%{release}
f5aa1c6a
JB
381# Libs.private from *.pc
382%{?with_openal:Requires: OpenAL-devel >= 1.1}
6a6b11be 383%{?with_opencl:Requires: OpenCL-devel >= 1.2}
f6f5022a 384%{?with_opengl:Requires: OpenGL-devel}
503d83e5 385%{?with_vulkan:Requires: Vulkan-Loader-devel >= 1.1.97}
7003e3a3 386Requires: SDL2-devel >= 2.0.1
38cefaee 387Requires: alsa-lib-devel
f5aa1c6a 388Requires: aom-devel >= 1.0.0
45620667
JB
389%{?with_aribb24:Requires: aribb24-devel}
390%{?with_avs2:Requires: davs2-devel >= 1.6}
38cefaee 391Requires: bzip2-devel
9c4296c2 392Requires: celt-devel >= 0.11.0
7fd3d5c0 393%{?with_codec2:Requires: codec2-devel}
f31e1135 394%{?with_dav1d:Requires: dav1d-devel >= 0.5.0}
004e5628 395%{?with_fdk_aac:Requires: fdk-aac-devel}
4b05ede1 396%{?with_flite:Requires: flite-devel >= 1.4}
3dcb8642 397Requires: fontconfig-devel
0aad4bf2 398Requires: freetype-devel
4474c07d 399%{?with_fribidi:Requires: fribidi-devel}
22745365 400%{?with_gme:Requires: game-music-emu-devel}
503d83e5 401%{?with_glslang:Requires: glslang-devel}
f5aa1c6a 402Requires: gnutls-devel
38cefaee 403Requires: jack-audio-connection-kit-devel
9e9d5429 404%{?with_kvazaar:Requires: kvazaar-devel >= 0.8.1}
38cefaee 405Requires: lame-libs-devel >= 3.98.3
f31e1135 406%{?with_lensfun:Requires: lensfun-devel >= 0.3.95}
1c1d1368 407Requires: libass-devel
471f06b0 408%{?with_iec61883:Requires: libavc1394-devel}
3dcb8642 409Requires: libbluray-devel
4474c07d 410%{?with_bs2b:Requires: libbs2b-devel}
28673856 411%{?with_caca:Requires: libcaca-devel}
a09e741c 412Requires: libcdio-paranoia-devel >= 0.90-2
0fdde3cc 413%{?with_chromaprint:Requires: libchromaprint-devel}
471f06b0
JP
414%{?with_crystalhd:Requires: libcrystalhd-devel}
415%{?with_dc1394:Requires: libdc1394-devel >= 2}
44f5d561 416%{?with_libdrm:Requires: libdrm-devel}
471f06b0
JP
417%{?with_gsm:Requires: libgsm-devel}
418%{?with_iec61883:Requires: libiec61883-devel}
1b2d21b4 419%{?with_libklvanc:Requires: libklvanc-devel}
471f06b0 420%{?with_modplug:Requires: libmodplug-devel}
5de7eee9 421%{?with_libmysofa:Requires: libmysofa-devel >= 0.7}
c4a15b86 422%{?with_openmpt:Requires: libopenmpt-devel >= 0.4.5}
471f06b0 423%if %{with dc1394} || %{with iec61883}
7571bfa0 424Requires: libraw1394-devel >= 2
471f06b0 425%endif
faf18066 426%{?with_librist:Requires: librist-devel >= 0.2}
44f5d561 427%{?with_librsvg:Requires: librsvg-devel >= 2}
38cefaee 428Requires: librtmp-devel
4474c07d 429%{?with_smb:Requires: libsmbclient-devel}
f5aa1c6a
JB
430%{?with_ssh:Requires: libssh-devel}
431Requires: libstdc++-devel
471f06b0 432%{?with_theora:Requires: libtheora-devel >= 1.0-0.beta3}
f5aa1c6a 433Requires: libv4l-devel
38cefaee 434%{?with_va:Requires: libva-devel >= 1.0.3}
f5aa1c6a
JB
435%{?with_va:Requires: libva-drm-devel >= 1.0.3}
436%{?with_va:Requires: libva-x11-devel >= 1.0.3}
503d83e5 437Requires: libvdpau-devel >= 1.3
33a1c0f3 438Requires: libvorbis-devel
ff838fc6 439%{?with_vpx:Requires: libvpx-devel >= 1.4.0}
fecf9f23 440%{?with_webp:Requires: libwebp-devel >= 0.4.0}
ea09f25d 441%{?with_x264:Requires: libx264-devel >= 0.1.3-1.20110625_2245}
503d83e5 442%{?with_x265:Requires: libx265-devel >= 1.9}
f5aa1c6a
JB
443# libxcb xcb-shm xcb-xfixes xcb-shape
444Requires: libxcb-devel >= 1.4
44f5d561 445%{?with_libxml2:Requires: libxml2-devel >= 2}
f5aa1c6a 446%{?with_lv2:Requires: lilv-devel}
503d83e5 447%{?with_mfx:Requires: mfx_dispatch-devel >= 1.19}
471f06b0 448%{?with_amr:Requires: opencore-amr-devel}
f5aa1c6a 449%{?with_opencv:Requires: opencv-devel >= 2}
62da4e00 450%{?with_openh264:Requires: openh264-devel >= 1.3}
7003e3a3 451Requires: openjpeg2-devel >= 2.1
f5aa1c6a
JB
452Requires: opus-devel
453%{?with_pulseaudio:Requires: pulseaudio-devel}
503d83e5 454%{?with_rabbitmq:Requires: rabbitmq-c-devel >= 0.7.1}
f31e1135 455%{?with_rav1e:Requires: rav1e-devel >= 0.4.0}
f5aa1c6a 456%{?with_rkmpp:Requires: rockchip-mpp-devel >= 1.3.7}
0fdde3cc 457%{?with_rubberband:Requires: rubberband-devel >= 1.8.1}
4a11c99e 458%{?with_shine:Requires: shine-devel >= 3.0.0}
7160e157 459%{?with_snappy:Requires: snappy-devel}
05408820 460%{?with_soxr:Requires: soxr-devel}
38cefaee 461Requires: speex-devel >= 1:1.2-rc1
503d83e5 462%{?with_glslang:Requires: spirv-tools-devel}
f5aa1c6a 463%{?with_srt:Requires: srt-devel >= 1.3}
faf18066 464%{?with_svtav1:Requires: svt-av1-devel >= 0.8.4}
e5c1d36e 465%{?with_tesseract:Requires: tesseract-devel}
ff838fc6 466Requires: twolame-devel >= 0.3.10
faf18066 467%{?with_uavs3d:Requires: uavs3d-devel >= 1.1.41}
f5aa1c6a 468%{?with_vapoursynth:Requires: vapoursynth-devel >= 42}
9befe454 469%{?with_vidstab:Requires: vid.stab-devel >= 0.98}
471f06b0 470%{?with_voamrwbenc:Requires: vo-amrwbenc-devel}
f31e1135 471%{?with_vmaf:Requires: vmaf-devel >= 1.5.2}
cbeed0a5 472%{?with_ilbc:Requires: webrtc-libilbc-devel}
471f06b0 473%{?with_avs:Requires: xavs-devel}
45620667 474%{?with_avs2:Requires: xavs2-devel >= 1.3}
f5aa1c6a 475Requires: xorg-lib-libX11-devel
38cefaee 476Requires: xorg-lib-libXext-devel
f5aa1c6a 477Requires: xorg-lib-libXv-devel
471f06b0 478%{?with_xvid:Requires: xvid-devel >= 1:1.1.0}
f5aa1c6a 479Requires: xz-devel
503d83e5 480%{?with_zmq:Requires: zeromq-devel >= 4.2.1}
f5aa1c6a 481%{?with_zimg:Requires: zimg-devel >= 2.7.0}
33a1c0f3 482Requires: zlib-devel
f5aa1c6a 483%{?with_zvbi:Requires: zvbi-devel >= 0.2.28}
8152d6a2 484Obsoletes: libpostproc-devel
af49d6ab
JB
485
486%description devel
487ffmpeg header files.
488
cdb7b42e
JR
489%description devel -l pl.UTF-8
490Pliki nagłówkowe ffmpeg.
af49d6ab
JB
491
492%package static
493Summary: ffmpeg static libraries
adcc0f76 494Summary(pl.UTF-8): Statyczne biblioteki ffmpeg
af49d6ab
JB
495Group: Development/Libraries
496Requires: %{name}-devel = %{version}-%{release}
497
498%description static
499ffmpeg static libraries (libavcodec and libavformat).
500
cdb7b42e 501%description static -l pl.UTF-8
af49d6ab
JB
502Statyczne biblioteki ffmpeg (libavcodec i libavformat).
503
2a60eebe
JB
504%package ffplay
505Summary: FFplay - SDL-based media player
adcc0f76 506Summary(pl.UTF-8): FFplay - odtwarzacz mediów oparty na SDL
2a60eebe 507Group: Applications/Multimedia
54ec280e 508Requires: %{name}-libs = %{version}-%{release}
2a60eebe
JB
509
510%description ffplay
511FFplay is a very simple and portable media player using the FFmpeg
512libraries and the SDL library. It is mostly used as a test bench for
513the various APIs of FFmpeg.
514
cdb7b42e
JR
515%description ffplay -l pl.UTF-8
516FFplay to bardzo prosty i przenośny odtwarzacz mediów używający
517bibliotek FFmpeg oraz biblioteki SDL. Jest używany głównie do
518testowania różnych API FFmpeg.
2a60eebe 519
4b05ede1 520%package doc
143c6eec
JB
521Summary: FFmpeg documentation in HTML format
522Summary(pl.UTF-8): Dokumentacja pakietu FFmpeg w formacie HTML
4b05ede1 523Group: Documentation
69c891d5 524BuildArch: noarch
4b05ede1
ER
525
526%description doc
143c6eec 527FFmpeg documentation in HTML format.
4b05ede1
ER
528
529%description doc -l pl.UTF-8
143c6eec 530Dokumentacja pakietu FFmpeg w formacie HTML.
4b05ede1 531
9fc4ad22 532%prep
aed8e8c9 533%setup -q
7003e3a3 534%patch0 -p1
2a2ce640 535%patch1 -p1
a9e080d9 536%patch2 -p1
80105e83
JP
537%if %{with v4l2_request}
538%patch3 -p1
539%endif
f31e1135 540%patch4 -p1
9fc4ad22 541
9d4f8977
ER
542# package the grep result for mplayer, the result formatted as ./mplayer/configure
543cat <<EOF > ffmpeg-avconfig
2b2445b7 544#! /bin/sh
16803cdb
ER
545libavdecoders_all="$(sed -n 's/^[^#]*DEC.*(.*, *\(.*\)).*/\1_decoder/p' libavcodec/allcodecs.c | tr '[a-z]' '[A-Z]')"
546libavencoders_all="$(sed -n 's/^[^#]*ENC.*(.*, *\(.*\)).*/\1_encoder/p' libavcodec/allcodecs.c | tr '[a-z]' '[A-Z]')"
547libavparsers_all="$(sed -n 's/^[^#]*PARSER.*(.*, *\(.*\)).*/\1_parser/p' libavcodec/allcodecs.c | tr '[a-z]' '[A-Z]')"
548libavbsfs_all="$(sed -n 's/^[^#]*BSF.*(.*, *\(.*\)).*/\1_bsf/p' libavcodec/allcodecs.c | tr '[a-z]' '[A-Z]')"
549libavdemuxers_all="$(sed -n 's/^[^#]*DEMUX.*(.*, *\(.*\)).*/\1_demuxer/p' libavformat/allformats.c | tr '[a-z]' '[A-Z]')"
550libavmuxers_all="$(sed -n 's/^[^#]*_MUX.*(.*, *\(.*\)).*/\1_muxer/p' libavformat/allformats.c | tr '[a-z]' '[A-Z]')"
551libavprotocols_all="$(sed -n 's/^[^#]*PROTOCOL.*(.*, *\(.*\)).*/\1_protocol/p' libavformat/allformats.c | tr '[a-z]' '[A-Z]')"
552libavhwaccels_all="$(sed -n 's/^[^#]*HWACCEL.*(.*, *\(.*\)).*/\1_hwaccel/p' libavcodec/allcodecs.c | tr '[a-z]' '[A-Z]')"
553libavfilters_all="$(sed -n 's/^[^#]*FILTER.*(.*, *\(.*\),.*).*/\1_filter/p' libavfilter/allfilters.c | tr '[a-z]' '[A-Z]')"
2b2445b7 554EOF
9d4f8977 555cat <<'EOF' >> ffmpeg-avconfig
2b2445b7
ER
556
557case "$1" in
558--decoders)
16803cdb 559 echo $libavdecoders_all
2b2445b7
ER
560 ;;
561--encoders)
16803cdb 562 echo $libavencoders_all
2b2445b7
ER
563 ;;
564--parsers)
16803cdb 565 echo $libavparsers_all
2b2445b7
ER
566 ;;
567--bsfs)
16803cdb 568 echo $libavbsfs_all
2b2445b7
ER
569 ;;
570--demuxers)
16803cdb 571 echo $libavdemuxers_all
2b2445b7
ER
572 ;;
573--muxers)
16803cdb 574 echo $libavmuxers_all
2b2445b7
ER
575 ;;
576--protocols)
16803cdb
ER
577 echo $libavprotocols_all
578 ;;
579--hwaccels)
580 echo $libavhwaccels_all
581 ;;
582--filters)
583 echo $libavfilters_all
2b2445b7
ER
584 ;;
585*)
586 cat <<USAGE
587Usage: $0 [OPTION]
588Options:
589 --decoders
590 --encoders
591 --parsers
592 --bsfs
593 --demuxers
594 --muxers
595 --protocols
16803cdb
ER
596 --hwaccels
597 --filters
2b2445b7
ER
598USAGE
599 exit 1;;
600esac
601
602exit 0
603EOF
604
9fc4ad22 605%build
05e1eb2f
JB
606# notes:
607# - it's not autoconf configure
d0a0ec26 608# - --disable-debug, --disable-optimizations, tune=generic causes not to override our optflags
2080d1d3 609./configure \
b4680d0b 610 --arch=%{_target_base_arch} \
539b540f 611 --prefix=%{_prefix} \
9cf4d8a4 612 --libdir=%{_libdir} \
d81dfa95 613 --shlibdir=%{_libdir} \
2a60eebe 614 --mandir=%{_mandir} \
a9e080d9
JR
615 --extra-cflags="-D_GNU_SOURCE=1 %{rpmcppflags} %{rpmcflags}%{?with_decklink: -I/usr/include/decklink} -I/usr/include/opencv4" \
616 --extra-cxxflags="-D_GNU_SOURCE=1 %{rpmcppflags} %{rpmcxxflags}%{?with_decklink: -I/usr/include/decklink} -I/usr/include/opencv4" \
1162803a 617 --extra-ldflags="%{rpmcflags} %{rpmldflags}" \
f2c90402
JP
618%ifarch %{armv6}
619 --extra-libs="-latomic" \
620%endif
3eef5ddf 621 --cc="%{__cc}" \
126fb805
JB
622 --disable-debug \
623 --disable-optimizations \
6382c99d 624 --disable-stripping \
eaa9ad7b 625 %{!?with_doc:--disable-doc} \
314ef0df 626 --enable-avfilter \
0797daec 627 --enable-avresample \
0fdde3cc 628 %{?with_chromaprint:--enable-chromaprint} \
45620667 629 %{?with_cudasdk:--enable-cuda-nvcc} \
f6f5022a 630 %{?with_decklink:--enable-decklink} \
f5aa1c6a 631 %{!?with_ffnvcodec:--disable-ffnvcodec} \
d5aef92e 632 --enable-gnutls \
126fb805 633 --enable-gpl \
0b43f655 634 --enable-version3 \
d7a39558 635 %{?with_frei0r:--enable-frei0r} \
5f3dc7d9 636 %{?with_ladspa:--enable-ladspa} \
f2b6eec0 637 --enable-libaom \
45620667 638 %{?with_aribb24:--enable-libaribb24} \
d5aef92e 639 --enable-libass \
3dcb8642 640 --enable-libbluray \
4474c07d 641 %{?with_bs2b:--enable-libbs2b} \
2362253d 642 %{?with_caca:--enable-libcaca} \
cbdd2688 643 --enable-libcelt \
d5aef92e 644 --enable-libcdio \
7fd3d5c0 645 %{?with_codec2:--enable-libcodec2} \
f7f28937 646 %{?with_dav1d:--enable-libdav1d} \
45620667 647 %{?with_avs2:--enable-libdavs2} \
471f06b0 648 %{?with_dc1394:--enable-libdc1394} \
44f5d561 649 %{?with_libdrm:--enable-libdrm} \
1c1d1368 650 %{?with_flite:--enable-libflite} \
7003e3a3 651 --enable-libfontconfig \
3dcb8642 652 --enable-libfreetype \
4474c07d 653 %{?with_fribidi:--enable-libfribidi} \
503d83e5 654 %{?with_glslang:--enable-libglslang} \
22745365 655 %{?with_gme:--enable-libgme} \
471f06b0
JP
656 %{?with_gsm:--enable-libgsm} \
657 %{?with_iec61883:--enable-libiec61883} \
004e5628 658 %{?with_ilbc:--enable-libilbc} \
f5aa1c6a 659 --enable-libjack \
7160e157 660 %{?with_kvazaar:--enable-libkvazaar} \
1b2d21b4 661 %{?with_libklvanc:--enable-libklvanc} \
f5aa1c6a 662 %{?with_lensfun:--enable-liblensfun} \
0258feb8 663 %{?with_mfx:--enable-libmfx} \
471f06b0 664 %{?with_modplug:--enable-libmodplug} \
15c15700 665 --enable-libmp3lame \
f5aa1c6a 666 %{?with_libmysofa:--enable-libmysofa} \
471f06b0
JP
667 %{?with_amr:--enable-libopencore-amrnb} \
668 %{?with_amr:--enable-libopencore-amrwb} \
192f9f57 669 %{?with_opencv:--enable-libopencv} \
0258feb8 670 %{?with_openh264:--enable-libopenh264} \
cbdd2688 671 --enable-libopenjpeg \
6dfc7c2a 672 %{?with_openmpt:--enable-libopenmpt} \
1c1d1368 673 --enable-libopus \
d5aef92e 674 %{?with_pulseaudio:--enable-libpulse} \
503d83e5 675 %{?with_rabbitmq:--enable-librabbitmq} \
02280f85 676 %{?with_rav1e:--enable-librav1e} \
faf18066 677 %{?with_librist:--enable-librist} \
44f5d561 678 %{?with_librsvg:--enable-librsvg} \
cbdd2688 679 --enable-librtmp \
0fdde3cc 680 %{?with_rubberband:--enable-librubberband} \
f56b6dce 681 %{?with_shine:--enable-libshine} \
4474c07d 682 %{?with_smb:--enable-libsmbclient} \
7160e157 683 %{?with_snappy:--enable-libsnappy} \
05408820 684 %{?with_soxr:--enable-libsoxr} \
da99dcf2 685 --enable-libspeex \
503d83e5 686 %{?with_srt:--enable-libsrt} \
5f3dc7d9 687 %{?with_ssh:--enable-libssh} \
faf18066 688 %{?with_svtav1:--enable-libsvtav1} \
e5c1d36e 689 %{?with_tesseract:--enable-libtesseract} \
471f06b0 690 %{?with_theora:--enable-libtheora} \
1c1d1368 691 --enable-libtwolame \
faf18066 692 %{?with_uavs3d:--enable-libuavs3d} \
d5aef92e 693 --enable-libv4l2 \
f56b6dce 694 %{?with_vidstab:--enable-libvidstab} \
f5aa1c6a 695 %{?with_vmaf:--enable-libvmaf} \
471f06b0 696 %{?with_voamrwbenc:--enable-libvo-amrwbenc} \
126fb805 697 --enable-libvorbis \
64f8f109 698 %{?with_vpx:--enable-libvpx} \
8b9d2787 699 %{?with_webp:--enable-libwebp} \
ea09f25d 700 %{?with_x264:--enable-libx264} \
90ab353a 701 %{?with_x265:--enable-libx265} \
471f06b0 702 %{?with_avs:--enable-libxavs} \
45620667 703 %{?with_avs2:--enable-libxavs2} \
9e9d5429 704 --enable-libxcb \
503d83e5 705 %{?with_libxml2:--enable-libxml2} \
471f06b0 706 %{?with_xvid:--enable-libxvid} \
e5c1d36e 707 %{?with_zimg:--enable-libzimg} \
6a6b11be 708 %{?with_zmq:--enable-libzmq} \
5f3dc7d9 709 %{?with_zvbi:--enable-libzvbi} \
f5aa1c6a 710 %{?with_lv2:--enable-lv2} \
7003e3a3 711 %{?with_omx:--enable-omx} \
d5aef92e 712 %{?with_openal:--enable-openal} \
f56b6dce 713 %{?with_opencl:--enable-opencl} \
8b9d2787 714 %{?with_opengl:--enable-opengl} \
45620667 715 %{?with_pocketsphinx:--enable-pocketsphinx} \
6382c99d 716 --enable-postproc \
d7493de8 717 --enable-pthreads \
f5aa1c6a 718 %{?with_rkmpp:--enable-rkmpp} \
9cf4d8a4 719 --enable-shared \
6382c99d 720 --enable-swscale \
22745365 721 %{!?with_va:--disable-vaapi} \
f5aa1c6a 722 %{?with_vapoursynth:--enable-vapoursynth} \
503d83e5 723 %{?with_vulkan:--enable-vulkan} \
80105e83
JP
724%if %{with v4l2_request}
725 --enable-libudev \
726 --enable-v4l2-request \
727%endif
7a286645 728%ifnarch %{ix86} %{x8664}
e1fe03f7 729 --disable-mmx \
730%endif
731%ifarch i386 i486
05e1eb2f 732 --disable-mmx \
b524cd99 733%endif
61f81a23
JR
734%ifarch x32
735 --disable-asm \
736%endif
0b43f655 737%if %{with nonfree}
48610c64 738 --enable-nonfree \
c8f42fb1 739 %{?with_fdk_aac:--enable-libfdk-aac} \
7003e3a3 740 %{?with_npp:--enable-libnpp} \
76243dbd 741%endif
75231f25 742 --enable-runtime-cpudetect
2305d791 743
1ef27ea1
JB
744%{__make} \
745 V=1
9fc4ad22 746
b8c60172
ER
747# CC_O to add -c to commandline. makefile should be patched
748%{__make} tools/qt-faststart V=1 CC_O='-c -o $@'
749
39711f7c
AM
750%{?with_tests:%{__make} check V=1}
751
9fc4ad22
AM
752%install
753rm -rf $RPM_BUILD_ROOT
38cf6de3 754install -d $RPM_BUILD_ROOT{%{_sysconfdir},%{_sbindir},/etc/{sysconfig,rc.d/init.d}} \
d2c2eb42 755 $RPM_BUILD_ROOT%{_includedir}/ffmpeg
9fc4ad22 756
a831ce58 757%{__make} install install-headers \
1ef27ea1
JB
758 DESTDIR=$RPM_BUILD_ROOT \
759 V=1
539b540f 760
a831ce58 761# install nonstandard, non-public headers manually
544421b2 762cp -a config.h $RPM_BUILD_ROOT%{_includedir}/ffmpeg
80428ade 763for a in libavutil/*/{asm,bswap}.h; do
a831ce58 764 install -Dp $a $RPM_BUILD_ROOT%{_includedir}/$a
544421b2 765done
9d4f8977 766cp -a libavformat/riff.h $RPM_BUILD_ROOT%{_includedir}/libavformat
544421b2 767
b8c60172 768install -p tools/qt-faststart $RPM_BUILD_ROOT%{_bindir}
9fc4ad22 769
2b2445b7
ER
770# install as ffmpeg-avconfig to avoid with possible programs looking for
771# ffmpeg-config and expecting --libs output from it which is not implemented
772# simple to do (by querying pkgconfig), but why?
b8c60172 773install -p ffmpeg-avconfig $RPM_BUILD_ROOT%{_bindir}/ffmpeg-avconfig
2b2445b7 774
a6755e78 775# packaged as %doc in -doc
eaa9ad7b 776%if %{with doc}
a6755e78 777%{__rm} $RPM_BUILD_ROOT%{_docdir}/ffmpeg/*.html
eaa9ad7b 778%endif
a6755e78
JB
779
780install -d $RPM_BUILD_ROOT%{_examplesdir}
781%{__mv} $RPM_BUILD_ROOT%{_datadir}/ffmpeg/examples $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
782
9fc4ad22
AM
783%clean
784rm -rf $RPM_BUILD_ROOT
785
1ef27ea1
JB
786%post libs -p /sbin/ldconfig
787%postun libs -p /sbin/ldconfig
539b540f 788
9fc4ad22
AM
789%files
790%defattr(644,root,root,755)
479e9af6 791%doc CREDITS LICENSE.md MAINTAINERS README.md RELEASE_NOTES doc/APIchanges
2a60eebe 792%attr(755,root,root) %{_bindir}/ffmpeg
3a7b84be 793%attr(755,root,root) %{_bindir}/ffprobe
b7313442 794%attr(755,root,root) %{_bindir}/qt-faststart
da99dcf2
AM
795%dir %{_datadir}/ffmpeg
796%{_datadir}/ffmpeg/*.ffpreset
714dcf83 797%{_datadir}/ffmpeg/ffprobe.xsd
28673856
JB
798%if %{with doc}
799%{_mandir}/man1/ffmpeg.1*
22745365 800%{_mandir}/man1/ffmpeg-all.1*
28673856
JB
801%{_mandir}/man1/ffmpeg-bitstream-filters.1*
802%{_mandir}/man1/ffmpeg-codecs.1*
803%{_mandir}/man1/ffmpeg-devices.1*
804%{_mandir}/man1/ffmpeg-filters.1*
805%{_mandir}/man1/ffmpeg-formats.1*
806%{_mandir}/man1/ffmpeg-protocols.1*
807%{_mandir}/man1/ffmpeg-resampler.1*
808%{_mandir}/man1/ffmpeg-scaler.1*
809%{_mandir}/man1/ffmpeg-utils.1*
810%{_mandir}/man1/ffprobe.1*
22745365 811%{_mandir}/man1/ffprobe-all.1*
28673856 812%endif
54ec280e
PG
813
814%files libs
815%defattr(644,root,root,755)
f50f7d7c 816%attr(755,root,root) %{_libdir}/libavcodec.so.*.*.*
d2c2eb42 817%attr(755,root,root) %ghost %{_libdir}/libavcodec.so.58
d0a0ec26 818%attr(755,root,root) %{_libdir}/libavdevice.so.*.*.*
d2c2eb42 819%attr(755,root,root) %ghost %{_libdir}/libavdevice.so.58
314ef0df 820%attr(755,root,root) %{_libdir}/libavfilter.so.*.*.*
d2c2eb42 821%attr(755,root,root) %ghost %{_libdir}/libavfilter.so.7
f50f7d7c 822%attr(755,root,root) %{_libdir}/libavformat.so.*.*.*
d2c2eb42 823%attr(755,root,root) %ghost %{_libdir}/libavformat.so.58
5663f846 824%attr(755,root,root) %{_libdir}/libavresample.so.*.*.*
d2c2eb42 825%attr(755,root,root) %ghost %{_libdir}/libavresample.so.4
f50f7d7c 826%attr(755,root,root) %{_libdir}/libavutil.so.*.*.*
d2c2eb42 827%attr(755,root,root) %ghost %{_libdir}/libavutil.so.56
d7493de8 828%attr(755,root,root) %{_libdir}/libpostproc.so.*.*.*
d2c2eb42 829%attr(755,root,root) %ghost %{_libdir}/libpostproc.so.55
660918c5 830%attr(755,root,root) %{_libdir}/libswresample.so.*.*.*
d2c2eb42 831%attr(755,root,root) %ghost %{_libdir}/libswresample.so.3
ee032235 832%attr(755,root,root) %{_libdir}/libswscale.so.*.*.*
d2c2eb42 833%attr(755,root,root) %ghost %{_libdir}/libswscale.so.5
314ef0df 834
539b540f
JB
835%files devel
836%defattr(644,root,root,755)
54ec280e 837%doc doc/optimization.txt
1ef27ea1 838%attr(755,root,root) %{_bindir}/ffmpeg-avconfig
539b540f 839%attr(755,root,root) %{_libdir}/libavcodec.so
d0a0ec26 840%attr(755,root,root) %{_libdir}/libavdevice.so
314ef0df 841%attr(755,root,root) %{_libdir}/libavfilter.so
539b540f 842%attr(755,root,root) %{_libdir}/libavformat.so
5663f846 843%attr(755,root,root) %{_libdir}/libavresample.so
d7493de8 844%attr(755,root,root) %{_libdir}/libavutil.so
d2af4612 845%attr(755,root,root) %{_libdir}/libpostproc.so
660918c5 846%attr(755,root,root) %{_libdir}/libswresample.so
ee032235 847%attr(755,root,root) %{_libdir}/libswscale.so
539b540f 848%{_includedir}/ffmpeg
6382c99d
AM
849%{_includedir}/libavcodec
850%{_includedir}/libavdevice
314ef0df 851%{_includedir}/libavfilter
6382c99d 852%{_includedir}/libavformat
5663f846 853%{_includedir}/libavresample
6382c99d
AM
854%{_includedir}/libavutil
855%{_includedir}/libpostproc
660918c5 856%{_includedir}/libswresample
6382c99d 857%{_includedir}/libswscale
1ef27ea1
JB
858%{_pkgconfigdir}/libavcodec.pc
859%{_pkgconfigdir}/libavdevice.pc
860%{_pkgconfigdir}/libavfilter.pc
861%{_pkgconfigdir}/libavformat.pc
5663f846 862%{_pkgconfigdir}/libavresample.pc
1ef27ea1
JB
863%{_pkgconfigdir}/libavutil.pc
864%{_pkgconfigdir}/libpostproc.pc
660918c5 865%{_pkgconfigdir}/libswresample.pc
1ef27ea1 866%{_pkgconfigdir}/libswscale.pc
28673856
JB
867%if %{with doc}
868%{_mandir}/man3/libavcodec.3*
869%{_mandir}/man3/libavdevice.3*
870%{_mandir}/man3/libavfilter.3*
871%{_mandir}/man3/libavformat.3*
872%{_mandir}/man3/libavutil.3*
873%{_mandir}/man3/libswresample.3*
874%{_mandir}/man3/libswscale.3*
875%endif
a6755e78 876%{_examplesdir}/%{name}-%{version}
539b540f 877
9cf4d8a4
JB
878%files static
879%defattr(644,root,root,755)
1ef27ea1
JB
880%{_libdir}/libavcodec.a
881%{_libdir}/libavdevice.a
882%{_libdir}/libavfilter.a
883%{_libdir}/libavformat.a
5663f846 884%{_libdir}/libavresample.a
1ef27ea1
JB
885%{_libdir}/libavutil.a
886%{_libdir}/libpostproc.a
660918c5 887%{_libdir}/libswresample.a
1ef27ea1 888%{_libdir}/libswscale.a
af49d6ab
JB
889
890%files ffplay
891%defattr(644,root,root,755)
892%attr(755,root,root) %{_bindir}/ffplay
22745365
JB
893%if %{with doc}
894%{_mandir}/man1/ffplay.1*
895%{_mandir}/man1/ffplay-all.1*
896%endif
af49d6ab 897
4b05ede1
ER
898%if %{with doc}
899%files doc
900%defattr(644,root,root,755)
901%doc doc/*.html
902%endif
This page took 0.966356 seconds and 4 git commands to generate.