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