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