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