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