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