]> git.pld-linux.org Git - packages/gstreamer-plugins-bad.git/blame - gstreamer-plugins-bad.spec
- added iqa plugin (BR: dssim-devel)
[packages/gstreamer-plugins-bad.git] / gstreamer-plugins-bad.spec
CommitLineData
673b9bb3 1# TODO:
faf46047 2# - nvenc (BR: cuda >= 6.5, nvEncodeAPI.h, -lnvidia-encode)
673b9bb3 3# - OpenSLES (when available on pure Linux, not Android)
c9ecff38 4#
2fbdaa36 5# Conditional build:
11506ac9 6%bcond_without amr # amrwbenc output plugin
f64edc00 7%bcond_without bs2b # bs2b headphone stereo improvement plugin
764dce5e 8%bcond_without bluez # Bluez plugin
673b9bb3 9%bcond_without chromaprint # chromaprint fingerprint plugin
876fe6da 10%bcond_without daala # Daala video encoder/decoder plugin
cce4b8c9 11%bcond_without dc1394 # dc1394 input plugin
78047809 12%bcond_without directfb # DirectFB videosink plugin
673b9bb3 13%bcond_without dts # DTS audio decoder plugin
f64edc00 14%bcond_without egl # EGL support in GL output
87085a83 15%bcond_without faad # faad audio decoder plugin
f64edc00 16%bcond_without gles # GLESv2 support in GL output
b40e93f2 17%bcond_with gnustep # Cocoa support using GNUstep [unsupported since 1.4.5]
87085a83 18%bcond_without gsm # gsm audio decoder/encoder plugin
f64edc00 19%bcond_without gtk # GTK+ (3.x) elements (video sink plugin)
78047809 20%bcond_without kate # Kate text streams plugin
48af6905 21%bcond_without ladspa # LADSPA plugins bridge plugin
fb3f49aa 22%bcond_without libde265 # libde265 H.265 decoder plugin
fbb9568a
JB
23%bcond_with libvisual # libvisualgl plugin [not ported to 1.0, removed]
24%bcond_without lv2 # LV2 plugins bridge plugin
25%bcond_without mfx # Intel MediaSDK (MFX) plugin
87085a83
JB
26%bcond_without mjpegtools # mpeg2enc video encoder plugin
27%bcond_without mms # mms streaming plugin
fbb9568a
JB
28%bcond_without musepack # musepack audio decoder plugin
29%bcond_with nas # NAS audiosink plugin [not ported to 1.0, removed]
87085a83
JB
30%bcond_without neon # neonhttpsrc HTTP client plugin
31%bcond_without ofa # OFA fingerprint plugin
dd0c9a05 32%bcond_without openal # OpenAL audiosink plugin
fbb9568a 33%bcond_with opencv # OpenCV effects plugin [should build now]
ba5fbc34 34%bcond_without openexr # OpenEXR EXR decoder plugin
8f76ac4a 35%bcond_without opengl # OpenGL videosink plugin
f64edc00 36%bcond_without openh264 # OpenH264 encoder/decoder
8f76ac4a 37%bcond_without openni2 # OpenNI2 device source plugin
f64edc00 38%bcond_without qt # Qt (5.x) elements (video sink plugin)
673b9bb3
JB
39%bcond_without rsvg # RSVG SVG decoder/overlay plugin
40%bcond_without sbc # SBC bluetooth audio codec plugin
fbb9568a 41%bcond_with sdl # SDL audio/videosink plugin [not ported to 1.0, removed]
ba5fbc34 42%bcond_without sndfile # sndfile audio files encoder/decoder plugin
87085a83 43%bcond_without spc # spc audio decoder plugin
673b9bb3 44%bcond_without srtp # SRTP decoder/encoder plugin
fbb9568a 45%bcond_with timidity # timidity MIDI files decoder plugin [not ported to 1.0, removed]
faf46047 46%bcond_without tinyalsa # ALSA audiosink using tinyalsa library
673b9bb3 47%bcond_without uvch264 # uvch264 cameras plugin
ba5fbc34 48%bcond_without vdpau # VDPAU decoder/videopostprocess/videosink plugin
62ab7977
JB
49%bcond_without vulkan # Vulkan videosink/upload plugin
50%bcond_without wayland # Wayland videosink plugin, Wayland EGL support, Wayland support in Vulkan plugin
87085a83 51%bcond_without wildmidi # wildmidi MIDI files decoder plugin
f64edc00 52%bcond_without x265 # x265 H.265 encoder plugin
fbb9568a 53%bcond_with xvid # XviD plugin [not ported to 1.0, removed]
faf46047 54%bcond_with yadif # YADIF deinterlacing filter plugin
fbb9568a 55%bcond_without zvbi # zvbi-based teletext plugin
ba5fbc34
JB
56%bcond_without examples # examples build
57
58%if %{without egl}
59%undefine with_wayland
60%endif
c8312664 61
2fbdaa36 62%define gstname gst-plugins-bad
a3c6ef69 63%define gst_major_ver 1.0
fbb9568a
JB
64%define gst_req_ver 1.12.0
65%define gstpb_req_ver 1.12.0
c47fe3c6 66%include /usr/lib/rpm/macros.gstreamer
2fbdaa36 67Summary: Bad GStreamer Streaming-media framework plugins
63d1273e 68Summary(pl.UTF-8): Złe wtyczki do środowiska obróbki strumieni GStreamer
2fbdaa36 69Name: gstreamer-plugins-bad
62ab7977
JB
70Version: 1.12.2
71Release: 1
475ff9bb 72License: LGPL v2+
2fbdaa36 73Group: Libraries
faf46047 74Source0: https://gstreamer.freedesktop.org/src/gst-plugins-bad/%{gstname}-%{version}.tar.xz
62ab7977 75# Source0-md5: 5683f0ea91f9e1e0613b0f6f729980a7
3f1c8f8a 76Patch0: %{name}-libdts.patch
fbb9568a 77Patch1: %{name}-mfx.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
2fbdaa36 85BuildRequires: gstreamer-devel >= %{gst_req_ver}
9ea7566d 86BuildRequires: gstreamer-plugins-base-devel >= %{gstpb_req_ver}
a3c6ef69 87BuildRequires: gtk-doc >= 1.12
f64edc00 88BuildRequires: libtool >= 2:2.2.6
78047809 89BuildRequires: orc-devel >= 0.4.17
2fbdaa36 90BuildRequires: pkgconfig >= 1:0.9.0
ecd2a72f 91BuildRequires: python >= 2.1
2fbdaa36 92BuildRequires: rpmbuild(macros) >= 1.98
3b6ed238 93BuildRequires: xorg-lib-libX11-devel
ba5fbc34
JB
94%if %{with examples}
95BuildRequires: SDL-devel >= 1.2.0
96BuildRequires: clutter-devel >= 1.8
97BuildRequires: gtk+3-devel >= 3.4
98BuildRequires: xorg-lib-libXcomposite-devel
99%endif
2fbdaa36
JB
100##
101## plugins
102##
e4ce896a 103%{?with_directfb:BuildRequires: DirectFB-devel >= 1:0.9.24}
ba5fbc34
JB
104%{?with_egl:BuildRequires: EGL-devel}
105%{?with_wayland:BuildRequires: Mesa-libwayland-egl-devel >= 9.0}
dd0c9a05 106%{?with_openal:BuildRequires: OpenAL-devel >= 1.14}
ba5fbc34
JB
107%{?with_openexr:BuildRequires: OpenEXR-devel}
108%{?with_opengl:BuildRequires: OpenGL-devel}
109%{?with_opengl:BuildRequires: OpenGL-GLU-devel}
110%{?with_opengl:BuildRequires: OpenGL-GLX-devel}
111%{?with_gles:BuildRequires: OpenGLESv2-devel}
8f76ac4a 112%{?with_openni2:BuildRequires: OpenNI2-devel >= 0.26}
f64edc00
JB
113%{?with_qt:BuildRequires: Qt5Core-devel >= 5.4.0}
114%{?with_qt:BuildRequires: Qt5Gui-devel >= 5.4.0}
115%{?with_qt:BuildRequires: Qt5Quick-devel >= 5.4.0}
2d714c19
JR
116%{?with_qt:BuildRequires: Qt5Qml-devel >= 5.4.0}
117%{?with_qt:BuildRequires: Qt5X11Extras-devel >= 5.4.0}
118%{?with_qt:BuildRequires: Qt5WaylandClient-devel >= 5.4.0}
fd22d110 119%{?with_sdl:BuildRequires: SDL-devel}
c1cb81af 120BuildRequires: alsa-lib-devel >= 0.9.1
764dce5e 121%{?with_bluez:BuildRequires: bluez-libs-devel >= 5.0}
c1cb81af 122BuildRequires: bzip2-devel
61d5c5c2 123%{?with_rsvg:BuildRequires: cairo-devel}
f64edc00 124BuildRequires: curl-devel >= 7.35.0
e76f5fe9 125%{?with_daala:BuildRequires: daala-devel}
01601022 126BuildRequires: dssim-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
01601022
JB
552%package -n gstreamer-iqa
553Summary: GStreamer analyzer plugin to provide various Image Quality Assessment metrics
554Summary(pl.UTF-8): Wtyczka analizująca GStreamera zapewniająca różne wskaźniki oceny jakości obrazu
555Group: Libraries
556Requires: gstreamer >= %{gst_req_ver}
557Requires: gstreamer-plugins-base >= %{gstpb_req_ver}
558
559%description -n gstreamer-iqa
560GStreamer analyzer plugin to provide various Image Quality Assessment
561metrics.
562
563%description -n gstreamer-iqa -l pl.UTF-8
564Wtyczka analizująca GStreamera zapewniająca różne wskaźniki oceny
565jakości obrazu.
566
9ea7566d
JB
567%package -n gstreamer-kate
568Summary: GStreamer plugin for Kate text streams
569Summary(pl.UTF-8): Wtyczka obsługująca strumienie tekstowe Kate dla GStreamera
570Group: Libraries
eafe4b1b 571Requires: gstreamer >= %{gst_req_ver}
9ea7566d
JB
572Requires: gstreamer-plugins-base >= %{gstpb_req_ver}
573Requires: libkate >= 0.1.7
f6bea579 574Requires: libtiger >= 0.3.2
9ea7566d
JB
575
576%description -n gstreamer-kate
577GStreamer plugin for Kate text streams.
578
579%description -n gstreamer-kate -l pl.UTF-8
580Wtyczka obsługująca strumienie tekstowe Kate dla GStreamera.
581
fbb9568a
JB
582%package -n gstreamer-videosink-kms
583Summary: GStreamer KMS output plugin
584Summary(pl.UTF-8): Wtyczka wyjścia obrazu KMS dla GStreamera
585Group: Libraries
586Requires: gstreamer >= %{gst_req_ver}
587Requires: gstreamer-plugins-base >= %{gstpb_req_ver}
588Requires: libdrm >= 2.4.55
589Provides: gstreamer-videosink = %{version}
590
591%description -n gstreamer-videosink-kms
592GStreamer KMS output plugin.
593
594%description -n gstreamer-videosink-kms -l pl.UTF-8
595Wtyczka wyjścia obrazu KMS dla GStreamera.
596
c1cb81af
JB
597%package -n gstreamer-ladspa
598Summary: GStreamer wrapper for LADSPA plugins
63d1273e 599Summary(pl.UTF-8): Wrapper do wtyczek LADSPA dla GStreamera
c1cb81af 600Group: Libraries
eafe4b1b 601Requires: gstreamer >= %{gst_req_ver}
9ea7566d 602Requires: gstreamer-plugins-base >= %{gstpb_req_ver}
c1cb81af
JB
603
604%description -n gstreamer-ladspa
605Plugin which wraps LADSPA plugins for use by GStreamer applications.
606
e4fae186
JR
607%description -n gstreamer-ladspa -l pl.UTF-8
608Wtyczka pozwalająca na używanie wtyczek LADSPA przez aplikacje
c1cb81af
JB
609GStreamera.
610
fb3f49aa
JB
611%package -n gstreamer-libde265
612Summary: GStreamer libde265 H.265 decoder plugin
fbb9568a 613Summary(pl.UTF-8): Wtyczka dekodera H.265 libde265 dla GStreamera
fb3f49aa
JB
614Group: Libraries
615Requires: gstreamer >= %{gst_req_ver}
616Requires: gstreamer-plugins-base >= %{gstpb_req_ver}
617Requires: libde265 >= 0.9
618
619%description -n gstreamer-libde265
620GStreamer libde265 plugin - H.265 decoder.
621
622%description -n gstreamer-libde265 -l pl.UTF-8
fbb9568a 623Wtyczka libde265 dla GStreamera - dekoder H.265.
fb3f49aa 624
5b48a746
JB
625%package -n gstreamer-lv2
626Summary: GStreamer wrapper for LV2 plugins
627Summary(pl.UTF-8): Wrapper do wtyczek LV2 dla GStreamera
628Group: Libraries
fb3f49aa
JB
629# for libgstsignalprocessor
630Requires: %{name} = %{version}-%{release}
eafe4b1b 631Requires: gstreamer >= %{gst_req_ver}
5b48a746 632Requires: gstreamer-plugins-base >= %{gstpb_req_ver}
fbb9568a 633Requires: lilv >= 0.22
5b48a746
JB
634
635%description -n gstreamer-lv2
636Plugin which wraps LV2 plugins for use by GStreamer applications.
637
638%description -n gstreamer-lv2 -l pl.UTF-8
639Wtyczka pozwalająca na używanie wtyczek LV2 przez aplikacje
640GStreamera.
641
3a8fb9fb
JB
642%package -n gstreamer-mjpegtools
643Summary: GStreamer mpeg2enc plugin
fbb9568a 644Summary(pl.UTF-8): Wtyczka mpeg2enc dla GStreamera
1a2f531c 645Group: Libraries
eafe4b1b 646Requires: gstreamer >= %{gst_req_ver}
263103ec 647Requires: gstreamer-plugins-base >= %{gstpb_req_ver}
3f1c8f8a 648Requires: mjpegtools-libs >= 2.0.0
3a8fb9fb
JB
649
650%description -n gstreamer-mjpegtools
651GStreamer mpeg2enc plugin (based on mjpegtools libraries).
652
e4fae186 653%description -n gstreamer-mjpegtools -l pl.UTF-8
fbb9568a 654Wtyczka mpeg2enc dla GStreamera (oparta na bibliotekach mjpegtools).
3a8fb9fb 655
2fbdaa36
JB
656%package -n gstreamer-mms
657Summary: GStreamer mms plugin
fbb9568a 658Summary(pl.UTF-8): Wtyczka mms dla GStreamera
2fbdaa36 659Group: Libraries
eafe4b1b 660Requires: gstreamer >= %{gst_req_ver}
9ea7566d
JB
661Requires: gstreamer-plugins-base >= %{gstpb_req_ver}
662Requires: libmms >= 0.4
2fbdaa36
JB
663
664%description -n gstreamer-mms
665GStreamer mms plugin.
666
e4fae186 667%description -n gstreamer-mms -l pl.UTF-8
fbb9568a
JB
668Wtyczka mms dla GStreamera.
669
670%package -n gstreamer-msdk
671Summary: Intel MediaSDK (MFX) plugin for GStreamer
672Summary(pl.UTF-8): Wtyczka MediaSDK (MFX) dla GStreamera
673Group: Libraries
674Requires: gstreamer >= %{gst_req_ver}
675Requires: gstreamer-plugins-base >= %{gstpb_req_ver}
676
677%description -n gstreamer-msdk
678GStreamer video decoder/encoder based on Intel MediaSDK (MFX) library.
679
680%description -n gstreamer-msdk -l pl.UTF-8
681Wtyczka kodera/dekodera obrazu GStreamera oparta na bibliotece Intel
682MediaSDK (MFX).
2fbdaa36
JB
683
684%package -n gstreamer-musepack
685Summary: GStreamer musepack plugin
fbb9568a 686Summary(pl.UTF-8): Wtyczka musepack dla GStreamera
2fbdaa36
JB
687Group: Libraries
688Requires: gstreamer >= %{gst_req_ver}
689
690%description -n gstreamer-musepack
691GStreamer musepack plugin.
692
e4fae186 693%description -n gstreamer-musepack -l pl.UTF-8
fbb9568a 694Wtyczka musepack dla GStreamera.
2fbdaa36 695
0c737202
JB
696%package -n gstreamer-neon
697Summary: GStreamer neon HTTP source plugin
fbb9568a 698Summary(pl.UTF-8): Wtyczka źródła HTTP neon dla GStreamera
0c737202
JB
699Group: Libraries
700Requires: gstreamer >= %{gst_req_ver}
9ea7566d 701Requires: neon >= 0.27.0
0c737202
JB
702
703%description -n gstreamer-neon
704GStreamer neon HTTP source plugin.
705
e4fae186 706%description -n gstreamer-neon -l pl.UTF-8
fbb9568a 707Wtyczka źródła HTTP neon dla GStreamera.
0c737202 708
2ce39962
JB
709%package -n gstreamer-ofa
710Summary: GStreamer OFA fingerprint plugin
fbb9568a 711Summary(pl.UTF-8): Wtyczka odcisków OFA dla GStreamera
2ce39962
JB
712Group: Libraries
713Requires: gstreamer >= %{gst_req_ver}
eafe4b1b 714Requires: gstreamer-plugins-base >= %{gstpb_req_ver}
2ce39962
JB
715Requires: libofa >= 0.9.3
716
717%description -n gstreamer-ofa
718GStreamer OFA plugin to calculate MusicIP fingerprints from audio
719files.
720
721%description -n gstreamer-ofa -l pl.UTF-8
fbb9568a 722Wtyczka OFA dla GStreamera, służąca do obliczania odcisków MusicIP
2ce39962
JB
723plików dźwiękowych.
724
3f1c8f8a
JB
725%package -n gstreamer-openal
726Summary: GStreamer OpenAL audio input/output plugin
fbb9568a 727Summary(pl.UTF-8): Wtyczka wejścia/wyjścia dźwięku OpenAL dla GStreamera
3f1c8f8a 728Group: Libraries
dd0c9a05 729Requires: OpenAL >= 1.14
3f1c8f8a
JB
730Requires: gstreamer >= %{gst_req_ver}
731Requires: gstreamer-plugins-base >= %{gstpb_req_ver}
732Provides: gstreamer-audiosink = %{version}
733
734%description -n gstreamer-openal
735GStreamer OpenAL support plugin, providing audio sink and source.
736
737%description -n gstreamer-openal -l pl.UTF-8
fbb9568a
JB
738Wtyczka GStreamera obsługująca OpenAL, zapewniająca wyjście i źródło
739dźwięku.
3f1c8f8a 740
ec79bdfa
JB
741%package -n gstreamer-opencv
742Summary: GStreamer OpenCV plugin
fbb9568a 743Summary(pl.UTF-8): Wtyczka OpenCV dla GStreamera
ec79bdfa 744Group: Libraries
fb3f49aa
JB
745# for locales
746Requires: %{name} = %{version}-%{release}
ec79bdfa 747Requires: gstreamer >= %{gst_req_ver}
eafe4b1b 748Requires: gstreamer-plugins-base >= %{gstpb_req_ver}
f64edc00 749Requires: opencv >= 1:2.3.0
ec79bdfa
JB
750
751%description -n gstreamer-opencv
752GStreamer OpenCV plugin. It contains the following elements:
753facedetect, faceblur, edgedetect, cvsobel, cvsmooth, cvlaplace,
754cverode, cvequalizehist, cvdilate, textwrite, templatematch,
755pyramidsegment.
756
757%description -n gstreamer-opencv -l pl.UTF-8
fbb9568a 758Wtyczka OpenCV dla GStreamera. Zawiera następujące elementy:
ec79bdfa
JB
759facedetect, faceblur, edgedetect, cvsobel, cvsmooth, cvlaplace,
760cverode, cvequalizehist, cvdilate, textwrite, templatematch,
761pyramidsegment.
762
ba5fbc34
JB
763%package -n gstreamer-openexr
764Summary: GStreamer OpenEXR plugin
fbb9568a 765Summary(pl.UTF-8): Wtyczka OpenEXR dla GStreamera
ba5fbc34
JB
766Group: Libraries
767Requires: gstreamer >= %{gst_req_ver}
768Requires: gstreamer-plugins-base >= %{gstpb_req_ver}
769
770%description -n gstreamer-openexr
771GStreamer OpenEXR plugin - OpenEXR-based EXR streams decoder.
772
773%description -n gstreamer-openexr -l pl.UTF-8
fbb9568a 774Wtyczka OpenEXR dla GStreamera - dekoder strumieni EXR oparty na
ba5fbc34
JB
775bibliotece OpenEXR.
776
777%package -n gstreamer-opengl
778Summary: GStreamer OpenGL video output plugin
fbb9568a 779Summary(pl.UTF-8): Wtyczka wyjścia obrazu OpenGL dla GStreamera
ba5fbc34
JB
780Group: Libraries
781Requires: %{name} = %{version}-%{release}
fbb9568a 782Requires: graphene >= 1.4.0
ba5fbc34
JB
783Requires: gstreamer >= %{gst_req_ver}
784Requires: gstreamer-plugins-base >= %{gstpb_req_ver}
785Provides: gstreamer-videosink = %{version}
786Obsoletes: gstreamer-videosink-egl-gles
787
788%description -n gstreamer-opengl
789GStreamer OpenGL support plugin, providing video sink.
790
791%description -n gstreamer-opengl -l pl.UTF-8
fbb9568a 792Wtyczka obsługująca OpenGL dla GStreamera, zapewniająca wyjście
ba5fbc34
JB
793obrazu.
794
f64edc00
JB
795%package -n gstreamer-openh264
796Summary: GStreamer OpenH264 encoder/decoder plugin
fbb9568a 797Summary(pl.UTF-8): Wtyczka kodera/dekodera OpenH264 dla GStreamera
f64edc00 798Group: Libraries
f64edc00
JB
799Requires: gstreamer >= %{gst_req_ver}
800Requires: gstreamer-plugins-base >= %{gstpb_req_ver}
801Requires: openh264 >= 1.3.0
802
803%description -n gstreamer-openh264
804GStreamer OpenH264 plugin - H.264 encoder/decoder.
805
806%description -n gstreamer-openh264 -l pl.UTF-8
fbb9568a 807Wtyczka OpenH264 dla GStreamera - koder/dekoder H.264.
f64edc00 808
4012a887
JB
809%package -n gstreamer-openjpeg
810Summary: GStreamer OpenJPEG plugin
fbb9568a 811Summary(pl.UTF-8): Wtyczka OpenJPEG dla GStreamera
4012a887
JB
812Group: Libraries
813Requires: gstreamer >= %{gst_req_ver}
814Requires: gstreamer-plugins-base >= %{gstpb_req_ver}
78047809 815Obsoletes: gstreamer-jasper
4012a887
JB
816
817%description -n gstreamer-openjpeg
818GStreamer OpenJPEG plugin - OpenJPEG-based JPEG2000 decoder/encoder.
819
820%description -n gstreamer-openjpeg -l pl.UTF-8
fbb9568a 821Wtyczka OpenJPEG dla GStreamera - koder/dekoder JPEG2000 oparty na
4012a887
JB
822bibliotece OpenJPEG.
823
8f76ac4a
JB
824%package -n gstreamer-openni2
825Summary: GStreamer OpenNI2 video input plugin
fbb9568a 826Summary(pl.UTF-8): Wtyczka wejścia obrazu OpenNI2 dla GStreamera
8f76ac4a 827Group: Libraries
8f76ac4a
JB
828Requires: gstreamer >= %{gst_req_ver}
829Requires: gstreamer-plugins-base >= %{gstpb_req_ver}
830
831%description -n gstreamer-openni2
832GStreamer OpenNI2 plugin to extract readings from an OpenNI supported
833device (Kinect etc.).
834
835%description -n gstreamer-openni2 -l pl.UTF-8
fbb9568a 836Wtyczka OpenNI2 dla GStreamera, pobierająca odczyty z urządzeń
8f76ac4a
JB
837obsługiwanych przez bibliotekę OpenNI (np. Kinect).
838
4e496b08 839%package -n gstreamer-opusparse
3f1c8f8a 840Summary: GStreamer OPUS audio decoder/encoder plugin
fbb9568a 841Summary(pl.UTF-8): Wtyczka kodera/dekodera dźwięku OPUS dla GStreamera
3f1c8f8a
JB
842Group: Libraries
843Requires: gstreamer >= %{gst_req_ver}
844Requires: gstreamer-plugins-base >= %{gstpb_req_ver}
845Requires: opus >= 0.9.4
78047809 846Obsoletes: gstreamer-celt
3f1c8f8a 847
4e496b08 848%description -n gstreamer-opusparse
3f1c8f8a
JB
849GStreamer OPUS audio decoder/encoder plugin.
850
4e496b08 851%description -n gstreamer-opusparse -l pl.UTF-8
3f1c8f8a
JB
852Wtyczka GStreamera kodująca/dekodująca dźwięk w formacie OPUS.
853
475ff9bb
JB
854%package -n gstreamer-resindvd
855Summary: GStreamer Resin DVD playback plugin
fbb9568a 856Summary(pl.UTF-8): Wtyczka odtwarzania Resin DVD dla GStreamera
475ff9bb 857Group: Libraries
3f1c8f8a
JB
858# for locales
859Requires: %{name} = %{version}-%{release}
475ff9bb 860Requires: gstreamer >= %{gst_req_ver}
eafe4b1b 861Requires: gstreamer-plugins-base >= %{gstpb_req_ver}
475ff9bb
JB
862
863%description -n gstreamer-resindvd
864GStreamer Resin DVD playback plugin.
865
866%description -n gstreamer-resindvd -l pl.UTF-8
fbb9568a 867Wtyczka odtwarzania Resin DVD dla GStreamera.
475ff9bb 868
673b9bb3
JB
869%package -n gstreamer-rsvg
870Summary: GStreamer plugin for decoding SVG images
871Summary(pl.UTF-8): Wtyczka GStreamera do dekodowania obrazów SVG
872Group: Libraries
eafe4b1b 873Requires: gstreamer >= %{gst_req_ver}
673b9bb3 874Requires: gstreamer-plugins-base >= %{gstpb_req_ver}
ba5fbc34 875Requires: librsvg >= 2.36.2
673b9bb3
JB
876
877%description -n gstreamer-rsvg
878GStreamer plugin for decoding SVG images.
879
880%description -n gstreamer-rsvg -l pl.UTF-8
881Wtyczka GStreamera do dekodowania obrazów SVG.
882
64855c1e
JB
883%package -n gstreamer-rtmp
884Summary: RTMP stream input plugin for GStreamer
885Summary(pl.UTF-8): Wtyczka strumieni wejściowych RTMP dla GStreamera
886Group: Libraries
887Requires: gstreamer >= %{gst_req_ver}
888Conflicts: gstreamer-plugins-bad < 0.10.22
889
890%description -n gstreamer-rtmp
891GStreamer plugin that reads data from a local or remote location
892specified by an URI, using any protocol supported by the RTMP library,
893i.e. rtmp, rtmpt, rtmps, rtmpe, rtmpfp, rtmpte and rtmpts.
894
895%description -n gstreamer-rtmp -l pl.UTF-8
896Wtyczka GStreamera czytająca dane z lokalnego lub zdalnego miejsca
897określonego URI przy użyciu dowolnego protokołu obsługiwanego przez
898bibliotekę RTMP: rtmp, rtmpt, rtmps, rtmpe, rtmpfp, rtmpte lub rtmpts.
899
673b9bb3
JB
900%package -n gstreamer-sbc
901Summary: GStreamer SBC plugin
902Summary(pl.UTF-8): Wtyczka SBC dla GStreamera
903Group: Libraries
eafe4b1b 904Requires: gstreamer >= %{gst_req_ver}
673b9bb3
JB
905Requires: gstreamer-plugins-base >= %{gstpb_req_ver}
906Requires: sbc >= 1.0
907
908%description -n gstreamer-sbc
909SBC bluetooth audio codec plugin for GStreamer.
910
911%description -n gstreamer-sbc -l pl.UTF-8
912Wtyczka kodeka dźwięku bluetooth SBC dla GStreamera.
913
a9463b1e
JB
914%package -n gstreamer-schroedinger
915Summary: Schroedinger plugin for GStreamer
fbb9568a 916Summary(pl.UTF-8): Wtyczka Schroedinger dla GStreamera
a9463b1e
JB
917Group: Libraries
918Requires: gstreamer >= %{gst_req_ver}
eafe4b1b 919Requires: gstreamer-plugins-base >= %{gstpb_req_ver}
a3c6ef69 920Requires: schroedinger >= 1.0.10
78047809 921Obsoletes: gstreamer-dirac
a9463b1e
JB
922
923%description -n gstreamer-schroedinger
924Schroedinger plugin for GStreamer.
925
926%description -n gstreamer-schroedinger -l pl.UTF-8
fbb9568a 927Wtyczka Schroedinger dla GStreamera.
a9463b1e 928
bf72c8fd
JB
929%package -n gstreamer-sndfile
930Summary: GStreamer sndfile plugin
fbb9568a 931Summary(pl.UTF-8): Wtyczka sndfile dla GStreamera
bf72c8fd
JB
932Group: Libraries
933# for locales
934Requires: %{name} = %{version}-%{release}
935Requires: gstreamer >= %{gst_req_ver}
936Requires: libsndfile >= 1.0.16
937
938%description -n gstreamer-sndfile
939GStreamer sndfile source plugin.
940
941%description -n gstreamer-sndfile -l pl.UTF-8
fbb9568a 942Wtyczka sndfile dla GStreamera.
bf72c8fd 943
58c82848
JB
944%package -n gstreamer-soundtouch
945Summary: GStreamer soundtouch plugin
fbb9568a 946Summary(pl.UTF-8): Wtyczka soundtouch dla GStreamera
58c82848
JB
947Group: Libraries
948Requires: gstreamer >= %{gst_req_ver}
eafe4b1b 949Requires: gstreamer-plugins-base >= %{gstpb_req_ver}
9ea7566d 950Requires: soundtouch >= 1.4
58c82848
JB
951
952%description -n gstreamer-soundtouch
953GStreamer soundtouch source plugin - audio pitch controller.
954
e4fae186 955%description -n gstreamer-soundtouch -l pl.UTF-8
fbb9568a 956Wtyczka soundtouch dla GStreamera, sterująca wysokością dźwięku.
58c82848 957
bf72c8fd
JB
958%package -n gstreamer-spandsp
959Summary: GStreamer SpanDSP plugin
fbb9568a 960Summary(pl.UTF-8): Wtyczka SpanDSP dla GStreamera
32fcd46a
AM
961Group: Libraries
962Requires: gstreamer >= %{gst_req_ver}
bf72c8fd 963Requires: spandsp >= 0.0.6
32fcd46a 964
bf72c8fd
JB
965%description -n gstreamer-spandsp
966GStreamer SpanDSP plugin - audio effect that allows packet loss
967concealment.
32fcd46a 968
bf72c8fd 969%description -n gstreamer-spandsp -l pl.UTF-8
fbb9568a 970Wtyczka SpanDSP dla GStreamera - efekt dźwiękowy umożliwiający
bf72c8fd 971ukrywanie strat pakietów.
32fcd46a 972
3a8fb9fb
JB
973%package -n gstreamer-spc
974Summary: GStreamer SPC plugin
63d1273e 975Summary(pl.UTF-8): Wtyczka SPC dla GStreamera
3a8fb9fb 976Group: Libraries
eafe4b1b 977Requires: gstreamer >= %{gst_req_ver}
9ea7566d 978Requires: gstreamer-plugins-base >= %{gstpb_req_ver}
3a8fb9fb
JB
979Requires: libopenspc >= 0.3.99
980
981%description -n gstreamer-spc
982GStreamer Plugin for playing SPC files using OpenSPC library.
983
e4fae186
JR
984%description -n gstreamer-spc -l pl.UTF-8
985Wtyczka GStreamera odtwarzająca pliki SPC przy użyciu biblioteki
3a8fb9fb
JB
986OpenSPC.
987
673b9bb3
JB
988%package -n gstreamer-srtp
989Summary: GStreamer plugin for encoding/decoding SRTP
990Summary(pl.UTF-8): Wtyczka GStremaera do kodowania/dekodowania SRTP
991Group: Libraries
eafe4b1b 992Requires: gstreamer >= %{gst_req_ver}
673b9bb3
JB
993Requires: gstreamer-plugins-base >= %{gstpb_req_ver}
994
995%description -n gstreamer-srtp
996GStreamer plugin for encoding/decoding SRTP.
997
998%description -n gstreamer-srtp -l pl.UTF-8
999Wtyczka GStremaera do kodowania/dekodowania SRTP.
1000
3f1c8f8a 1001%package -n gstreamer-teletextdec
fbb9568a
JB
1002Summary: teletext plugin for GStreamer
1003Summary(pl.UTF-8): Wtyczka teletext dla GStreamera
3f1c8f8a
JB
1004Group: Libraries
1005Requires: gstreamer >= %{gst_req_ver}
1006
1007%description -n gstreamer-teletextdec
1008Teletext decoder plugin for GStreamer.
1009
1010%description -n gstreamer-teletextdec -l pl.UTF-8
fbb9568a 1011Wtyczka GStreamera dekodująca teletekst.
3f1c8f8a 1012
466f1e46
JB
1013%package -n gstreamer-timidity
1014Summary: timidity plugin for GStreamer
fbb9568a 1015Summary(pl.UTF-8): Wtyczka timidity dla GStreamera
466f1e46
JB
1016Group: Libraries
1017Requires: gstreamer >= %{gst_req_ver}
1018
1019%description -n gstreamer-timidity
1020timidity plugin for GStreamer.
1021
1022%description -n gstreamer-timidity -l pl.UTF-8
fbb9568a
JB
1023Wtyczka timidity dla GStreamera.
1024
1025%package -n gstreamer-ttml
1026Summary: GStreamer TTML subtitles plugin
1027Summary(pl.UTF-8): Wtyczka podpisów TTML dla GStreamera
1028Group: Libraries
1029Requires: gstreamer >= %{gst_req_ver}
1030Requires: gstreamer-plugins-base >= %{gstpb_req_ver}
1031Requires: libxml2 >= 1:2.9.2
1032
1033%description -n gstreamer-ttml
1034GStreamer TTML subtitles plugin.
1035
1036%description -n gstreamer-ttml -l pl.UTF-8
1037Wtyczka podpisów TTML dla GStreamera.
466f1e46 1038
673b9bb3
JB
1039%package -n gstreamer-uvch264
1040Summary: GStreamer plugin for UVC compliant H264 encoding cameras
1041Summary(pl.UTF-8): Wtyczka GStreamera do kamer kodujących w H264 zgodnych z UVC
1042Group: Libraries
1043# for libgstbasecamerabin
1044Requires: %{name} = %{version}-%{release}
eafe4b1b
JB
1045Requires: gstreamer >= %{gst_req_ver}
1046Requires: gstreamer-plugins-base >= %{gstpb_req_ver}
673b9bb3
JB
1047
1048%description -n gstreamer-uvch264
1049GStreamer plugin for UVC compliant H264 encoding cameras.
1050
1051%description -n gstreamer-uvch264 -l pl.UTF-8
1052Wtyczka GStreamera do kamer kodujących w H264 zgodnych z UVC.
1053
1054%package -n gstreamer-vdpau
1055Summary: GStreamer VDPAU plugin
1056Summary(pl.UTF-8): Wtyczka GStreamera VDPAU
1057Group: Libraries
1058# for libgstcodecparsers
1059Requires: %{name} = %{version}-%{release}
eafe4b1b
JB
1060Requires: gstreamer >= %{gst_req_ver}
1061Requires: gstreamer-plugins-base >= %{gstpb_req_ver}
673b9bb3
JB
1062# videosink commented out in gstvdpau.c?
1063#Provides: gstreamer-videosink = %{version}
1064
1065%description -n gstreamer-vdpau
1066GStreamer VDPAU plugin. It currently implements MPEG decoding.
1067
1068%description -n gstreamer-vdpau -l pl.UTF-8
1069Wtyczka GStreamera VDPAU. Obecnie ma zaimplementowane dekodowanie
1070obrazu MPEG.
1071
61d5c5c2
JB
1072%package -n gstreamer-videosink-directfb
1073Summary: GStreamer DirectFB output plugin
fbb9568a 1074Summary(pl.UTF-8): Wtyczka wyjścia obrazu DirectFB dla GStreamera
61d5c5c2 1075Group: Libraries
eafe4b1b 1076Requires: gstreamer >= %{gst_req_ver}
61d5c5c2
JB
1077Requires: gstreamer-plugins-base >= %{gstpb_req_ver}
1078Provides: gstreamer-videosink = %{version}
1079
1080%description -n gstreamer-videosink-directfb
1081GStreamer DirectFB output plugin.
1082
1083%description -n gstreamer-videosink-directfb -l pl.UTF-8
fbb9568a 1084Wtyczka wyjścia obrazu DirectFB dla GStreamera.
61d5c5c2 1085
f64edc00
JB
1086%package -n gstreamer-videosink-gtk
1087Summary: GStreamer GTK+ (3.x) output plugin
fbb9568a 1088Summary(pl.UTF-8): Wtyczka wyjścia obrazu GTK+ (3.x) dla GStreamera
f64edc00 1089Group: Libraries
fb3f49aa
JB
1090# for libgstgl
1091Requires: %{name} = %{version}-%{release}
eafe4b1b 1092Requires: gstreamer >= %{gst_req_ver}
f64edc00
JB
1093Requires: gstreamer-plugins-base >= %{gstpb_req_ver}
1094Requires: gtk+3 >= 3.15.0
1095Provides: gstreamer-videosink = %{version}
1096
1097%description -n gstreamer-videosink-gtk
1098GStreamer GTK+ (3.x) output plugin.
1099
1100%description -n gstreamer-videosink-gtk -l pl.UTF-8
fbb9568a 1101Wtyczka wyjścia obrazu GTK+ (3.x) dla GStreamera.
f64edc00
JB
1102
1103%package -n gstreamer-videosink-qt
1104Summary: GStreamer Qt (5.x) output plugin
fbb9568a 1105Summary(pl.UTF-8): Wtyczka wyjścia obrazu Qt (5.x) dla GStreamera
f64edc00 1106Group: Libraries
fb3f49aa
JB
1107# for libgstgl
1108Requires: %{name} = %{version}-%{release}
f64edc00
JB
1109Requires: Qt5Core >= 5.4.0
1110Requires: Qt5Gui >= 5.4.0
1111Requires: Qt5Quick >= 5.4.0
eafe4b1b 1112Requires: gstreamer >= %{gst_req_ver}
f64edc00
JB
1113Requires: gstreamer-plugins-base >= %{gstpb_req_ver}
1114Provides: gstreamer-videosink = %{version}
1115
1116%description -n gstreamer-videosink-qt
1117GStreamer Qt (5.x) output plugin.
1118
1119%description -n gstreamer-videosink-qt -l pl.UTF-8
fbb9568a 1120Wtyczka wyjścia obrazu Qt (5.x) dla GStreamera.
f64edc00 1121
2fbdaa36
JB
1122%package -n gstreamer-videosink-sdl
1123Summary: GStreamer plugin for outputing to SDL
fbb9568a 1124Summary(pl.UTF-8): Wtyczka wyjścia SDL dla GStreamera
2fbdaa36 1125Group: Libraries
eafe4b1b 1126Requires: gstreamer >= %{gst_req_ver}
9ea7566d 1127Requires: gstreamer-plugins-base >= %{gstpb_req_ver}
2fbdaa36
JB
1128Provides: gstreamer-videosink = %{version}
1129Obsoletes: gstreamer-SDL
1130
1131%description -n gstreamer-videosink-sdl
1132Plugin for sending output to the Simple Direct Media architecture.
61d5c5c2 1133(http://www.libsdl.org/). Useful for fullscreen playback.
2fbdaa36 1134
e4fae186
JR
1135%description -n gstreamer-videosink-sdl -l pl.UTF-8
1136Wtyczka przekazująca wyjście do architektury SDL. Użyteczna do
1137odtwarzania na pełnym ekranie.
2fbdaa36 1138
61d5c5c2
JB
1139%package -n gstreamer-videosink-wayland
1140Summary: GStreamer plugin for outputing to Wayland
fbb9568a 1141Summary(pl.UTF-8): Wtyczka wyjścia Wayland dla GStreamera
2fbdaa36 1142Group: Libraries
fb3f49aa
JB
1143# for libgstgl
1144Requires: %{name} = %{version}-%{release}
eafe4b1b 1145Requires: gstreamer >= %{gst_req_ver}
9ea7566d 1146Requires: gstreamer-plugins-base >= %{gstpb_req_ver}
fbb9568a 1147Requires: libdrm >= 2.4.55
ba5fbc34 1148Requires: wayland >= 1.4.0
2fbdaa36
JB
1149Provides: gstreamer-videosink = %{version}
1150
61d5c5c2
JB
1151%description -n gstreamer-videosink-wayland
1152Plugin for sending output to the Wayland architecture.
2fbdaa36 1153
61d5c5c2
JB
1154%description -n gstreamer-videosink-wayland -l pl.UTF-8
1155Wtyczka przekazująca wyjście do architektury Wayland.
2fbdaa36 1156
3f1c8f8a
JB
1157%package -n gstreamer-voaacenc
1158Summary: AAC encoder plugin for GStreamer
fbb9568a 1159Summary(pl.UTF-8): Wtyczka kodera dźwięku AAC dla GStreamera
3f1c8f8a
JB
1160Group: Libraries
1161Requires: gstreamer >= %{gst_req_ver}
1162Requires: gstreamer-plugins-base >= %{gstpb_req_ver}
1163Requires: vo-aacenc >= 0.1.0
1164
1165%description -n gstreamer-voaacenc
1166AAC audio encoder plugin for GStreamer using VisualOn library.
1167
1168%description -n gstreamer-voaacenc -l pl.UTF-8
fbb9568a 1169Wtyczka kodera dźwięku AAC dla GStreamera, wykorzystująca bibliotekę
3f1c8f8a
JB
1170VisualOn.
1171
62ab7977
JB
1172%package -n gstreamer-vulkan
1173Summary: GStreamer Vulkan plugin
1174Summary(pl.UTF-8): Wtyczka GStreamera Vulkan
1175Group: Libraries
1176Requires: gstreamer >= %{gst_req_ver}
1177Requires: gstreamer-plugins-base >= %{gstpb_req_ver}
1178Provides: gstreamer-videosink = %{version}
1179
1180%description -n gstreamer-vulkan
1181GStreamer Vulkan video sink and filter (uploader) plugin.
1182
1183%description -n gstreamer-vulkan -l pl.UTF-8
1184Wtyczka GStreamera Vulkan - wyjście i filtr obrazu.
1185
673b9bb3
JB
1186%package -n gstreamer-webp
1187Summary: GStreamer plugin for decoding WebP images
1188Summary(pl.UTF-8): Wtyczka GStreamera do dekodowania obrazów WebP
1189Group: Libraries
eafe4b1b 1190Requires: gstreamer >= %{gst_req_ver}
673b9bb3
JB
1191Requires: gstreamer-plugins-base >= %{gstpb_req_ver}
1192Requires: libwebp >= 0.2.1
1193
1194%description -n gstreamer-webp
1195GStreamer plugin for decoding WebP images.
1196
1197%description -n gstreamer-webp -l pl.UTF-8
1198Wtyczka GStreamera do dekodowania obrazów WebP.
1199
fbb9568a
JB
1200%package -n gstreamer-webrtc
1201Summary: WebRTC Audio Processing plugin for GStreamer
1202Summary(pl.UTF-8): Wtyczka WebRTC Audio Processing dla GStreamera
1203Group: Libraries
1204Requires: gstreamer >= %{gst_req_ver}
1205Requires: gstreamer-plugins-base >= %{gstpb_req_ver}
1206Requires: webrtc-audio-processing >= 0.2
1207
1208%description -n gstreamer-webrtc
1209WebRTC Audio Processing plugin for GStreamer.
1210
1211%description -n gstreamer-webrtc -l pl.UTF-8
1212Wtyczka WebRTC Audio Processing dla GStreamera.
1213
466f1e46
JB
1214%package -n gstreamer-wildmidi
1215Summary: wildmidi plugin for GStreamer
fbb9568a 1216Summary(pl.UTF-8): Wtyczka wildmidi dla GStreamera
466f1e46
JB
1217Group: Libraries
1218Requires: gstreamer >= %{gst_req_ver}
1219
1220%description -n gstreamer-wildmidi
1221wildmidi plugin for GStreamer.
1222
1223%description -n gstreamer-wildmidi -l pl.UTF-8
fbb9568a 1224Wtyczka wildmidi dla GStreamera.
466f1e46 1225
f64edc00
JB
1226%package -n gstreamer-x265
1227Summary: GStreamer x265 encoder plugin
fbb9568a 1228Summary(pl.UTF-8): Wtyczka GStreamera kodująca przy użyciu biblioteki x265
f64edc00 1229Group: Libraries
eafe4b1b 1230Requires: gstreamer >= %{gst_req_ver}
f64edc00
JB
1231Requires: gstreamer-plugins-base >= %{gstpb_req_ver}
1232
1233%description -n gstreamer-x265
1234GStreamer x265 encoder plugin.
1235
1236%description -n gstreamer-x265 -l pl.UTF-8
fbb9568a 1237Wtyczka GStreamera kodująca przy użyciu biblioteki x265.
f64edc00 1238
0c737202
JB
1239%package -n gstreamer-xvid
1240Summary: GStreamer xvid decoder plugin
fbb9568a 1241Summary(pl.UTF-8): Wtyczka GStreamera dekodująca przy użyciu biblioteki xvid
0c737202 1242Group: Libraries
eafe4b1b 1243Requires: gstreamer >= %{gst_req_ver}
9ea7566d 1244Requires: gstreamer-plugins-base >= %{gstpb_req_ver}
ad674b1f 1245Obsoletes: gstreamer-divx
0c737202
JB
1246
1247%description -n gstreamer-xvid
1248GStreamer xvid decoder plugin.
1249
e4fae186 1250%description -n gstreamer-xvid -l pl.UTF-8
fbb9568a 1251Wtyczka GStreamera dekodująca przy użyciu biblioteki xvid.
0c737202 1252
a9463b1e
JB
1253%package -n gstreamer-zbar
1254Summary: GStreamer ZBar barcode scanner plugin
fbb9568a 1255Summary(pl.UTF-8): Wtyczka GStreamera skanująca kody kreskowe
72cfdd58 1256Group: Libraries
eafe4b1b 1257Requires: gstreamer >= %{gst_req_ver}
a9463b1e
JB
1258Requires: gstreamer-plugins-base >= %{gstpb_req_ver}
1259Requires: zbar >= 0.9
72cfdd58 1260
a9463b1e
JB
1261%description -n gstreamer-zbar
1262GStreamer ZBar barcode scanner plugin.
72cfdd58 1263
a9463b1e 1264%description -n gstreamer-zbar -l pl.UTF-8
fbb9568a 1265Wtyczka GStreamera skanująca kody kreskowe.
72cfdd58 1266
2fbdaa36
JB
1267%prep
1268%setup -q -n %{gstname}-%{version}
1269%patch0 -p1
0c737202 1270%patch1 -p1
2fbdaa36
JB
1271
1272%build
1273%{__libtoolize}
1274%{__aclocal} -I m4 -I common/m4
1275%{__autoconf}
1276%{__autoheader}
1277%{__automake}
1278%configure \
f64edc00
JB
1279 %{!?with_bluez:--disable-bluez} \
1280 %{!?with_bs2b:--disable-bs2b} \
ba5fbc34 1281 %{!?with_gnustep:--disable-cocoa} \
e76f5fe9 1282 %{!?with_daala:--disable-daala} \
0c737202 1283 %{!?with_dts:--disable-dts} \
ba5fbc34
JB
1284 %{!?with_egl:--disable-egl} \
1285 %{!?with_examples:--disable-examples} \
2fbdaa36 1286 %{!?with_faad:--disable-faad} \
f64edc00 1287 %{!?with_gles:--disable-gles2} \
ba5fbc34 1288 %{!?with_opengl:--disable-glx} \
2fbdaa36 1289 %{!?with_gsm:--disable-gsm} \
f64edc00 1290 %{!?with_gtk:--disable-gtk} \
c1cb81af 1291 %{!?with_ladspa:--disable-ladspa} \
fb3f49aa 1292 %{!?with_libde265:--disable-libde265} \
2fbdaa36 1293 %{!?with_mms:--disable-libmms} \
ba5fbc34 1294 %{!?with_libvisual:--disable-libvisual} \
3a8fb9fb 1295 %{!?with_mjpegtools:--disable-mpeg2enc} \
2fbdaa36 1296 %{!?with_musepack:--disable-musepack} \
0c737202 1297 %{!?with_neon:--disable-neon} \
2ce39962 1298 %{!?with_ofa:--disable-ofa} \
faf46047 1299 %{!?with_opencv:--disable-opencv} \
ba5fbc34 1300 %{!?with_opengl:--disable-opengl} \
f64edc00 1301 %{!?with_openh264:--disable-openh264} \
8f76ac4a 1302 %{!?with_openni2:--disable-openni2} \
f64edc00 1303 %{!?with_qt:--disable-qt} \
2fbdaa36
JB
1304 %{!?with_sdl:--disable-sdl} \
1305 %{!?with_sdl:--disable-sdltest} \
3a8fb9fb 1306 %{!?with_spc:--disable-spc} \
faf46047
JB
1307 %{!?with_zvbi:--disable-teletextdec} \
1308 %{!?with_tinyalsa:--disable-tinyalsa} \
673b9bb3 1309 %{!?with_uvch264:--disable-uvch264} \
cac9ec7d 1310 %{!?with_amr:--disable-voamrwbenc} \
62ab7977 1311 %{!?with_vulkan:--disable-vulkan} \
ba5fbc34 1312 %{!?with_wayland:--disable-wayland} \
f64edc00 1313 %{!?with_x265:--disable-x265} \
0c737202 1314 %{!?with_xvid:--disable-xvid} \
ad2b2453 1315 %{!?with_yadif:--disable-yadif} \
c9ecff38 1316 --disable-silent-rules \
2fbdaa36 1317 --disable-static \
475ff9bb 1318 --enable-experimental \
2fbdaa36 1319 --enable-gtk-doc \
673b9bb3 1320 --with-egl-window-system=x11 \
61d5c5c2 1321 --with-gtk=3.0 \
2fbdaa36
JB
1322 --with-html-dir=%{_gtkdocdir}
1323
b9ab099c 1324%{__make} -j1
2fbdaa36
JB
1325
1326%install
1327rm -rf $RPM_BUILD_ROOT
1328
1329%{__make} install \
1330 DESTDIR=$RPM_BUILD_ROOT
1331
1332# We don't need plugins' *.la files
c9ecff38 1333%{__rm} $RPM_BUILD_ROOT%{gstlibdir}/*.la
61d5c5c2
JB
1334# obsoleted by pkg-config
1335%{__rm} $RPM_BUILD_ROOT%{_libdir}/libgst*.la
2fbdaa36 1336
58c82848
JB
1337%find_lang %{gstname}-%{gst_major_ver}
1338
2fbdaa36
JB
1339%clean
1340rm -rf $RPM_BUILD_ROOT
1341
f137ef01
JB
1342%post -p /sbin/ldconfig
1343%postun -p /sbin/ldconfig
32fcd46a 1344
58c82848 1345%files -f %{gstname}-%{gst_major_ver}.lang
2fbdaa36
JB
1346%defattr(644,root,root,755)
1347%doc AUTHORS ChangeLog NEWS README RELEASE
764dce5e
JB
1348%attr(755,root,root) %{_libdir}/libgstadaptivedemux-%{gst_major_ver}.so.*.*.*
1349%attr(755,root,root) %ghost %{_libdir}/libgstadaptivedemux-%{gst_major_ver}.so.0
fbb9568a
JB
1350%attr(755,root,root) %{_libdir}/libgstbadallocators-%{gst_major_ver}.so.*.*.*
1351%attr(755,root,root) %ghost %{_libdir}/libgstbadallocators-%{gst_major_ver}.so.0
2d714c19
JR
1352%attr(755,root,root) %{_libdir}/libgstbadaudio-%{gst_major_ver}.so.*.*.*
1353%attr(755,root,root) %ghost %{_libdir}/libgstbadaudio-%{gst_major_ver}.so.0
ba5fbc34
JB
1354%attr(755,root,root) %{_libdir}/libgstbadbase-%{gst_major_ver}.so.*.*.*
1355%attr(755,root,root) %ghost %{_libdir}/libgstbadbase-%{gst_major_ver}.so.0
1356%attr(755,root,root) %{_libdir}/libgstbadvideo-%{gst_major_ver}.so.*.*.*
1357%attr(755,root,root) %ghost %{_libdir}/libgstbadvideo-%{gst_major_ver}.so.0
7a5b4651 1358%attr(755,root,root) %{_libdir}/libgstbasecamerabinsrc-%{gst_major_ver}.so.*.*.*
a3c6ef69 1359%attr(755,root,root) %ghost %{_libdir}/libgstbasecamerabinsrc-%{gst_major_ver}.so.0
3f1c8f8a 1360%attr(755,root,root) %{_libdir}/libgstcodecparsers-%{gst_major_ver}.so.*.*.*
a3c6ef69 1361%attr(755,root,root) %ghost %{_libdir}/libgstcodecparsers-%{gst_major_ver}.so.0
ba5fbc34
JB
1362%attr(755,root,root) %{_libdir}/libgstgl-%{gst_major_ver}.so.*.*.*
1363%attr(755,root,root) %ghost %{_libdir}/libgstgl-%{gst_major_ver}.so.0
78047809
JB
1364%attr(755,root,root) %{_libdir}/libgstinsertbin-%{gst_major_ver}.so.*.*.*
1365%attr(755,root,root) %ghost %{_libdir}/libgstinsertbin-%{gst_major_ver}.so.0
1366%attr(755,root,root) %{_libdir}/libgstmpegts-%{gst_major_ver}.so.*.*.*
1367%attr(755,root,root) %ghost %{_libdir}/libgstmpegts-%{gst_major_ver}.so.0
3b6ed238 1368%attr(755,root,root) %{_libdir}/libgstphotography-%{gst_major_ver}.so.*.*.*
a3c6ef69 1369%attr(755,root,root) %ghost %{_libdir}/libgstphotography-%{gst_major_ver}.so.0
2d714c19
JR
1370%attr(755,root,root) %{_libdir}/libgstplayer-%{gst_major_ver}.so.*.*.*
1371%attr(755,root,root) %ghost %{_libdir}/libgstplayer-%{gst_major_ver}.so.0
78047809
JB
1372%attr(755,root,root) %{_libdir}/libgsturidownloader-%{gst_major_ver}.so.*.*.*
1373%attr(755,root,root) %ghost %{_libdir}/libgsturidownloader-%{gst_major_ver}.so.0
ba5fbc34
JB
1374%attr(755,root,root) %{_libdir}/libgstwayland-%{gst_major_ver}.so.*.*.*
1375%attr(755,root,root) %ghost %{_libdir}/libgstwayland-%{gst_major_ver}.so.0
fbb9568a 1376%{_libdir}/girepository-1.0/GstBadAllocators-1.0.typelib
764dce5e 1377%{_libdir}/girepository-1.0/GstGL-1.0.typelib
78047809
JB
1378%{_libdir}/girepository-1.0/GstInsertBin-1.0.typelib
1379%{_libdir}/girepository-1.0/GstMpegts-1.0.typelib
2d714c19 1380%{_libdir}/girepository-1.0/GstPlayer-1.0.typelib
673b9bb3 1381%attr(755,root,root) %{gstlibdir}/libgstaccurip.so
d08e083f 1382%attr(755,root,root) %{gstlibdir}/libgstadpcmdec.so
3b6ed238 1383%attr(755,root,root) %{gstlibdir}/libgstadpcmenc.so
78047809 1384%attr(755,root,root) %{gstlibdir}/libgstaiff.so
c0f896a8 1385%attr(755,root,root) %{gstlibdir}/libgstasfmux.so
fbb9568a 1386%attr(755,root,root) %{gstlibdir}/libgstaudiobuffersplit.so
673b9bb3 1387%attr(755,root,root) %{gstlibdir}/libgstaudiofxbad.so
ba5fbc34 1388%attr(755,root,root) %{gstlibdir}/libgstaudiomixer.so
fbb9568a 1389%attr(755,root,root) %{gstlibdir}/libgstaudiomixmatrix.so
3f1c8f8a 1390%attr(755,root,root) %{gstlibdir}/libgstaudiovisualizers.so
365a7c74 1391%attr(755,root,root) %{gstlibdir}/libgstautoconvert.so
32fcd46a 1392%attr(755,root,root) %{gstlibdir}/libgstbayer.so
0c737202 1393%attr(755,root,root) %{gstlibdir}/libgstbz2.so
fbb9568a 1394%attr(755,root,root) %{gstlibdir}/libgstcamerabin.so
ba5fbc34 1395%attr(755,root,root) %{gstlibdir}/libgstcompositor.so
b718db05 1396%attr(755,root,root) %{gstlibdir}/libgstcoloreffects.so
673b9bb3 1397%attr(755,root,root) %{gstlibdir}/libgstdashdemux.so
2cb07027 1398%attr(755,root,root) %{gstlibdir}/libgstdecklink.so
6dd5af62 1399%attr(755,root,root) %{gstlibdir}/libgstdebugutilsbad.so
9bab0788 1400%attr(755,root,root) %{gstlibdir}/libgstdvb.so
7a5b4651 1401%attr(755,root,root) %{gstlibdir}/libgstdvbsuboverlay.so
9bab0788 1402%attr(755,root,root) %{gstlibdir}/libgstdvdspu.so
fbb9568a 1403%attr(755,root,root) %{gstlibdir}/libgstfaceoverlay.so
78047809 1404%attr(755,root,root) %{gstlibdir}/libgstfbdevsink.so
9bab0788 1405%attr(755,root,root) %{gstlibdir}/libgstfestival.so
a8ef0224 1406%attr(755,root,root) %{gstlibdir}/libgstfieldanalysis.so
78047809 1407%attr(755,root,root) %{gstlibdir}/libgstfreeverb.so
19a4640b 1408%attr(755,root,root) %{gstlibdir}/libgstfrei0r.so
b718db05
PZ
1409%attr(755,root,root) %{gstlibdir}/libgstgaudieffects.so
1410%attr(755,root,root) %{gstlibdir}/libgstgeometrictransform.so
a3c6ef69 1411%attr(755,root,root) %{gstlibdir}/libgstgdp.so
2d714c19 1412%attr(755,root,root) %{gstlibdir}/libgsthls.so
d08e083f 1413%attr(755,root,root) %{gstlibdir}/libgstid3tag.so
7a5b4651 1414%attr(755,root,root) %{gstlibdir}/libgstinterlace.so
3f1c8f8a 1415%attr(755,root,root) %{gstlibdir}/libgstinter.so
ba5fbc34 1416%attr(755,root,root) %{gstlibdir}/libgstivfparse.so
673b9bb3 1417%attr(755,root,root) %{gstlibdir}/libgstivtc.so
ba5fbc34 1418%attr(755,root,root) %{gstlibdir}/libgstjp2kdecimator.so
3b6ed238 1419%attr(755,root,root) %{gstlibdir}/libgstjpegformat.so
fbb9568a 1420%attr(755,root,root) %{gstlibdir}/libgstlegacyrawparse.so
4012a887 1421%attr(755,root,root) %{gstlibdir}/libgstmidi.so
58c82848 1422%attr(755,root,root) %{gstlibdir}/libgstmodplug.so
a3c6ef69 1423%attr(755,root,root) %{gstlibdir}/libgstmpegpsdemux.so
561e9587 1424%attr(755,root,root) %{gstlibdir}/libgstmpegpsmux.so
64855c1e 1425%attr(755,root,root) %{gstlibdir}/libgstmpegtsdemux.so
0a785e13 1426%attr(755,root,root) %{gstlibdir}/libgstmpegtsmux.so
673b9bb3 1427%attr(755,root,root) %{gstlibdir}/libgstmxf.so
2d714c19 1428%attr(755,root,root) %{gstlibdir}/libgstnetsim.so
0a785e13 1429%attr(755,root,root) %{gstlibdir}/libgstpcapparse.so
00c9968c 1430%attr(755,root,root) %{gstlibdir}/libgstpnm.so
3f1c8f8a 1431%attr(755,root,root) %{gstlibdir}/libgstremovesilence.so
673b9bb3 1432%attr(755,root,root) %{gstlibdir}/libgstrfbsrc.so
f64edc00 1433%attr(755,root,root) %{gstlibdir}/libgstrtponvif.so
9bab0788 1434%attr(755,root,root) %{gstlibdir}/libgstsdpelem.so
139776ad 1435%attr(755,root,root) %{gstlibdir}/libgstsegmentclip.so
b718db05 1436%attr(755,root,root) %{gstlibdir}/libgstshm.so
365a7c74 1437%attr(755,root,root) %{gstlibdir}/libgstsiren.so
3f1c8f8a 1438%attr(755,root,root) %{gstlibdir}/libgstsmooth.so
673b9bb3 1439%attr(755,root,root) %{gstlibdir}/libgstsmoothstreaming.so
ba5fbc34 1440%attr(755,root,root) %{gstlibdir}/libgststereo.so
a8ef0224 1441%attr(755,root,root) %{gstlibdir}/libgstsubenc.so
cce4b8c9 1442%attr(755,root,root) %{gstlibdir}/libgsttimecode.so
764dce5e 1443%attr(755,root,root) %{gstlibdir}/libgstvcdsrc.so
673b9bb3 1444%attr(755,root,root) %{gstlibdir}/libgstvideofiltersbad.so
2d714c19 1445%attr(755,root,root) %{gstlibdir}/libgstvideoframe_audiolevel.so
61d5c5c2 1446%attr(755,root,root) %{gstlibdir}/libgstvideoparsersbad.so
ba5fbc34
JB
1447%attr(755,root,root) %{gstlibdir}/libgstvideosignal.so
1448%attr(755,root,root) %{gstlibdir}/libgstvmnc.so
61d5c5c2 1449%attr(755,root,root) %{gstlibdir}/libgsty4mdec.so
ad2b2453 1450%{?with_yadif:%attr(755,root,root) %{gstlibdir}/libgstyadif.so}
764dce5e
JB
1451# dirs should belong to gstreamer or gstreamer-pb?
1452%dir %{gstdatadir}
1453%dir %{gstdatadir}/presets
1454%{gstdatadir}/presets/GstFreeverb.prs
a3c6ef69 1455%{_gtkdocdir}/gst-plugins-bad-plugins-%{gst_major_ver}
2fbdaa36 1456
ecd2a72f
AF
1457%files devel
1458%defattr(644,root,root,755)
764dce5e 1459%attr(755,root,root) %{_libdir}/libgstadaptivedemux-%{gst_major_ver}.so
fbb9568a 1460%attr(755,root,root) %{_libdir}/libgstbadallocators-%{gst_major_ver}.so
2d714c19 1461%attr(755,root,root) %{_libdir}/libgstbadaudio-%{gst_major_ver}.so
ba5fbc34
JB
1462%attr(755,root,root) %{_libdir}/libgstbadbase-%{gst_major_ver}.so
1463%attr(755,root,root) %{_libdir}/libgstbadvideo-%{gst_major_ver}.so
7a5b4651 1464%attr(755,root,root) %{_libdir}/libgstbasecamerabinsrc-%{gst_major_ver}.so
3f1c8f8a 1465%attr(755,root,root) %{_libdir}/libgstcodecparsers-%{gst_major_ver}.so
ba5fbc34 1466%attr(755,root,root) %{_libdir}/libgstgl-%{gst_major_ver}.so
78047809
JB
1467%attr(755,root,root) %{_libdir}/libgstinsertbin-%{gst_major_ver}.so
1468%attr(755,root,root) %{_libdir}/libgstmpegts-%{gst_major_ver}.so
7a5b4651 1469%attr(755,root,root) %{_libdir}/libgstphotography-%{gst_major_ver}.so
2d714c19 1470%attr(755,root,root) %{_libdir}/libgstplayer-%{gst_major_ver}.so
78047809 1471%attr(755,root,root) %{_libdir}/libgsturidownloader-%{gst_major_ver}.so
ba5fbc34 1472%attr(755,root,root) %{_libdir}/libgstwayland-%{gst_major_ver}.so
fbb9568a
JB
1473%{_includedir}/gstreamer-%{gst_major_ver}/gst/allocators/badallocators.h
1474%{_includedir}/gstreamer-%{gst_major_ver}/gst/allocators/gstphysmemory.h
2d714c19
JR
1475%{_includedir}/gstreamer-%{gst_major_ver}/gst/audio/gstaudioaggregator.h
1476%{_includedir}/gstreamer-%{gst_major_ver}/gst/base/gstaggregator.h
a3c6ef69
ŁK
1477%{_includedir}/gstreamer-%{gst_major_ver}/gst/basecamerabinsrc
1478%{_includedir}/gstreamer-%{gst_major_ver}/gst/codecparsers
ba5fbc34 1479%{_includedir}/gstreamer-%{gst_major_ver}/gst/gl
78047809 1480%{_includedir}/gstreamer-%{gst_major_ver}/gst/insertbin
1055870a 1481%{_includedir}/gstreamer-%{gst_major_ver}/gst/interfaces
78047809 1482%{_includedir}/gstreamer-%{gst_major_ver}/gst/mpegts
2d714c19 1483%{_includedir}/gstreamer-%{gst_major_ver}/gst/player
78047809 1484%{_includedir}/gstreamer-%{gst_major_ver}/gst/uridownloader
2d714c19
JR
1485%{_includedir}/gstreamer-%{gst_major_ver}/gst/video/gstvideoaggregator.h
1486%{_includedir}/gstreamer-%{gst_major_ver}/gst/video/gstvideoaggregatorpad.h
710fe3db 1487%dir %{_libdir}/gstreamer-1.0/include
35c4aaa1 1488%dir %{_libdir}/gstreamer-1.0/include/gst
764dce5e 1489%{_libdir}/gstreamer-1.0/include/gst/gl
fbb9568a 1490%{_datadir}/gir-1.0/GstBadAllocators-1.0.gir
764dce5e 1491%{_datadir}/gir-1.0/GstGL-1.0.gir
78047809
JB
1492%{_datadir}/gir-1.0/GstInsertBin-1.0.gir
1493%{_datadir}/gir-1.0/GstMpegts-1.0.gir
2d714c19 1494%{_datadir}/gir-1.0/GstPlayer-1.0.gir
3f1c8f8a 1495%{_pkgconfigdir}/gstreamer-codecparsers-%{gst_major_ver}.pc
ba5fbc34 1496%{_pkgconfigdir}/gstreamer-gl-%{gst_major_ver}.pc
78047809 1497%{_pkgconfigdir}/gstreamer-insertbin-%{gst_major_ver}.pc
d71ff962 1498%{_pkgconfigdir}/gstreamer-mpegts-%{gst_major_ver}.pc
3b6ed238 1499%{_pkgconfigdir}/gstreamer-plugins-bad-%{gst_major_ver}.pc
fbb9568a 1500%{_pkgconfigdir}/gstreamer-bad-allocators-%{gst_major_ver}.pc
2d714c19
JR
1501%{_pkgconfigdir}/gstreamer-bad-audio-%{gst_major_ver}.pc
1502%{_pkgconfigdir}/gstreamer-bad-base-%{gst_major_ver}.pc
1503%{_pkgconfigdir}/gstreamer-bad-video-%{gst_major_ver}.pc
1504%{_pkgconfigdir}/gstreamer-player-%{gst_major_ver}.pc
a3c6ef69 1505%{_gtkdocdir}/gst-plugins-bad-libs-%{gst_major_ver}
ecd2a72f 1506
2fbdaa36
JB
1507##
1508## Plugins
1509##
1510
1511%if %{with faad}
1512%files -n gstreamer-aac
1513%defattr(644,root,root,755)
1514%attr(755,root,root) %{gstlibdir}/libgstfaac.so
1515%attr(755,root,root) %{gstlibdir}/libgstfaad.so
1516%endif
1517
c1cb81af 1518%if %{with amr}
c9ecff38 1519%files -n gstreamer-amrwbenc
c1cb81af 1520%defattr(644,root,root,755)
3f1c8f8a 1521%attr(755,root,root) %{gstlibdir}/libgstvoamrwbenc.so
3f1c8f8a 1522%{gstdatadir}/presets/GstVoAmrwbEnc.prs
c1cb81af
JB
1523%endif
1524
03d20e46
JB
1525%files -n gstreamer-ass
1526%defattr(644,root,root,755)
1527%attr(755,root,root) %{gstlibdir}/libgstassrender.so
1528
2fbdaa36
JB
1529%files -n gstreamer-audio-effects-bad
1530%defattr(644,root,root,755)
1531%attr(755,root,root) %{gstlibdir}/libgstspeed.so
1532
61d5c5c2
JB
1533%if %{with nas}
1534%files -n gstreamer-audiosink-nas
1535%defattr(644,root,root,755)
1536%attr(755,root,root) %{gstlibdir}/libgstnassink.so
1537%endif
f137ef01 1538
faf46047
JB
1539%if %{with tinyalsa}
1540%files -n gstreamer-audiosink-tinyalsa
1541%defattr(644,root,root,755)
1542%attr(755,root,root) %{gstlibdir}/libgsttinyalsa.so
1543%endif
1544
673b9bb3
JB
1545%if %{with bluez}
1546%files -n gstreamer-bluez
1547%defattr(644,root,root,755)
1548%attr(755,root,root) %{gstlibdir}/libgstbluez.so
1549%endif
1550
f64edc00
JB
1551%if %{with bs2b}
1552%files -n gstreamer-bs2b
1553%defattr(644,root,root,755)
1554%attr(755,root,root) %{gstlibdir}/libgstbs2b.so
1555%endif
1556
11506ac9
JB
1557%if %{with chromaprint}
1558%files -n gstreamer-chromaprint
1559%defattr(644,root,root,755)
1560%attr(755,root,root) %{gstlibdir}/libgstchromaprint.so
1561%endif
1562
64855c1e
JB
1563%files -n gstreamer-curl
1564%defattr(644,root,root,755)
1565%attr(755,root,root) %{gstlibdir}/libgstcurl.so
1566
e76f5fe9
JB
1567%if %{with daala}
1568%files -n gstreamer-daala
1569%defattr(644,root,root,755)
1570%attr(755,root,root) %{gstlibdir}/libgstdaala.so
1571%endif
1572
61d5c5c2
JB
1573%if %{with dc1394}
1574%files -n gstreamer-dc1394
1575%defattr(644,root,root,755)
1576%attr(755,root,root) %{gstlibdir}/libgstdc1394.so
1577%endif
d44ce5ee 1578
f64edc00
JB
1579%files -n gstreamer-dtls
1580%defattr(644,root,root,755)
1581%attr(755,root,root) %{gstlibdir}/libgstdtls.so
1582
0c737202
JB
1583%if %{with dts}
1584%files -n gstreamer-dts
1585%defattr(644,root,root,755)
1586%attr(755,root,root) %{gstlibdir}/libgstdtsdec.so
1587%endif
1588
fbb9568a
JB
1589%files -n gstreamer-fdkaac
1590%defattr(644,root,root,755)
1591%attr(755,root,root) %{gstlibdir}/libgstfdkaac.so
1592
139776ad
PZ
1593%files -n gstreamer-flite
1594%defattr(644,root,root,755)
1595%attr(755,root,root) %{gstlibdir}/libgstflite.so
1596
4012a887
JB
1597%files -n gstreamer-fluidsynth
1598%defattr(644,root,root,755)
1599%attr(755,root,root) %{gstlibdir}/libgstfluidsynthmidi.so
1600
fd22d110
JB
1601%files -n gstreamer-gme
1602%defattr(644,root,root,755)
1603%attr(755,root,root) %{gstlibdir}/libgstgme.so
1604
61d5c5c2
JB
1605# not ported to 1.0 yet
1606%if 0
1607%files -n gstreamer-gsettings
1608%defattr(644,root,root,755)
1609%attr(755,root,root) %{gstlibdir}/libgstgsettingselements.so
1610%{_datadir}/glib-2.0/schemas/org.freedesktop.gstreamer-%{gst_major_ver}.default-elements.gschema.xml
1611%endif
9ea7566d 1612
2fbdaa36
JB
1613%if %{with gsm}
1614%files -n gstreamer-gsm
1615%defattr(644,root,root,755)
1616%attr(755,root,root) %{gstlibdir}/libgstgsm.so
1617%endif
1618
01601022
JB
1619%files -n gstreamer-iqa
1620%defattr(644,root,root,755)
1621%attr(755,root,root) %{gstlibdir}/libgstiqa.so
1622
61d5c5c2
JB
1623%if %{with kate}
1624%files -n gstreamer-kate
1625%defattr(644,root,root,755)
1626%doc ext/kate/README
1627%attr(755,root,root) %{gstlibdir}/libgstkate.so
1628%endif
9ea7566d 1629
fbb9568a
JB
1630%files -n gstreamer-videosink-kms
1631%defattr(644,root,root,755)
1632%attr(755,root,root) %{gstlibdir}/libgstkms.so
1633
c1cb81af 1634%if %{with ladspa}
61d5c5c2
JB
1635%files -n gstreamer-ladspa
1636%defattr(644,root,root,755)
1637%attr(755,root,root) %{gstlibdir}/libgstladspa.so
c1cb81af
JB
1638%endif
1639
fb3f49aa
JB
1640%if %{with libde265}
1641%files -n gstreamer-libde265
1642%defattr(644,root,root,755)
1643%attr(755,root,root) %{gstlibdir}/libgstlibde265.so
1644%endif
1645
61d5c5c2
JB
1646%if %{with lv2}
1647%files -n gstreamer-lv2
1648%defattr(644,root,root,755)
1649%doc ext/lv2/README
1650%attr(755,root,root) %{gstlibdir}/libgstlv2.so
1651%endif
5b48a746 1652
3a8fb9fb
JB
1653%if %{with mjpegtools}
1654%files -n gstreamer-mjpegtools
1655%defattr(644,root,root,755)
1656%attr(755,root,root) %{gstlibdir}/libgstmpeg2enc.so
365a7c74 1657%attr(755,root,root) %{gstlibdir}/libgstmplex.so
3a8fb9fb
JB
1658%endif
1659
2fbdaa36
JB
1660%if %{with mms}
1661%files -n gstreamer-mms
1662%defattr(644,root,root,755)
1663%attr(755,root,root) %{gstlibdir}/libgstmms.so
1664%endif
1665
fbb9568a
JB
1666%if %{with mfx}
1667%files -n gstreamer-msdk
1668%defattr(644,root,root,755)
1669%attr(755,root,root) %{gstlibdir}/libgstmsdk.so
1670%endif
1671
58c82848 1672%if %{with musepack}
61d5c5c2
JB
1673%files -n gstreamer-musepack
1674%defattr(644,root,root,755)
1675%attr(755,root,root) %{gstlibdir}/libgstmusepack.so
58c82848
JB
1676%endif
1677
0c737202 1678%if %{with neon}
61d5c5c2
JB
1679%files -n gstreamer-neon
1680%defattr(644,root,root,755)
1681%attr(755,root,root) %{gstlibdir}/libgstneonhttpsrc.so
0c737202
JB
1682%endif
1683
2ce39962 1684%if %{with ofa}
61d5c5c2
JB
1685%files -n gstreamer-ofa
1686%defattr(644,root,root,755)
1687%attr(755,root,root) %{gstlibdir}/libgstofa.so
2ce39962
JB
1688%endif
1689
61d5c5c2
JB
1690%if %{with openal}
1691%files -n gstreamer-openal
1692%defattr(644,root,root,755)
1693%attr(755,root,root) %{gstlibdir}/libgstopenal.so
1694%endif
3f1c8f8a 1695
ec79bdfa
JB
1696%if %{with opencv}
1697%files -n gstreamer-opencv
1698%defattr(644,root,root,755)
1699%attr(755,root,root) %{gstlibdir}/libgstopencv.so
78047809
JB
1700# possibly common dir (but no other users so far)
1701%dir %{_datadir}/gst-plugins-bad
1702%dir %{_datadir}/gst-plugins-bad/1.0
1703%{_datadir}/gst-plugins-bad/1.0/opencv_haarcascades
ec79bdfa
JB
1704%endif
1705
ba5fbc34
JB
1706%if %{with openexr}
1707%files -n gstreamer-openexr
1708%defattr(644,root,root,755)
1709%attr(755,root,root) %{gstlibdir}/libgstopenexr.so
1710%endif
1711
1712%if %{with opengl}
1713%files -n gstreamer-opengl
1714%defattr(644,root,root,755)
1715%attr(755,root,root) %{gstlibdir}/libgstopengl.so
1716%endif
1717
f64edc00
JB
1718%if %{with openh264}
1719%files -n gstreamer-openh264
1720%defattr(644,root,root,755)
1721%attr(755,root,root) %{gstlibdir}/libgstopenh264.so
1722%endif
1723
4012a887
JB
1724%files -n gstreamer-openjpeg
1725%defattr(644,root,root,755)
1726%attr(755,root,root) %{gstlibdir}/libgstopenjpeg.so
1727
8f76ac4a
JB
1728%if %{with openni2}
1729%files -n gstreamer-openni2
1730%defattr(644,root,root,755)
1731%attr(755,root,root) %{gstlibdir}/libgstopenni2.so
1732%endif
1733
4e496b08 1734%files -n gstreamer-opusparse
3f1c8f8a 1735%defattr(644,root,root,755)
2d714c19 1736%attr(755,root,root) %{gstlibdir}/libgstopusparse.so
3f1c8f8a 1737
475ff9bb
JB
1738%files -n gstreamer-resindvd
1739%defattr(644,root,root,755)
a3c6ef69 1740%attr(755,root,root) %{gstlibdir}/libgstresindvd.so
475ff9bb 1741
673b9bb3
JB
1742%if %{with rsvg}
1743%files -n gstreamer-rsvg
1744%defattr(644,root,root,755)
1745%attr(755,root,root) %{gstlibdir}/libgstrsvg.so
1746%endif
1747
64855c1e
JB
1748%files -n gstreamer-rtmp
1749%defattr(644,root,root,755)
1750%attr(755,root,root) %{gstlibdir}/libgstrtmp.so
1751
a9463b1e
JB
1752%files -n gstreamer-schroedinger
1753%defattr(644,root,root,755)
1754%attr(755,root,root) %{gstlibdir}/libgstschro.so
1755
673b9bb3
JB
1756%if %{with sbc}
1757%files -n gstreamer-sbc
1758%defattr(644,root,root,755)
1759%attr(755,root,root) %{gstlibdir}/libgstsbc.so
1760%endif
1761
61d5c5c2 1762%if %{with sndfile}
bf72c8fd
JB
1763%files -n gstreamer-sndfile
1764%defattr(644,root,root,755)
61d5c5c2
JB
1765%attr(755,root,root) %{gstlibdir}/libgstsndfile.so
1766%endif
bf72c8fd 1767
58c82848 1768%files -n gstreamer-soundtouch
2fbdaa36 1769%defattr(644,root,root,755)
9bab0788 1770%attr(755,root,root) %{gstlibdir}/libgstsoundtouch.so
2fbdaa36 1771
bf72c8fd 1772%files -n gstreamer-spandsp
32fcd46a 1773%defattr(644,root,root,755)
bf72c8fd 1774%attr(755,root,root) %{gstlibdir}/libgstspandsp.so
32fcd46a 1775
3a8fb9fb
JB
1776%if %{with spc}
1777%files -n gstreamer-spc
1778%defattr(644,root,root,755)
1779%attr(755,root,root) %{gstlibdir}/libgstspc.so
1780%endif
1781
673b9bb3
JB
1782%if %{with srtp}
1783%files -n gstreamer-srtp
1784%attr(755,root,root) %{gstlibdir}/libgstsrtp.so
1785%endif
1786
61d5c5c2
JB
1787%if %{with zvbi}
1788%files -n gstreamer-teletextdec
1789%defattr(644,root,root,755)
fbb9568a 1790%attr(755,root,root) %{gstlibdir}/libgstteletext.so
61d5c5c2 1791%endif
466f1e46 1792
61d5c5c2
JB
1793%if %{with timidity}
1794%files -n gstreamer-timidity
1795%defattr(644,root,root,755)
1796%attr(755,root,root) %{gstlibdir}/libgsttimidity.so
1797%endif
139776ad 1798
fbb9568a
JB
1799%files -n gstreamer-ttml
1800%defattr(644,root,root,755)
1801%attr(755,root,root) %{gstlibdir}/libgstttmlsubs.so
1802
673b9bb3
JB
1803%if %{with uvch264}
1804%files -n gstreamer-uvch264
1805%defattr(644,root,root,755)
1806%attr(755,root,root) %{gstlibdir}/libgstuvch264.so
1807%endif
1808
1809%if %{with vdpau}
1810%files -n gstreamer-vdpau
1811%defattr(644,root,root,755)
1812%attr(755,root,root) %{gstlibdir}/libgstvdpau.so
1813%endif
1814
61d5c5c2
JB
1815%if %{with directfb}
1816%files -n gstreamer-videosink-directfb
1817%defattr(644,root,root,755)
1818%attr(755,root,root) %{gstlibdir}/libgstdfbvideosink.so
1819%endif
1820
f64edc00
JB
1821%if %{with gtk}
1822%files -n gstreamer-videosink-gtk
1823%defattr(644,root,root,755)
fbb9568a 1824%attr(755,root,root) %{gstlibdir}/libgstgtk.so
f64edc00
JB
1825%endif
1826
1827%if %{with qt}
1828%files -n gstreamer-videosink-qt
1829%defattr(644,root,root,755)
cce4b8c9 1830%attr(755,root,root) %{gstlibdir}/libgstqmlgl.so
f64edc00
JB
1831%endif
1832
2fbdaa36 1833%if %{with sdl}
61d5c5c2
JB
1834%files -n gstreamer-videosink-sdl
1835%defattr(644,root,root,755)
1836%attr(755,root,root) %{gstlibdir}/libgstsdl.so
2fbdaa36
JB
1837%endif
1838
61d5c5c2
JB
1839%if %{with wayland}
1840%files -n gstreamer-videosink-wayland
1841%defattr(644,root,root,755)
1842%attr(755,root,root) %{gstlibdir}/libgstwaylandsink.so
2fbdaa36
JB
1843%endif
1844
62ab7977
JB
1845%files -n gstreamer-voaacenc
1846%defattr(644,root,root,755)
1847%attr(755,root,root) %{gstlibdir}/libgstvoaacenc.so
1848
1849%if %{with vulkan}
1850%files -n gstreamer-vulkan
1851%defattr(644,root,root,755)
1852%attr(755,root,root) %{gstlibdir}/libgstvulkan.so
1853%endif
1854
673b9bb3
JB
1855%files -n gstreamer-webp
1856%defattr(644,root,root,755)
1857%attr(755,root,root) %{gstlibdir}/libgstwebp.so
1858
fbb9568a
JB
1859%files -n gstreamer-webrtc
1860%defattr(644,root,root,755)
1861%attr(755,root,root) %{gstlibdir}/libgstwebrtcdsp.so
1862
61d5c5c2
JB
1863%if %{with wildmidi}
1864%files -n gstreamer-wildmidi
1865%defattr(644,root,root,755)
1866%attr(755,root,root) %{gstlibdir}/libgstwildmidi.so
1867%endif
a9463b1e 1868
f64edc00
JB
1869%if %{with x265}
1870%files -n gstreamer-x265
1871%defattr(644,root,root,755)
1872%attr(755,root,root) %{gstlibdir}/libgstx265.so
1873%endif
1874
0c737202 1875%if %{with xvid}
61d5c5c2
JB
1876%files -n gstreamer-xvid
1877%defattr(644,root,root,755)
1878%attr(755,root,root) %{gstlibdir}/libgstxvid.so
0c737202 1879%endif
72cfdd58 1880
a9463b1e 1881%files -n gstreamer-zbar
72cfdd58 1882%defattr(644,root,root,755)
a9463b1e 1883%attr(755,root,root) %{gstlibdir}/libgstzbar.so
This page took 0.355798 seconds and 4 git commands to generate.