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