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