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