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