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