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