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