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