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