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