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