]> git.pld-linux.org Git - packages/gstreamer-plugins-bad.git/blame - gstreamer-plugins-bad.spec
- updated to 1.4.0 (some plugins ported from 0.10, gstreamer-plugins-gl merged in...
[packages/gstreamer-plugins-bad.git] / gstreamer-plugins-bad.spec
CommitLineData
673b9bb3 1# TODO:
ba5fbc34 2# - libopenni2 >= 0.26
673b9bb3 3# - OpenSLES (when available on pure Linux, not Android)
c9ecff38 4#
2fbdaa36 5# Conditional build:
11506ac9 6%bcond_without amr # amrwbenc output plugin
673b9bb3 7%bcond_with bluez # Bluez plugin (not ready for bluez 5)
673b9bb3 8%bcond_without chromaprint # chromaprint fingerprint plugin
876fe6da 9%bcond_without daala # Daala video encoder/decoder plugin
61d5c5c2 10%bcond_with dc1394 # dc1394 input plugin [not ported to 1.0]
78047809 11%bcond_without directfb # DirectFB videosink plugin
673b9bb3 12%bcond_without dts # DTS audio decoder plugin
ba5fbc34 13%bcond_without egl # EGL ???
87085a83 14%bcond_without faad # faad audio decoder plugin
ba5fbc34
JB
15%bcond_without gles # GLESv2 ???
16%bcond_with gnustep # Cocoa support using GNUstep
87085a83 17%bcond_without gsm # gsm audio decoder/encoder plugin
78047809 18%bcond_without kate # Kate text streams plugin
48af6905 19%bcond_without ladspa # LADSPA plugins bridge plugin
ba5fbc34 20%bcond_with libvisual # libvisualgl plugin [not ported to 1.0]
87085a83
JB
21%bcond_with lv2 # LV2 plugins bridge plugin [not ported to 1.0]
22%bcond_without mjpegtools # mpeg2enc video encoder plugin
23%bcond_without mms # mms streaming plugin
eb1d6859 24%bcond_without mpg123 # MPG123-based MP3 plugin
87085a83
JB
25%bcond_with musepack # musepack audio decoder plugin [not ported to 1.0]
26%bcond_with mythtv # mythtv data source plugin [not ported to 1.0]
61d5c5c2 27%bcond_with nas # NAS audiosink plugin [not ported to 1.0]
87085a83
JB
28%bcond_without neon # neonhttpsrc HTTP client plugin
29%bcond_without ofa # OFA fingerprint plugin
dd0c9a05 30%bcond_without openal # OpenAL audiosink plugin
87085a83 31%bcond_without opencv # OpenCV effects plugin
ba5fbc34
JB
32%bcond_without opengl # OpenGL videosink plugin
33%bcond_without openexr # OpenEXR EXR decoder plugin
673b9bb3
JB
34%bcond_without rsvg # RSVG SVG decoder/overlay plugin
35%bcond_without sbc # SBC bluetooth audio codec plugin
61d5c5c2 36%bcond_with sdl # SDL audio/videosink plugin [not ported to 1.0]
ba5fbc34 37%bcond_without sndfile # sndfile audio files encoder/decoder plugin
87085a83 38%bcond_without spc # spc audio decoder plugin
673b9bb3 39%bcond_without srtp # SRTP decoder/encoder plugin
87085a83 40%bcond_with timidity # timidity MIDI files decoder plugin [not ported to 1.0]
673b9bb3 41%bcond_without uvch264 # uvch264 cameras plugin
ba5fbc34
JB
42%bcond_without vdpau # VDPAU decoder/videopostprocess/videosink plugin
43%bcond_without wayland # Wayland videosink plugin and Wayland EGL support
87085a83 44%bcond_without wildmidi # wildmidi MIDI files decoder plugin
61d5c5c2 45%bcond_with xvid # XviD plugin [not ported to 1.0]
61d5c5c2 46%bcond_with zvbi # zvbi-based teletextdec plugin [not ported to 1.0]
ba5fbc34
JB
47%bcond_without examples # examples build
48
49%if %{without egl}
50%undefine with_wayland
51%endif
c8312664 52
2fbdaa36 53%define gstname gst-plugins-bad
a3c6ef69 54%define gst_major_ver 1.0
ba5fbc34
JB
55%define gst_req_ver 1.4.0
56%define gstpb_req_ver 1.4.0
c47fe3c6 57%include /usr/lib/rpm/macros.gstreamer
2fbdaa36 58Summary: Bad GStreamer Streaming-media framework plugins
63d1273e 59Summary(pl.UTF-8): Złe wtyczki do środowiska obróbki strumieni GStreamer
2fbdaa36 60Name: gstreamer-plugins-bad
ba5fbc34 61Version: 1.4.0
876fe6da 62Release: 1
475ff9bb 63License: LGPL v2+
2fbdaa36 64Group: Libraries
a3c6ef69 65Source0: http://gstreamer.freedesktop.org/src/gst-plugins-bad/%{gstname}-%{version}.tar.xz
ba5fbc34 66# Source0-md5: 3bc0fcfe8d16ad1295f0454c1fcb4ba3
3f1c8f8a 67Patch0: %{name}-libdts.patch
a3c6ef69
ŁK
68Patch1: %{name}-timidity.patch
69Patch2: %{name}-nas.patch
48af6905 70Patch3: %{name}-doc.patch
2fbdaa36 71URL: http://gstreamer.freedesktop.org/
78047809 72BuildRequires: autoconf >= 2.68
a3c6ef69 73BuildRequires: automake >= 1:1.11
ade19c01 74BuildRequires: docbook-dtd412-xml
9ea7566d 75BuildRequires: gettext-devel >= 0.17
2cb07027 76BuildRequires: glib2-devel >= 1:2.32.0
78047809 77BuildRequires: gobject-introspection-devel >= 1.31.1
2fbdaa36 78BuildRequires: gstreamer-devel >= %{gst_req_ver}
9ea7566d 79BuildRequires: gstreamer-plugins-base-devel >= %{gstpb_req_ver}
a3c6ef69 80BuildRequires: gtk-doc >= 1.12
2fbdaa36 81BuildRequires: libtool >= 1.4
78047809 82BuildRequires: orc-devel >= 0.4.17
2fbdaa36 83BuildRequires: pkgconfig >= 1:0.9.0
ecd2a72f 84BuildRequires: python >= 2.1
2fbdaa36 85BuildRequires: rpmbuild(macros) >= 1.98
3b6ed238 86BuildRequires: xorg-lib-libX11-devel
ba5fbc34
JB
87%if %{with examples}
88BuildRequires: SDL-devel >= 1.2.0
89BuildRequires: clutter-devel >= 1.8
90BuildRequires: gtk+3-devel >= 3.4
91BuildRequires: xorg-lib-libXcomposite-devel
92%endif
2fbdaa36
JB
93##
94## plugins
95##
e4ce896a 96%{?with_directfb:BuildRequires: DirectFB-devel >= 1:0.9.24}
ba5fbc34
JB
97%{?with_egl:BuildRequires: EGL-devel}
98%{?with_wayland:BuildRequires: Mesa-libwayland-egl-devel >= 9.0}
dd0c9a05 99%{?with_openal:BuildRequires: OpenAL-devel >= 1.14}
ba5fbc34
JB
100%{?with_openexr:BuildRequires: OpenEXR-devel}
101%{?with_opengl:BuildRequires: OpenGL-devel}
102%{?with_opengl:BuildRequires: OpenGL-GLU-devel}
103%{?with_opengl:BuildRequires: OpenGL-GLX-devel}
104%{?with_gles:BuildRequires: OpenGLESv2-devel}
105%{?with_gles:BuildRequires: Mesa-libGLES-devel}
fd22d110 106%{?with_sdl:BuildRequires: SDL-devel}
c1cb81af 107BuildRequires: alsa-lib-devel >= 0.9.1
673b9bb3 108%{?with_bluez:BuildRequires: bluez-libs-devel < 5.0}
c1cb81af 109BuildRequires: bzip2-devel
61d5c5c2 110%{?with_rsvg:BuildRequires: cairo-devel}
64855c1e 111BuildRequires: curl-devel >= 7.21.0
e76f5fe9 112%{?with_daala:BuildRequires: daala-devel}
ba5fbc34 113%{?with_bluez:BuildRequires: dbus-devel}
00c9968c 114BuildRequires: exempi-devel >= 1.99.5
2fbdaa36
JB
115BuildRequires: faac-devel
116%{?with_faad:BuildRequires: faad2-devel >= 2.0-2}
139776ad 117BuildRequires: flite-devel
4012a887 118BuildRequires: fluidsynth-devel >= 1.0
673b9bb3 119BuildRequires: game-music-emu-devel >= 0.5.6
61d5c5c2 120%{?with_mythtv:BuildRequires: gmyth-devel >= 0.7}
673b9bb3 121BuildRequires: gnutls-devel >= 2.11.3
ba5fbc34
JB
122%if %{with gnustep}
123BuildRequires: gnustep-base-devel
124BuildRequires: gnustep-gui-devel
125%endif
126BuildRequires: graphene-devel >= 0.99
c1cb81af 127%{?with_ladspa:BuildRequires: ladspa-devel >= 1.12}
03d20e46 128BuildRequires: libass-devel >= 0.9.4
11506ac9 129%{?with_chromaprint:BuildRequires: libchromaprint-devel}
61d5c5c2 130%{?with_dc1394:BuildRequires: libdc1394-devel >= 2.0.0}
0c737202 131%{?with_dts:BuildRequires: libdts-devel}
9ea7566d
JB
132BuildRequires: libdvdnav-devel >= 4.1.2
133BuildRequires: libdvdread-devel >= 4.1.2
9007521b 134BuildRequires: libexif-devel >= 0.6.16
2fbdaa36 135%{?with_gsm:BuildRequires: libgsm-devel}
00c9968c 136BuildRequires: libiptcdata-devel >= 1.0.2
ba5fbc34 137BuildRequires: libjpeg-devel
61d5c5c2 138%{?with_kate:BuildRequires: libkate-devel >= 0.1.7}
00c9968c 139BuildRequires: liblrdf-devel
263103ec 140BuildRequires: libmimic-devel >= 1.0
9ea7566d 141%{?with_mms:BuildRequires: libmms-devel >= 0.4}
a8ef0224 142%{?with_mpg123:BuildRequires: libmpg123-devel >= 1.14}
3b6ed238 143BuildRequires: libmodplug-devel
2fbdaa36 144%{?with_musepack:BuildRequires: libmpcdec-devel >= 1.2}
2ce39962 145%{?with_ofa:BuildRequires: libofa-devel >= 0.9.3}
3a8fb9fb 146%{?with_spc:BuildRequires: libopenspc-devel >= 0.3.99}
00c9968c 147BuildRequires: libpng-devel >= 2:1.2.0
ba5fbc34 148%{?with_rsvg:BuildRequires: librsvg-devel >= 2.36.2}
64855c1e 149BuildRequires: librtmp-devel
ba5fbc34 150BuildRequires: libssh2-devel >= 1.4.3
64855c1e 151# for decklink, modplug, soundtouch
58c82848 152BuildRequires: libstdc++-devel
61d5c5c2 153%{?with_sndfile:BuildRequires: libsndfile-devel >= 1.0.16}
fd22d110 154BuildRequires: libtheora-devel >= 1.0
61d5c5c2
JB
155%{?with_kate:BuildRequires: libtiger-devel >= 0.3.2}
156%{?with_timidity:BuildRequires: libtimidity-devel}
157%{?with_uvch264:BuildRequires: libusb-devel >= 1.0}
ba5fbc34 158%{?with_libvisual:BuildRequires: libvisual-devel >= 0.4.0}
139776ad 159BuildRequires: libvpx-devel
673b9bb3 160BuildRequires: libwebp-devel >= 0.2.1
0a785e13 161BuildRequires: libx264-devel >= 0.1.2
673b9bb3 162BuildRequires: libxml2-devel >= 2.4
3f1c8f8a 163%{?with_mjpegtools:BuildRequires: mjpegtools-devel >= 2.0.0}
61d5c5c2 164%{?with_nas:BuildRequires: nas-devel}
9ea7566d 165%{?with_neon:BuildRequires: neon-devel >= 0.27.0}
ba5fbc34
JB
166# for hls (gstfragmented plugin)
167BuildRequires: nettle-devel
52572282
AM
168%if %{with opencv}
169BuildRequires: opencv-devel >= 1:2.2.0
ba5fbc34 170BuildRequires: opencv-devel < 1:2.5.0
52572282 171%endif
4012a887 172BuildRequires: openjpeg-devel >= 1
9ea7566d 173BuildRequires: openssl-devel >= 0.9.5
3f1c8f8a 174BuildRequires: opus-devel >= 0.9.4
673b9bb3 175%{?with_sbc:BuildRequires: sbc-devel >= 1.0}
a3c6ef69 176BuildRequires: schroedinger-devel >= 1.0.10
61d5c5c2 177%{?with_lv2:BuildRequires: slv2-devel >= 0.6.6}
9ea7566d 178BuildRequires: soundtouch-devel >= 1.4
311b246a 179BuildRequires: spandsp-devel >= 1:0.0.6
673b9bb3 180%{?with_srtp:BuildRequires: srtp-devel}
3b6ed238 181%{?with_vdpau:BuildRequires: libvdpau-devel}
2676e962 182BuildRequires: twolame-devel
61d5c5c2 183%{?with_uvch264:BuildRequires: udev-glib-devel}
3f1c8f8a
JB
184BuildRequires: vo-aacenc-devel >= 0.1.0
185%{?with_amr:BuildRequires: vo-amrwbenc-devel >= 0.1.0}
ba5fbc34
JB
186# wayland-client, wayland-cursor, wayland-scanner
187%{?with_wayland:BuildRequires: wayland-devel >= 1.4.0}
61d5c5c2 188%{?with_wildmidi:BuildRequires: wildmidi-devel}
c1cb81af 189BuildRequires: xorg-lib-libX11-devel
311b246a 190%{?with_xvid:BuildRequires: xvid-devel >= 1.3.0}
a9463b1e 191BuildRequires: zbar-devel >= 0.9
61d5c5c2 192%{?with_zvbi:BuildRequires: zvbi-devel >= 0.2}
2cb07027 193Requires: glib2 >= 1:2.32.0
2fbdaa36 194Requires: gstreamer >= %{gst_req_ver}
9ea7566d 195Requires: gstreamer-plugins-base >= %{gstpb_req_ver}
78047809 196Requires: orc >= 0.4.17
ba5fbc34
JB
197Obsoletes: gstreamer-cdaudio
198Obsoletes: gstreamer-plugins-gl
2fbdaa36 199Obsoletes: gstreamer-quicktime
3ad2741a 200Obsoletes: gstreamer-vcd
2fbdaa36
JB
201BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
202
203%define gstlibdir %{_libdir}/gstreamer-%{gst_major_ver}
c0f896a8 204%define gstdatadir %{_datadir}/gstreamer-%{gst_major_ver}
2fbdaa36
JB
205
206%description
207GStreamer is a streaming-media framework, based on graphs of filters
208which operate on media data. Applications using this library can do
209anything from real-time sound processing to playing videos, and just
210about anything else media-related. Its plugin-based architecture means
211that new data types or processing capabilities can be added simply by
212installing new plugins.
213
e4fae186
JR
214%description -l pl.UTF-8
215GStreamer to środowisko obróbki danych strumieniowych, bazujące na
216grafie filtrów operujących na danych medialnych. Aplikacje używające
217tej biblioteki mogą robić wszystko od przetwarzania dźwięku w czasie
218rzeczywistym, do odtwarzania filmów i czegokolwiek innego związego z
219mediami. Architektura bazująca na wtyczkach pozwala na łatwe dodawanie
220nowych typów danych lub możliwości obróbki.
2fbdaa36 221
32fcd46a 222%package devel
2ce39962 223Summary: Header files and API documentation for gstapp library
59aa193d 224Summary(pl.UTF-8): Pliki nagłówkowe i dokumentacja API biblioteki gstapp
2ce39962
JB
225Group: Development/Libraries
226Requires: %{name} = %{version}-%{release}
29826355 227Requires: gstreamer-devel >= %{gst_req_ver}
ba5fbc34
JB
228Obsoletes: gstreamer-plugins-gl-devel
229Obsoletes: gstreamer-plugins-gl-apidocs
32fcd46a
AM
230
231%description devel
59aa193d 232Header files and API documentation for gstapp library.
32fcd46a 233
59aa193d
JB
234%description devel -l pl.UTF-8
235Pliki nagłówkowe i dokumentacja API biblioteki gstapp.
32fcd46a 236
59aa193d 237## Plugins ##
2fbdaa36
JB
238
239%package -n gstreamer-aac
240Summary: GStreamer plugin for AAC audio encoding and decoding
63d1273e 241Summary(pl.UTF-8): Wtyczka do GStreamera do kodowania i dekodowania plików audio AAC
2fbdaa36 242Group: Libraries
9ea7566d 243Requires: gstreamer-plugins-base >= %{gstpb_req_ver}
2fbdaa36
JB
244
245%description -n gstreamer-aac
246GStreamer plugin for AAC audio encoding and decoding.
247
e4fae186
JR
248%description -n gstreamer-aac -l pl.UTF-8
249Wtyczka do GStreamera do kodowania i dekodowania plików audio AAC.
2fbdaa36 250
c9ecff38
JB
251%package -n gstreamer-amrwbenc
252Summary: GStreamer plugin for AMR-WB audio encoding
253Summary(pl.UTF-8): Wtyczka GStreamera do kodowania dźwięku w formacie AMR-WB
c1cb81af
JB
254Group: Libraries
255Requires: gstreamer >= %{gst_req_ver}
3f1c8f8a
JB
256Requires: gstreamer-plugins-base >= %{gstpb_req_ver}
257Requires: vo-amrwbenc >= 0.1.0
c1cb81af 258
c9ecff38 259%description -n gstreamer-amrwbenc
3f1c8f8a 260GStreamer plugin for AMR-WB audio encoding, using VisualOn library.
c1cb81af 261
c9ecff38 262%description -n gstreamer-amrwbenc -l pl.UTF-8
3f1c8f8a
JB
263Wtyczka GStreamera do kodowania dźwięku w formacie AMR-WB,
264wykorzystująca bibliotekę VisualOn.
c1cb81af 265
03d20e46
JB
266%package -n gstreamer-ass
267Summary: GStreamer plugin for ASS/SSA subtitles rendering
268Summary(pl.UTF-8): Wtyczka do GStreamera do renderowania napisów ASS/SSA
269Group: Libraries
270Requires: gstreamer-plugins-base >= %{gstpb_req_ver}
271Requires: libass >= 0.9.4
272
273%description -n gstreamer-ass
274GStreamer plugin for ASS/SSA subtitles rendering.
275
894f3410 276%description -n gstreamer-ass -l pl.UTF-8
03d20e46
JB
277Wtyczka do GStreamera do renderowania napisów ASS/SSA.
278
2fbdaa36
JB
279%package -n gstreamer-audio-effects-bad
280Summary: Bad GStreamer audio effects plugins
63d1273e 281Summary(pl.UTF-8): Złe wtyczki efektów dźwiękowych do GStreamera
2fbdaa36
JB
282Group: Libraries
283Requires: gstreamer >= %{gst_req_ver}
284Obsoletes: gstreamer-audio-effects
285
286%description -n gstreamer-audio-effects-bad
287Bad GStreamer audio effects plugins.
288
e4fae186
JR
289%description -n gstreamer-audio-effects-bad -l pl.UTF-8
290Złe wtyczki efektów dźwiękowych do GStreamera.
2fbdaa36 291
f137ef01
JB
292%package -n gstreamer-audiosink-nas
293Summary: GStreamer NAS audio output plugin
294Summary(pl.UTF-8): Wtyczka wyjścia dźwięku NAS dla GStreamera
295Group: Libraries
9ea7566d 296Requires: gstreamer-plugins-base >= %{gstpb_req_ver}
f137ef01 297Provides: gstreamer-audiosink = %{version}
2ce39962 298Obsoletes: gstreamer-nas
f137ef01
JB
299
300%description -n gstreamer-audiosink-nas
301GStreamer NAS audio output plugin.
302
303%description -n gstreamer-audiosink-nas -l pl.UTF-8
304Wtyczka wyjścia dźwięku NAS dla GStreamera.
305
673b9bb3
JB
306%package -n gstreamer-bluez
307Summary: GStreamer plugin for Bluez-based bluetooth support
308Summary(pl.UTF-8): Wtyczka GStreamera do obsługi bluetooth w oparciu o Bluez
309Group: Libraries
310Requires: gstreamer-plugins-base >= %{gstpb_req_ver}
311Obsoletes: gstreamer-bluetooth
312
313%description -n gstreamer-bluez
314GStreamer plugin for Bluez-based bluetooth support.
315
316%description -n gstreamer-bluez -l pl.UTF-8
317Wtyczka GStreamera do obsługi bluetooth w oparciu o Bluez.
318
11506ac9
JB
319%package -n gstreamer-chromaprint
320Summary: GStreamer Chromaprint audio fingerprinting plugin
321Summary(pl.UTF-8): Wtyczka Chromaprint do odcisków identyfikacyjnych dźwięku dla GStreamera
322Group: Libraries
323Requires: gstreamer >= %{gst_req_ver}
324
325%description -n gstreamer-chromaprint
326GStreamer Chromaprint audio fingerprinting plugin.
327
328%description -n gstreamer-chromaprint -l pl.UTF-8
329Wtyczka GStreamera wykonująca odciski identyfikacyjne dźwięku przy
330użyciu biblioteki Chromaprint.
331
64855c1e
JB
332%package -n gstreamer-curl
333Summary: GStreamer cURL network sink plugin
334Summary(pl.UTF-8): Wtyczka wyjścia sieciowego cURL dla GStreamera
335Group: Libraries
336Requires: gstreamer >= %{gst_req_ver}
337Requires: curl-libs >= 7.21.0
ba5fbc34 338Requires: libssh2 >= 1.4.3
64855c1e
JB
339
340%description -n gstreamer-curl
341GStreamer network sink plugin that uses libcurl as a client to upload
342data to a server (e.g. HTTP or FTP).
343
344%description -n gstreamer-curl -l pl.UTF-8
345Wtyczka wyjścia sieciowego GStreamera wykorzystująca libcurl jako
346klienta do wysyłania danych na serwer (np. HTTP lub FTP).
347
e76f5fe9
JB
348%package -n gstreamer-daala
349Summary: GStreamer Daala video encoder/decoder plugin
350Summary(pl.UTF-8): Wtyczka kodera/dekodera obrazu Daala GStreamera
351Group: Libraries
352Requires: gstreamer-plugins-base >= %{gstpb_req_ver}
353
354%description -n gstreamer-daala
355GStreamer Daala video encoder/decoder plugin.
356
357%description -n gstreamer-daala -l pl.UTF-8
358Wtyczka kodera/dekodera obrazu Daala GStreamera.
359
d44ce5ee
JB
360%package -n gstreamer-dc1394
361Summary: GStreamer 1394 IIDC (Firewire digital cameras) video source plugin
362Summary(pl.UTF-8): Wtyczka źródła obrazu 1394 IIDC (z kamer cyfrowych Firewire) do GStreamera
363Group: Libraries
364Requires: gstreamer >= %{gst_req_ver}
365
366%description -n gstreamer-dc1394
367GStreamer 1394 IIDC (Firewire digital cameras) video source plugin.
368
369%description -n gstreamer-dc1394 -l pl.UTF-8
3b6ed238
PZ
370Wtyczka źródła obrazu 1394 IIDC (z kamer cyfrowych Firewire) do
371GStreamera.
d44ce5ee 372
0c737202
JB
373%package -n gstreamer-dts
374Summary: GStreamer DTS plugin
63d1273e 375Summary(pl.UTF-8): Wtyczka DTS do GStreamera
0c737202 376Group: Libraries
9ea7566d 377Requires: gstreamer-plugins-base >= %{gstpb_req_ver}
0c737202
JB
378
379%description -n gstreamer-dts
380Plugin for DTS Coherent Acoustics support.
381
e4fae186
JR
382%description -n gstreamer-dts -l pl.UTF-8
383Wtyczka do GStreamera obsługująca DTS Coherent Acoustics.
0c737202 384
139776ad
PZ
385%package -n gstreamer-flite
386Summary: GStreamer Flite plugin
387Summary(pl.UTF-8): Wtyczka Flite do GStreamera
388Group: Libraries
9ea7566d 389Requires: gstreamer-plugins-base >= %{gstpb_req_ver}
139776ad
PZ
390
391%description -n gstreamer-flite
392Plugin for Flite support.
393
394%description -n gstreamer-flite -l pl.UTF-8
395Wtyczka do GStreamera obsługująca Flite.
396
4012a887
JB
397%package -n gstreamer-fluidsynth
398Summary: GStreamer FluidSynth MIDI plugin
399Summary(pl.UTF-8): Wtyczka FluidSynth MIDI do GStreamera
400Group: Libraries
401# for generic gstmidi plugin
402Requires: %{name} = %{version}-%{release}
e0af2697 403Requires: fluidsynth >= 1.0
4012a887
JB
404
405%description -n gstreamer-fluidsynth
406GStreamer FluidSynth MIDI plugin.
407
408%description -n gstreamer-fluidsynth -l pl.UTF-8
409Wtyczka FluidSynth MIDI do GStreamera.
410
fd22d110
JB
411%package -n gstreamer-gme
412Summary: GStreamer GME Audio Decoder plugin
413Summary(pl.UTF-8): Wtyczka dekodująca GME do GStreamera
414Group: Libraries
415Requires: gstreamer >= %{gst_req_ver}
673b9bb3 416Requires: game-music-emu >= 0.5.6
fd22d110
JB
417
418%description -n gstreamer-gme
419GStreamer GME Audio Decoder plugin.
420
421%description -n gstreamer-gme -l pl.UTF-8
422Wtyczka dekodująca GME do GStreamera.
423
9ea7566d
JB
424%package -n gstreamer-gsettings
425Summary: GStreamer GSettings plugin
426Summary(pl.UTF-8): Wtyczka GSettings do GStreamera
427Group: Libraries
2cb07027 428Requires: glib2 >= 1:2.32.0
9ea7566d
JB
429Requires: gstreamer >= %{gst_req_ver}
430
431%description -n gstreamer-gsettings
432GStreamer GSettings plugin.
433
434%description -n gstreamer-gsettings -l pl.UTF-8
435Wtyczka GSettings do GStreamera.
436
2fbdaa36
JB
437%package -n gstreamer-gsm
438Summary: GStreamer plugin for GSM lossy audio format
63d1273e 439Summary(pl.UTF-8): Wtyczka do GStreamera obsługująca stratny format dźwięku GSM
2fbdaa36 440Group: Libraries
9ea7566d 441Requires: gstreamer-plugins-base >= %{gstpb_req_ver}
2fbdaa36
JB
442
443%description -n gstreamer-gsm
444Output plugin for GStreamer to convert to GSM lossy audio format.
445
e4fae186
JR
446%description -n gstreamer-gsm -l pl.UTF-8
447Wtyczka wyjścia dźwięku GSteamera konwertująca do stratnego formatu
2fbdaa36
JB
448GSM.
449
9ea7566d
JB
450%package -n gstreamer-kate
451Summary: GStreamer plugin for Kate text streams
452Summary(pl.UTF-8): Wtyczka obsługująca strumienie tekstowe Kate dla GStreamera
453Group: Libraries
454Requires: gstreamer-plugins-base >= %{gstpb_req_ver}
455Requires: libkate >= 0.1.7
f6bea579 456Requires: libtiger >= 0.3.2
9ea7566d
JB
457
458%description -n gstreamer-kate
459GStreamer plugin for Kate text streams.
460
461%description -n gstreamer-kate -l pl.UTF-8
462Wtyczka obsługująca strumienie tekstowe Kate dla GStreamera.
463
c1cb81af
JB
464%package -n gstreamer-ladspa
465Summary: GStreamer wrapper for LADSPA plugins
63d1273e 466Summary(pl.UTF-8): Wrapper do wtyczek LADSPA dla GStreamera
c1cb81af 467Group: Libraries
9ea7566d 468Requires: gstreamer-plugins-base >= %{gstpb_req_ver}
c1cb81af
JB
469
470%description -n gstreamer-ladspa
471Plugin which wraps LADSPA plugins for use by GStreamer applications.
472
e4fae186
JR
473%description -n gstreamer-ladspa -l pl.UTF-8
474Wtyczka pozwalająca na używanie wtyczek LADSPA przez aplikacje
c1cb81af
JB
475GStreamera.
476
5b48a746
JB
477%package -n gstreamer-lv2
478Summary: GStreamer wrapper for LV2 plugins
479Summary(pl.UTF-8): Wrapper do wtyczek LV2 dla GStreamera
480Group: Libraries
481Requires: gstreamer-plugins-base >= %{gstpb_req_ver}
482Requires: slv2 >= 0.6.6
483
484%description -n gstreamer-lv2
485Plugin which wraps LV2 plugins for use by GStreamer applications.
486
487%description -n gstreamer-lv2 -l pl.UTF-8
488Wtyczka pozwalająca na używanie wtyczek LV2 przez aplikacje
489GStreamera.
490
263103ec
JB
491%package -n gstreamer-mimic
492Summary: GStreamer Mimic video decoding/encoding plugin
493Summary(pl.UTF-8): Wtyczka kodująca/dekodująca obraz Mimic do GStreamera
494Group: Libraries
495Requires: gstreamer >= %{gst_req_ver}
496
497%description -n gstreamer-mimic
498GStreamer Mimic video decoding/encoding plugin.
499
500%description -n gstreamer-mimic -l pl.UTF-8
501Wtyczka kodująca/dekodująca obraz Mimic do GStreamera.
502
3a8fb9fb
JB
503%package -n gstreamer-mjpegtools
504Summary: GStreamer mpeg2enc plugin
63d1273e 505Summary(pl.UTF-8): Wtyczka mpeg2enc do GStreamera
1a2f531c 506Group: Libraries
263103ec 507Requires: gstreamer-plugins-base >= %{gstpb_req_ver}
3f1c8f8a 508Requires: mjpegtools-libs >= 2.0.0
3a8fb9fb
JB
509
510%description -n gstreamer-mjpegtools
511GStreamer mpeg2enc plugin (based on mjpegtools libraries).
512
e4fae186 513%description -n gstreamer-mjpegtools -l pl.UTF-8
3a8fb9fb
JB
514Wtyczka mpeg2enc do GStreamera (oparta na bibliotekach mjpegtools).
515
2fbdaa36
JB
516%package -n gstreamer-mms
517Summary: GStreamer mms plugin
63d1273e 518Summary(pl.UTF-8): Wtyczka mms do GStreamera
2fbdaa36 519Group: Libraries
9ea7566d
JB
520Requires: gstreamer-plugins-base >= %{gstpb_req_ver}
521Requires: libmms >= 0.4
2fbdaa36
JB
522
523%description -n gstreamer-mms
524GStreamer mms plugin.
525
e4fae186 526%description -n gstreamer-mms -l pl.UTF-8
2fbdaa36
JB
527Wtyczka mms do GStreamera.
528
eb1d6859
JB
529%package -n gstreamer-mpg123
530Summary: GStreamer mpg123 plugin
531Summary(pl.UTF-8): Wtyczka mpg123 do GStreamera
532Group: Libraries
533Requires: gstreamer-plugins-base >= %{gstpb_req_ver}
a8ef0224 534Requires: libmpg123 >= 1.14
eb1d6859
JB
535
536%description -n gstreamer-mpg123
537GStreamer mpg123 plugin for MP3 playback.
538
539%description -n gstreamer-mpg123 -l pl.UTF-8
540Wtyczka mpg123 do GStreamera, odtwarzająca MP3.
541
2fbdaa36
JB
542%package -n gstreamer-musepack
543Summary: GStreamer musepack plugin
63d1273e 544Summary(pl.UTF-8): Wtyczka musepack do GStreamera
2fbdaa36
JB
545Group: Libraries
546Requires: gstreamer >= %{gst_req_ver}
547
548%description -n gstreamer-musepack
549GStreamer musepack plugin.
550
e4fae186 551%description -n gstreamer-musepack -l pl.UTF-8
2fbdaa36
JB
552Wtyczka musepack do GStreamera.
553
466f1e46
JB
554%package -n gstreamer-mythtv
555Summary: GStreamer MythTV plugin
556Summary(pl.UTF-8): Wtyczka MythTV do GStreamera
557Group: Libraries
558Requires: gstreamer >= %{gst_req_ver}
559
560%description -n gstreamer-mythtv
561GStreamer MythTV plugin.
562
563%description -n gstreamer-mythtv -l pl.UTF-8
564Wtyczka MythTV do GStreamera.
565
0c737202
JB
566%package -n gstreamer-neon
567Summary: GStreamer neon HTTP source plugin
63d1273e 568Summary(pl.UTF-8): Wtyczka źródła HTTP neon do GStreamera
0c737202
JB
569Group: Libraries
570Requires: gstreamer >= %{gst_req_ver}
9ea7566d 571Requires: neon >= 0.27.0
0c737202
JB
572
573%description -n gstreamer-neon
574GStreamer neon HTTP source plugin.
575
e4fae186
JR
576%description -n gstreamer-neon -l pl.UTF-8
577Wtyczka źródła HTTP neon do GStreamera.
0c737202 578
2ce39962
JB
579%package -n gstreamer-ofa
580Summary: GStreamer OFA fingerprint plugin
581Summary(pl.UTF-8): Wtyczka odcisków OFA do GStreamera
582Group: Libraries
583Requires: gstreamer >= %{gst_req_ver}
584Requires: libofa >= 0.9.3
585
586%description -n gstreamer-ofa
587GStreamer OFA plugin to calculate MusicIP fingerprints from audio
588files.
589
590%description -n gstreamer-ofa -l pl.UTF-8
591Wtyczka OFA do GStreamera służąca do obliczania odcisków MusicIP
592plików dźwiękowych.
593
3f1c8f8a
JB
594%package -n gstreamer-openal
595Summary: GStreamer OpenAL audio input/output plugin
596Summary(pl.UTF-8): Wtyczka wejścia/wyjścia dźwięku OpenAL do GStreamera
597Group: Libraries
dd0c9a05 598Requires: OpenAL >= 1.14
3f1c8f8a
JB
599Requires: gstreamer >= %{gst_req_ver}
600Requires: gstreamer-plugins-base >= %{gstpb_req_ver}
601Provides: gstreamer-audiosink = %{version}
602
603%description -n gstreamer-openal
604GStreamer OpenAL support plugin, providing audio sink and source.
605
606%description -n gstreamer-openal -l pl.UTF-8
607Wtyczka obsługująca OpenAL do GStreamera, zapewniająca wyjście i
608źródło dźwięku.
609
ec79bdfa
JB
610%package -n gstreamer-opencv
611Summary: GStreamer OpenCV plugin
612Summary(pl.UTF-8): Wtyczka OpenCV do GStreamera
613Group: Libraries
614Requires: gstreamer >= %{gst_req_ver}
8d521b18 615Requires: opencv >= 1:2.2.0
ec79bdfa
JB
616
617%description -n gstreamer-opencv
618GStreamer OpenCV plugin. It contains the following elements:
619facedetect, faceblur, edgedetect, cvsobel, cvsmooth, cvlaplace,
620cverode, cvequalizehist, cvdilate, textwrite, templatematch,
621pyramidsegment.
622
623%description -n gstreamer-opencv -l pl.UTF-8
624Wtyczka OpenCV do GStreamera. Zawiera następujące elementy:
625facedetect, faceblur, edgedetect, cvsobel, cvsmooth, cvlaplace,
626cverode, cvequalizehist, cvdilate, textwrite, templatematch,
627pyramidsegment.
628
ba5fbc34
JB
629%package -n gstreamer-openexr
630Summary: GStreamer OpenEXR plugin
631Summary(pl.UTF-8): Wtyczka OpenEXR do GStreamera
632Group: Libraries
633Requires: gstreamer >= %{gst_req_ver}
634Requires: gstreamer-plugins-base >= %{gstpb_req_ver}
635
636%description -n gstreamer-openexr
637GStreamer OpenEXR plugin - OpenEXR-based EXR streams decoder.
638
639%description -n gstreamer-openexr -l pl.UTF-8
640Wtyczka OpenEXR do GStreamera - dekoder strumieni EXR oparty na
641bibliotece OpenEXR.
642
643%package -n gstreamer-opengl
644Summary: GStreamer OpenGL video output plugin
645Summary(pl.UTF-8): Wtyczka wyjścia obrazu OpenGL do GStreamera
646Group: Libraries
647Requires: %{name} = %{version}-%{release}
648Requires: gstreamer >= %{gst_req_ver}
649Requires: gstreamer-plugins-base >= %{gstpb_req_ver}
650Provides: gstreamer-videosink = %{version}
651Obsoletes: gstreamer-videosink-egl-gles
652
653%description -n gstreamer-opengl
654GStreamer OpenGL support plugin, providing video sink.
655
656%description -n gstreamer-opengl -l pl.UTF-8
657Wtyczka obsługująca OpenGL do GStreamera, zapewniająca wyjście
658obrazu.
659
4012a887
JB
660%package -n gstreamer-openjpeg
661Summary: GStreamer OpenJPEG plugin
662Summary(pl.UTF-8): Wtyczka OpenJPEG do GStreamera
663Group: Libraries
664Requires: gstreamer >= %{gst_req_ver}
665Requires: gstreamer-plugins-base >= %{gstpb_req_ver}
78047809 666Obsoletes: gstreamer-jasper
4012a887
JB
667
668%description -n gstreamer-openjpeg
669GStreamer OpenJPEG plugin - OpenJPEG-based JPEG2000 decoder/encoder.
670
671%description -n gstreamer-openjpeg -l pl.UTF-8
672Wtyczka OpenJPEG do GStreamera - koder/dekoder JPEG2000 oparty na
673bibliotece OpenJPEG.
674
3f1c8f8a
JB
675%package -n gstreamer-opus
676Summary: GStreamer OPUS audio decoder/encoder plugin
677Summary(pl.UTF-8): Wtyczka kodera/dekodera dźwięku OPUS do GStreamera
678Group: Libraries
679Requires: gstreamer >= %{gst_req_ver}
680Requires: gstreamer-plugins-base >= %{gstpb_req_ver}
681Requires: opus >= 0.9.4
78047809 682Obsoletes: gstreamer-celt
3f1c8f8a
JB
683
684%description -n gstreamer-opus
685GStreamer OPUS audio decoder/encoder plugin.
686
687%description -n gstreamer-opus -l pl.UTF-8
688Wtyczka GStreamera kodująca/dekodująca dźwięk w formacie OPUS.
689
475ff9bb
JB
690%package -n gstreamer-resindvd
691Summary: GStreamer Resin DVD playback plugin
692Summary(pl.UTF-8): Wtyczka odtwarzania Resin DVD do GStreamera
693Group: Libraries
3f1c8f8a
JB
694# for locales
695Requires: %{name} = %{version}-%{release}
475ff9bb
JB
696Requires: gstreamer >= %{gst_req_ver}
697
698%description -n gstreamer-resindvd
699GStreamer Resin DVD playback plugin.
700
701%description -n gstreamer-resindvd -l pl.UTF-8
702Wtyczka odtwarzania Resin DVD do GStreamera.
703
673b9bb3
JB
704%package -n gstreamer-rsvg
705Summary: GStreamer plugin for decoding SVG images
706Summary(pl.UTF-8): Wtyczka GStreamera do dekodowania obrazów SVG
707Group: Libraries
708Requires: gstreamer-plugins-base >= %{gstpb_req_ver}
ba5fbc34 709Requires: librsvg >= 2.36.2
673b9bb3
JB
710
711%description -n gstreamer-rsvg
712GStreamer plugin for decoding SVG images.
713
714%description -n gstreamer-rsvg -l pl.UTF-8
715Wtyczka GStreamera do dekodowania obrazów SVG.
716
64855c1e
JB
717%package -n gstreamer-rtmp
718Summary: RTMP stream input plugin for GStreamer
719Summary(pl.UTF-8): Wtyczka strumieni wejściowych RTMP dla GStreamera
720Group: Libraries
721Requires: gstreamer >= %{gst_req_ver}
722Conflicts: gstreamer-plugins-bad < 0.10.22
723
724%description -n gstreamer-rtmp
725GStreamer plugin that reads data from a local or remote location
726specified by an URI, using any protocol supported by the RTMP library,
727i.e. rtmp, rtmpt, rtmps, rtmpe, rtmpfp, rtmpte and rtmpts.
728
729%description -n gstreamer-rtmp -l pl.UTF-8
730Wtyczka GStreamera czytająca dane z lokalnego lub zdalnego miejsca
731określonego URI przy użyciu dowolnego protokołu obsługiwanego przez
732bibliotekę RTMP: rtmp, rtmpt, rtmps, rtmpe, rtmpfp, rtmpte lub rtmpts.
733
673b9bb3
JB
734%package -n gstreamer-sbc
735Summary: GStreamer SBC plugin
736Summary(pl.UTF-8): Wtyczka SBC dla GStreamera
737Group: Libraries
738Requires: gstreamer-plugins-base >= %{gstpb_req_ver}
739Requires: sbc >= 1.0
740
741%description -n gstreamer-sbc
742SBC bluetooth audio codec plugin for GStreamer.
743
744%description -n gstreamer-sbc -l pl.UTF-8
745Wtyczka kodeka dźwięku bluetooth SBC dla GStreamera.
746
a9463b1e
JB
747%package -n gstreamer-schroedinger
748Summary: Schroedinger plugin for GStreamer
749Summary(pl.UTF-8): Wtyczka Schroedinger do GStreamera
750Group: Libraries
751Requires: gstreamer >= %{gst_req_ver}
a3c6ef69 752Requires: schroedinger >= 1.0.10
78047809 753Obsoletes: gstreamer-dirac
735acac7 754Obsoletes: gstreamer-schroedinger = 1.0.7
a9463b1e
JB
755
756%description -n gstreamer-schroedinger
757Schroedinger plugin for GStreamer.
758
759%description -n gstreamer-schroedinger -l pl.UTF-8
760Wtyczka Schroedinger do GStreamera.
761
bf72c8fd
JB
762%package -n gstreamer-sndfile
763Summary: GStreamer sndfile plugin
764Summary(pl.UTF-8): Wtyczka sndfile do GStreamera
765Group: Libraries
766# for locales
767Requires: %{name} = %{version}-%{release}
768Requires: gstreamer >= %{gst_req_ver}
769Requires: libsndfile >= 1.0.16
770
771%description -n gstreamer-sndfile
772GStreamer sndfile source plugin.
773
774%description -n gstreamer-sndfile -l pl.UTF-8
775Wtyczka sndfile do GStreamera.
776
58c82848
JB
777%package -n gstreamer-soundtouch
778Summary: GStreamer soundtouch plugin
63d1273e 779Summary(pl.UTF-8): Wtyczka soundtouch do GStreamera
58c82848
JB
780Group: Libraries
781Requires: gstreamer >= %{gst_req_ver}
9ea7566d 782Requires: soundtouch >= 1.4
58c82848
JB
783
784%description -n gstreamer-soundtouch
785GStreamer soundtouch source plugin - audio pitch controller.
786
e4fae186
JR
787%description -n gstreamer-soundtouch -l pl.UTF-8
788Wtyczka soundtouch do GStreamera, sterująca wysokością dźwięku.
58c82848 789
bf72c8fd
JB
790%package -n gstreamer-spandsp
791Summary: GStreamer SpanDSP plugin
792Summary(pl.UTF-8): Wtyczka SpanDSP do GStreamera
32fcd46a
AM
793Group: Libraries
794Requires: gstreamer >= %{gst_req_ver}
bf72c8fd 795Requires: spandsp >= 0.0.6
32fcd46a 796
bf72c8fd
JB
797%description -n gstreamer-spandsp
798GStreamer SpanDSP plugin - audio effect that allows packet loss
799concealment.
32fcd46a 800
bf72c8fd
JB
801%description -n gstreamer-spandsp -l pl.UTF-8
802Wtyczka SpanDSP do GStreamera - efekt dźwiękowy umożliwiający
803ukrywanie strat pakietów.
32fcd46a 804
3a8fb9fb
JB
805%package -n gstreamer-spc
806Summary: GStreamer SPC plugin
63d1273e 807Summary(pl.UTF-8): Wtyczka SPC dla GStreamera
3a8fb9fb 808Group: Libraries
9ea7566d 809Requires: gstreamer-plugins-base >= %{gstpb_req_ver}
3a8fb9fb
JB
810Requires: libopenspc >= 0.3.99
811
812%description -n gstreamer-spc
813GStreamer Plugin for playing SPC files using OpenSPC library.
814
e4fae186
JR
815%description -n gstreamer-spc -l pl.UTF-8
816Wtyczka GStreamera odtwarzająca pliki SPC przy użyciu biblioteki
3a8fb9fb
JB
817OpenSPC.
818
673b9bb3
JB
819%package -n gstreamer-srtp
820Summary: GStreamer plugin for encoding/decoding SRTP
821Summary(pl.UTF-8): Wtyczka GStremaera do kodowania/dekodowania SRTP
822Group: Libraries
823Requires: gstreamer-plugins-base >= %{gstpb_req_ver}
824
825%description -n gstreamer-srtp
826GStreamer plugin for encoding/decoding SRTP.
827
828%description -n gstreamer-srtp -l pl.UTF-8
829Wtyczka GStremaera do kodowania/dekodowania SRTP.
830
3f1c8f8a
JB
831%package -n gstreamer-teletextdec
832Summary: teletextdec plugin for GStreamer
833Summary(pl.UTF-8): Wtyczka teletextdec do GStreamera
834Group: Libraries
835Requires: gstreamer >= %{gst_req_ver}
836
837%description -n gstreamer-teletextdec
838Teletext decoder plugin for GStreamer.
839
840%description -n gstreamer-teletextdec -l pl.UTF-8
841Wtyczka dekodująca teletekst do GStreamera.
842
466f1e46
JB
843%package -n gstreamer-timidity
844Summary: timidity plugin for GStreamer
845Summary(pl.UTF-8): Wtyczka timidity do GStreamera
846Group: Libraries
847Requires: gstreamer >= %{gst_req_ver}
848
849%description -n gstreamer-timidity
850timidity plugin for GStreamer.
851
852%description -n gstreamer-timidity -l pl.UTF-8
853Wtyczka timidity do GStreamera.
854
673b9bb3
JB
855%package -n gstreamer-uvch264
856Summary: GStreamer plugin for UVC compliant H264 encoding cameras
857Summary(pl.UTF-8): Wtyczka GStreamera do kamer kodujących w H264 zgodnych z UVC
858Group: Libraries
859# for libgstbasecamerabin
860Requires: %{name} = %{version}-%{release}
861
862%description -n gstreamer-uvch264
863GStreamer plugin for UVC compliant H264 encoding cameras.
864
865%description -n gstreamer-uvch264 -l pl.UTF-8
866Wtyczka GStreamera do kamer kodujących w H264 zgodnych z UVC.
867
868%package -n gstreamer-vdpau
869Summary: GStreamer VDPAU plugin
870Summary(pl.UTF-8): Wtyczka GStreamera VDPAU
871Group: Libraries
872# for libgstcodecparsers
873Requires: %{name} = %{version}-%{release}
874# videosink commented out in gstvdpau.c?
875#Provides: gstreamer-videosink = %{version}
876
877%description -n gstreamer-vdpau
878GStreamer VDPAU plugin. It currently implements MPEG decoding.
879
880%description -n gstreamer-vdpau -l pl.UTF-8
881Wtyczka GStreamera VDPAU. Obecnie ma zaimplementowane dekodowanie
882obrazu MPEG.
883
61d5c5c2
JB
884%package -n gstreamer-videosink-directfb
885Summary: GStreamer DirectFB output plugin
886Summary(pl.UTF-8): Wtyczka wyjścia obrazu DirectFB do GStreamera
887Group: Libraries
888Requires: gstreamer-plugins-base >= %{gstpb_req_ver}
889Provides: gstreamer-videosink = %{version}
890
891%description -n gstreamer-videosink-directfb
892GStreamer DirectFB output plugin.
893
894%description -n gstreamer-videosink-directfb -l pl.UTF-8
895Wtyczka wyjścia obrazu DirectFB do GStreamera.
896
2fbdaa36
JB
897%package -n gstreamer-videosink-sdl
898Summary: GStreamer plugin for outputing to SDL
63d1273e 899Summary(pl.UTF-8): Wtyczka wyjścia SDL do GStreamera
2fbdaa36 900Group: Libraries
9ea7566d 901Requires: gstreamer-plugins-base >= %{gstpb_req_ver}
2fbdaa36
JB
902Provides: gstreamer-videosink = %{version}
903Obsoletes: gstreamer-SDL
904
905%description -n gstreamer-videosink-sdl
906Plugin for sending output to the Simple Direct Media architecture.
61d5c5c2 907(http://www.libsdl.org/). Useful for fullscreen playback.
2fbdaa36 908
e4fae186
JR
909%description -n gstreamer-videosink-sdl -l pl.UTF-8
910Wtyczka przekazująca wyjście do architektury SDL. Użyteczna do
911odtwarzania na pełnym ekranie.
2fbdaa36 912
61d5c5c2
JB
913%package -n gstreamer-videosink-wayland
914Summary: GStreamer plugin for outputing to Wayland
915Summary(pl.UTF-8): Wtyczka wyjścia Wayland do GStreamera
2fbdaa36 916Group: Libraries
9ea7566d 917Requires: gstreamer-plugins-base >= %{gstpb_req_ver}
ba5fbc34 918Requires: wayland >= 1.4.0
2fbdaa36
JB
919Provides: gstreamer-videosink = %{version}
920
61d5c5c2
JB
921%description -n gstreamer-videosink-wayland
922Plugin for sending output to the Wayland architecture.
2fbdaa36 923
61d5c5c2
JB
924%description -n gstreamer-videosink-wayland -l pl.UTF-8
925Wtyczka przekazująca wyjście do architektury Wayland.
2fbdaa36 926
3f1c8f8a
JB
927%package -n gstreamer-voaacenc
928Summary: AAC encoder plugin for GStreamer
929Summary(pl.UTF-8): Wtyczka kodera dźwięku AAC do GStreamera
930Group: Libraries
931Requires: gstreamer >= %{gst_req_ver}
932Requires: gstreamer-plugins-base >= %{gstpb_req_ver}
933Requires: vo-aacenc >= 0.1.0
934
935%description -n gstreamer-voaacenc
936AAC audio encoder plugin for GStreamer using VisualOn library.
937
938%description -n gstreamer-voaacenc -l pl.UTF-8
939Wtyczka kodera dźwięku AAC do GStreamera, wykorzystująca bibliotekę
940VisualOn.
941
673b9bb3
JB
942%package -n gstreamer-webp
943Summary: GStreamer plugin for decoding WebP images
944Summary(pl.UTF-8): Wtyczka GStreamera do dekodowania obrazów WebP
945Group: Libraries
946Requires: gstreamer-plugins-base >= %{gstpb_req_ver}
947Requires: libwebp >= 0.2.1
948
949%description -n gstreamer-webp
950GStreamer plugin for decoding WebP images.
951
952%description -n gstreamer-webp -l pl.UTF-8
953Wtyczka GStreamera do dekodowania obrazów WebP.
954
466f1e46
JB
955%package -n gstreamer-wildmidi
956Summary: wildmidi plugin for GStreamer
957Summary(pl.UTF-8): Wtyczka wildmidi do GStreamera
958Group: Libraries
959Requires: gstreamer >= %{gst_req_ver}
960
961%description -n gstreamer-wildmidi
962wildmidi plugin for GStreamer.
963
964%description -n gstreamer-wildmidi -l pl.UTF-8
965Wtyczka wildmidi do GStreamera.
966
0c737202
JB
967%package -n gstreamer-xvid
968Summary: GStreamer xvid decoder plugin
63d1273e 969Summary(pl.UTF-8): Wtyczka do GStreamera dekodująca przy użyciu biblioteki xvid
0c737202 970Group: Libraries
9ea7566d 971Requires: gstreamer-plugins-base >= %{gstpb_req_ver}
ad674b1f 972Obsoletes: gstreamer-divx
0c737202
JB
973
974%description -n gstreamer-xvid
975GStreamer xvid decoder plugin.
976
e4fae186
JR
977%description -n gstreamer-xvid -l pl.UTF-8
978Wtyczka do GStreamera dekodująca przy użyciu biblioteki xvid.
0c737202 979
a9463b1e
JB
980%package -n gstreamer-zbar
981Summary: GStreamer ZBar barcode scanner plugin
982Summary(pl.UTF-8): Wtyczka do GStreamera skanująca kody kreskowe
72cfdd58 983Group: Libraries
a9463b1e
JB
984Requires: gstreamer-plugins-base >= %{gstpb_req_ver}
985Requires: zbar >= 0.9
72cfdd58 986
a9463b1e
JB
987%description -n gstreamer-zbar
988GStreamer ZBar barcode scanner plugin.
72cfdd58 989
a9463b1e
JB
990%description -n gstreamer-zbar -l pl.UTF-8
991Wtyczka do GStreamera skanująca kody kreskowe.
72cfdd58 992
2fbdaa36
JB
993%prep
994%setup -q -n %{gstname}-%{version}
995%patch0 -p1
0c737202
JB
996%patch1 -p1
997%patch2 -p1
8d521b18 998%patch3 -p1
2fbdaa36
JB
999
1000%build
1001%{__libtoolize}
1002%{__aclocal} -I m4 -I common/m4
1003%{__autoconf}
1004%{__autoheader}
1005%{__automake}
1006%configure \
ba5fbc34 1007 %{!?with_gnustep:--disable-cocoa} \
e76f5fe9 1008 %{!?with_daala:--disable-daala} \
0c737202 1009 %{!?with_dts:--disable-dts} \
ba5fbc34
JB
1010 %{!?with_egl:--disable-egl} \
1011 %{!?with_examples:--disable-examples} \
1012 %{!?with_gles:--disable-gles2} \
2fbdaa36 1013 %{!?with_faad:--disable-faad} \
ba5fbc34 1014 %{!?with_opengl:--disable-glx} \
2fbdaa36 1015 %{!?with_gsm:--disable-gsm} \
c1cb81af 1016 %{!?with_ladspa:--disable-ladspa} \
2fbdaa36 1017 %{!?with_mms:--disable-libmms} \
ba5fbc34 1018 %{!?with_libvisual:--disable-libvisual} \
3a8fb9fb 1019 %{!?with_mjpegtools:--disable-mpeg2enc} \
2fbdaa36 1020 %{!?with_musepack:--disable-musepack} \
0c737202 1021 %{!?with_neon:--disable-neon} \
2ce39962 1022 %{!?with_ofa:--disable-ofa} \
ba5fbc34 1023 %{!?with_opengl:--disable-opengl} \
2fbdaa36
JB
1024 %{!?with_sdl:--disable-sdl} \
1025 %{!?with_sdl:--disable-sdltest} \
3a8fb9fb 1026 %{!?with_spc:--disable-spc} \
673b9bb3 1027 %{!?with_uvch264:--disable-uvch264} \
cac9ec7d 1028 %{!?with_amr:--disable-voamrwbenc} \
ba5fbc34 1029 %{!?with_wayland:--disable-wayland} \
0c737202 1030 %{!?with_xvid:--disable-xvid} \
c9ecff38 1031 --disable-silent-rules \
2fbdaa36 1032 --disable-static \
475ff9bb 1033 --enable-experimental \
2fbdaa36 1034 --enable-gtk-doc \
673b9bb3 1035 --with-egl-window-system=x11 \
61d5c5c2 1036 --with-gtk=3.0 \
2fbdaa36
JB
1037 --with-html-dir=%{_gtkdocdir}
1038
b9ab099c 1039%{__make} -j1
2fbdaa36
JB
1040
1041%install
1042rm -rf $RPM_BUILD_ROOT
1043
1044%{__make} install \
1045 DESTDIR=$RPM_BUILD_ROOT
1046
1047# We don't need plugins' *.la files
c9ecff38 1048%{__rm} $RPM_BUILD_ROOT%{gstlibdir}/*.la
61d5c5c2
JB
1049# obsoleted by pkg-config
1050%{__rm} $RPM_BUILD_ROOT%{_libdir}/libgst*.la
2fbdaa36 1051
58c82848
JB
1052%find_lang %{gstname}-%{gst_major_ver}
1053
2fbdaa36
JB
1054%clean
1055rm -rf $RPM_BUILD_ROOT
1056
f137ef01
JB
1057%post -p /sbin/ldconfig
1058%postun -p /sbin/ldconfig
32fcd46a 1059
58c82848 1060%files -f %{gstname}-%{gst_major_ver}.lang
2fbdaa36
JB
1061%defattr(644,root,root,755)
1062%doc AUTHORS ChangeLog NEWS README RELEASE
ba5fbc34
JB
1063%attr(755,root,root) %{_libdir}/libgstbadbase-%{gst_major_ver}.so.*.*.*
1064%attr(755,root,root) %ghost %{_libdir}/libgstbadbase-%{gst_major_ver}.so.0
1065%attr(755,root,root) %{_libdir}/libgstbadvideo-%{gst_major_ver}.so.*.*.*
1066%attr(755,root,root) %ghost %{_libdir}/libgstbadvideo-%{gst_major_ver}.so.0
7a5b4651 1067%attr(755,root,root) %{_libdir}/libgstbasecamerabinsrc-%{gst_major_ver}.so.*.*.*
a3c6ef69 1068%attr(755,root,root) %ghost %{_libdir}/libgstbasecamerabinsrc-%{gst_major_ver}.so.0
3f1c8f8a 1069%attr(755,root,root) %{_libdir}/libgstcodecparsers-%{gst_major_ver}.so.*.*.*
a3c6ef69 1070%attr(755,root,root) %ghost %{_libdir}/libgstcodecparsers-%{gst_major_ver}.so.0
ba5fbc34
JB
1071%attr(755,root,root) %{_libdir}/libgstgl-%{gst_major_ver}.so.*.*.*
1072%attr(755,root,root) %ghost %{_libdir}/libgstgl-%{gst_major_ver}.so.0
78047809
JB
1073%attr(755,root,root) %{_libdir}/libgstinsertbin-%{gst_major_ver}.so.*.*.*
1074%attr(755,root,root) %ghost %{_libdir}/libgstinsertbin-%{gst_major_ver}.so.0
1075%attr(755,root,root) %{_libdir}/libgstmpegts-%{gst_major_ver}.so.*.*.*
1076%attr(755,root,root) %ghost %{_libdir}/libgstmpegts-%{gst_major_ver}.so.0
3b6ed238 1077%attr(755,root,root) %{_libdir}/libgstphotography-%{gst_major_ver}.so.*.*.*
a3c6ef69 1078%attr(755,root,root) %ghost %{_libdir}/libgstphotography-%{gst_major_ver}.so.0
78047809
JB
1079%attr(755,root,root) %{_libdir}/libgsturidownloader-%{gst_major_ver}.so.*.*.*
1080%attr(755,root,root) %ghost %{_libdir}/libgsturidownloader-%{gst_major_ver}.so.0
ba5fbc34
JB
1081%attr(755,root,root) %{_libdir}/libgstwayland-%{gst_major_ver}.so.*.*.*
1082%attr(755,root,root) %ghost %{_libdir}/libgstwayland-%{gst_major_ver}.so.0
78047809
JB
1083%{_libdir}/girepository-1.0/GstInsertBin-1.0.typelib
1084%{_libdir}/girepository-1.0/GstMpegts-1.0.typelib
673b9bb3 1085%attr(755,root,root) %{gstlibdir}/libgstaccurip.so
d08e083f 1086%attr(755,root,root) %{gstlibdir}/libgstadpcmdec.so
3b6ed238 1087%attr(755,root,root) %{gstlibdir}/libgstadpcmenc.so
78047809 1088%attr(755,root,root) %{gstlibdir}/libgstaiff.so
c0f896a8 1089%attr(755,root,root) %{gstlibdir}/libgstasfmux.so
673b9bb3 1090%attr(755,root,root) %{gstlibdir}/libgstaudiofxbad.so
ba5fbc34 1091%attr(755,root,root) %{gstlibdir}/libgstaudiomixer.so
3f1c8f8a 1092%attr(755,root,root) %{gstlibdir}/libgstaudiovisualizers.so
365a7c74 1093%attr(755,root,root) %{gstlibdir}/libgstautoconvert.so
32fcd46a 1094%attr(755,root,root) %{gstlibdir}/libgstbayer.so
0c737202 1095%attr(755,root,root) %{gstlibdir}/libgstbz2.so
7a5b4651 1096%attr(755,root,root) %{gstlibdir}/libgstcamerabin2.so
ba5fbc34 1097%attr(755,root,root) %{gstlibdir}/libgstcompositor.so
b718db05 1098%attr(755,root,root) %{gstlibdir}/libgstcoloreffects.so
673b9bb3 1099%attr(755,root,root) %{gstlibdir}/libgstdashdemux.so
3b6ed238 1100%attr(755,root,root) %{gstlibdir}/libgstdataurisrc.so
2cb07027 1101%attr(755,root,root) %{gstlibdir}/libgstdecklink.so
6dd5af62 1102%attr(755,root,root) %{gstlibdir}/libgstdebugutilsbad.so
9bab0788 1103%attr(755,root,root) %{gstlibdir}/libgstdvb.so
7a5b4651 1104%attr(755,root,root) %{gstlibdir}/libgstdvbsuboverlay.so
9bab0788 1105%attr(755,root,root) %{gstlibdir}/libgstdvdspu.so
78047809 1106%attr(755,root,root) %{gstlibdir}/libgstfbdevsink.so
9bab0788 1107%attr(755,root,root) %{gstlibdir}/libgstfestival.so
a8ef0224 1108%attr(755,root,root) %{gstlibdir}/libgstfieldanalysis.so
64855c1e 1109%attr(755,root,root) %{gstlibdir}/libgstfragmented.so
78047809 1110%attr(755,root,root) %{gstlibdir}/libgstfreeverb.so
19a4640b 1111%attr(755,root,root) %{gstlibdir}/libgstfrei0r.so
b718db05
PZ
1112%attr(755,root,root) %{gstlibdir}/libgstgaudieffects.so
1113%attr(755,root,root) %{gstlibdir}/libgstgeometrictransform.so
a3c6ef69 1114%attr(755,root,root) %{gstlibdir}/libgstgdp.so
d08e083f 1115%attr(755,root,root) %{gstlibdir}/libgstid3tag.so
7a5b4651 1116%attr(755,root,root) %{gstlibdir}/libgstinterlace.so
3f1c8f8a 1117%attr(755,root,root) %{gstlibdir}/libgstinter.so
ba5fbc34 1118%attr(755,root,root) %{gstlibdir}/libgstivfparse.so
673b9bb3 1119%attr(755,root,root) %{gstlibdir}/libgstivtc.so
ba5fbc34 1120%attr(755,root,root) %{gstlibdir}/libgstjp2kdecimator.so
3b6ed238 1121%attr(755,root,root) %{gstlibdir}/libgstjpegformat.so
365a7c74 1122%attr(755,root,root) %{gstlibdir}/libgstliveadder.so
4012a887 1123%attr(755,root,root) %{gstlibdir}/libgstmidi.so
58c82848 1124%attr(755,root,root) %{gstlibdir}/libgstmodplug.so
a3c6ef69 1125%attr(755,root,root) %{gstlibdir}/libgstmpegpsdemux.so
561e9587 1126%attr(755,root,root) %{gstlibdir}/libgstmpegpsmux.so
64855c1e 1127%attr(755,root,root) %{gstlibdir}/libgstmpegtsdemux.so
0a785e13 1128%attr(755,root,root) %{gstlibdir}/libgstmpegtsmux.so
673b9bb3 1129%attr(755,root,root) %{gstlibdir}/libgstmxf.so
0a785e13 1130%attr(755,root,root) %{gstlibdir}/libgstpcapparse.so
00c9968c 1131%attr(755,root,root) %{gstlibdir}/libgstpnm.so
9bab0788 1132%attr(755,root,root) %{gstlibdir}/libgstrawparse.so
3f1c8f8a 1133%attr(755,root,root) %{gstlibdir}/libgstremovesilence.so
673b9bb3 1134%attr(755,root,root) %{gstlibdir}/libgstrfbsrc.so
9bab0788 1135%attr(755,root,root) %{gstlibdir}/libgstsdpelem.so
139776ad 1136%attr(755,root,root) %{gstlibdir}/libgstsegmentclip.so
b718db05 1137%attr(755,root,root) %{gstlibdir}/libgstshm.so
365a7c74 1138%attr(755,root,root) %{gstlibdir}/libgstsiren.so
3f1c8f8a 1139%attr(755,root,root) %{gstlibdir}/libgstsmooth.so
673b9bb3 1140%attr(755,root,root) %{gstlibdir}/libgstsmoothstreaming.so
ba5fbc34 1141%attr(755,root,root) %{gstlibdir}/libgststereo.so
a8ef0224 1142%attr(755,root,root) %{gstlibdir}/libgstsubenc.so
673b9bb3 1143%attr(755,root,root) %{gstlibdir}/libgstvideofiltersbad.so
61d5c5c2 1144%attr(755,root,root) %{gstlibdir}/libgstvideoparsersbad.so
ba5fbc34
JB
1145%attr(755,root,root) %{gstlibdir}/libgstvideosignal.so
1146%attr(755,root,root) %{gstlibdir}/libgstvmnc.so
61d5c5c2 1147%attr(755,root,root) %{gstlibdir}/libgsty4mdec.so
78047809 1148%attr(755,root,root) %{gstlibdir}/libgstyadif.so
61d5c5c2 1149# not ported to 1.0
61d5c5c2
JB
1150#%attr(755,root,root) %{gstlibdir}/libgstapexsink.so
1151#%attr(755,root,root) %{gstlibdir}/libgstcdxaparse.so
1152#%attr(755,root,root) %{gstlibdir}/libgstcog.so
1153#%attr(755,root,root) %{gstlibdir}/libgstdccp.so
61d5c5c2 1154#%attr(755,root,root) %{gstlibdir}/libgstfaceoverlay.so
61d5c5c2 1155#%attr(755,root,root) %{gstlibdir}/libgsthdvparse.so
61d5c5c2
JB
1156#%attr(755,root,root) %{gstlibdir}/libgstlinsys.so
1157#%attr(755,root,root) %{gstlibdir}/libgstmve.so
61d5c5c2
JB
1158#%attr(755,root,root) %{gstlibdir}/libgstnsf.so
1159#%attr(755,root,root) %{gstlibdir}/libgstnuvdemux.so
1160#%attr(755,root,root) %{gstlibdir}/libgstpatchdetect.so
1161%ifarch %{ix86} %{x8664}
1162#%attr(755,root,root) %{gstlibdir}/libgstreal.so
1163%endif
61d5c5c2 1164#%attr(755,root,root) %{gstlibdir}/libgstsdi.so
a3c6ef69
ŁK
1165#%attr(755,root,root) %{gstlibdir}/libgsttta.so
1166#%attr(755,root,root) %{gstlibdir}/libgstvcdsrc.so
a3c6ef69 1167#%attr(755,root,root) %{gstlibdir}/libgstvideomeasure.so
a3c6ef69 1168%{_gtkdocdir}/gst-plugins-bad-plugins-%{gst_major_ver}
2fbdaa36 1169
ecd2a72f
AF
1170%files devel
1171%defattr(644,root,root,755)
ba5fbc34
JB
1172%attr(755,root,root) %{_libdir}/libgstbadbase-%{gst_major_ver}.so
1173%attr(755,root,root) %{_libdir}/libgstbadvideo-%{gst_major_ver}.so
7a5b4651 1174%attr(755,root,root) %{_libdir}/libgstbasecamerabinsrc-%{gst_major_ver}.so
3f1c8f8a 1175%attr(755,root,root) %{_libdir}/libgstcodecparsers-%{gst_major_ver}.so
ba5fbc34 1176%attr(755,root,root) %{_libdir}/libgstgl-%{gst_major_ver}.so
78047809
JB
1177%attr(755,root,root) %{_libdir}/libgstinsertbin-%{gst_major_ver}.so
1178%attr(755,root,root) %{_libdir}/libgstmpegts-%{gst_major_ver}.so
7a5b4651 1179%attr(755,root,root) %{_libdir}/libgstphotography-%{gst_major_ver}.so
78047809 1180%attr(755,root,root) %{_libdir}/libgsturidownloader-%{gst_major_ver}.so
ba5fbc34 1181%attr(755,root,root) %{_libdir}/libgstwayland-%{gst_major_ver}.so
a3c6ef69
ŁK
1182%{_includedir}/gstreamer-%{gst_major_ver}/gst/basecamerabinsrc
1183%{_includedir}/gstreamer-%{gst_major_ver}/gst/codecparsers
ba5fbc34 1184%{_includedir}/gstreamer-%{gst_major_ver}/gst/gl
78047809 1185%{_includedir}/gstreamer-%{gst_major_ver}/gst/insertbin
1055870a 1186%{_includedir}/gstreamer-%{gst_major_ver}/gst/interfaces
78047809
JB
1187%{_includedir}/gstreamer-%{gst_major_ver}/gst/mpegts
1188%{_includedir}/gstreamer-%{gst_major_ver}/gst/uridownloader
78047809
JB
1189%{_datadir}/gir-1.0/GstInsertBin-1.0.gir
1190%{_datadir}/gir-1.0/GstMpegts-1.0.gir
3f1c8f8a 1191%{_pkgconfigdir}/gstreamer-codecparsers-%{gst_major_ver}.pc
ba5fbc34 1192%{_pkgconfigdir}/gstreamer-gl-%{gst_major_ver}.pc
78047809 1193%{_pkgconfigdir}/gstreamer-insertbin-%{gst_major_ver}.pc
d71ff962 1194%{_pkgconfigdir}/gstreamer-mpegts-%{gst_major_ver}.pc
3b6ed238 1195%{_pkgconfigdir}/gstreamer-plugins-bad-%{gst_major_ver}.pc
a3c6ef69 1196%{_gtkdocdir}/gst-plugins-bad-libs-%{gst_major_ver}
ecd2a72f 1197
2fbdaa36
JB
1198##
1199## Plugins
1200##
1201
1202%if %{with faad}
1203%files -n gstreamer-aac
1204%defattr(644,root,root,755)
1205%attr(755,root,root) %{gstlibdir}/libgstfaac.so
1206%attr(755,root,root) %{gstlibdir}/libgstfaad.so
1207%endif
1208
c1cb81af 1209%if %{with amr}
c9ecff38 1210%files -n gstreamer-amrwbenc
c1cb81af 1211%defattr(644,root,root,755)
3f1c8f8a 1212%attr(755,root,root) %{gstlibdir}/libgstvoamrwbenc.so
9ea7566d 1213# dirs should belong to gstreamer or gstreamer-pb?
263103ec
JB
1214%dir %{gstdatadir}
1215%dir %{gstdatadir}/presets
3f1c8f8a 1216%{gstdatadir}/presets/GstVoAmrwbEnc.prs
c1cb81af
JB
1217%endif
1218
03d20e46
JB
1219%files -n gstreamer-ass
1220%defattr(644,root,root,755)
1221%attr(755,root,root) %{gstlibdir}/libgstassrender.so
1222
2fbdaa36
JB
1223%files -n gstreamer-audio-effects-bad
1224%defattr(644,root,root,755)
1225%attr(755,root,root) %{gstlibdir}/libgstspeed.so
1226
61d5c5c2
JB
1227%if %{with nas}
1228%files -n gstreamer-audiosink-nas
1229%defattr(644,root,root,755)
1230%attr(755,root,root) %{gstlibdir}/libgstnassink.so
1231%endif
f137ef01 1232
673b9bb3
JB
1233%if %{with bluez}
1234%files -n gstreamer-bluez
1235%defattr(644,root,root,755)
1236%attr(755,root,root) %{gstlibdir}/libgstbluez.so
1237%endif
1238
11506ac9
JB
1239%if %{with chromaprint}
1240%files -n gstreamer-chromaprint
1241%defattr(644,root,root,755)
1242%attr(755,root,root) %{gstlibdir}/libgstchromaprint.so
1243%endif
1244
64855c1e
JB
1245%files -n gstreamer-curl
1246%defattr(644,root,root,755)
1247%attr(755,root,root) %{gstlibdir}/libgstcurl.so
1248
e76f5fe9
JB
1249%if %{with daala}
1250%files -n gstreamer-daala
1251%defattr(644,root,root,755)
1252%attr(755,root,root) %{gstlibdir}/libgstdaala.so
1253%endif
1254
61d5c5c2
JB
1255%if %{with dc1394}
1256%files -n gstreamer-dc1394
1257%defattr(644,root,root,755)
1258%attr(755,root,root) %{gstlibdir}/libgstdc1394.so
1259%endif
d44ce5ee 1260
0c737202
JB
1261%if %{with dts}
1262%files -n gstreamer-dts
1263%defattr(644,root,root,755)
1264%attr(755,root,root) %{gstlibdir}/libgstdtsdec.so
1265%endif
1266
139776ad
PZ
1267%files -n gstreamer-flite
1268%defattr(644,root,root,755)
1269%attr(755,root,root) %{gstlibdir}/libgstflite.so
1270
4012a887
JB
1271%files -n gstreamer-fluidsynth
1272%defattr(644,root,root,755)
1273%attr(755,root,root) %{gstlibdir}/libgstfluidsynthmidi.so
1274
fd22d110
JB
1275%files -n gstreamer-gme
1276%defattr(644,root,root,755)
1277%attr(755,root,root) %{gstlibdir}/libgstgme.so
1278
61d5c5c2
JB
1279# not ported to 1.0 yet
1280%if 0
1281%files -n gstreamer-gsettings
1282%defattr(644,root,root,755)
1283%attr(755,root,root) %{gstlibdir}/libgstgsettingselements.so
1284%{_datadir}/glib-2.0/schemas/org.freedesktop.gstreamer-%{gst_major_ver}.default-elements.gschema.xml
1285%endif
9ea7566d 1286
2fbdaa36
JB
1287%if %{with gsm}
1288%files -n gstreamer-gsm
1289%defattr(644,root,root,755)
1290%attr(755,root,root) %{gstlibdir}/libgstgsm.so
1291%endif
1292
61d5c5c2
JB
1293%if %{with kate}
1294%files -n gstreamer-kate
1295%defattr(644,root,root,755)
1296%doc ext/kate/README
1297%attr(755,root,root) %{gstlibdir}/libgstkate.so
1298%endif
9ea7566d 1299
c1cb81af 1300%if %{with ladspa}
61d5c5c2
JB
1301%files -n gstreamer-ladspa
1302%defattr(644,root,root,755)
1303%attr(755,root,root) %{gstlibdir}/libgstladspa.so
c1cb81af
JB
1304%endif
1305
61d5c5c2
JB
1306%if %{with lv2}
1307%files -n gstreamer-lv2
1308%defattr(644,root,root,755)
1309%doc ext/lv2/README
1310%attr(755,root,root) %{gstlibdir}/libgstlv2.so
1311%endif
5b48a746 1312
263103ec
JB
1313%files -n gstreamer-mimic
1314%defattr(644,root,root,755)
1315%attr(755,root,root) %{gstlibdir}/libgstmimic.so
1316
3a8fb9fb
JB
1317%if %{with mjpegtools}
1318%files -n gstreamer-mjpegtools
1319%defattr(644,root,root,755)
1320%attr(755,root,root) %{gstlibdir}/libgstmpeg2enc.so
365a7c74 1321%attr(755,root,root) %{gstlibdir}/libgstmplex.so
3a8fb9fb
JB
1322%endif
1323
2fbdaa36
JB
1324%if %{with mms}
1325%files -n gstreamer-mms
1326%defattr(644,root,root,755)
1327%attr(755,root,root) %{gstlibdir}/libgstmms.so
1328%endif
1329
eb1d6859
JB
1330%if %{with mpg123}
1331%files -n gstreamer-mpg123
1332%defattr(644,root,root,755)
1333%attr(755,root,root) %{gstlibdir}/libgstmpg123.so
1334%endif
1335
58c82848 1336%if %{with musepack}
61d5c5c2
JB
1337%files -n gstreamer-musepack
1338%defattr(644,root,root,755)
1339%attr(755,root,root) %{gstlibdir}/libgstmusepack.so
58c82848
JB
1340%endif
1341
61d5c5c2
JB
1342%if %{with mythtv}
1343%files -n gstreamer-mythtv
1344%defattr(644,root,root,755)
1345%attr(755,root,root) %{gstlibdir}/libgstmythtvsrc.so
1346%endif
466f1e46 1347
0c737202 1348%if %{with neon}
61d5c5c2
JB
1349%files -n gstreamer-neon
1350%defattr(644,root,root,755)
1351%attr(755,root,root) %{gstlibdir}/libgstneonhttpsrc.so
0c737202
JB
1352%endif
1353
2ce39962 1354%if %{with ofa}
61d5c5c2
JB
1355%files -n gstreamer-ofa
1356%defattr(644,root,root,755)
1357%attr(755,root,root) %{gstlibdir}/libgstofa.so
2ce39962
JB
1358%endif
1359
61d5c5c2
JB
1360%if %{with openal}
1361%files -n gstreamer-openal
1362%defattr(644,root,root,755)
1363%attr(755,root,root) %{gstlibdir}/libgstopenal.so
1364%endif
3f1c8f8a 1365
ec79bdfa
JB
1366%if %{with opencv}
1367%files -n gstreamer-opencv
1368%defattr(644,root,root,755)
1369%attr(755,root,root) %{gstlibdir}/libgstopencv.so
78047809
JB
1370# possibly common dir (but no other users so far)
1371%dir %{_datadir}/gst-plugins-bad
1372%dir %{_datadir}/gst-plugins-bad/1.0
1373%{_datadir}/gst-plugins-bad/1.0/opencv_haarcascades
ec79bdfa
JB
1374%endif
1375
ba5fbc34
JB
1376%if %{with openexr}
1377%files -n gstreamer-openexr
1378%defattr(644,root,root,755)
1379%attr(755,root,root) %{gstlibdir}/libgstopenexr.so
1380%endif
1381
1382%if %{with opengl}
1383%files -n gstreamer-opengl
1384%defattr(644,root,root,755)
1385%attr(755,root,root) %{gstlibdir}/libgstopengl.so
1386%endif
1387
4012a887
JB
1388%files -n gstreamer-openjpeg
1389%defattr(644,root,root,755)
1390%attr(755,root,root) %{gstlibdir}/libgstopenjpeg.so
1391
3f1c8f8a
JB
1392%files -n gstreamer-opus
1393%defattr(644,root,root,755)
1394%attr(755,root,root) %{gstlibdir}/libgstopus.so
1395
475ff9bb
JB
1396%files -n gstreamer-resindvd
1397%defattr(644,root,root,755)
a3c6ef69 1398%attr(755,root,root) %{gstlibdir}/libgstresindvd.so
475ff9bb 1399
673b9bb3
JB
1400%if %{with rsvg}
1401%files -n gstreamer-rsvg
1402%defattr(644,root,root,755)
1403%attr(755,root,root) %{gstlibdir}/libgstrsvg.so
1404%endif
1405
64855c1e
JB
1406%files -n gstreamer-rtmp
1407%defattr(644,root,root,755)
1408%attr(755,root,root) %{gstlibdir}/libgstrtmp.so
1409
a9463b1e
JB
1410%files -n gstreamer-schroedinger
1411%defattr(644,root,root,755)
1412%attr(755,root,root) %{gstlibdir}/libgstschro.so
1413
673b9bb3
JB
1414%if %{with sbc}
1415%files -n gstreamer-sbc
1416%defattr(644,root,root,755)
1417%attr(755,root,root) %{gstlibdir}/libgstsbc.so
1418%endif
1419
61d5c5c2 1420%if %{with sndfile}
bf72c8fd
JB
1421%files -n gstreamer-sndfile
1422%defattr(644,root,root,755)
61d5c5c2
JB
1423%attr(755,root,root) %{gstlibdir}/libgstsndfile.so
1424%endif
bf72c8fd 1425
58c82848 1426%files -n gstreamer-soundtouch
2fbdaa36 1427%defattr(644,root,root,755)
9bab0788 1428%attr(755,root,root) %{gstlibdir}/libgstsoundtouch.so
2fbdaa36 1429
bf72c8fd 1430%files -n gstreamer-spandsp
32fcd46a 1431%defattr(644,root,root,755)
bf72c8fd 1432%attr(755,root,root) %{gstlibdir}/libgstspandsp.so
32fcd46a 1433
3a8fb9fb
JB
1434%if %{with spc}
1435%files -n gstreamer-spc
1436%defattr(644,root,root,755)
1437%attr(755,root,root) %{gstlibdir}/libgstspc.so
1438%endif
1439
673b9bb3
JB
1440%if %{with srtp}
1441%files -n gstreamer-srtp
1442%attr(755,root,root) %{gstlibdir}/libgstsrtp.so
1443%endif
1444
61d5c5c2
JB
1445%if %{with zvbi}
1446%files -n gstreamer-teletextdec
1447%defattr(644,root,root,755)
1448%attr(755,root,root) %{gstlibdir}/libgstteletextdec.so
1449%endif
466f1e46 1450
61d5c5c2
JB
1451%if %{with timidity}
1452%files -n gstreamer-timidity
1453%defattr(644,root,root,755)
1454%attr(755,root,root) %{gstlibdir}/libgsttimidity.so
1455%endif
139776ad 1456
673b9bb3
JB
1457%if %{with uvch264}
1458%files -n gstreamer-uvch264
1459%defattr(644,root,root,755)
1460%attr(755,root,root) %{gstlibdir}/libgstuvch264.so
1461%endif
1462
1463%if %{with vdpau}
1464%files -n gstreamer-vdpau
1465%defattr(644,root,root,755)
1466%attr(755,root,root) %{gstlibdir}/libgstvdpau.so
1467%endif
1468
3f1c8f8a
JB
1469%files -n gstreamer-voaacenc
1470%defattr(644,root,root,755)
1471%attr(755,root,root) %{gstlibdir}/libgstvoaacenc.so
1472
61d5c5c2
JB
1473%if %{with directfb}
1474%files -n gstreamer-videosink-directfb
1475%defattr(644,root,root,755)
1476%attr(755,root,root) %{gstlibdir}/libgstdfbvideosink.so
1477%endif
1478
2fbdaa36 1479%if %{with sdl}
61d5c5c2
JB
1480%files -n gstreamer-videosink-sdl
1481%defattr(644,root,root,755)
1482%attr(755,root,root) %{gstlibdir}/libgstsdl.so
2fbdaa36
JB
1483%endif
1484
61d5c5c2
JB
1485%if %{with wayland}
1486%files -n gstreamer-videosink-wayland
1487%defattr(644,root,root,755)
1488%attr(755,root,root) %{gstlibdir}/libgstwaylandsink.so
2fbdaa36
JB
1489%endif
1490
673b9bb3
JB
1491%files -n gstreamer-webp
1492%defattr(644,root,root,755)
1493%attr(755,root,root) %{gstlibdir}/libgstwebp.so
1494
61d5c5c2
JB
1495%if %{with wildmidi}
1496%files -n gstreamer-wildmidi
1497%defattr(644,root,root,755)
1498%attr(755,root,root) %{gstlibdir}/libgstwildmidi.so
1499%endif
a9463b1e 1500
0c737202 1501%if %{with xvid}
61d5c5c2
JB
1502%files -n gstreamer-xvid
1503%defattr(644,root,root,755)
1504%attr(755,root,root) %{gstlibdir}/libgstxvid.so
0c737202 1505%endif
72cfdd58 1506
a9463b1e 1507%files -n gstreamer-zbar
72cfdd58 1508%defattr(644,root,root,755)
a9463b1e 1509%attr(755,root,root) %{gstlibdir}/libgstzbar.so
This page took 0.312086 seconds and 4 git commands to generate.