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