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