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