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