]> git.pld-linux.org Git - packages/gstreamer-plugins-bad.git/blob - gstreamer-plugins-bad.spec
- adjusted gstreamer* dependencies
[packages/gstreamer-plugins-bad.git] / gstreamer-plugins-bad.spec
1 # TODO:
2 # - fix opencv
3 #   /usr/include/opencv4/opencv2/tracking/tracking_internals.hpp:18:10: fatal error: opencv2/video/detail/tracking.private.hpp: No such file or directory
4 # - gs (BR -storage_client.pc- google_cloud_cpp_storage.pc >= 1.25.0 [https://github.com/googleapis/google-cloud-cpp])
5 # - onnx (BR: libonnxruntime.pc [https://github.com/microsoft/onnxruntime])
6 # - nvenc (BR: cuda >= 6.5, nvEncodeAPI.h >= 5.0, -lnvidia-encode)
7 #   nvdec (BR: libnvcuvid)
8 #   to replace removed vdpau
9 # - OpenSLES (when available on pure Linux, not Android)
10 #
11 # Conditional build:
12 %bcond_without  amr             # amrwbenc output plugin
13 %bcond_without  apidocs         # API documentation
14 %bcond_without  bs2b            # bs2b headphone stereo improvement plugin
15 %bcond_without  bluez           # Bluez plugin
16 %bcond_without  chromaprint     # chromaprint fingerprint plugin
17 %bcond_without  dc1394          # dc1394 input plugin
18 %bcond_without  directfb        # DirectFB videosink plugin
19 %bcond_without  dts             # DTS audio decoder plugin
20 %bcond_without  faad            # faad audio decoder plugin
21 %bcond_without  gsm             # gsm audio decoder/encoder plugin
22 %bcond_without  kate            # Kate text streams plugin
23 %bcond_without  ladspa          # LADSPA plugins bridge plugin
24 %bcond_without  ldac            # LDAC bluetooth audio codec plugin
25 %bcond_without  libde265        # libde265 H.265 decoder plugin
26 %bcond_without  lv2             # LV2 plugins bridge plugin
27 %bcond_without  mfx             # MFX support in Intel MediaSDK plugin
28 %bcond_without  msdk            # Intel MediaSDK plugin (MFX or oneAPI based)
29 %bcond_without  mjpegtools      # mpeg2enc video encoder plugin
30 %bcond_without  musepack        # musepack audio decoder plugin
31 %bcond_without  neon            # neonhttpsrc HTTP client plugin
32 %bcond_without  openal          # OpenAL audiosink plugin
33 %bcond_with     opencv          # OpenCV effects plugin
34 %bcond_without  opengl          # OpenGL integration (in various plugins)
35 %bcond_without  openexr         # OpenEXR EXR decoder plugin
36 %bcond_without  openh264        # OpenH264 encoder/decoder
37 %bcond_without  openni2         # OpenNI2 device source plugin
38 %bcond_without  librsvg         # RSVG SVG decoder/overlay plugin
39 %bcond_without  sbc             # SBC bluetooth audio codec plugin
40 %bcond_without  sndfile         # sndfile audio files encoder/decoder plugin
41 %bcond_without  srtp            # SRTP decoder/encoder plugin
42 %bcond_without  svthevc         # SvtHevc encoder plugin
43 %bcond_without  tinyalsa        # ALSA audiosink using tinyalsa library
44 %bcond_without  uvch264         # uvch264 cameras plugin
45 %bcond_with     vpl             # oneVPL instead of MFX in Intel MediaSDK plugin (x86_64 only)
46 %bcond_without  vulkan          # Vulkan library and videosink/upload plugin
47 %bcond_without  wayland         # Wayland videosink plugin, Wayland EGL support
48 %bcond_without  wpe             # WebKit based web browser plugin
49 %bcond_without  wildmidi        # wildmidi MIDI files decoder plugin
50 %bcond_without  x265            # x265 H.265 encoder plugin
51 %bcond_without  zvbi            # zvbi-based teletext plugin
52 %bcond_without  zxing           # zxing plugin
53 %bcond_without  examples        # examples build
54
55 %if %{without opengl}
56 %undefine with_wayland
57 %undefine with_wpe
58 %endif
59 %ifnarch %{x8664}
60 %undefine       with_vpl
61 %endif
62 %if %{without mfx} && %{without vpl}
63 %undefine       with_msdk
64 %endif
65 %if %{without msdk}
66 %undefine       with_mfx
67 %undefine       with_vpl
68 %endif
69 %ifnarch %{x8664} x32
70 %undefine       with_svthevc
71 %endif
72
73 %define         gstname         gst-plugins-bad
74 %define         gstmver         1.0
75 %define         gst_ver         1.20.0
76 %define         gstpb_ver       1.20.0
77 Summary:        Bad GStreamer Streaming-media framework plugins
78 Summary(pl.UTF-8):      Złe wtyczki do środowiska obróbki strumieni GStreamer
79 Name:           gstreamer-plugins-bad
80 Version:        1.20.1
81 Release:        2
82 License:        LGPL v2+
83 Group:          Libraries
84 Source0:        https://gstreamer.freedesktop.org/src/gst-plugins-bad/%{gstname}-%{version}.tar.xz
85 # Source0-md5:  946db437adc958914b981726639640e5
86 Patch0:         musepack.patch
87 URL:            https://gstreamer.freedesktop.org/
88 BuildRequires:  docbook-dtd412-xml
89 BuildRequires:  gettext-tools >= 0.17
90 BuildRequires:  glib2-devel >= 1:2.56.0
91 BuildRequires:  gobject-introspection-devel >= 1.61.1
92 BuildRequires:  gstreamer-devel >= %{gst_ver}
93 BuildRequires:  gstreamer-gl-devel >= %{gstpb_ver}
94 BuildRequires:  gstreamer-plugins-base-devel >= %{gstpb_ver}
95 %{?with_apidocs:BuildRequires:  hotdoc >= 0.11.0}
96 BuildRequires:  meson >= 0.59
97 BuildRequires:  ninja >= 1.5
98 BuildRequires:  orc-devel >= 0.4.17
99 BuildRequires:  pkgconfig >= 1:0.9.0
100 BuildRequires:  python3 >= 1:3.2
101 BuildRequires:  rpm-build >= 4.6
102 BuildRequires:  rpmbuild(macros) >= 1.736
103 BuildRequires:  tar >= 1:1.22
104 BuildRequires:  xorg-lib-libX11-devel
105 %if %{with examples}
106 BuildRequires:  SDL-devel >= 1.2.0
107 BuildRequires:  clutter-devel >= 1.8
108 BuildRequires:  gtk+3-devel >= 3.4
109 BuildRequires:  xorg-lib-libXcomposite-devel
110 %endif
111 ##
112 ## plugins
113 ##
114 %{?with_directfb:BuildRequires: DirectFB-devel >= 1:0.9.24}
115 %{?with_opengl:BuildRequires:   EGL-devel}
116 %{?with_openal:BuildRequires:   OpenAL-devel >= 1.14}
117 %{?with_openexr:BuildRequires:  OpenEXR-devel}
118 %{?with_opengl:BuildRequires:   OpenGLESv2-devel}
119 %{?with_openni2:BuildRequires:  OpenNI2-devel >= 0.26}
120 %{?with_vulkan:BuildRequires:   Vulkan-Loader-devel}
121 BuildRequires:  alsa-lib-devel >= 0.9.1
122 BuildRequires:  aom-devel
123 %{?with_bluez:BuildRequires:    bluez-libs-devel >= 5.0}
124 BuildRequires:  bzip2-devel
125 %{?with_librsvg:BuildRequires:  cairo-devel}
126 BuildRequires:  curl-devel >= 7.55.0
127 BuildRequires:  dssim-devel
128 BuildRequires:  exempi-devel >= 1.99.5
129 BuildRequires:  faac-devel
130 %{?with_faad:BuildRequires:     faad2-devel >= 2.7}
131 BuildRequires:  fdk-aac-devel >= 0.1.4
132 BuildRequires:  flite-devel
133 BuildRequires:  fluidsynth-devel >= 1.0
134 BuildRequires:  game-music-emu-devel >= 0.5.6
135 BuildRequires:  gnutls-devel >= 2.11.3
136 BuildRequires:  graphene-devel >= 1.4.0
137 BuildRequires:  json-glib-devel
138 %{?with_ladspa:BuildRequires:   ladspa-devel >= 1.12}
139 BuildRequires:  lcms2-devel >= 2.7
140 %{?with_ldac:BuildRequires:     ldacBT-devel}
141 BuildRequires:  libass-devel >= 0.10.2
142 BuildRequires:  libavtp-devel
143 %{?with_bs2b:BuildRequires:     libbs2b-devel >= 3.1.0}
144 %{?with_chromaprint:BuildRequires:      libchromaprint-devel}
145 %{?with_dc1394:BuildRequires:   libdc1394-devel >= 2.0.0}
146 %{?with_libde265:BuildRequires: libde265-devel >= 0.9}
147 BuildRequires:  libdrm-devel >= 2.4.98
148 %{?with_dts:BuildRequires:      libdts-devel}
149 BuildRequires:  libdvdnav-devel >= 4.1.2
150 BuildRequires:  libdvdread-devel >= 4.1.2
151 BuildRequires:  libexif-devel >= 1:0.6.16
152 BuildRequires:  libfreeaptx-devel >= 0.1.1
153 %{?with_gsm:BuildRequires:      libgsm-devel}
154 BuildRequires:  libiptcdata-devel >= 1.0.2
155 BuildRequires:  libjpeg-devel
156 %{?with_kate:BuildRequires:     libkate-devel >= 0.1.7}
157 BuildRequires:  liblrdf-devel
158 BuildRequires:  libltc-devel >= 1.1.4
159 BuildRequires:  libmodplug-devel
160 BuildRequires:  libnice-devel >= 0.1.17
161 BuildRequires:  libopenmpt-devel
162 BuildRequires:  libpng-devel >= 2:1.2.0
163 %{?with_librsvg:BuildRequires:  librsvg-devel >= 1:2.36.2}
164 BuildRequires:  librtmp-devel
165 BuildRequires:  libssh2-devel >= 1.4.3
166 # for decklink, modplug, soundtouch
167 %{?with_sndfile:BuildRequires:  libsndfile-devel >= 1.0.16}
168 # or srtp, libsrtp2 is preferred
169 %{?with_srtp:BuildRequires:     libsrtp2-devel >= 2.1.0}
170 BuildRequires:  libstdc++-devel >= 6:4.7
171 BuildRequires:  libtheora-devel >= 1.0
172 %{?with_kate:BuildRequires:     libtiger-devel >= 0.3.2}
173 %{?with_uvch264:BuildRequires:  libusb-devel >= 1.0}
174 BuildRequires:  libusrsctp-devel
175 BuildRequires:  libva-devel >= 1.8
176 BuildRequires:  libva-drm-devel >= 1.6
177 BuildRequires:  libvpx-devel
178 BuildRequires:  libwebp-devel >= 0.2.1
179 %{?with_x265:BuildRequires:     libx265-devel}
180 %{?with_vulkan:BuildRequires:   libxcb-devel >= 1.10}
181 BuildRequires:  libxml2-devel >= 1:2.9.2
182 %{?with_lv2:BuildRequires:      lilv-devel >= 0.22}
183 %{?with_mfx:BuildRequires:      mfx_dispatch-devel >= 1.0}
184 %{?with_mfx:BuildRequires:      mfx_dispatch-devel < 2}
185 %{?with_mjpegtools:BuildRequires:       mjpegtools-devel >= 2.0.0}
186 # libmpcdecsv8
187 %{?with_musepack:BuildRequires: musepack-devel}
188 %{?with_neon:BuildRequires:     neon-devel >= 0.27.0}
189 %{?with_neon:BuildRequires:     neon-devel < 0.33}
190 # for hls, could also use libgcrypt>=1.2.0 or openssl
191 BuildRequires:  nettle-devel >= 3.0
192 %{?with_vpl:BuildRequires:      oneVPL-devel}
193 %if %{with opencv}
194 BuildRequires:  opencv-devel >= 1:3.0.0
195 BuildRequires:  opencv-devel < 1:4.6.0
196 %endif
197 %{?with_openh264:BuildRequires: openh264-devel >= 1.3.0}
198 # or openjpeg >= 1.5, openjpeg2 is preferred
199 BuildRequires:  openjpeg2-devel >= 2.2
200 # for dtls, aes
201 BuildRequires:  openssl-devel >= 1.1.0
202 BuildRequires:  opus-devel >= 0.9.4
203 BuildRequires:  pango-devel >= 1:1.22.0
204 BuildRequires:  qrencode-devel
205 %{?with_sbc:BuildRequires:      sbc-devel >= 1.0}
206 BuildRequires:  soundtouch-devel >= 1.4
207 BuildRequires:  spandsp-devel >= 1:0.0.6
208 BuildRequires:  srt-devel >= 1.3.0
209 %{?with_svthevc:BuildRequires:  svt-hevc-devel >= 1.4.1}
210 %{?with_tinyalsa:BuildRequires: tinyalsa-devel}
211 BuildRequires:  udev-glib-devel
212 BuildRequires:  vo-aacenc-devel >= 0.1.0
213 %{?with_amr:BuildRequires:      vo-amrwbenc-devel >= 0.1.0}
214 # wayland-client, wayland-cursor, wayland-scanner
215 %{?with_wayland:BuildRequires:  wayland-devel >= 1.11.0}
216 %{?with_wayland:BuildRequires:  wayland-protocols >= 1.15}
217 BuildRequires:  webrtc-audio-processing-devel < 0.4
218 BuildRequires:  webrtc-audio-processing-devel >= 0.2
219 BuildRequires:  webrtc-audio-processing1-devel >= 1.0
220 %{?with_wildmidi:BuildRequires: wildmidi-devel >= 0.4}
221 %{?with_wpe:BuildRequires:      wpe-webkit-devel >= 2.28}
222 %{?with_wpe:BuildRequires:      wpebackend-fdo-devel >= 1.8}
223 BuildRequires:  xorg-lib-libX11-devel
224 %{?with_wpe:BuildRequires:      xorg-lib-libxkbcommon-devel >= 0.8}
225 %{?with_vulkan:BuildRequires:   xorg-lib-libxkbcommon-x11-devel}
226 BuildRequires:  xz
227 BuildRequires:  zbar-devel >= 0.9
228 %{?with_zvbi:BuildRequires:     zvbi-devel >= 0.2}
229 %{?with_zxing:BuildRequires:    zxing-cpp-nu-devel >= 1.1.1}
230 Requires:       glib2 >= 1:2.56.0
231 Requires:       gstreamer >= %{gst_ver}
232 Requires:       gstreamer-plugins-base >= %{gstpb_ver}
233 # for libgstva
234 Requires:       libva >= 1.8
235 Requires:       orc >= 0.4.17
236 Obsoletes:      gstreamer-cdaudio < 1.0
237 Obsoletes:      gstreamer-mms < 1.19.3
238 Obsoletes:      gstreamer-ofa < 1.19.3
239 Obsoletes:      gstreamer-quicktime < 0.10
240 Obsoletes:      gstreamer-schroedinger < 1.14
241 Obsoletes:      gstreamer-vcd < 0.10
242 Obsoletes:      gstreamer-vdpau < 1.18
243 Conflicts:      openwebrtc < 0.3.0-2
244 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
245
246 %define         gstlibdir       %{_libdir}/gstreamer-%{gstmver}
247 %define         gstdatadir      %{_datadir}/gstreamer-%{gstmver}
248
249 %description
250 GStreamer is a streaming-media framework, based on graphs of filters
251 which operate on media data. Applications using this library can do
252 anything from real-time sound processing to playing videos, and just
253 about anything else media-related. Its plugin-based architecture means
254 that new data types or processing capabilities can be added simply by
255 installing new plugins.
256
257 %description -l pl.UTF-8
258 GStreamer to środowisko obróbki danych strumieniowych, bazujące na
259 grafie filtrów operujących na danych medialnych. Aplikacje używające
260 tej biblioteki mogą robić wszystko od przetwarzania dźwięku w czasie
261 rzeczywistym, do odtwarzania filmów i czegokolwiek innego związego z
262 mediami. Architektura bazująca na wtyczkach pozwala na łatwe dodawanie
263 nowych typów danych lub możliwości obróbki.
264
265 %package devel
266 Summary:        Header files and API documentation for gstapp library
267 Summary(pl.UTF-8):      Pliki nagłówkowe i dokumentacja API biblioteki gstapp
268 Group:          Development/Libraries
269 Requires:       %{name} = %{version}-%{release}
270 Requires:       gstreamer-devel >= %{gst_ver}
271
272 %description devel
273 Header files and API documentation for gstapp library.
274
275 %description devel -l pl.UTF-8
276 Pliki nagłówkowe i dokumentacja API biblioteki gstapp.
277
278 %package apidocs
279 Summary:        Bad GStreamer streaming-media framework plugins API documentation
280 Summary(pl.UTF-8):      Dokumentacja API złych wtyczek środowiska obróbki strumieni GStreamer
281 Group:          Documentation
282 BuildArch:      noarch
283
284 %description apidocs
285 Bad GStreamer streaming-media framework plugins API documentation.
286
287 %description apidocs -l pl.UTF-8
288 Dokumentacja API złych wtyczek środowiska obróbki strumieni GStreamer.
289
290 %package -n gstreamer-transcoder
291 Summary:        High level API to do media transcoding with GStreamer
292 Summary(pl.UTF-8):      Wysokopoziomowe API do przekodowywania multimediów przy użyciu GSteamera
293 Group:          Libraries
294 Requires:       gstreamer >= %{gst_ver}
295 Requires:       gstreamer-plugins-base >= %{gstpb_ver}
296
297 %description -n gstreamer-transcoder
298 High level API to do media transcoding with GStreamer.
299
300 %description -n gstreamer-transcoder -l pl.UTF-8
301 Wysokopoziomowe API do przekodowywania multimediów przy użyciu
302 GSteamera.
303
304 %package -n gstreamer-transcoder-devel
305 Summary:        Header files for gst-transcoder library
306 Summary(pl.UTF-8):      Pliki nagłówkowe biblioteki gst-transcoder
307 Group:          Development/Libraries
308 Requires:       gstreamer-devel >= %{gst_ver}
309 Requires:       gstreamer-plugins-base-devel >= %{gstpb_ver}
310 Requires:       gstreamer-transcoder = %{version}-%{release}
311
312 %description -n gstreamer-transcoder-devel
313 Header files for gst-transcoder library.
314
315 %description -n gstreamer-transcoder-devel -l pl.UTF-8
316 Pliki nagłówkowe biblioteki gst-transcoder.
317
318 %package -n gstreamer-transcoder-apidocs
319 Summary:        API documentation for gst-transcoder library
320 Summary(pl.UTF-8):      Dokumentacja API biblioteki gst-transcoder
321 Group:          Documentation
322 BuildArch:      noarch
323
324 %description -n gstreamer-transcoder-apidocs
325 API documentation for gst-transcoder library.
326
327 %description -n gstreamer-transcoder-apidocs -l pl.UTF-8
328 Dokumentacja API biblioteki gst-transcoder.
329
330 ## Plugins ##
331
332 %package -n gstreamer-aac
333 Summary:        GStreamer plugin for AAC audio encoding and decoding
334 Summary(pl.UTF-8):      Wtyczka dla GStreamera do kodowania i dekodowania plików audio AAC
335 Group:          Libraries
336 Requires:       faad2-libs >= 2.7
337 Requires:       gstreamer >= %{gst_ver}
338 Requires:       gstreamer-plugins-base >= %{gstpb_ver}
339
340 %description -n gstreamer-aac
341 GStreamer plugin for AAC audio encoding and decoding.
342
343 %description -n gstreamer-aac -l pl.UTF-8
344 Wtyczka GStreamera do kodowania i dekodowania plików audio AAC.
345
346 %package -n gstreamer-aes
347 Summary:        GStreamer AES plugin
348 Summary(pl.UTF-8):      Wtyczka AES dla GStreamera
349 Group:          Libraries
350 Requires:       gstreamer >= %{gst_ver}
351 Requires:       openssl >= 1.1.0
352 Conflicts:      gstreamer-plugins-bad < 1.20.1-2
353
354 %description -n gstreamer-aes
355 GStreamer AES encryption/decryption plugin.
356
357 %description -n gstreamer-aes -l pl.UTF-8
358 Wtyczka szyfrująca/odszyfrowująca AES dla GStreamera.
359
360 %package -n gstreamer-amrwbenc
361 Summary:        GStreamer plugin for AMR-WB audio encoding
362 Summary(pl.UTF-8):      Wtyczka GStreamera do kodowania dźwięku w formacie AMR-WB
363 Group:          Libraries
364 Requires:       gstreamer >= %{gst_ver}
365 Requires:       gstreamer-plugins-base >= %{gstpb_ver}
366 Requires:       vo-amrwbenc >= 0.1.0
367
368 %description -n gstreamer-amrwbenc
369 GStreamer plugin for AMR-WB audio encoding, using VisualOn library.
370
371 %description -n gstreamer-amrwbenc -l pl.UTF-8
372 Wtyczka GStreamera do kodowania dźwięku w formacie AMR-WB,
373 wykorzystująca bibliotekę VisualOn.
374
375 %package -n gstreamer-ass
376 Summary:        GStreamer plugin for ASS/SSA subtitles rendering
377 Summary(pl.UTF-8):      Wtyczka GStreamera do renderowania napisów ASS/SSA
378 Group:          Libraries
379 Requires:       gstreamer >= %{gst_ver}
380 Requires:       gstreamer-plugins-base >= %{gstpb_ver}
381 Requires:       libass >= 0.10.2
382
383 %description -n gstreamer-ass
384 GStreamer plugin for ASS/SSA subtitles rendering.
385
386 %description -n gstreamer-ass -l pl.UTF-8
387 Wtyczka GStreamera do renderowania napisów ASS/SSA.
388
389 %package -n gstreamer-audio-effects-bad
390 Summary:        Bad GStreamer audio effects plugins
391 Summary(pl.UTF-8):      Złe wtyczki efektów dźwiękowych dla GStreamera
392 Group:          Libraries
393 Requires:       gstreamer >= %{gst_ver}
394 Requires:       gstreamer-plugins-base >= %{gstpb_ver}
395 Obsoletes:      gstreamer-audio-effects < 0.10
396
397 %description -n gstreamer-audio-effects-bad
398 Bad GStreamer audio effects plugins.
399
400 %description -n gstreamer-audio-effects-bad -l pl.UTF-8
401 Złe wtyczki efektów dźwiękowych dla GStreamera.
402
403 %package -n gstreamer-audiosink-tinyalsa
404 Summary:        GStreamer ALSA audio output plugin using tinyalsa library
405 Summary(pl.UTF-8):      Wtyczka wyjścia dźwięku ALSA dla GStreamera, wykorzystująca bibliotekę tinyalsa
406 Group:          Libraries
407 Requires:       gstreamer >= %{gst_ver}
408 Requires:       gstreamer-plugins-base >= %{gstpb_ver}
409 Provides:       gstreamer-audiosink = %{version}
410
411 %description -n gstreamer-audiosink-tinyalsa
412 GStreamer ALSA audio output plugin using tinyalsa library.
413
414 %description -n gstreamer-audiosink-tinyalsa -l pl.UTF-8
415 Wtyczka wyjścia dźwięku ALSA dla GStreamera, wykorzystująca bibliotekę
416 tinyalsa.
417
418 %package -n gstreamer-aom
419 Summary:        GStreamer AOM plugin
420 Summary(pl.UTF-8):      Wtyczka AOM dla GStreamera
421 Group:          Libraries
422 Requires:       gstreamer >= %{gst_ver}
423 Requires:       gstreamer-plugins-base >= %{gstpb_ver}
424
425 %description -n gstreamer-aom
426 GStreamer AV1 encoder/decoder plugin based on AOM library.
427
428 %description -n gstreamer-aom -l pl.UTF-8
429 Oparta na bibliotece AOM wtyczka GStreamera kodująca/dekodująca format
430 AV1.
431
432 %package -n gstreamer-avtp
433 Summary:        GStreamer AVTP (Audio/Video Transport Protocol) plugin
434 Summary(pl.UTF-8):      Wtyczka protokołu AVTP (Audio/Video Transport Protocol) dla GStreamera
435 Group:          Libraries
436 Requires:       gstreamer >= %{gst_ver}
437 Requires:       gstreamer-plugins-base >= %{gstpb_ver}
438 Conflicts:      gstreamer-plugins-bad < 1.20.1-2
439
440 %description -n gstreamer-avtp
441 GStreamer AVTP (Audio/Video Transport Protocol) plugin.
442
443 %description -n gstreamer-avtp -l pl.UTF-8
444 Wtyczka protokołu AVTP (Audio/Video Transport Protocol) dla
445 GStreamera.
446
447 %package -n gstreamer-bluez
448 Summary:        GStreamer plugin for Bluez-based bluetooth support
449 Summary(pl.UTF-8):      Wtyczka GStreamera do obsługi bluetooth w oparciu o Bluez
450 Group:          Libraries
451 Requires:       bluez-libs >= 5.0
452 Requires:       gstreamer >= %{gst_ver}
453 Obsoletes:      gstreamer-bluetooth < 1.2
454
455 %description -n gstreamer-bluez
456 GStreamer plugin for Bluez-based bluetooth support.
457
458 %description -n gstreamer-bluez -l pl.UTF-8
459 Wtyczka GStreamera do obsługi bluetooth w oparciu o Bluez.
460
461 %package -n gstreamer-bs2b
462 Summary:        GStreamer bs2b plugin
463 Summary(pl.UTF-8):      Wtyczka bs2b dla GStreamera
464 Group:          Libraries
465 Requires:       gstreamer >= %{gst_ver}
466 Requires:       gstreamer-plugins-base >= %{gstpb_ver}
467 Requires:       libbs2b >= 3.1.0
468
469 %description -n gstreamer-bs2b
470 GStreamer plugin to improve headphone listening of stereo audio
471 records using the b2sb library.
472
473 %description -n gstreamer-bs2b -l pl.UTF-8
474 Wtyczka GStreamera poprawiająca odsłuchiwanie nagrań stereofonicznych
475 przez słuchawki przy użyciu biblioteki bs2b.
476
477 %package -n gstreamer-chromaprint
478 Summary:        GStreamer Chromaprint audio fingerprinting plugin
479 Summary(pl.UTF-8):      Wtyczka Chromaprint do odcisków identyfikacyjnych dźwięku dla GStreamera
480 Group:          Libraries
481 Requires:       gstreamer >= %{gst_ver}
482 Requires:       gstreamer-plugins-base >= %{gstpb_ver}
483
484 %description -n gstreamer-chromaprint
485 GStreamer Chromaprint audio fingerprinting plugin.
486
487 %description -n gstreamer-chromaprint -l pl.UTF-8
488 Wtyczka GStreamera wykonująca odciski identyfikacyjne dźwięku przy
489 użyciu biblioteki Chromaprint.
490
491 %package -n gstreamer-closedcaption
492 Summary:        GStreamer Closedcaption plugin
493 Summary(pl.UTF-8):      Wtyczka Closedcaption dla GStreamera
494 Group:          Libraries
495 Requires:       gstreamer >= %{gst_ver}
496 Requires:       gstreamer-plugins-base >= %{gstpb_ver}
497 Requires:       pango >= 1:1.22.0
498
499 %description -n gstreamer-closedcaption
500 Plugin for Closedcaption support.
501
502 %description -n gstreamer-closedcaption -l pl.UTF-8
503 Wtyczka GStreamera obsługująca Closedcaption.
504
505 %package -n gstreamer-colormanagement
506 Summary:        GStreamer color management correction plugin
507 Summary(pl.UTF-8):      Wtyczka korekt zarządzania kolorami dla GStreamera
508 Group:          Libraries
509 Requires:       gstreamer >= %{gst_ver}
510 Requires:       gstreamer-plugins-base >= %{gstpb_ver}
511 Requires:       lcms2 >= 2.7
512 Conflicts:      gstreamer-plugins-bad < 1.20.1-2
513
514 %description -n gstreamer-colormanagement
515 GStreamer color management correction plugin.
516
517 %description -n gstreamer-colormanagement -l pl.UTF-8
518 Wtyczka korekt zarządzania kolorami dla GStreamera.
519
520 %package -n gstreamer-curl
521 Summary:        GStreamer cURL network sink plugin
522 Summary(pl.UTF-8):      Wtyczka wyjścia sieciowego cURL dla GStreamera
523 Group:          Libraries
524 # for locales
525 Requires:       %{name} = %{version}-%{release}
526 Requires:       curl-libs >= 7.55.0
527 Requires:       gstreamer >= %{gst_ver}
528 Requires:       libssh2 >= 1.4.3
529
530 %description -n gstreamer-curl
531 GStreamer network sink plugin that uses libcurl as a client to upload
532 data to a server (e.g. HTTP or FTP).
533
534 %description -n gstreamer-curl -l pl.UTF-8
535 Wtyczka wyjścia sieciowego GStreamera wykorzystująca libcurl jako
536 klienta do wysyłania danych na serwer (np. HTTP lub FTP).
537
538 %package -n gstreamer-dash
539 Summary:        GStreamer DASH demuxer plugin
540 Summary(pl.UTF-8):      Wtyczka demuksera DASH dla GStreamera
541 Group:          Libraries
542 # for libgstadaptivedemux, libgstisoff, libgsturidownloader
543 Requires:       %{name} = %{version}-%{release}
544 Requires:       gstreamer >= %{gst_ver}
545 Requires:       gstreamer-plugins-base >= %{gstpb_ver}
546 Requires:       libxml2 >= 1:2.8
547
548 %description -n gstreamer-dash
549 GStreamer DASH demuxer plugin.
550
551 %description -n gstreamer-dash -l pl.UTF-8
552 Wtyczka demuksera DASH dla GStreamera.
553
554 %package -n gstreamer-dc1394
555 Summary:        GStreamer 1394 IIDC (Firewire digital cameras) video source plugin
556 Summary(pl.UTF-8):      Wtyczka źródła obrazu 1394 IIDC (z kamer cyfrowych Firewire) dla GStreamera
557 Group:          Libraries
558 Requires:       gstreamer >= %{gst_ver}
559 Requires:       gstreamer-plugins-base >= %{gstpb_ver}
560
561 %description -n gstreamer-dc1394
562 GStreamer 1394 IIDC (Firewire digital cameras) video source plugin.
563
564 %description -n gstreamer-dc1394 -l pl.UTF-8
565 Wtyczka źródła obrazu 1394 IIDC (z kamer cyfrowych Firewire) do
566 GStreamera.
567
568 %package -n gstreamer-dtls
569 Summary:        GStreamer DTLS decoder and encoder plugin
570 Summary(pl.UTF-8):      Wtyczka kodera i dekodera DTLS dla GStreamera
571 Group:          Libraries
572 Requires:       gstreamer >= %{gst_ver}
573 Requires:       openssl >= 1.0.1
574
575 %description -n gstreamer-dtls
576 GStreamer DTLS decoder and encoder plugin.
577
578 %description -n gstreamer-dtls -l pl.UTF-8
579 Wtyczka kodera i dekodera DTLS dla GStreamera.
580
581 %package -n gstreamer-dts
582 Summary:        GStreamer DTS plugin
583 Summary(pl.UTF-8):      Wtyczka DTS dla GStreamera
584 Group:          Libraries
585 Requires:       gstreamer >= %{gst_ver}
586 Requires:       gstreamer-plugins-base >= %{gstpb_ver}
587
588 %description -n gstreamer-dts
589 Plugin for DTS Coherent Acoustics support.
590
591 %description -n gstreamer-dts -l pl.UTF-8
592 Wtyczka GStreamera obsługująca DTS Coherent Acoustics.
593
594 %package -n gstreamer-fdkaac
595 Summary:        GStreamer FDK-AAC plugin
596 Summary(pl.UTF-8):      Wtyczka FDK-AAC dla GStreamera
597 Group:          Libraries
598 Requires:       fdk-aac >= 0.1.4
599 Requires:       gstreamer >= %{gst_ver}
600 Requires:       gstreamer-plugins-base >= %{gstpb_ver}
601
602 %description -n gstreamer-fdkaac
603 GStreamer FDK AAC audio decoder/encoder plugin.
604
605 %description -n gstreamer-fdkaac -l pl.UTF-8
606 Wtyczka GStreamera do kodowania i dekodowania dźwięku FDK AAC.
607
608 %package -n gstreamer-flite
609 Summary:        GStreamer Flite plugin
610 Summary(pl.UTF-8):      Wtyczka Flite dla GStreamera
611 Group:          Libraries
612 Requires:       gstreamer >= %{gst_ver}
613 Requires:       gstreamer-plugins-base >= %{gstpb_ver}
614
615 %description -n gstreamer-flite
616 Plugin for Flite support.
617
618 %description -n gstreamer-flite -l pl.UTF-8
619 Wtyczka GStreamera obsługująca Flite.
620
621 %package -n gstreamer-fluidsynth
622 Summary:        GStreamer FluidSynth MIDI plugin
623 Summary(pl.UTF-8):      Wtyczka FluidSynth MIDI dla GStreamera
624 Group:          Libraries
625 # for generic gstmidi plugin
626 Requires:       %{name} = %{version}-%{release}
627 Requires:       fluidsynth >= 1.0
628 Requires:       gstreamer >= %{gst_ver}
629
630 %description -n gstreamer-fluidsynth
631 GStreamer FluidSynth MIDI plugin.
632
633 %description -n gstreamer-fluidsynth -l pl.UTF-8
634 Wtyczka FluidSynth MIDI dla GStreamera.
635
636 %package -n gstreamer-gme
637 Summary:        GStreamer GME Audio Decoder plugin
638 Summary(pl.UTF-8):      Wtyczka GStreamera dekodująca dźwięk GME
639 Group:          Libraries
640 Requires:       game-music-emu >= 0.5.6
641 Requires:       gstreamer >= %{gst_ver}
642 Obsoletes:      gstreamer-nsf < 1.6
643 Obsoletes:      gstreamer-spc < 1.16.0
644
645 %description -n gstreamer-gme
646 GStreamer GME Audio Decoder plugin.
647
648 %description -n gstreamer-gme -l pl.UTF-8
649 Wtyczka GStreamera dekodująca dźwięk GME.
650
651 %package -n gstreamer-gsettings
652 Summary:        GStreamer GSettings plugin
653 Summary(pl.UTF-8):      Wtyczka GSettings dla GStreamera
654 Group:          Libraries
655 Requires:       glib2 >= 1:2.56.0
656 Requires:       gstreamer >= %{gst_ver}
657
658 %description -n gstreamer-gsettings
659 GStreamer GSettings plugin.
660
661 %description -n gstreamer-gsettings -l pl.UTF-8
662 Wtyczka GSettings dla GStreamera.
663
664 %package -n gstreamer-gsm
665 Summary:        GStreamer plugin for GSM lossy audio format
666 Summary(pl.UTF-8):      Wtyczka GStreamera obsługująca stratny format dźwięku GSM
667 Group:          Libraries
668 Requires:       gstreamer >= %{gst_ver}
669 Requires:       gstreamer-plugins-base >= %{gstpb_ver}
670
671 %description -n gstreamer-gsm
672 Output plugin for GStreamer to convert to GSM lossy audio format.
673
674 %description -n gstreamer-gsm -l pl.UTF-8
675 Wtyczka wyjścia dźwięku GSteamera konwertująca do stratnego formatu
676 GSM.
677
678 %package -n gstreamer-hls
679 Summary:        GStreamer HLS (HTTP Live Streaming) plugin
680 Summary(pl.UTF-8):      Wtyczka HLS (HTTP Live Streaming) dla GStreamera
681 Group:          Libraries
682 # for libgstadaptivedemux, libgsturidownloader
683 Requires:       %{name} = %{version}-%{release}
684 Requires:       gstreamer >= %{gst_ver}
685 Requires:       gstreamer-plugins-base >= %{gstpb_ver}
686 Requires:       nettle >= 3.0
687
688 %description -n gstreamer-hls
689 GStreamer HLS (HTTP Live Streaming) plugin.
690
691 %description -n gstreamer-hls -l pl.UTF-8
692 Wtyczka HLS (HTTP Live Streaming) dla GStreamera.
693
694 %package -n gstreamer-iqa
695 Summary:        GStreamer analyzer plugin to provide various Image Quality Assessment metrics
696 Summary(pl.UTF-8):      Wtyczka analizująca GStreamera zapewniająca różne wskaźniki oceny jakości obrazu
697 Group:          Libraries
698 Requires:       gstreamer >= %{gst_ver}
699 Requires:       gstreamer-plugins-base >= %{gstpb_ver}
700
701 %description -n gstreamer-iqa
702 GStreamer analyzer plugin to provide various Image Quality Assessment
703 metrics.
704
705 %description -n gstreamer-iqa -l pl.UTF-8
706 Wtyczka analizująca GStreamera zapewniająca różne wskaźniki oceny
707 jakości obrazu.
708
709 %package -n gstreamer-isac
710 Summary:        GStreamer iSAC codec plugin
711 Summary(pl.UTF-8):      Wtyczka kodeka iSAC dla GStreamera
712 Group:          Libraries
713 Requires:       gstreamer >= %{gst_ver}
714 Requires:       gstreamer-plugins-base >= %{gstpb_ver}
715 Requires:       webrtc-audio-processing1 >= 1.0
716 Conflicts:      gstreamer-plugins-bad < 1.20.1-2
717
718 %description -n gstreamer-isac
719 GStreamer plugin to encode and decode audio using iSAC codec.
720
721 %description -n gstreamer-isac -l pl.UTF-8
722 Wtyczka GStreamera do kodowania i dekodowania dźwięku przy użyciu
723 kodeka iSAC.
724
725 %package -n gstreamer-kate
726 Summary:        GStreamer plugin for Kate text streams
727 Summary(pl.UTF-8):      Wtyczka obsługująca strumienie tekstowe Kate dla GStreamera
728 Group:          Libraries
729 Requires:       gstreamer >= %{gst_ver}
730 Requires:       gstreamer-plugins-base >= %{gstpb_ver}
731 Requires:       libkate >= 0.1.7
732 Requires:       libtiger >= 0.3.2
733
734 %description -n gstreamer-kate
735 GStreamer plugin for Kate text streams.
736
737 %description -n gstreamer-kate -l pl.UTF-8
738 Wtyczka obsługująca strumienie tekstowe Kate dla GStreamera.
739
740 %package -n gstreamer-videosink-kms
741 Summary:        GStreamer KMS output plugin
742 Summary(pl.UTF-8):      Wtyczka wyjścia obrazu KMS dla GStreamera
743 Group:          Libraries
744 Requires:       gstreamer >= %{gst_ver}
745 Requires:       gstreamer-plugins-base >= %{gstpb_ver}
746 Requires:       libdrm >= 2.4.98
747 Provides:       gstreamer-videosink = %{version}
748
749 %description -n gstreamer-videosink-kms
750 GStreamer KMS output plugin.
751
752 %description -n gstreamer-videosink-kms -l pl.UTF-8
753 Wtyczka wyjścia obrazu KMS dla GStreamera.
754
755 %package -n gstreamer-ladspa
756 Summary:        GStreamer wrapper for LADSPA plugins
757 Summary(pl.UTF-8):      Wrapper do wtyczek LADSPA dla GStreamera
758 Group:          Libraries
759 Requires:       gstreamer >= %{gst_ver}
760 Requires:       gstreamer-plugins-base >= %{gstpb_ver}
761
762 %description -n gstreamer-ladspa
763 Plugin which wraps LADSPA plugins for use by GStreamer applications.
764
765 %description -n gstreamer-ladspa -l pl.UTF-8
766 Wtyczka pozwalająca na używanie wtyczek LADSPA przez aplikacje
767 GStreamera.
768
769 %package -n gstreamer-ldac
770 Summary:        GStreamer LDAC plugin
771 Summary(pl.UTF-8):      Wtyczka LDAC dla GStreamera
772 Group:          Libraries
773 Requires:       gstreamer >= %{gst_ver}
774 Requires:       gstreamer-plugins-base >= %{gstpb_ver}
775
776 %description -n gstreamer-ldac
777 LDAC bluetooth audio codec plugin for GStreamer.
778
779 %description -n gstreamer-ldac -l pl.UTF-8
780 Wtyczka kodeka dźwięku bluetooth LDAC dla GStreamera.
781
782 %package -n gstreamer-libde265
783 Summary:        GStreamer libde265 H.265 decoder plugin
784 Summary(pl.UTF-8):      Wtyczka dekodera H.265 libde265 dla GStreamera
785 Group:          Libraries
786 Requires:       gstreamer >= %{gst_ver}
787 Requires:       gstreamer-plugins-base >= %{gstpb_ver}
788 Requires:       libde265 >= 0.9
789
790 %description -n gstreamer-libde265
791 GStreamer libde265 plugin - H.265 decoder.
792
793 %description -n gstreamer-libde265 -l pl.UTF-8
794 Wtyczka libde265 dla GStreamera - dekoder H.265.
795
796 %package -n gstreamer-lv2
797 Summary:        GStreamer wrapper for LV2 plugins
798 Summary(pl.UTF-8):      Wrapper do wtyczek LV2 dla GStreamera
799 Group:          Libraries
800 # for libgstsignalprocessor
801 Requires:       %{name} = %{version}-%{release}
802 Requires:       gstreamer >= %{gst_ver}
803 Requires:       gstreamer-plugins-base >= %{gstpb_ver}
804 Requires:       lilv >= 0.22
805
806 %description -n gstreamer-lv2
807 Plugin which wraps LV2 plugins for use by GStreamer applications.
808
809 %description -n gstreamer-lv2 -l pl.UTF-8
810 Wtyczka pozwalająca na używanie wtyczek LV2 przez aplikacje
811 GStreamera.
812
813 %package -n gstreamer-microdns
814 Summary:        GStreamer microdns MDNS Device Provider plugin
815 Summary(pl.UTF-8):      Wtyczka microdns dla GStreamera udostępniająca urządzania MDNS
816 Group:          Libraries
817 Requires:       gstreamer >= %{gst_ver}
818 Conflicts:      gstreamer-plugins-bad < 1.20.1-2
819
820 %description -n gstreamer-microdns
821 GStreamer plugin to list and provide MDNS-advertised source devices.
822
823 %description -n gstreamer-microdns -l pl.UTF-8
824 Wtyczka GStreamera pokazująca listę i udostępniająca urządzenia
825 źródłowe rozgłaszające się przez MDNS.
826
827 %package -n gstreamer-mjpegtools
828 Summary:        GStreamer mpeg2enc plugin
829 Summary(pl.UTF-8):      Wtyczka mpeg2enc dla GStreamera
830 Group:          Libraries
831 Requires:       gstreamer >= %{gst_ver}
832 Requires:       gstreamer-plugins-base >= %{gstpb_ver}
833 Requires:       mjpegtools-libs >= 2.0.0
834
835 %description -n gstreamer-mjpegtools
836 GStreamer mpeg2enc plugin (based on mjpegtools libraries).
837
838 %description -n gstreamer-mjpegtools -l pl.UTF-8
839 Wtyczka mpeg2enc dla GStreamera (oparta na bibliotekach mjpegtools).
840
841 %package -n gstreamer-modplug
842 Summary:        GStreamer .MOD audio decoding plugin
843 Summary(pl.UTF-8):      Wtyczka GStreamera dekodująca dźwięk .MOD
844 Group:          Libraries
845 Requires:       gstreamer >= %{gst_ver}
846 Conflicts:      gstreamer-plugins-bad < 1.20.1-2
847
848 %description -n gstreamer-modplug
849 GStreamer GME Audio Decoder plugin.
850
851 %description -n gstreamer-modplug -l pl.UTF-8
852 Wtyczka GStreamera dekodująca dźwięk GME.
853
854 %package -n gstreamer-msdk
855 Summary:        Intel MediaSDK (MFX) plugin for GStreamer
856 Summary(pl.UTF-8):      Wtyczka MediaSDK (MFX) dla GStreamera
857 Group:          Libraries
858 # for libgstcodecparsers
859 Requires:       %{name} = %{version}-%{release}
860 Requires:       gstreamer >= %{gst_ver}
861 Requires:       gstreamer-plugins-base >= %{gstpb_ver}
862 Requires:       libdrm >= 2.4.98
863
864 %description -n gstreamer-msdk
865 GStreamer video decoder/encoder based on Intel MediaSDK (MFX) library.
866
867 %description -n gstreamer-msdk -l pl.UTF-8
868 Wtyczka kodera/dekodera obrazu GStreamera oparta na bibliotece Intel
869 MediaSDK (MFX).
870
871 %package -n gstreamer-musepack
872 Summary:        GStreamer musepack plugin
873 Summary(pl.UTF-8):      Wtyczka musepack dla GStreamera
874 Group:          Libraries
875 Requires:       gstreamer >= %{gst_ver}
876
877 %description -n gstreamer-musepack
878 GStreamer musepack plugin.
879
880 %description -n gstreamer-musepack -l pl.UTF-8
881 Wtyczka musepack dla GStreamera.
882
883 %package -n gstreamer-neon
884 Summary:        GStreamer neon HTTP source plugin
885 Summary(pl.UTF-8):      Wtyczka źródła HTTP neon dla GStreamera
886 Group:          Libraries
887 Requires:       gstreamer >= %{gst_ver}
888 Requires:       neon >= 0.27.0
889
890 %description -n gstreamer-neon
891 GStreamer neon HTTP source plugin.
892
893 %description -n gstreamer-neon -l pl.UTF-8
894 Wtyczka źródła HTTP neon dla GStreamera.
895
896 %package -n gstreamer-openal
897 Summary:        GStreamer OpenAL audio input/output plugin
898 Summary(pl.UTF-8):      Wtyczka wejścia/wyjścia dźwięku OpenAL dla GStreamera
899 Group:          Libraries
900 Requires:       OpenAL >= 1.14
901 Requires:       gstreamer >= %{gst_ver}
902 Requires:       gstreamer-plugins-base >= %{gstpb_ver}
903 Provides:       gstreamer-audiosink = %{version}
904
905 %description -n gstreamer-openal
906 GStreamer OpenAL support plugin, providing audio sink and source.
907
908 %description -n gstreamer-openal -l pl.UTF-8
909 Wtyczka GStreamera obsługująca OpenAL, zapewniająca wyjście i źródło
910 dźwięku.
911
912 %package -n gstreamer-openaptx
913 Summary:        GStreamer aptX codec plugin
914 Summary(pl.UTF-8):      Wtyczka kodeka aptX dla GStreamera
915 Group:          Libraries
916 Requires:       gstreamer >= %{gst_ver}
917 Requires:       gstreamer-plugins-base >= %{gstpb_ver}
918 Conflicts:      gstreamer-plugins-bad < 1.20.1-2
919
920 %description -n gstreamer-openaptx
921 GStreamer OpenEXR plugin - Audio Processing Technology codec (aptX).
922
923 %description -n gstreamer-openaptx -l pl.UTF-8
924 Wtyczka OpenEXR dla GStreamera - kodek Audio Processing Technology
925 (aptX).
926
927 %package -n gstreamer-opencv
928 Summary:        GStreamer OpenCV plugin
929 Summary(pl.UTF-8):      Wtyczka OpenCV dla GStreamera
930 Group:          Libraries
931 # for locales
932 Requires:       %{name} = %{version}-%{release}
933 Requires:       gstreamer >= %{gst_ver}
934 Requires:       gstreamer-opencv-libs = %{version}-%{release}
935 Requires:       gstreamer-plugins-base >= %{gstpb_ver}
936
937 %description -n gstreamer-opencv
938 GStreamer OpenCV plugin. It contains the following elements:
939 facedetect, faceblur, edgedetect, cvsobel, cvsmooth, cvlaplace,
940 cverode, cvequalizehist, cvdilate, textwrite, templatematch,
941 pyramidsegment.
942
943 %description -n gstreamer-opencv -l pl.UTF-8
944 Wtyczka OpenCV dla GStreamera. Zawiera następujące elementy:
945 facedetect, faceblur, edgedetect, cvsobel, cvsmooth, cvlaplace,
946 cverode, cvequalizehist, cvdilate, textwrite, templatematch,
947 pyramidsegment.
948
949 %package -n gstreamer-opencv-libs
950 Summary:        GStreamer OpenCV shared library
951 Summary(pl.UTF-8):      Biblioteka współdzielona GStreamer OpenCV
952 Group:          Libraries
953 Requires:       gstreamer >= %{gst_ver}
954 Requires:       gstreamer-plugins-base >= %{gstpb_ver}
955 Requires:       opencv >= 1:2.3.0
956
957 %description -n gstreamer-opencv-libs
958 GStreamer OpenCV shared library.
959
960 %description -n gstreamer-opencv-libs -l pl.UTF-8
961 Biblioteka współdzielona GStreamer OpenCV.
962
963 %package -n gstreamer-opencv-devel
964 Summary:        Header files for GStreamer OpenCV library
965 Summary(pl.UTF-8):      Pliki nagłówkowe biblioteki GStreamer OpenCV
966 Group:          Development/Libraries
967 Requires:       gstreamer-devel >= %{gst_ver}
968 Requires:       gstreamer-opencv-libs = %{version}-%{release}
969 Requires:       gstreamer-plugins-base-devel >= %{gstpb_ver}
970
971 %description -n gstreamer-opencv-devel
972 Header files for GStreamer OpenCV library.
973
974 %description -n gstreamer-opencv-devel -l pl.UTF-8
975 Pliki nagłówkowe biblioteki GStreamer OpenCV.
976
977 %package -n gstreamer-openexr
978 Summary:        GStreamer OpenEXR plugin
979 Summary(pl.UTF-8):      Wtyczka OpenEXR dla GStreamera
980 Group:          Libraries
981 Requires:       gstreamer >= %{gst_ver}
982 Requires:       gstreamer-plugins-base >= %{gstpb_ver}
983
984 %description -n gstreamer-openexr
985 GStreamer OpenEXR plugin - OpenEXR-based EXR streams decoder.
986
987 %description -n gstreamer-openexr -l pl.UTF-8
988 Wtyczka OpenEXR dla GStreamera - dekoder strumieni EXR oparty na
989 bibliotece OpenEXR.
990
991 %package -n gstreamer-openh264
992 Summary:        GStreamer OpenH264 encoder/decoder plugin
993 Summary(pl.UTF-8):      Wtyczka kodera/dekodera OpenH264 dla GStreamera
994 Group:          Libraries
995 Requires:       gstreamer >= %{gst_ver}
996 Requires:       gstreamer-plugins-base >= %{gstpb_ver}
997 Requires:       openh264 >= 1.3.0
998
999 %description -n gstreamer-openh264
1000 GStreamer OpenH264 plugin - H.264 encoder/decoder.
1001
1002 %description -n gstreamer-openh264 -l pl.UTF-8
1003 Wtyczka OpenH264 dla GStreamera - koder/dekoder H.264.
1004
1005 %package -n gstreamer-openjpeg
1006 Summary:        GStreamer OpenJPEG plugin
1007 Summary(pl.UTF-8):      Wtyczka OpenJPEG dla GStreamera
1008 Group:          Libraries
1009 # for libgstcodecparsers
1010 Requires:       %{name} = %{version}-%{release}
1011 Requires:       gstreamer >= %{gst_ver}
1012 Requires:       gstreamer-plugins-base >= %{gstpb_ver}
1013 Obsoletes:      gstreamer-jasper < 1.0
1014
1015 %description -n gstreamer-openjpeg
1016 GStreamer OpenJPEG plugin - OpenJPEG-based JPEG2000 decoder/encoder.
1017
1018 %description -n gstreamer-openjpeg -l pl.UTF-8
1019 Wtyczka OpenJPEG dla GStreamera - koder/dekoder JPEG2000 oparty na
1020 bibliotece OpenJPEG.
1021
1022 %package -n gstreamer-openmpt
1023 Summary:        GStreamer OpenMPT plugin
1024 Summary(pl.UTF-8):      Wtyczka OpenMPT dla GStreamera
1025 Group:          Libraries
1026 # for libgstbadaudio
1027 Requires:       %{name} = %{version}-%{release}
1028 Requires:       gstreamer >= %{gst_ver}
1029 Requires:       gstreamer-plugins-base >= %{gstpb_ver}
1030
1031 %description -n gstreamer-openmpt
1032 GStreamer OpenMPT module player plugin.
1033
1034 %description -n gstreamer-openmpt -l pl.UTF-8
1035 Wtyczka GStreamera OpenMPT do odtwarzania modułów.
1036
1037 %package -n gstreamer-openni2
1038 Summary:        GStreamer OpenNI2 video input plugin
1039 Summary(pl.UTF-8):      Wtyczka wejścia obrazu OpenNI2 dla GStreamera
1040 Group:          Libraries
1041 Requires:       gstreamer >= %{gst_ver}
1042 Requires:       gstreamer-plugins-base >= %{gstpb_ver}
1043
1044 %description -n gstreamer-openni2
1045 GStreamer OpenNI2 plugin to extract readings from an OpenNI supported
1046 device (Kinect etc.).
1047
1048 %description -n gstreamer-openni2 -l pl.UTF-8
1049 Wtyczka OpenNI2 dla GStreamera, pobierająca odczyty z urządzeń
1050 obsługiwanych przez bibliotekę OpenNI (np. Kinect).
1051
1052 %package -n gstreamer-opusparse
1053 Summary:        GStreamer OPUS audio decoder/encoder plugin
1054 Summary(pl.UTF-8):      Wtyczka kodera/dekodera dźwięku OPUS dla GStreamera
1055 Group:          Libraries
1056 Requires:       gstreamer >= %{gst_ver}
1057 Requires:       gstreamer-plugins-base >= %{gstpb_ver}
1058 Requires:       opus >= 0.9.4
1059 Obsoletes:      gstreamer-celt < 1.2
1060
1061 %description -n gstreamer-opusparse
1062 GStreamer OPUS audio decoder/encoder plugin.
1063
1064 %description -n gstreamer-opusparse -l pl.UTF-8
1065 Wtyczka GStreamera kodująca/dekodująca dźwięk w formacie OPUS.
1066
1067 %package -n gstreamer-qroverlay
1068 Summary:        GStreamer QR overlay plugin
1069 Summary(pl.UTF-8):      Wtyczka nakładki QR dla GStreamera
1070 Group:          Libraries
1071 Requires:       gstreamer >= %{gst_ver}
1072 Requires:       gstreamer-plugins-base >= %{gstpb_ver}
1073 Conflicts:      gstreamer-plugins-bad < 1.20.1-2
1074
1075 %description -n gstreamer-qroverlay
1076 GStreamer element to set random data on a QR overlay.
1077
1078 %description -n gstreamer-qroverlay -l pl.UTF-8
1079 Element GStreamera do ustawiania dowolnych danych na nakładce QR.
1080
1081 %package -n gstreamer-resindvd
1082 Summary:        GStreamer Resin DVD playback plugin
1083 Summary(pl.UTF-8):      Wtyczka odtwarzania Resin DVD dla GStreamera
1084 Group:          Libraries
1085 # for locales
1086 Requires:       %{name} = %{version}-%{release}
1087 Requires:       gstreamer >= %{gst_ver}
1088 Requires:       gstreamer-plugins-base >= %{gstpb_ver}
1089
1090 %description -n gstreamer-resindvd
1091 GStreamer Resin DVD playback plugin.
1092
1093 %description -n gstreamer-resindvd -l pl.UTF-8
1094 Wtyczka odtwarzania Resin DVD dla GStreamera.
1095
1096 %package -n gstreamer-rsvg
1097 Summary:        GStreamer plugin for decoding SVG images
1098 Summary(pl.UTF-8):      Wtyczka GStreamera do dekodowania obrazów SVG
1099 Group:          Libraries
1100 Requires:       gstreamer >= %{gst_ver}
1101 Requires:       gstreamer-plugins-base >= %{gstpb_ver}
1102 Requires:       librsvg >= 1:2.36.2
1103
1104 %description -n gstreamer-rsvg
1105 GStreamer plugin for decoding SVG images.
1106
1107 %description -n gstreamer-rsvg -l pl.UTF-8
1108 Wtyczka GStreamera do dekodowania obrazów SVG.
1109
1110 %package -n gstreamer-rtmp
1111 Summary:        RTMP stream input plugin for GStreamer
1112 Summary(pl.UTF-8):      Wtyczka strumieni wejściowych RTMP dla GStreamera
1113 Group:          Libraries
1114 Requires:       gstreamer >= %{gst_ver}
1115 Conflicts:      gstreamer-plugins-bad < 0.10.22
1116
1117 %description -n gstreamer-rtmp
1118 GStreamer plugin that reads data from a local or remote location
1119 specified by an URI, using any protocol supported by the RTMP library,
1120 i.e. rtmp, rtmpt, rtmps, rtmpe, rtmpfp, rtmpte and rtmpts.
1121
1122 %description -n gstreamer-rtmp -l pl.UTF-8
1123 Wtyczka GStreamera czytająca dane z lokalnego lub zdalnego miejsca
1124 określonego URI przy użyciu dowolnego protokołu obsługiwanego przez
1125 bibliotekę RTMP: rtmp, rtmpt, rtmps, rtmpe, rtmpfp, rtmpte lub rtmpts.
1126
1127 %package -n gstreamer-sbc
1128 Summary:        GStreamer SBC plugin
1129 Summary(pl.UTF-8):      Wtyczka SBC dla GStreamera
1130 Group:          Libraries
1131 Requires:       gstreamer >= %{gst_ver}
1132 Requires:       gstreamer-plugins-base >= %{gstpb_ver}
1133 Requires:       sbc >= 1.0
1134
1135 %description -n gstreamer-sbc
1136 SBC bluetooth audio codec plugin for GStreamer.
1137
1138 %description -n gstreamer-sbc -l pl.UTF-8
1139 Wtyczka kodeka dźwięku bluetooth SBC dla GStreamera.
1140
1141 %package -n gstreamer-sctp
1142 Summary:        GStreamer plugin for encoding/decoding SCTP
1143 Summary(pl.UTF-8):      Wtyczka GStremaera do kodowania/dekodowania SCTP
1144 Group:          Libraries
1145 # for libgstsctp
1146 Requires:       %{name} = %{version}-%{release}
1147 Requires:       gstreamer >= %{gst_ver}
1148
1149 %description -n gstreamer-sctp
1150 GStreamer plugin for encoding/decoding SCTP.
1151
1152 %description -n gstreamer-sctp -l pl.UTF-8
1153 Wtyczka GStremaera do kodowania/dekodowania SCTP.
1154
1155 %package -n gstreamer-sndfile
1156 Summary:        GStreamer sndfile plugin
1157 Summary(pl.UTF-8):      Wtyczka sndfile dla GStreamera
1158 Group:          Libraries
1159 # for locales
1160 Requires:       %{name} = %{version}-%{release}
1161 Requires:       gstreamer >= %{gst_ver}
1162 Requires:       libsndfile >= 1.0.16
1163
1164 %description -n gstreamer-sndfile
1165 GStreamer sndfile source plugin.
1166
1167 %description -n gstreamer-sndfile -l pl.UTF-8
1168 Wtyczka sndfile dla GStreamera.
1169
1170 %package -n gstreamer-soundtouch
1171 Summary:        GStreamer soundtouch plugin
1172 Summary(pl.UTF-8):      Wtyczka soundtouch dla GStreamera
1173 Group:          Libraries
1174 Requires:       gstreamer >= %{gst_ver}
1175 Requires:       gstreamer-plugins-base >= %{gstpb_ver}
1176 Requires:       soundtouch >= 1.4
1177
1178 %description -n gstreamer-soundtouch
1179 GStreamer soundtouch source plugin - audio pitch controller.
1180
1181 %description -n gstreamer-soundtouch -l pl.UTF-8
1182 Wtyczka soundtouch dla GStreamera, sterująca wysokością dźwięku.
1183
1184 %package -n gstreamer-spandsp
1185 Summary:        GStreamer SpanDSP plugin
1186 Summary(pl.UTF-8):      Wtyczka SpanDSP dla GStreamera
1187 Group:          Libraries
1188 Requires:       gstreamer >= %{gst_ver}
1189 Requires:       spandsp >= 0.0.6
1190
1191 %description -n gstreamer-spandsp
1192 GStreamer SpanDSP plugin - audio effect that allows packet loss
1193 concealment.
1194
1195 %description -n gstreamer-spandsp -l pl.UTF-8
1196 Wtyczka SpanDSP dla GStreamera - efekt dźwiękowy umożliwiający
1197 ukrywanie strat pakietów.
1198
1199 %package -n gstreamer-srt
1200 Summary:        GStreamer SRT plugin
1201 Summary(pl.UTF-8):      Wtyczka SRT dla GStreamera
1202 Group:          Libraries
1203 Requires:       gstreamer >= %{gst_ver}
1204 Requires:       srt >= 1.3.0
1205
1206 %description -n gstreamer-srt
1207 GStreamer sink plugin to transfer data via SRT.
1208
1209 %description -n gstreamer-srt -l pl.UTF-8
1210 Wtyczka GStreamera do przesyłania danych przez SRT.
1211
1212 %package -n gstreamer-srtp
1213 Summary:        GStreamer plugin for encoding/decoding SRTP
1214 Summary(pl.UTF-8):      Wtyczka GStremaera do kodowania/dekodowania SRTP
1215 Group:          Libraries
1216 Requires:       gstreamer >= %{gst_ver}
1217 Requires:       gstreamer-plugins-base >= %{gstpb_ver}
1218 Requires:       libsrtp2-devel >= 2.1.0
1219
1220 %description -n gstreamer-srtp
1221 GStreamer plugin for encoding/decoding SRTP.
1222
1223 %description -n gstreamer-srtp -l pl.UTF-8
1224 Wtyczka GStremaera do kodowania/dekodowania SRTP.
1225
1226 %package -n gstreamer-svthevcenc
1227 Summary:        GStreamer plugin for encoding H265 using SvtHevc library
1228 Summary(pl.UTF-8):      Wtyczka GStremaera do H265 przy użyciu biblioteki SvtHevc
1229 Group:          Libraries
1230 # for libgstcodecparsers
1231 Requires:       %{name} = %{version}-%{release}
1232 Requires:       gstreamer >= %{gst_ver}
1233 Requires:       gstreamer-plugins-base >= %{gstpb_ver}
1234 Requires:       svt-hevc >= 1.4.1
1235
1236 %description -n gstreamer-svthevcenc
1237 GStreamer plugin for encoding H265 using SvtHevc library.
1238
1239 %description -n gstreamer-svthevcenc -l pl.UTF-8
1240 Wtyczka GStremaera do H265 przy użyciu biblioteki SvtHevc.
1241
1242 %package -n gstreamer-teletextdec
1243 Summary:        teletext plugin for GStreamer
1244 Summary(pl.UTF-8):      Wtyczka teletext dla GStreamera
1245 Group:          Libraries
1246 Requires:       gstreamer >= %{gst_ver}
1247
1248 %description -n gstreamer-teletextdec
1249 Teletext decoder plugin for GStreamer.
1250
1251 %description -n gstreamer-teletextdec -l pl.UTF-8
1252 Wtyczka GStreamera dekodująca teletekst.
1253
1254 %package -n gstreamer-timecode
1255 Summary:        GStreamer timecode plugin
1256 Summary(pl.UTF-8):      Wtyczka kodów czasowych dla GStreamera
1257 Group:          Libraries
1258 Requires:       gstreamer >= %{gst_ver}
1259 Requires:       gstreamer-plugins-base >= %{gstpb_ver}
1260 Requires:       libltc >= 1.1.3
1261 Conflicts:      gstreamer-plugins-bad < 1.20.1-2
1262
1263 %description -n gstreamer-timecode
1264 GStreamer elements related to timecode.
1265
1266 %description -n gstreamer-timecode -l pl.UTF-8
1267 Elementy GStremera związane z kodami czasowymi.
1268
1269 %package -n gstreamer-ttml
1270 Summary:        GStreamer TTML subtitles plugin
1271 Summary(pl.UTF-8):      Wtyczka podpisów TTML dla GStreamera
1272 Group:          Libraries
1273 Requires:       gstreamer >= %{gst_ver}
1274 Requires:       gstreamer-plugins-base >= %{gstpb_ver}
1275 Requires:       libxml2 >= 1:2.9.2
1276 Requires:       pango >= 1:1.22.0
1277
1278 %description -n gstreamer-ttml
1279 GStreamer TTML subtitles plugin.
1280
1281 %description -n gstreamer-ttml -l pl.UTF-8
1282 Wtyczka podpisów TTML dla GStreamera.
1283
1284 %package -n gstreamer-uvch264
1285 Summary:        GStreamer plugin for UVC compliant H264 encoding cameras
1286 Summary(pl.UTF-8):      Wtyczka GStreamera do kamer kodujących w H264 zgodnych z UVC
1287 Group:          Libraries
1288 # for libgstbasecamerabinsrc
1289 Requires:       %{name} = %{version}-%{release}
1290 Requires:       gstreamer >= %{gst_ver}
1291 Requires:       gstreamer-plugins-base >= %{gstpb_ver}
1292
1293 %description -n gstreamer-uvch264
1294 GStreamer plugin for UVC compliant H264 encoding cameras.
1295
1296 %description -n gstreamer-uvch264 -l pl.UTF-8
1297 Wtyczka GStreamera do kamer kodujących w H264 zgodnych z UVC.
1298
1299 %package -n gstreamer-v4l2codecs
1300 Summary:        GStreamer Video4Linux stateless codecs plugin
1301 Summary(pl.UTF-8):      Wtyczka bezstanowych kodeków Video4Linux dla GSteamera
1302 Group:          Libraries
1303 # for libgstcodecparsers, libgstcodecs
1304 Requires:       %{name} = %{version}-%{release}
1305 Requires:       gstreamer >= %{gst_ver}
1306 Requires:       gstreamer-plugins-base >= %{gstpb_ver}
1307
1308 %description -n gstreamer-v4l2codecs
1309 GStreamer Video4Linux stateless codecs plugin.
1310
1311 %description -n gstreamer-v4l2codecs -l pl.UTF-8
1312 Wtyczka bezstanowych kodeków Video4Linux dla GSteamera.
1313
1314 %package -n gstreamer-va
1315 Summary:        GStreamer VA-API codecs plugin
1316 Summary(pl.UTF-8):      Wtyczka kodeków VA-API dla GSteamera
1317 Group:          Libraries
1318 # for libgstcodecparsers, libgstcodecs, libgstva
1319 Requires:       %{name} = %{version}-%{release}
1320 Requires:       gstreamer >= %{gst_ver}
1321 Requires:       gstreamer-plugins-base >= %{gstpb_ver}
1322 Requires:       libva-drm >= 1.6
1323
1324 %description -n gstreamer-va
1325 GStreamer VA-API codecs plugin.
1326
1327 %description -n gstreamer-va -l pl.UTF-8
1328 Wtyczka kodeków VA-API dla GSteamera.
1329
1330 %package -n gstreamer-videosink-directfb
1331 Summary:        GStreamer DirectFB output plugin
1332 Summary(pl.UTF-8):      Wtyczka wyjścia obrazu DirectFB dla GStreamera
1333 Group:          Libraries
1334 Requires:       gstreamer >= %{gst_ver}
1335 Requires:       gstreamer-plugins-base >= %{gstpb_ver}
1336 Provides:       gstreamer-videosink = %{version}
1337
1338 %description -n gstreamer-videosink-directfb
1339 GStreamer DirectFB output plugin.
1340
1341 %description -n gstreamer-videosink-directfb -l pl.UTF-8
1342 Wtyczka wyjścia obrazu DirectFB dla GStreamera.
1343
1344 %package -n gstreamer-videosink-wayland
1345 Summary:        GStreamer plugin for outputing to Wayland
1346 Summary(pl.UTF-8):      Wtyczka wyjścia Wayland dla GStreamera
1347 Group:          Libraries
1348 # for libgstwayland
1349 Requires:       %{name} = %{version}-%{release}
1350 Requires:       gstreamer >= %{gst_ver}
1351 Requires:       gstreamer-plugins-base >= %{gstpb_ver}
1352 Requires:       wayland >= 1.11.0
1353 Provides:       gstreamer-videosink = %{version}
1354
1355 %description -n gstreamer-videosink-wayland
1356 Plugin for sending output to the Wayland architecture.
1357
1358 %description -n gstreamer-videosink-wayland -l pl.UTF-8
1359 Wtyczka przekazująca wyjście do architektury Wayland.
1360
1361 %package -n gstreamer-voaacenc
1362 Summary:        AAC encoder plugin for GStreamer
1363 Summary(pl.UTF-8):      Wtyczka kodera dźwięku AAC dla GStreamera
1364 Group:          Libraries
1365 Requires:       gstreamer >= %{gst_ver}
1366 Requires:       gstreamer-plugins-base >= %{gstpb_ver}
1367 Requires:       vo-aacenc >= 0.1.0
1368
1369 %description -n gstreamer-voaacenc
1370 AAC audio encoder plugin for GStreamer using VisualOn library.
1371
1372 %description -n gstreamer-voaacenc -l pl.UTF-8
1373 Wtyczka kodera dźwięku AAC dla GStreamera, wykorzystująca bibliotekę
1374 VisualOn.
1375
1376 %package -n gstreamer-vulkan
1377 Summary:        GStreamer Vulkan plugin
1378 Summary(pl.UTF-8):      Wtyczka GStreamera Vulkan
1379 Group:          Libraries
1380 # for libgstvulkan
1381 Requires:       %{name} = %{version}-%{release}
1382 Requires:       gstreamer >= %{gst_ver}
1383 Requires:       gstreamer-plugins-base >= %{gstpb_ver}
1384 Provides:       gstreamer-videosink = %{version}
1385
1386 %description -n gstreamer-vulkan
1387 GStreamer Vulkan video sink and filter (uploader) plugin.
1388
1389 %description -n gstreamer-vulkan -l pl.UTF-8
1390 Wtyczka GStreamera Vulkan - wyjście i filtr obrazu.
1391
1392 %package -n gstreamer-webp
1393 Summary:        GStreamer plugin for decoding WebP images
1394 Summary(pl.UTF-8):      Wtyczka GStreamera do dekodowania obrazów WebP
1395 Group:          Libraries
1396 Requires:       gstreamer >= %{gst_ver}
1397 Requires:       gstreamer-plugins-base >= %{gstpb_ver}
1398 Requires:       libwebp >= 0.2.1
1399
1400 %description -n gstreamer-webp
1401 GStreamer plugin for decoding WebP images.
1402
1403 %description -n gstreamer-webp -l pl.UTF-8
1404 Wtyczka GStreamera do dekodowania obrazów WebP.
1405
1406 %package -n gstreamer-webrtc
1407 Summary:        WebRTC plugin for GStreamer
1408 Summary(pl.UTF-8):      Wtyczka WebRTC dla GStreamera
1409 Group:          Libraries
1410 # for libgstsctp, libgstwebrtc
1411 Requires:       %{name} = %{version}-%{release}
1412 Requires:       gstreamer >= %{gst_ver}
1413 Requires:       gstreamer-plugins-base >= %{gstpb_ver}
1414 Requires:       libnice >= 0.1.17
1415
1416 %description -n gstreamer-webrtc
1417 WebRTC plugin for GStreamer.
1418
1419 %description -n gstreamer-webrtc -l pl.UTF-8
1420 Wtyczka WebRTC dla GStreamera.
1421
1422 %package -n gstreamer-webrtcdsp
1423 Summary:        WebRTC Audio Processing plugin for GStreamer
1424 Summary(pl.UTF-8):      Wtyczka WebRTC Audio Processing dla GStreamera
1425 Group:          Libraries
1426 # for libgstbadaudio
1427 Requires:       %{name} = %{version}-%{release}
1428 Requires:       gstreamer >= %{gst_ver}
1429 Requires:       gstreamer-plugins-base >= %{gstpb_ver}
1430 Requires:       webrtc-audio-processing >= 0.2
1431
1432 %description -n gstreamer-webrtcdsp
1433 WebRTC Audio Processing plugin for GStreamer.
1434
1435 %description -n gstreamer-webrtcdsp -l pl.UTF-8
1436 Wtyczka WebRTC Audio Processing dla GStreamera.
1437
1438 %package -n gstreamer-wildmidi
1439 Summary:        wildmidi plugin for GStreamer
1440 Summary(pl.UTF-8):      Wtyczka wildmidi dla GStreamera
1441 Group:          Libraries
1442 # for libgstbadaudio
1443 Requires:       %{name} = %{version}-%{release}
1444 Requires:       gstreamer >= %{gst_ver}
1445 Requires:       wildmidi >= 0.4
1446
1447 %description -n gstreamer-wildmidi
1448 wildmidi plugin for GStreamer.
1449
1450 %description -n gstreamer-wildmidi -l pl.UTF-8
1451 Wtyczka wildmidi dla GStreamera.
1452
1453 %package -n gstreamer-wpe
1454 Summary:        GStreamer WPE (WebKit web browser) source plugin
1455 Summary(pl.UTF-8):      Wtyczka GStreamera ze źródłem WPE (przeglądarki WWW opartej na WebKicie)
1456 Group:          Libraries
1457 Requires:       gstreamer >= %{gst_ver}
1458 Requires:       gstreamer-gl >= %{gstpb_ver}
1459 Requires:       gstreamer-plugins-base >= %{gstpb_ver}
1460 Requires:       wayland >= 1.11.0
1461 Requires:       wpe-webkit >= 2.28
1462 Requires:       wpebackend-fdo >= 1.8
1463 Requires:       xorg-lib-libxkbcommon >= 0.8
1464
1465 %description -n gstreamer-wpe
1466 GStreamer WPE (WebKit web browser) source plugin.
1467
1468 %description -n gstreamer-wpe -l pl.UTF-8
1469 Wtyczka GStreamera ze źródłem WPE (przeglądarki WWW opartej na
1470 WebKicie).
1471
1472 %package -n gstreamer-x265
1473 Summary:        GStreamer x265 encoder plugin
1474 Summary(pl.UTF-8):      Wtyczka GStreamera kodująca przy użyciu biblioteki x265
1475 Group:          Libraries
1476 Requires:       gstreamer >= %{gst_ver}
1477 Requires:       gstreamer-plugins-base >= %{gstpb_ver}
1478
1479 %description -n gstreamer-x265
1480 GStreamer x265 encoder plugin.
1481
1482 %description -n gstreamer-x265 -l pl.UTF-8
1483 Wtyczka GStreamera kodująca przy użyciu biblioteki x265.
1484
1485 %package -n gstreamer-zbar
1486 Summary:        GStreamer ZBar barcode scanner plugin
1487 Summary(pl.UTF-8):      Wtyczka GStreamera ZBar skanująca kody kreskowe
1488 Group:          Libraries
1489 Requires:       gstreamer >= %{gst_ver}
1490 Requires:       gstreamer-plugins-base >= %{gstpb_ver}
1491 Requires:       zbar >= 0.9
1492
1493 %description -n gstreamer-zbar
1494 GStreamer ZBar barcode scanner plugin.
1495
1496 %description -n gstreamer-zbar -l pl.UTF-8
1497 Wtyczka GStreamera ZBar skanująca kody kreskowe.
1498
1499 %package -n gstreamer-zxing
1500 Summary:        GStreamer ZXing barcode detector plugin
1501 Summary(pl.UTF-8):      Wtyczka GStreamera ZXing wykrywająca kody kreskowe
1502 Group:          Libraries
1503 Requires:       gstreamer >= %{gst_ver}
1504 Requires:       gstreamer-plugins-base >= %{gstpb_ver}
1505 Requires:       zxing-cpp-nu >= 1.1.1
1506 Conflicts:      gstreamer-plugins-bad < 1.20.1-2
1507
1508 %description -n gstreamer-zxing
1509 GStreamer ZXing barcode detector plugin.
1510
1511 %description -n gstreamer-zxing -l pl.UTF-8
1512 Wtyczka GStreamera ZXing wykrywająca kody kreskowe.
1513
1514 %prep
1515 %setup -q -n %{gstname}-%{version}
1516 %patch0 -p1
1517
1518 # disable SCTP debugging (even though gst_debug is enabled by default)
1519 # (SCTP_DEBUG requires libusrsctp built with debugging)
1520 %{__sed} -i -e "s/'-DSCTP_DEBUG'//" ext/sctp/meson.build
1521
1522 %build
1523 export CXXFLAGS="%{rpmcxxflags} -std=c++11"
1524 %meson build \
1525         --default-library=shared \
1526         %{!?with_bluez:-Dbluez=disabled} \
1527         %{!?with_bs2b:-Dbs2b=disabled} \
1528         %{!?with_apidocs:-Ddoc=disabled} \
1529         %{!?with_dts:-Ddts=disabled} \
1530         %{!?with_examples:-Dexamples=disabled} \
1531         %{!?with_faad:-Dfaad=disabled} \
1532         %{!?with_opengl:-Dgl=disabled} \
1533         -Dgpl=enabled \
1534         %{!?with_gsm:-Dgsm=disabled} \
1535         %{!?with_ladspa:-Dladspa=disabled} \
1536         %{!?with_ldac:-Dldac=disabled} \
1537         %{!?with_libde265:-Dlibde265=disabled} \
1538         %{!?with_lv2:-Dlv2=disabled} \
1539         %{?with_vpl:-Dmfx_api=oneVPL} \
1540         %{!?with_mjpegtools:-Dmpeg2enc=disabled} \
1541         %{!?with_msdk:-Dmsdk=disabled} \
1542         %{!?with_musepack:-Dmusepack=disabled} \
1543         %{!?with_neon:-Dneon=disabled} \
1544         %{!?with_openal:-Dopenal=disabled} \
1545         %{!?with_opencv:-Dopencv=disabled} \
1546         %{!?with_openh264:-Dopenh264=disabled} \
1547         %{!?with_openni2:-Dopenni2=disabled} \
1548         -Dsctp-internal-usrsctp=disabled \
1549         %{!?with_svthevc:-Dsvthevcenc=disabled} \
1550         %{!?with_zvbi:-Dteletext=disabled} \
1551         %{!?with_tinyalsa:-Dtinyalsa=disabled} \
1552         %{!?with_uvch264:-Duvch264=disabled} \
1553         %{!?with_amr:-Dvoamrwbenc=disabled} \
1554         %{!?with_vulkan:-Dvulkan=disabled} \
1555         %{!?with_wayland:-Dwayland=disabled} \
1556         %{!?with_x265:-Dx265=disabled} \
1557         %{!?with_zxing:-Dzxing=disabled}
1558
1559 %ninja_build -C build
1560
1561 %if %{with apidocs}
1562 cd build/docs
1563 for config in *-doc.json ; do
1564         LC_ALL=C.UTF-8 hotdoc run --conf-file "$config"
1565 done
1566 %endif
1567
1568 %install
1569 rm -rf $RPM_BUILD_ROOT
1570
1571 %ninja_install -C build
1572
1573 %if %{with apidocs}
1574 install -d $RPM_BUILD_ROOT%{_docdir}/gstreamer-%{gstmver}
1575 cp -pr build/docs/*-doc $RPM_BUILD_ROOT%{_docdir}/gstreamer-%{gstmver}
1576 %endif
1577
1578 %find_lang %{gstname}-%{gstmver}
1579
1580 %clean
1581 rm -rf $RPM_BUILD_ROOT
1582
1583 %post   -p /sbin/ldconfig
1584 %postun -p /sbin/ldconfig
1585
1586 %post   -n gstreamer-transcoder -p /sbin/ldconfig
1587 %postun -n gstreamer-transcoder -p /sbin/ldconfig
1588
1589 %post   -n gstreamer-opencv-libs -p /sbin/ldconfig
1590 %postun -n gstreamer-opencv-libs -p /sbin/ldconfig
1591
1592 %files -f %{gstname}-%{gstmver}.lang
1593 %defattr(644,root,root,755)
1594 %doc AUTHORS ChangeLog NEWS README.md RELEASE
1595 %{?with_examples:%attr(755,root,root) %{_bindir}/playout}
1596 %attr(755,root,root) %{_libdir}/libgstadaptivedemux-%{gstmver}.so.*.*.*
1597 %attr(755,root,root) %ghost %{_libdir}/libgstadaptivedemux-%{gstmver}.so.0
1598 %attr(755,root,root) %{_libdir}/libgstbadaudio-%{gstmver}.so.*.*.*
1599 %attr(755,root,root) %ghost %{_libdir}/libgstbadaudio-%{gstmver}.so.0
1600 %attr(755,root,root) %{_libdir}/libgstbasecamerabinsrc-%{gstmver}.so.*.*.*
1601 %attr(755,root,root) %ghost %{_libdir}/libgstbasecamerabinsrc-%{gstmver}.so.0
1602 %attr(755,root,root) %{_libdir}/libgstcodecparsers-%{gstmver}.so.*.*.*
1603 %attr(755,root,root) %ghost %{_libdir}/libgstcodecparsers-%{gstmver}.so.0
1604 %attr(755,root,root) %{_libdir}/libgstcodecs-%{gstmver}.so.*.*.*
1605 %attr(755,root,root) %ghost %{_libdir}/libgstcodecs-%{gstmver}.so.0
1606 %attr(755,root,root) %{_libdir}/libgstinsertbin-%{gstmver}.so.*.*.*
1607 %attr(755,root,root) %ghost %{_libdir}/libgstinsertbin-%{gstmver}.so.0
1608 %attr(755,root,root) %{_libdir}/libgstisoff-%{gstmver}.so.*.*.*
1609 %attr(755,root,root) %ghost %{_libdir}/libgstisoff-%{gstmver}.so.0
1610 %attr(755,root,root) %{_libdir}/libgstmpegts-%{gstmver}.so.*.*.*
1611 %attr(755,root,root) %ghost %{_libdir}/libgstmpegts-%{gstmver}.so.0
1612 %attr(755,root,root) %{_libdir}/libgstphotography-%{gstmver}.so.*.*.*
1613 %attr(755,root,root) %ghost %{_libdir}/libgstphotography-%{gstmver}.so.0
1614 %attr(755,root,root)  %{_libdir}/libgstplay-%{gstmver}.so.*.*.*
1615 %attr(755,root,root) %ghost %{_libdir}/libgstplay-%{gstmver}.so.0
1616 %attr(755,root,root) %{_libdir}/libgstplayer-%{gstmver}.so.*.*.*
1617 %attr(755,root,root) %ghost %{_libdir}/libgstplayer-%{gstmver}.so.0
1618 %attr(755,root,root) %{_libdir}/libgstsctp-%{gstmver}.so.*.*.*
1619 %attr(755,root,root) %ghost %{_libdir}/libgstsctp-%{gstmver}.so.0
1620 %attr(755,root,root) %{_libdir}/libgsturidownloader-%{gstmver}.so.*.*.*
1621 %attr(755,root,root) %ghost %{_libdir}/libgsturidownloader-%{gstmver}.so.0
1622 %attr(755,root,root) %{_libdir}/libgstva-%{gstmver}.so.*.*.*
1623 %attr(755,root,root) %ghost %{_libdir}/libgstva-%{gstmver}.so.0
1624 %attr(755,root,root) %{_libdir}/libgstvulkan-%{gstmver}.so.*.*.*
1625 %attr(755,root,root) %ghost %{_libdir}/libgstvulkan-%{gstmver}.so.0
1626 %attr(755,root,root) %{_libdir}/libgstwayland-%{gstmver}.so.*.*.*
1627 %attr(755,root,root) %ghost %{_libdir}/libgstwayland-%{gstmver}.so.0
1628 %attr(755,root,root) %{_libdir}/libgstwebrtc-%{gstmver}.so.*.*.*
1629 %attr(755,root,root) %ghost %{_libdir}/libgstwebrtc-%{gstmver}.so.0
1630 %{_libdir}/girepository-1.0/GstBadAudio-1.0.typelib
1631 %{_libdir}/girepository-1.0/GstCodecs-1.0.typelib
1632 %{_libdir}/girepository-1.0/GstInsertBin-1.0.typelib
1633 %{_libdir}/girepository-1.0/GstMpegts-1.0.typelib
1634 %{_libdir}/girepository-1.0/GstPlay-1.0.typelib
1635 %{_libdir}/girepository-1.0/GstPlayer-1.0.typelib
1636 %{_libdir}/girepository-1.0/GstVulkan-1.0.typelib
1637 %{_libdir}/girepository-1.0/GstVulkanWayland-1.0.typelib
1638 %{_libdir}/girepository-1.0/GstVulkanXCB-1.0.typelib
1639 %{_libdir}/girepository-1.0/GstWebRTC-1.0.typelib
1640 %attr(755,root,root) %{gstlibdir}/libgstaccurip.so
1641 %attr(755,root,root) %{gstlibdir}/libgstadpcmdec.so
1642 %attr(755,root,root) %{gstlibdir}/libgstadpcmenc.so
1643 %attr(755,root,root) %{gstlibdir}/libgstaiff.so
1644 %attr(755,root,root) %{gstlibdir}/libgstasfmux.so
1645 %attr(755,root,root) %{gstlibdir}/libgstaudiobuffersplit.so
1646 %attr(755,root,root) %{gstlibdir}/libgstaudiofxbad.so
1647 %attr(755,root,root) %{gstlibdir}/libgstaudiolatency.so
1648 %attr(755,root,root) %{gstlibdir}/libgstaudiomixmatrix.so
1649 %attr(755,root,root) %{gstlibdir}/libgstaudiovisualizers.so
1650 %attr(755,root,root) %{gstlibdir}/libgstautoconvert.so
1651 %attr(755,root,root) %{gstlibdir}/libgstbayer.so
1652 %attr(755,root,root) %{gstlibdir}/libgstbz2.so
1653 %attr(755,root,root) %{gstlibdir}/libgstcamerabin.so
1654 %attr(755,root,root) %{gstlibdir}/libgstcodecalpha.so
1655 %attr(755,root,root) %{gstlibdir}/libgstcoloreffects.so
1656 %attr(755,root,root) %{gstlibdir}/libgstdebugutilsbad.so
1657 %attr(755,root,root) %{gstlibdir}/libgstdecklink.so
1658 %attr(755,root,root) %{gstlibdir}/libgstdvb.so
1659 %attr(755,root,root) %{gstlibdir}/libgstdvbsubenc.so
1660 %attr(755,root,root) %{gstlibdir}/libgstdvbsuboverlay.so
1661 %attr(755,root,root) %{gstlibdir}/libgstdvdspu.so
1662 %attr(755,root,root) %{gstlibdir}/libgstfaceoverlay.so
1663 %attr(755,root,root) %{gstlibdir}/libgstfbdevsink.so
1664 %attr(755,root,root) %{gstlibdir}/libgstfestival.so
1665 %attr(755,root,root) %{gstlibdir}/libgstfieldanalysis.so
1666 %attr(755,root,root) %{gstlibdir}/libgstfreeverb.so
1667 %attr(755,root,root) %{gstlibdir}/libgstfrei0r.so
1668 %attr(755,root,root) %{gstlibdir}/libgstgaudieffects.so
1669 %attr(755,root,root) %{gstlibdir}/libgstgdp.so
1670 %attr(755,root,root) %{gstlibdir}/libgstgeometrictransform.so
1671 %attr(755,root,root) %{gstlibdir}/libgstid3tag.so
1672 %attr(755,root,root) %{gstlibdir}/libgstinterlace.so
1673 %attr(755,root,root) %{gstlibdir}/libgstinter.so
1674 %attr(755,root,root) %{gstlibdir}/libgstipcpipeline.so
1675 %attr(755,root,root) %{gstlibdir}/libgstivfparse.so
1676 %attr(755,root,root) %{gstlibdir}/libgstivtc.so
1677 %attr(755,root,root) %{gstlibdir}/libgstjp2kdecimator.so
1678 %attr(755,root,root) %{gstlibdir}/libgstjpegformat.so
1679 %attr(755,root,root) %{gstlibdir}/libgstlegacyrawparse.so
1680 %attr(755,root,root) %{gstlibdir}/libgstmidi.so
1681 %attr(755,root,root) %{gstlibdir}/libgstmpegpsdemux.so
1682 %attr(755,root,root) %{gstlibdir}/libgstmpegpsmux.so
1683 %attr(755,root,root) %{gstlibdir}/libgstmpegtsdemux.so
1684 %attr(755,root,root) %{gstlibdir}/libgstmpegtsmux.so
1685 %attr(755,root,root) %{gstlibdir}/libgstmxf.so
1686 %attr(755,root,root) %{gstlibdir}/libgstnetsim.so
1687 %attr(755,root,root) %{gstlibdir}/libgstnvcodec.so
1688 %attr(755,root,root) %{gstlibdir}/libgstpcapparse.so
1689 %attr(755,root,root) %{gstlibdir}/libgstpnm.so
1690 %attr(755,root,root) %{gstlibdir}/libgstproxy.so
1691 %attr(755,root,root) %{gstlibdir}/libgstremovesilence.so
1692 %attr(755,root,root) %{gstlibdir}/libgstrfbsrc.so
1693 %attr(755,root,root) %{gstlibdir}/libgstrist.so
1694 %attr(755,root,root) %{gstlibdir}/libgstrtmp2.so
1695 %attr(755,root,root) %{gstlibdir}/libgstrtpmanagerbad.so
1696 %attr(755,root,root) %{gstlibdir}/libgstrtponvif.so
1697 %attr(755,root,root) %{gstlibdir}/libgstsdpelem.so
1698 %attr(755,root,root) %{gstlibdir}/libgstsegmentclip.so
1699 %attr(755,root,root) %{gstlibdir}/libgstshm.so
1700 %attr(755,root,root) %{gstlibdir}/libgstsiren.so
1701 %attr(755,root,root) %{gstlibdir}/libgstsmooth.so
1702 %attr(755,root,root) %{gstlibdir}/libgstsmoothstreaming.so
1703 %attr(755,root,root) %{gstlibdir}/libgstsubenc.so
1704 %attr(755,root,root) %{gstlibdir}/libgstswitchbin.so
1705 %attr(755,root,root) %{gstlibdir}/libgstvideofiltersbad.so
1706 %attr(755,root,root) %{gstlibdir}/libgstvideoframe_audiolevel.so
1707 %attr(755,root,root) %{gstlibdir}/libgstvideoparsersbad.so
1708 %attr(755,root,root) %{gstlibdir}/libgstvideosignal.so
1709 %attr(755,root,root) %{gstlibdir}/libgstvmnc.so
1710 %attr(755,root,root) %{gstlibdir}/libgsty4mdec.so
1711 %dir %{gstdatadir}/presets
1712 %{gstdatadir}/presets/GstFreeverb.prs
1713
1714 %files devel
1715 %defattr(644,root,root,755)
1716 %attr(755,root,root) %{_libdir}/libgstadaptivedemux-%{gstmver}.so
1717 %attr(755,root,root) %{_libdir}/libgstbadaudio-%{gstmver}.so
1718 %attr(755,root,root) %{_libdir}/libgstbasecamerabinsrc-%{gstmver}.so
1719 %attr(755,root,root) %{_libdir}/libgstcodecparsers-%{gstmver}.so
1720 %attr(755,root,root) %{_libdir}/libgstcodecs-%{gstmver}.so
1721 %attr(755,root,root) %{_libdir}/libgstinsertbin-%{gstmver}.so
1722 %attr(755,root,root) %{_libdir}/libgstisoff-%{gstmver}.so
1723 %attr(755,root,root) %{_libdir}/libgstmpegts-%{gstmver}.so
1724 %attr(755,root,root) %{_libdir}/libgstphotography-%{gstmver}.so
1725 %attr(755,root,root) %{_libdir}/libgstplay-%{gstmver}.so
1726 %attr(755,root,root) %{_libdir}/libgstplayer-%{gstmver}.so
1727 %attr(755,root,root) %{_libdir}/libgstsctp-%{gstmver}.so
1728 %attr(755,root,root) %{_libdir}/libgsturidownloader-%{gstmver}.so
1729 %attr(755,root,root) %{_libdir}/libgstva-%{gstmver}.so
1730 %attr(755,root,root) %{_libdir}/libgstvulkan-%{gstmver}.so
1731 %attr(755,root,root) %{_libdir}/libgstwayland-%{gstmver}.so
1732 %attr(755,root,root) %{_libdir}/libgstwebrtc-%{gstmver}.so
1733 %{_includedir}/gstreamer-%{gstmver}/gst/audio/audio-bad-prelude.h
1734 %{_includedir}/gstreamer-%{gstmver}/gst/audio/gstnonstreamaudiodecoder.h
1735 %{_includedir}/gstreamer-%{gstmver}/gst/audio/gstplanaraudioadapter.h
1736 %{_includedir}/gstreamer-%{gstmver}/gst/basecamerabinsrc
1737 %{_includedir}/gstreamer-%{gstmver}/gst/codecparsers
1738 %{_includedir}/gstreamer-%{gstmver}/gst/insertbin
1739 %{_includedir}/gstreamer-%{gstmver}/gst/interfaces
1740 %{_includedir}/gstreamer-%{gstmver}/gst/isoff
1741 %{_includedir}/gstreamer-%{gstmver}/gst/mpegts
1742 %{_includedir}/gstreamer-%{gstmver}/gst/play
1743 %{_includedir}/gstreamer-%{gstmver}/gst/player
1744 %{_includedir}/gstreamer-%{gstmver}/gst/sctp
1745 %{_includedir}/gstreamer-%{gstmver}/gst/uridownloader
1746 %{_includedir}/gstreamer-%{gstmver}/gst/vulkan
1747 %{_includedir}/gstreamer-%{gstmver}/gst/wayland
1748 %{_includedir}/gstreamer-%{gstmver}/gst/webrtc
1749 %{_datadir}/gir-1.0/GstBadAudio-1.0.gir
1750 %{_datadir}/gir-1.0/GstCodecs-1.0.gir
1751 %{_datadir}/gir-1.0/GstInsertBin-1.0.gir
1752 %{_datadir}/gir-1.0/GstMpegts-1.0.gir
1753 %{_datadir}/gir-1.0/GstPlay-1.0.gir
1754 %{_datadir}/gir-1.0/GstPlayer-1.0.gir
1755 %{_datadir}/gir-1.0/GstVulkan-1.0.gir
1756 %{_datadir}/gir-1.0/GstVulkanWayland-1.0.gir
1757 %{_datadir}/gir-1.0/GstVulkanXCB-1.0.gir
1758 %{_datadir}/gir-1.0/GstWebRTC-1.0.gir
1759 %{_pkgconfigdir}/gstreamer-bad-audio-%{gstmver}.pc
1760 %{_pkgconfigdir}/gstreamer-codecparsers-%{gstmver}.pc
1761 %{_pkgconfigdir}/gstreamer-insertbin-%{gstmver}.pc
1762 %{_pkgconfigdir}/gstreamer-mpegts-%{gstmver}.pc
1763 %{_pkgconfigdir}/gstreamer-photography-%{gstmver}.pc
1764 %{_pkgconfigdir}/gstreamer-play-1.0.pc
1765 %{_pkgconfigdir}/gstreamer-player-%{gstmver}.pc
1766 %{_pkgconfigdir}/gstreamer-plugins-bad-%{gstmver}.pc
1767 %{_pkgconfigdir}/gstreamer-sctp-%{gstmver}.pc
1768 %{_pkgconfigdir}/gstreamer-vulkan-%{gstmver}.pc
1769 %{_pkgconfigdir}/gstreamer-vulkan-wayland-%{gstmver}.pc
1770 %{_pkgconfigdir}/gstreamer-vulkan-xcb-%{gstmver}.pc
1771 %{_pkgconfigdir}/gstreamer-wayland-1.0.pc
1772 %{_pkgconfigdir}/gstreamer-webrtc-%{gstmver}.pc
1773
1774 %if %{with apidocs}
1775 %files apidocs
1776 %defattr(644,root,root,755)
1777 %{_docdir}/gstreamer-%{gstmver}/accurip-doc
1778 %{_docdir}/gstreamer-%{gstmver}/adpcmdec-doc
1779 %{_docdir}/gstreamer-%{gstmver}/adpcmenc-doc
1780 %{_docdir}/gstreamer-%{gstmver}/aes-doc
1781 %{_docdir}/gstreamer-%{gstmver}/aiff-doc
1782 %{_docdir}/gstreamer-%{gstmver}/aom-doc
1783 %{_docdir}/gstreamer-%{gstmver}/applemedia-doc
1784 %{_docdir}/gstreamer-%{gstmver}/asfmux-doc
1785 %{_docdir}/gstreamer-%{gstmver}/assrender-doc
1786 %{_docdir}/gstreamer-%{gstmver}/audiobuffersplit-doc
1787 %{_docdir}/gstreamer-%{gstmver}/audiofxbad-doc
1788 %{_docdir}/gstreamer-%{gstmver}/audiolatency-doc
1789 %{_docdir}/gstreamer-%{gstmver}/audiomixmatrix-doc
1790 %{_docdir}/gstreamer-%{gstmver}/audiovisualizers-doc
1791 %{_docdir}/gstreamer-%{gstmver}/autoconvert-doc
1792 %{_docdir}/gstreamer-%{gstmver}/avtp-doc
1793 %{_docdir}/gstreamer-%{gstmver}/bad-audio-doc
1794 %{_docdir}/gstreamer-%{gstmver}/basecamerabinsrc-doc
1795 %{_docdir}/gstreamer-%{gstmver}/bayer-doc
1796 %{_docdir}/gstreamer-%{gstmver}/bluez-doc
1797 %{_docdir}/gstreamer-%{gstmver}/bs2b-doc
1798 %{_docdir}/gstreamer-%{gstmver}/bz2-doc
1799 %{_docdir}/gstreamer-%{gstmver}/camerabin-doc
1800 %{_docdir}/gstreamer-%{gstmver}/chromaprint-doc
1801 %{_docdir}/gstreamer-%{gstmver}/closedcaption-doc
1802 %{_docdir}/gstreamer-%{gstmver}/codecalpha-doc
1803 %{_docdir}/gstreamer-%{gstmver}/codecs-doc
1804 %{_docdir}/gstreamer-%{gstmver}/coloreffects-doc
1805 %{_docdir}/gstreamer-%{gstmver}/colormanagement-doc
1806 %{_docdir}/gstreamer-%{gstmver}/curl-doc
1807 %{_docdir}/gstreamer-%{gstmver}/d3d-doc
1808 %{_docdir}/gstreamer-%{gstmver}/d3d11-doc
1809 %{_docdir}/gstreamer-%{gstmver}/dash-doc
1810 %{_docdir}/gstreamer-%{gstmver}/dc1394-doc
1811 %{_docdir}/gstreamer-%{gstmver}/de265-doc
1812 %{_docdir}/gstreamer-%{gstmver}/debugutilsbad-doc
1813 %{_docdir}/gstreamer-%{gstmver}/decklink-doc
1814 %{_docdir}/gstreamer-%{gstmver}/directfb-doc
1815 %{_docdir}/gstreamer-%{gstmver}/directsoundsrc-doc
1816 %{_docdir}/gstreamer-%{gstmver}/dtls-doc
1817 %{_docdir}/gstreamer-%{gstmver}/dtsdec-doc
1818 %{_docdir}/gstreamer-%{gstmver}/dvb-doc
1819 %{_docdir}/gstreamer-%{gstmver}/dvbsubenc-doc
1820 %{_docdir}/gstreamer-%{gstmver}/dvbsuboverlay-doc
1821 %{_docdir}/gstreamer-%{gstmver}/dvdspu-doc
1822 %{_docdir}/gstreamer-%{gstmver}/faac-doc
1823 %{_docdir}/gstreamer-%{gstmver}/faad-doc
1824 %{_docdir}/gstreamer-%{gstmver}/faceoverlay-doc
1825 %{_docdir}/gstreamer-%{gstmver}/fbdevsink-doc
1826 %{_docdir}/gstreamer-%{gstmver}/fdkaac-doc
1827 %{_docdir}/gstreamer-%{gstmver}/festival-doc
1828 %{_docdir}/gstreamer-%{gstmver}/fieldanalysis-doc
1829 %{_docdir}/gstreamer-%{gstmver}/flite-doc
1830 %{_docdir}/gstreamer-%{gstmver}/fluidsynthmidi-doc
1831 %{_docdir}/gstreamer-%{gstmver}/freeverb-doc
1832 %{_docdir}/gstreamer-%{gstmver}/frei0r-doc
1833 %{_docdir}/gstreamer-%{gstmver}/gaudieffects-doc
1834 %{_docdir}/gstreamer-%{gstmver}/gdp-doc
1835 %{_docdir}/gstreamer-%{gstmver}/geometrictransform-doc
1836 %{_docdir}/gstreamer-%{gstmver}/gme-doc
1837 %{_docdir}/gstreamer-%{gstmver}/gs-doc
1838 %{_docdir}/gstreamer-%{gstmver}/gsm-doc
1839 %{_docdir}/gstreamer-%{gstmver}/gst-plugins-bad-adaptivedemux-doc
1840 %{_docdir}/gstreamer-%{gstmver}/gst-plugins-bad-codecparsers-doc
1841 %{_docdir}/gstreamer-%{gstmver}/hls-doc
1842 %{_docdir}/gstreamer-%{gstmver}/id3tag-doc
1843 %{_docdir}/gstreamer-%{gstmver}/insertbin-doc
1844 %{_docdir}/gstreamer-%{gstmver}/inter-doc
1845 %{_docdir}/gstreamer-%{gstmver}/interlace-doc
1846 %{_docdir}/gstreamer-%{gstmver}/ipcpipeline-doc
1847 %{_docdir}/gstreamer-%{gstmver}/iqa-doc
1848 %{_docdir}/gstreamer-%{gstmver}/ivfparse-doc
1849 %{_docdir}/gstreamer-%{gstmver}/ivtc-doc
1850 %{_docdir}/gstreamer-%{gstmver}/jp2kdecimator-doc
1851 %{_docdir}/gstreamer-%{gstmver}/jpegformat-doc
1852 %{_docdir}/gstreamer-%{gstmver}/kate-doc
1853 %{_docdir}/gstreamer-%{gstmver}/kms-doc
1854 %{_docdir}/gstreamer-%{gstmver}/ladspa-doc
1855 %{_docdir}/gstreamer-%{gstmver}/legacyrawparse-doc
1856 %{_docdir}/gstreamer-%{gstmver}/lv2-doc
1857 %{_docdir}/gstreamer-%{gstmver}/mediafoundation-doc
1858 %{_docdir}/gstreamer-%{gstmver}/microdns-doc
1859 %{_docdir}/gstreamer-%{gstmver}/midi-doc
1860 %{_docdir}/gstreamer-%{gstmver}/modplug-doc
1861 %{_docdir}/gstreamer-%{gstmver}/mpeg2enc-doc
1862 %{_docdir}/gstreamer-%{gstmver}/mpegpsdemux-doc
1863 %{_docdir}/gstreamer-%{gstmver}/mpegpsmux-doc
1864 %{_docdir}/gstreamer-%{gstmver}/mpegts-doc
1865 %{_docdir}/gstreamer-%{gstmver}/mpegtsdemux-doc
1866 %{_docdir}/gstreamer-%{gstmver}/mpegtsmux-doc
1867 %{_docdir}/gstreamer-%{gstmver}/mplex-doc
1868 %{_docdir}/gstreamer-%{gstmver}/msdk-doc
1869 %{_docdir}/gstreamer-%{gstmver}/musepack-doc
1870 %{_docdir}/gstreamer-%{gstmver}/mxf-doc
1871 %{_docdir}/gstreamer-%{gstmver}/neonhttpsrc-doc
1872 %{_docdir}/gstreamer-%{gstmver}/netsim-doc
1873 %{_docdir}/gstreamer-%{gstmver}/nvcodec-doc
1874 %{_docdir}/gstreamer-%{gstmver}/openal-doc
1875 %{_docdir}/gstreamer-%{gstmver}/opencv-doc
1876 %{_docdir}/gstreamer-%{gstmver}/openexr-doc
1877 %{_docdir}/gstreamer-%{gstmver}/openh264-doc
1878 %{_docdir}/gstreamer-%{gstmver}/openjpeg-doc
1879 %{_docdir}/gstreamer-%{gstmver}/openmpt-doc
1880 %{_docdir}/gstreamer-%{gstmver}/openni2-doc
1881 %{_docdir}/gstreamer-%{gstmver}/opusparse-doc
1882 %{_docdir}/gstreamer-%{gstmver}/pcapparse-doc
1883 %{_docdir}/gstreamer-%{gstmver}/play-doc
1884 %{_docdir}/gstreamer-%{gstmver}/player-doc
1885 %{_docdir}/gstreamer-%{gstmver}/pnm-doc
1886 %{_docdir}/gstreamer-%{gstmver}/proxy-doc
1887 %{_docdir}/gstreamer-%{gstmver}/qroverlay-doc
1888 %{_docdir}/gstreamer-%{gstmver}/removesilence-doc
1889 %{_docdir}/gstreamer-%{gstmver}/resindvd-doc
1890 %{_docdir}/gstreamer-%{gstmver}/rfbsrc-doc
1891 %{_docdir}/gstreamer-%{gstmver}/rist-doc
1892 %{_docdir}/gstreamer-%{gstmver}/rsvg-doc
1893 %{_docdir}/gstreamer-%{gstmver}/rtmp-doc
1894 %{_docdir}/gstreamer-%{gstmver}/rtmp2-doc
1895 %{_docdir}/gstreamer-%{gstmver}/rtpmanagerbad-doc
1896 %{_docdir}/gstreamer-%{gstmver}/rtponvif-doc
1897 %{_docdir}/gstreamer-%{gstmver}/sbc-doc
1898 %{_docdir}/gstreamer-%{gstmver}/sctp-doc
1899 %{_docdir}/gstreamer-%{gstmver}/sdpelem-doc
1900 %{_docdir}/gstreamer-%{gstmver}/segmentclip-doc
1901 %{_docdir}/gstreamer-%{gstmver}/shm-doc
1902 %{_docdir}/gstreamer-%{gstmver}/siren-doc
1903 %{_docdir}/gstreamer-%{gstmver}/smooth-doc
1904 %{_docdir}/gstreamer-%{gstmver}/smoothstreaming-doc
1905 %{_docdir}/gstreamer-%{gstmver}/sndfile-doc
1906 %{_docdir}/gstreamer-%{gstmver}/soundtouch-doc
1907 %{_docdir}/gstreamer-%{gstmver}/spandsp-doc
1908 %{_docdir}/gstreamer-%{gstmver}/speed-doc
1909 %{_docdir}/gstreamer-%{gstmver}/srt-doc
1910 %{_docdir}/gstreamer-%{gstmver}/srtp-doc
1911 %{_docdir}/gstreamer-%{gstmver}/subenc-doc
1912 %{_docdir}/gstreamer-%{gstmver}/switchbin-doc
1913 %{_docdir}/gstreamer-%{gstmver}/teletext-doc
1914 %{_docdir}/gstreamer-%{gstmver}/timecode-doc
1915 %{_docdir}/gstreamer-%{gstmver}/tinyalsa-doc
1916 %{_docdir}/gstreamer-%{gstmver}/ttmlsubs-doc
1917 %{_docdir}/gstreamer-%{gstmver}/uvch264-doc
1918 %{_docdir}/gstreamer-%{gstmver}/v4l2codecs-doc
1919 %{_docdir}/gstreamer-%{gstmver}/va-doc
1920 %{_docdir}/gstreamer-%{gstmver}/videofiltersbad-doc
1921 %{_docdir}/gstreamer-%{gstmver}/videoframe_audiolevel-doc
1922 %{_docdir}/gstreamer-%{gstmver}/videoparsersbad-doc
1923 %{_docdir}/gstreamer-%{gstmver}/videosignal-doc
1924 %{_docdir}/gstreamer-%{gstmver}/vmnc-doc
1925 %{_docdir}/gstreamer-%{gstmver}/voaacenc-doc
1926 %{_docdir}/gstreamer-%{gstmver}/voamrwbenc-doc
1927 %{_docdir}/gstreamer-%{gstmver}/vulkan-doc
1928 %{_docdir}/gstreamer-%{gstmver}/vulkan-wayland-doc
1929 %{_docdir}/gstreamer-%{gstmver}/vulkan-xcb-doc
1930 %{_docdir}/gstreamer-%{gstmver}/vulkanlib-doc
1931 %{_docdir}/gstreamer-%{gstmver}/wasapi-doc
1932 %{_docdir}/gstreamer-%{gstmver}/wasapi2-doc
1933 %{_docdir}/gstreamer-%{gstmver}/waylandsink-doc
1934 %{_docdir}/gstreamer-%{gstmver}/webp-doc
1935 %{_docdir}/gstreamer-%{gstmver}/webrtc-doc
1936 %{_docdir}/gstreamer-%{gstmver}/webrtcdsp-doc
1937 %{_docdir}/gstreamer-%{gstmver}/webrtclib-doc
1938 %{_docdir}/gstreamer-%{gstmver}/wildmidi-doc
1939 %{_docdir}/gstreamer-%{gstmver}/winks-doc
1940 %{_docdir}/gstreamer-%{gstmver}/winscreencap-doc
1941 %{_docdir}/gstreamer-%{gstmver}/wpe-doc
1942 %{_docdir}/gstreamer-%{gstmver}/x265-doc
1943 %{_docdir}/gstreamer-%{gstmver}/y4mdec-doc
1944 %{_docdir}/gstreamer-%{gstmver}/zbar-doc
1945 %endif
1946
1947 %files -n gstreamer-transcoder
1948 %defattr(644,root,root,755)
1949 %attr(755,root,root) %{_bindir}/gst-transcoder-1.0
1950 %attr(755,root,root) %{_libdir}/libgsttranscoder-%{gstmver}.so.0
1951 %{_libdir}/girepository-1.0/GstTranscoder-1.0.typelib
1952 %attr(755,root,root) %{gstlibdir}/libgsttranscode.so
1953 %dir %{gstdatadir}/encoding-profiles
1954 %dir %{gstdatadir}/encoding-profiles/device
1955 %{gstdatadir}/encoding-profiles/device/dvd.gep
1956 %dir %{gstdatadir}/encoding-profiles/file-extension
1957 %{gstdatadir}/encoding-profiles/file-extension/avi.gep
1958 %{gstdatadir}/encoding-profiles/file-extension/flv.gep
1959 %{gstdatadir}/encoding-profiles/file-extension/mkv.gep
1960 %{gstdatadir}/encoding-profiles/file-extension/mp3.gep
1961 %{gstdatadir}/encoding-profiles/file-extension/mp4.gep
1962 %{gstdatadir}/encoding-profiles/file-extension/oga.gep
1963 %{gstdatadir}/encoding-profiles/file-extension/ogv.gep
1964 %{gstdatadir}/encoding-profiles/file-extension/ts.gep
1965 %{gstdatadir}/encoding-profiles/file-extension/webm.gep
1966 %dir %{gstdatadir}/encoding-profiles/online-services
1967 %{gstdatadir}/encoding-profiles/online-services/youtube.gep
1968
1969 %files -n gstreamer-transcoder-devel
1970 %defattr(644,root,root,755)
1971 %attr(755,root,root) %{_libdir}/libgsttranscoder-%{gstmver}.so
1972 %{_datadir}/gir-1.0/GstTranscoder-1.0.gir
1973 %{_includedir}/gstreamer-%{gstmver}/gst/transcoder
1974 %{_pkgconfigdir}/gstreamer-transcoder-%{gstmver}.pc
1975
1976 %if %{with apidocs}
1977 %files -n gstreamer-transcoder-apidocs
1978 %defattr(644,root,root,755)
1979 %{_docdir}/gstreamer-%{gstmver}/transcode-doc
1980 %{_docdir}/gstreamer-%{gstmver}/transcoder-doc
1981 %endif
1982
1983 ##
1984 ## Plugins
1985 ##
1986
1987 %if %{with faad}
1988 %files -n gstreamer-aac
1989 %defattr(644,root,root,755)
1990 %attr(755,root,root) %{gstlibdir}/libgstfaac.so
1991 %attr(755,root,root) %{gstlibdir}/libgstfaad.so
1992 %endif
1993
1994 %files -n gstreamer-aes
1995 %defattr(644,root,root,755)
1996 # R: openssl >= 1.1.0
1997 %attr(755,root,root) %{gstlibdir}/libgstaes.so
1998
1999 %files -n gstreamer-aom
2000 %defattr(644,root,root,755)
2001 %attr(755,root,root) %{gstlibdir}/libgstaom.so
2002
2003 %if %{with amr}
2004 %files -n gstreamer-amrwbenc
2005 %defattr(644,root,root,755)
2006 %attr(755,root,root) %{gstlibdir}/libgstvoamrwbenc.so
2007 %{gstdatadir}/presets/GstVoAmrwbEnc.prs
2008 %endif
2009
2010 %files -n gstreamer-ass
2011 %defattr(644,root,root,755)
2012 %attr(755,root,root) %{gstlibdir}/libgstassrender.so
2013
2014 %files -n gstreamer-audio-effects-bad
2015 %defattr(644,root,root,755)
2016 %attr(755,root,root) %{gstlibdir}/libgstspeed.so
2017
2018 %if %{with tinyalsa}
2019 %files -n gstreamer-audiosink-tinyalsa
2020 %defattr(644,root,root,755)
2021 %attr(755,root,root) %{gstlibdir}/libgsttinyalsa.so
2022 %endif
2023
2024 %files -n gstreamer-avtp
2025 %defattr(644,root,root,755)
2026 # R: libavtp
2027 %attr(755,root,root) %{gstlibdir}/libgstavtp.so
2028
2029 %if %{with bluez}
2030 %files -n gstreamer-bluez
2031 %defattr(644,root,root,755)
2032 %attr(755,root,root) %{gstlibdir}/libgstbluez.so
2033 %endif
2034
2035 %if %{with bs2b}
2036 %files -n gstreamer-bs2b
2037 %defattr(644,root,root,755)
2038 %attr(755,root,root) %{gstlibdir}/libgstbs2b.so
2039 %endif
2040
2041 %if %{with chromaprint}
2042 %files -n gstreamer-chromaprint
2043 %defattr(644,root,root,755)
2044 %attr(755,root,root) %{gstlibdir}/libgstchromaprint.so
2045 %endif
2046
2047 %files -n gstreamer-closedcaption
2048 %defattr(644,root,root,755)
2049 %attr(755,root,root) %{gstlibdir}/libgstclosedcaption.so
2050
2051 %files -n gstreamer-colormanagement
2052 %defattr(644,root,root,755)
2053 # R: lcms2
2054 %attr(755,root,root) %{gstlibdir}/libgstcolormanagement.so
2055
2056 %files -n gstreamer-curl
2057 %defattr(644,root,root,755)
2058 %attr(755,root,root) %{gstlibdir}/libgstcurl.so
2059
2060 %files -n gstreamer-dash
2061 %defattr(644,root,root,755)
2062 # R: libxml2
2063 %attr(755,root,root) %{gstlibdir}/libgstdash.so
2064
2065 %if %{with dc1394}
2066 %files -n gstreamer-dc1394
2067 %defattr(644,root,root,755)
2068 %attr(755,root,root) %{gstlibdir}/libgstdc1394.so
2069 %endif
2070
2071 %files -n gstreamer-dtls
2072 %defattr(644,root,root,755)
2073 %attr(755,root,root) %{gstlibdir}/libgstdtls.so
2074
2075 %if %{with dts}
2076 %files -n gstreamer-dts
2077 %defattr(644,root,root,755)
2078 %attr(755,root,root) %{gstlibdir}/libgstdtsdec.so
2079 %endif
2080
2081 %files -n gstreamer-fdkaac
2082 %defattr(644,root,root,755)
2083 %attr(755,root,root) %{gstlibdir}/libgstfdkaac.so
2084
2085 %files -n gstreamer-flite
2086 %defattr(644,root,root,755)
2087 %attr(755,root,root) %{gstlibdir}/libgstflite.so
2088
2089 %files -n gstreamer-fluidsynth
2090 %defattr(644,root,root,755)
2091 %attr(755,root,root) %{gstlibdir}/libgstfluidsynthmidi.so
2092
2093 %files -n gstreamer-gme
2094 %defattr(644,root,root,755)
2095 %attr(755,root,root) %{gstlibdir}/libgstgme.so
2096
2097 # not ported to 1.0 yet
2098 %if 0
2099 %files -n gstreamer-gsettings
2100 %defattr(644,root,root,755)
2101 %attr(755,root,root) %{gstlibdir}/libgstgsettingselements.so
2102 %{_datadir}/glib-2.0/schemas/org.freedesktop.gstreamer-%{gstmver}.default-elements.gschema.xml
2103 %endif
2104
2105 %if %{with gsm}
2106 %files -n gstreamer-gsm
2107 %defattr(644,root,root,755)
2108 %attr(755,root,root) %{gstlibdir}/libgstgsm.so
2109 %endif
2110
2111 %files -n gstreamer-hls
2112 %defattr(644,root,root,755)
2113 # R: nettle >= 3.0
2114 %attr(755,root,root) %{gstlibdir}/libgsthls.so
2115
2116 %files -n gstreamer-iqa
2117 %defattr(644,root,root,755)
2118 %attr(755,root,root) %{gstlibdir}/libgstiqa.so
2119
2120 %files -n gstreamer-isac
2121 %defattr(644,root,root,755)
2122 # R: webrtc-audio-processing1 >= 1.0
2123 %attr(755,root,root) %{gstlibdir}/libgstisac.so
2124
2125 %if %{with kate}
2126 %files -n gstreamer-kate
2127 %defattr(644,root,root,755)
2128 %doc ext/kate/README
2129 %attr(755,root,root) %{gstlibdir}/libgstkate.so
2130 %endif
2131
2132 %files -n gstreamer-videosink-kms
2133 %defattr(644,root,root,755)
2134 %attr(755,root,root) %{gstlibdir}/libgstkms.so
2135
2136 %if %{with ladspa}
2137 %files -n gstreamer-ladspa
2138 %defattr(644,root,root,755)
2139 %attr(755,root,root) %{gstlibdir}/libgstladspa.so
2140 %endif
2141
2142 %if %{with ldac}
2143 %files -n gstreamer-ldac
2144 %defattr(644,root,root,755)
2145 %attr(755,root,root) %{gstlibdir}/libgstldac.so
2146 %endif
2147
2148 %if %{with libde265}
2149 %files -n gstreamer-libde265
2150 %defattr(644,root,root,755)
2151 %attr(755,root,root) %{gstlibdir}/libgstde265.so
2152 %endif
2153
2154 %if %{with lv2}
2155 %files -n gstreamer-lv2
2156 %defattr(644,root,root,755)
2157 %doc ext/lv2/README
2158 %attr(755,root,root) %{gstlibdir}/libgstlv2.so
2159 %endif
2160
2161 %files -n gstreamer-microdns
2162 %defattr(644,root,root,755)
2163 # R: libmicrodns
2164 %attr(755,root,root) %{gstlibdir}/libgstmicrodns.so
2165
2166 %if %{with mjpegtools}
2167 %files -n gstreamer-mjpegtools
2168 %defattr(644,root,root,755)
2169 %attr(755,root,root) %{gstlibdir}/libgstmpeg2enc.so
2170 %attr(755,root,root) %{gstlibdir}/libgstmplex.so
2171 %endif
2172
2173 %files -n gstreamer-modplug
2174 %defattr(644,root,root,755)
2175 # R: libmodplug
2176 %attr(755,root,root) %{gstlibdir}/libgstmodplug.so
2177
2178 %if %{with msdk}
2179 %files -n gstreamer-msdk
2180 %defattr(644,root,root,755)
2181 # R: %{?with_mfx:mfx_dispatch} %{?with_vpl:oneVPL}
2182 %attr(755,root,root) %{gstlibdir}/libgstmsdk.so
2183 %endif
2184
2185 %if %{with musepack}
2186 %files -n gstreamer-musepack
2187 %defattr(644,root,root,755)
2188 %attr(755,root,root) %{gstlibdir}/libgstmusepack.so
2189 %endif
2190
2191 %if %{with neon}
2192 %files -n gstreamer-neon
2193 %defattr(644,root,root,755)
2194 %attr(755,root,root) %{gstlibdir}/libgstneonhttpsrc.so
2195 %endif
2196
2197 %if %{with openal}
2198 %files -n gstreamer-openal
2199 %defattr(644,root,root,755)
2200 %attr(755,root,root) %{gstlibdir}/libgstopenal.so
2201 %endif
2202
2203 %files -n gstreamer-openaptx
2204 %defattr(644,root,root,755)
2205 # R: libfreeaptx >= 0.1.1
2206 %attr(755,root,root) %{gstlibdir}/libgstopenaptx.so
2207
2208 %if %{with opencv}
2209 %files -n gstreamer-opencv
2210 %defattr(644,root,root,755)
2211 %attr(755,root,root) %{gstlibdir}/libgstopencv.so
2212 # possibly common dir (but no other users so far)
2213 %dir %{_datadir}/gst-plugins-bad
2214 %dir %{_datadir}/gst-plugins-bad/1.0
2215 %{_datadir}/gst-plugins-bad/1.0/opencv_haarcascades
2216
2217 %files -n gstreamer-opencv-libs
2218 %defattr(644,root,root,755)
2219 %attr(755,root,root) %{_libdir}/libgstopencv-1.0.so.*.*.*
2220 %attr(755,root,root) %ghost %{_libdir}/libgstopencv-1.0.so.0
2221
2222 %files -n gstreamer-opencv-devel
2223 %defattr(644,root,root,755)
2224 %attr(755,root,root) %{_libdir}/libgstopencv-1.0.so
2225 %{_includedir}/gstreamer-1.0/gst/opencv
2226 %endif
2227
2228 %if %{with openexr}
2229 %files -n gstreamer-openexr
2230 %defattr(644,root,root,755)
2231 %attr(755,root,root) %{gstlibdir}/libgstopenexr.so
2232 %endif
2233
2234 %if %{with openh264}
2235 %files -n gstreamer-openh264
2236 %defattr(644,root,root,755)
2237 %attr(755,root,root) %{gstlibdir}/libgstopenh264.so
2238 %endif
2239
2240 %files -n gstreamer-openjpeg
2241 %defattr(644,root,root,755)
2242 %attr(755,root,root) %{gstlibdir}/libgstopenjpeg.so
2243
2244 %files -n gstreamer-openmpt
2245 %defattr(644,root,root,755)
2246 %attr(755,root,root) %{gstlibdir}/libgstopenmpt.so
2247
2248 %if %{with openni2}
2249 %files -n gstreamer-openni2
2250 %defattr(644,root,root,755)
2251 %attr(755,root,root) %{gstlibdir}/libgstopenni2.so
2252 %endif
2253
2254 %files -n gstreamer-opusparse
2255 %defattr(644,root,root,755)
2256 %attr(755,root,root) %{gstlibdir}/libgstopusparse.so
2257
2258 %files -n gstreamer-qroverlay
2259 %defattr(644,root,root,755)
2260 # R: qrencode json-glib
2261 %attr(755,root,root) %{gstlibdir}/libgstqroverlay.so
2262
2263 %files -n gstreamer-resindvd
2264 %defattr(644,root,root,755)
2265 %attr(755,root,root) %{gstlibdir}/libgstresindvd.so
2266
2267 %if %{with librsvg}
2268 %files -n gstreamer-rsvg
2269 %defattr(644,root,root,755)
2270 %attr(755,root,root) %{gstlibdir}/libgstrsvg.so
2271 %endif
2272
2273 %files -n gstreamer-rtmp
2274 %defattr(644,root,root,755)
2275 %attr(755,root,root) %{gstlibdir}/libgstrtmp.so
2276
2277 %if %{with sbc}
2278 %files -n gstreamer-sbc
2279 %defattr(644,root,root,755)
2280 %attr(755,root,root) %{gstlibdir}/libgstsbc.so
2281 %endif
2282
2283 %files -n gstreamer-sctp
2284 %defattr(644,root,root,755)
2285 %attr(755,root,root) %{gstlibdir}/libgstsctp.so
2286
2287 %if %{with sndfile}
2288 %files -n gstreamer-sndfile
2289 %defattr(644,root,root,755)
2290 %attr(755,root,root) %{gstlibdir}/libgstsndfile.so
2291 %endif
2292
2293 %files -n gstreamer-soundtouch
2294 %defattr(644,root,root,755)
2295 %attr(755,root,root) %{gstlibdir}/libgstsoundtouch.so
2296
2297 %files -n gstreamer-spandsp
2298 %defattr(644,root,root,755)
2299 %attr(755,root,root) %{gstlibdir}/libgstspandsp.so
2300
2301 %files -n gstreamer-srt
2302 %defattr(644,root,root,755)
2303 %attr(755,root,root) %{gstlibdir}/libgstsrt.so
2304
2305 %if %{with srtp}
2306 %files -n gstreamer-srtp
2307 %defattr(644,root,root,755)
2308 %attr(755,root,root) %{gstlibdir}/libgstsrtp.so
2309 %endif
2310
2311 %if %{with svthevc}
2312 %files -n gstreamer-svthevcenc
2313 %defattr(644,root,root,755)
2314 %attr(755,root,root) %{gstlibdir}/libgstsvthevcenc.so
2315 %endif
2316
2317 %if %{with zvbi}
2318 %files -n gstreamer-teletextdec
2319 %defattr(644,root,root,755)
2320 %attr(755,root,root) %{gstlibdir}/libgstteletext.so
2321 %endif
2322
2323 %files -n gstreamer-timecode
2324 %defattr(644,root,root,755)
2325 # R: libltc
2326 %attr(755,root,root) %{gstlibdir}/libgsttimecode.so
2327
2328 %files -n gstreamer-ttml
2329 %defattr(644,root,root,755)
2330 %attr(755,root,root) %{gstlibdir}/libgstttmlsubs.so
2331
2332 %if %{with uvch264}
2333 %files -n gstreamer-uvch264
2334 %defattr(644,root,root,755)
2335 %attr(755,root,root) %{gstlibdir}/libgstuvch264.so
2336 %endif
2337
2338 %files -n gstreamer-v4l2codecs
2339 %defattr(644,root,root,755)
2340 # R: libgudev
2341 %attr(755,root,root) %{gstlibdir}/libgstv4l2codecs.so
2342
2343 %files -n gstreamer-va
2344 %defattr(644,root,root,755)
2345 %attr(755,root,root) %{gstlibdir}/libgstva.so
2346
2347 %if %{with directfb}
2348 %files -n gstreamer-videosink-directfb
2349 %defattr(644,root,root,755)
2350 %attr(755,root,root) %{gstlibdir}/libgstdirectfb.so
2351 %endif
2352
2353 %if %{with wayland}
2354 %files -n gstreamer-videosink-wayland
2355 %defattr(644,root,root,755)
2356 %attr(755,root,root) %{gstlibdir}/libgstwaylandsink.so
2357 %endif
2358
2359 %files -n gstreamer-voaacenc
2360 %defattr(644,root,root,755)
2361 %attr(755,root,root) %{gstlibdir}/libgstvoaacenc.so
2362
2363 %if %{with vulkan}
2364 %files -n gstreamer-vulkan
2365 %defattr(644,root,root,755)
2366 %attr(755,root,root) %{gstlibdir}/libgstvulkan.so
2367 %endif
2368
2369 %files -n gstreamer-webp
2370 %defattr(644,root,root,755)
2371 %attr(755,root,root) %{gstlibdir}/libgstwebp.so
2372
2373 %files -n gstreamer-webrtc
2374 %defattr(644,root,root,755)
2375 %attr(755,root,root) %{gstlibdir}/libgstwebrtc.so
2376
2377 %files -n gstreamer-webrtcdsp
2378 %defattr(644,root,root,755)
2379 %attr(755,root,root) %{gstlibdir}/libgstwebrtcdsp.so
2380
2381 %if %{with wildmidi}
2382 %files -n gstreamer-wildmidi
2383 %defattr(644,root,root,755)
2384 %attr(755,root,root) %{gstlibdir}/libgstwildmidi.so
2385 %endif
2386
2387 %if %{with wpe}
2388 %files -n gstreamer-wpe
2389 %defattr(644,root,root,755)
2390 %attr(755,root,root) %{gstlibdir}/libgstwpe.so
2391 %dir %{_libdir}/gst-plugins-bad
2392 %dir %{_libdir}/gst-plugins-bad/wpe-extension
2393 %{_libdir}/gst-plugins-bad/wpe-extension/libgstwpeextension.so
2394 %endif
2395
2396 %if %{with x265}
2397 %files -n gstreamer-x265
2398 %defattr(644,root,root,755)
2399 %attr(755,root,root) %{gstlibdir}/libgstx265.so
2400 %endif
2401
2402 %files -n gstreamer-zbar
2403 %defattr(644,root,root,755)
2404 %attr(755,root,root) %{gstlibdir}/libgstzbar.so
2405
2406 %files -n gstreamer-zxing
2407 %defattr(644,root,root,755)
2408 # R: zxing-cpp-nu >= 1.1.1
2409 %attr(755,root,root) %{gstlibdir}/libgstzxing.so
This page took 0.191389 seconds and 3 git commands to generate.