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