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