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