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