]> git.pld-linux.org Git - packages/gstreamer-plugins-bad.git/blame - gstreamer-plugins-bad.spec
- started work on 1.6.0 (WIP, NFY, just saving work)
[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
764dce5e 6%bcond_without bluez # Bluez plugin
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 14%bcond_without gles # GLESv2 ???
b40e93f2 15%bcond_with gnustep # Cocoa support using GNUstep [unsupported since 1.4.5]
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]
ad2b2453 47%bcond_with yadif # build yadif plugin
ba5fbc34
JB
48%bcond_without examples # examples build
49
50%if %{without egl}
51%undefine with_wayland
52%endif
c8312664 53
2fbdaa36 54%define gstname gst-plugins-bad
a3c6ef69 55%define gst_major_ver 1.0
764dce5e
JB
56%define gst_req_ver 1.6.0
57%define gstpb_req_ver 1.6.0
c47fe3c6 58%include /usr/lib/rpm/macros.gstreamer
2fbdaa36 59Summary: Bad GStreamer Streaming-media framework plugins
63d1273e 60Summary(pl.UTF-8): Złe wtyczki do środowiska obróbki strumieni GStreamer
2fbdaa36 61Name: gstreamer-plugins-bad
764dce5e
JB
62Version: 1.6.0
63Release: 0.1
475ff9bb 64License: LGPL v2+
2fbdaa36 65Group: Libraries
a3c6ef69 66Source0: http://gstreamer.freedesktop.org/src/gst-plugins-bad/%{gstname}-%{version}.tar.xz
764dce5e 67# Source0-md5: 111632f8d1d1ba39bbf3665aaafcb28c
3f1c8f8a 68Patch0: %{name}-libdts.patch
a3c6ef69 69Patch1: %{name}-timidity.patch
2fbdaa36 70URL: http://gstreamer.freedesktop.org/
78047809 71BuildRequires: autoconf >= 2.68
a3c6ef69 72BuildRequires: automake >= 1:1.11
ade19c01 73BuildRequires: docbook-dtd412-xml
3c2af910 74BuildRequires: gettext-tools >= 0.17
2cb07027 75BuildRequires: glib2-devel >= 1:2.32.0
78047809 76BuildRequires: gobject-introspection-devel >= 1.31.1
2fbdaa36 77BuildRequires: gstreamer-devel >= %{gst_req_ver}
9ea7566d 78BuildRequires: gstreamer-plugins-base-devel >= %{gstpb_req_ver}
a3c6ef69 79BuildRequires: gtk-doc >= 1.12
2fbdaa36 80BuildRequires: libtool >= 1.4
78047809 81BuildRequires: orc-devel >= 0.4.17
2fbdaa36 82BuildRequires: pkgconfig >= 1:0.9.0
ecd2a72f 83BuildRequires: python >= 2.1
2fbdaa36 84BuildRequires: rpmbuild(macros) >= 1.98
3b6ed238 85BuildRequires: xorg-lib-libX11-devel
ba5fbc34
JB
86%if %{with examples}
87BuildRequires: SDL-devel >= 1.2.0
88BuildRequires: clutter-devel >= 1.8
89BuildRequires: gtk+3-devel >= 3.4
90BuildRequires: xorg-lib-libXcomposite-devel
91%endif
2fbdaa36
JB
92##
93## plugins
94##
e4ce896a 95%{?with_directfb:BuildRequires: DirectFB-devel >= 1:0.9.24}
ba5fbc34
JB
96%{?with_egl:BuildRequires: EGL-devel}
97%{?with_wayland:BuildRequires: Mesa-libwayland-egl-devel >= 9.0}
dd0c9a05 98%{?with_openal:BuildRequires: OpenAL-devel >= 1.14}
ba5fbc34
JB
99%{?with_openexr:BuildRequires: OpenEXR-devel}
100%{?with_opengl:BuildRequires: OpenGL-devel}
101%{?with_opengl:BuildRequires: OpenGL-GLU-devel}
102%{?with_opengl:BuildRequires: OpenGL-GLX-devel}
103%{?with_gles:BuildRequires: OpenGLESv2-devel}
8f76ac4a 104%{?with_openni2:BuildRequires: OpenNI2-devel >= 0.26}
ba5fbc34 105%{?with_gles:BuildRequires: Mesa-libGLES-devel}
fd22d110 106%{?with_sdl:BuildRequires: SDL-devel}
c1cb81af 107BuildRequires: alsa-lib-devel >= 0.9.1
764dce5e 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
764dce5e 310Requires: bluez-libs >= 5.0
673b9bb3
JB
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 1013%patch1 -p1
2fbdaa36
JB
1014
1015%build
1016%{__libtoolize}
1017%{__aclocal} -I m4 -I common/m4
1018%{__autoconf}
1019%{__autoheader}
1020%{__automake}
1021%configure \
ba5fbc34 1022 %{!?with_gnustep:--disable-cocoa} \
e76f5fe9 1023 %{!?with_daala:--disable-daala} \
0c737202 1024 %{!?with_dts:--disable-dts} \
ba5fbc34
JB
1025 %{!?with_egl:--disable-egl} \
1026 %{!?with_examples:--disable-examples} \
1027 %{!?with_gles:--disable-gles2} \
2fbdaa36 1028 %{!?with_faad:--disable-faad} \
ba5fbc34 1029 %{!?with_opengl:--disable-glx} \
2fbdaa36 1030 %{!?with_gsm:--disable-gsm} \
c1cb81af 1031 %{!?with_ladspa:--disable-ladspa} \
2fbdaa36 1032 %{!?with_mms:--disable-libmms} \
ba5fbc34 1033 %{!?with_libvisual:--disable-libvisual} \
3a8fb9fb 1034 %{!?with_mjpegtools:--disable-mpeg2enc} \
2fbdaa36 1035 %{!?with_musepack:--disable-musepack} \
0c737202 1036 %{!?with_neon:--disable-neon} \
2ce39962 1037 %{!?with_ofa:--disable-ofa} \
ba5fbc34 1038 %{!?with_opengl:--disable-opengl} \
8f76ac4a 1039 %{!?with_openni2:--disable-openni2} \
2fbdaa36
JB
1040 %{!?with_sdl:--disable-sdl} \
1041 %{!?with_sdl:--disable-sdltest} \
3a8fb9fb 1042 %{!?with_spc:--disable-spc} \
673b9bb3 1043 %{!?with_uvch264:--disable-uvch264} \
cac9ec7d 1044 %{!?with_amr:--disable-voamrwbenc} \
ba5fbc34 1045 %{!?with_wayland:--disable-wayland} \
0c737202 1046 %{!?with_xvid:--disable-xvid} \
ad2b2453 1047 %{!?with_yadif:--disable-yadif} \
c9ecff38 1048 --disable-silent-rules \
2fbdaa36 1049 --disable-static \
475ff9bb 1050 --enable-experimental \
2fbdaa36 1051 --enable-gtk-doc \
673b9bb3 1052 --with-egl-window-system=x11 \
61d5c5c2 1053 --with-gtk=3.0 \
2fbdaa36
JB
1054 --with-html-dir=%{_gtkdocdir}
1055
b9ab099c 1056%{__make} -j1
2fbdaa36
JB
1057
1058%install
1059rm -rf $RPM_BUILD_ROOT
1060
1061%{__make} install \
1062 DESTDIR=$RPM_BUILD_ROOT
1063
1064# We don't need plugins' *.la files
c9ecff38 1065%{__rm} $RPM_BUILD_ROOT%{gstlibdir}/*.la
61d5c5c2
JB
1066# obsoleted by pkg-config
1067%{__rm} $RPM_BUILD_ROOT%{_libdir}/libgst*.la
2fbdaa36 1068
58c82848
JB
1069%find_lang %{gstname}-%{gst_major_ver}
1070
2fbdaa36
JB
1071%clean
1072rm -rf $RPM_BUILD_ROOT
1073
f137ef01
JB
1074%post -p /sbin/ldconfig
1075%postun -p /sbin/ldconfig
32fcd46a 1076
58c82848 1077%files -f %{gstname}-%{gst_major_ver}.lang
2fbdaa36
JB
1078%defattr(644,root,root,755)
1079%doc AUTHORS ChangeLog NEWS README RELEASE
764dce5e
JB
1080%attr(755,root,root) %{_libdir}/libgstadaptivedemux-%{gst_major_ver}.so.*.*.*
1081%attr(755,root,root) %ghost %{_libdir}/libgstadaptivedemux-%{gst_major_ver}.so.0
ba5fbc34
JB
1082%attr(755,root,root) %{_libdir}/libgstbadbase-%{gst_major_ver}.so.*.*.*
1083%attr(755,root,root) %ghost %{_libdir}/libgstbadbase-%{gst_major_ver}.so.0
1084%attr(755,root,root) %{_libdir}/libgstbadvideo-%{gst_major_ver}.so.*.*.*
1085%attr(755,root,root) %ghost %{_libdir}/libgstbadvideo-%{gst_major_ver}.so.0
7a5b4651 1086%attr(755,root,root) %{_libdir}/libgstbasecamerabinsrc-%{gst_major_ver}.so.*.*.*
a3c6ef69 1087%attr(755,root,root) %ghost %{_libdir}/libgstbasecamerabinsrc-%{gst_major_ver}.so.0
3f1c8f8a 1088%attr(755,root,root) %{_libdir}/libgstcodecparsers-%{gst_major_ver}.so.*.*.*
a3c6ef69 1089%attr(755,root,root) %ghost %{_libdir}/libgstcodecparsers-%{gst_major_ver}.so.0
ba5fbc34
JB
1090%attr(755,root,root) %{_libdir}/libgstgl-%{gst_major_ver}.so.*.*.*
1091%attr(755,root,root) %ghost %{_libdir}/libgstgl-%{gst_major_ver}.so.0
78047809
JB
1092%attr(755,root,root) %{_libdir}/libgstinsertbin-%{gst_major_ver}.so.*.*.*
1093%attr(755,root,root) %ghost %{_libdir}/libgstinsertbin-%{gst_major_ver}.so.0
1094%attr(755,root,root) %{_libdir}/libgstmpegts-%{gst_major_ver}.so.*.*.*
1095%attr(755,root,root) %ghost %{_libdir}/libgstmpegts-%{gst_major_ver}.so.0
3b6ed238 1096%attr(755,root,root) %{_libdir}/libgstphotography-%{gst_major_ver}.so.*.*.*
a3c6ef69 1097%attr(755,root,root) %ghost %{_libdir}/libgstphotography-%{gst_major_ver}.so.0
78047809
JB
1098%attr(755,root,root) %{_libdir}/libgsturidownloader-%{gst_major_ver}.so.*.*.*
1099%attr(755,root,root) %ghost %{_libdir}/libgsturidownloader-%{gst_major_ver}.so.0
ba5fbc34
JB
1100%attr(755,root,root) %{_libdir}/libgstwayland-%{gst_major_ver}.so.*.*.*
1101%attr(755,root,root) %ghost %{_libdir}/libgstwayland-%{gst_major_ver}.so.0
764dce5e 1102%{_libdir}/girepository-1.0/GstGL-1.0.typelib
78047809
JB
1103%{_libdir}/girepository-1.0/GstInsertBin-1.0.typelib
1104%{_libdir}/girepository-1.0/GstMpegts-1.0.typelib
673b9bb3 1105%attr(755,root,root) %{gstlibdir}/libgstaccurip.so
d08e083f 1106%attr(755,root,root) %{gstlibdir}/libgstadpcmdec.so
3b6ed238 1107%attr(755,root,root) %{gstlibdir}/libgstadpcmenc.so
78047809 1108%attr(755,root,root) %{gstlibdir}/libgstaiff.so
c0f896a8 1109%attr(755,root,root) %{gstlibdir}/libgstasfmux.so
673b9bb3 1110%attr(755,root,root) %{gstlibdir}/libgstaudiofxbad.so
ba5fbc34 1111%attr(755,root,root) %{gstlibdir}/libgstaudiomixer.so
3f1c8f8a 1112%attr(755,root,root) %{gstlibdir}/libgstaudiovisualizers.so
365a7c74 1113%attr(755,root,root) %{gstlibdir}/libgstautoconvert.so
32fcd46a 1114%attr(755,root,root) %{gstlibdir}/libgstbayer.so
0c737202 1115%attr(755,root,root) %{gstlibdir}/libgstbz2.so
7a5b4651 1116%attr(755,root,root) %{gstlibdir}/libgstcamerabin2.so
ba5fbc34 1117%attr(755,root,root) %{gstlibdir}/libgstcompositor.so
b718db05 1118%attr(755,root,root) %{gstlibdir}/libgstcoloreffects.so
673b9bb3 1119%attr(755,root,root) %{gstlibdir}/libgstdashdemux.so
3b6ed238 1120%attr(755,root,root) %{gstlibdir}/libgstdataurisrc.so
2cb07027 1121%attr(755,root,root) %{gstlibdir}/libgstdecklink.so
6dd5af62 1122%attr(755,root,root) %{gstlibdir}/libgstdebugutilsbad.so
9bab0788 1123%attr(755,root,root) %{gstlibdir}/libgstdvb.so
7a5b4651 1124%attr(755,root,root) %{gstlibdir}/libgstdvbsuboverlay.so
9bab0788 1125%attr(755,root,root) %{gstlibdir}/libgstdvdspu.so
78047809 1126%attr(755,root,root) %{gstlibdir}/libgstfbdevsink.so
9bab0788 1127%attr(755,root,root) %{gstlibdir}/libgstfestival.so
a8ef0224 1128%attr(755,root,root) %{gstlibdir}/libgstfieldanalysis.so
64855c1e 1129%attr(755,root,root) %{gstlibdir}/libgstfragmented.so
78047809 1130%attr(755,root,root) %{gstlibdir}/libgstfreeverb.so
19a4640b 1131%attr(755,root,root) %{gstlibdir}/libgstfrei0r.so
b718db05
PZ
1132%attr(755,root,root) %{gstlibdir}/libgstgaudieffects.so
1133%attr(755,root,root) %{gstlibdir}/libgstgeometrictransform.so
a3c6ef69 1134%attr(755,root,root) %{gstlibdir}/libgstgdp.so
d08e083f 1135%attr(755,root,root) %{gstlibdir}/libgstid3tag.so
7a5b4651 1136%attr(755,root,root) %{gstlibdir}/libgstinterlace.so
3f1c8f8a 1137%attr(755,root,root) %{gstlibdir}/libgstinter.so
ba5fbc34 1138%attr(755,root,root) %{gstlibdir}/libgstivfparse.so
673b9bb3 1139%attr(755,root,root) %{gstlibdir}/libgstivtc.so
ba5fbc34 1140%attr(755,root,root) %{gstlibdir}/libgstjp2kdecimator.so
3b6ed238 1141%attr(755,root,root) %{gstlibdir}/libgstjpegformat.so
365a7c74 1142%attr(755,root,root) %{gstlibdir}/libgstliveadder.so
4012a887 1143%attr(755,root,root) %{gstlibdir}/libgstmidi.so
58c82848 1144%attr(755,root,root) %{gstlibdir}/libgstmodplug.so
a3c6ef69 1145%attr(755,root,root) %{gstlibdir}/libgstmpegpsdemux.so
561e9587 1146%attr(755,root,root) %{gstlibdir}/libgstmpegpsmux.so
64855c1e 1147%attr(755,root,root) %{gstlibdir}/libgstmpegtsdemux.so
0a785e13 1148%attr(755,root,root) %{gstlibdir}/libgstmpegtsmux.so
673b9bb3 1149%attr(755,root,root) %{gstlibdir}/libgstmxf.so
0a785e13 1150%attr(755,root,root) %{gstlibdir}/libgstpcapparse.so
00c9968c 1151%attr(755,root,root) %{gstlibdir}/libgstpnm.so
9bab0788 1152%attr(755,root,root) %{gstlibdir}/libgstrawparse.so
3f1c8f8a 1153%attr(755,root,root) %{gstlibdir}/libgstremovesilence.so
673b9bb3 1154%attr(755,root,root) %{gstlibdir}/libgstrfbsrc.so
9bab0788 1155%attr(755,root,root) %{gstlibdir}/libgstsdpelem.so
139776ad 1156%attr(755,root,root) %{gstlibdir}/libgstsegmentclip.so
b718db05 1157%attr(755,root,root) %{gstlibdir}/libgstshm.so
365a7c74 1158%attr(755,root,root) %{gstlibdir}/libgstsiren.so
3f1c8f8a 1159%attr(755,root,root) %{gstlibdir}/libgstsmooth.so
673b9bb3 1160%attr(755,root,root) %{gstlibdir}/libgstsmoothstreaming.so
ba5fbc34 1161%attr(755,root,root) %{gstlibdir}/libgststereo.so
a8ef0224 1162%attr(755,root,root) %{gstlibdir}/libgstsubenc.so
764dce5e 1163%attr(755,root,root) %{gstlibdir}/libgstvcdsrc.so
673b9bb3 1164%attr(755,root,root) %{gstlibdir}/libgstvideofiltersbad.so
61d5c5c2 1165%attr(755,root,root) %{gstlibdir}/libgstvideoparsersbad.so
ba5fbc34
JB
1166%attr(755,root,root) %{gstlibdir}/libgstvideosignal.so
1167%attr(755,root,root) %{gstlibdir}/libgstvmnc.so
61d5c5c2 1168%attr(755,root,root) %{gstlibdir}/libgsty4mdec.so
ad2b2453 1169%{?with_yadif:%attr(755,root,root) %{gstlibdir}/libgstyadif.so}
61d5c5c2 1170# not ported to 1.0
61d5c5c2
JB
1171#%attr(755,root,root) %{gstlibdir}/libgstapexsink.so
1172#%attr(755,root,root) %{gstlibdir}/libgstcdxaparse.so
1173#%attr(755,root,root) %{gstlibdir}/libgstcog.so
1174#%attr(755,root,root) %{gstlibdir}/libgstdccp.so
61d5c5c2 1175#%attr(755,root,root) %{gstlibdir}/libgstfaceoverlay.so
61d5c5c2 1176#%attr(755,root,root) %{gstlibdir}/libgsthdvparse.so
61d5c5c2
JB
1177#%attr(755,root,root) %{gstlibdir}/libgstlinsys.so
1178#%attr(755,root,root) %{gstlibdir}/libgstmve.so
61d5c5c2
JB
1179#%attr(755,root,root) %{gstlibdir}/libgstnsf.so
1180#%attr(755,root,root) %{gstlibdir}/libgstnuvdemux.so
1181#%attr(755,root,root) %{gstlibdir}/libgstpatchdetect.so
ad2b2453 1182%ifarch %{ix86} %{x8664} x32
61d5c5c2
JB
1183#%attr(755,root,root) %{gstlibdir}/libgstreal.so
1184%endif
61d5c5c2 1185#%attr(755,root,root) %{gstlibdir}/libgstsdi.so
a3c6ef69 1186#%attr(755,root,root) %{gstlibdir}/libgsttta.so
a3c6ef69 1187#%attr(755,root,root) %{gstlibdir}/libgstvideomeasure.so
764dce5e
JB
1188# dirs should belong to gstreamer or gstreamer-pb?
1189%dir %{gstdatadir}
1190%dir %{gstdatadir}/presets
1191%{gstdatadir}/presets/GstFreeverb.prs
a3c6ef69 1192%{_gtkdocdir}/gst-plugins-bad-plugins-%{gst_major_ver}
2fbdaa36 1193
ecd2a72f
AF
1194%files devel
1195%defattr(644,root,root,755)
764dce5e 1196%attr(755,root,root) %{_libdir}/libgstadaptivedemux-%{gst_major_ver}.so
ba5fbc34
JB
1197%attr(755,root,root) %{_libdir}/libgstbadbase-%{gst_major_ver}.so
1198%attr(755,root,root) %{_libdir}/libgstbadvideo-%{gst_major_ver}.so
7a5b4651 1199%attr(755,root,root) %{_libdir}/libgstbasecamerabinsrc-%{gst_major_ver}.so
3f1c8f8a 1200%attr(755,root,root) %{_libdir}/libgstcodecparsers-%{gst_major_ver}.so
ba5fbc34 1201%attr(755,root,root) %{_libdir}/libgstgl-%{gst_major_ver}.so
78047809
JB
1202%attr(755,root,root) %{_libdir}/libgstinsertbin-%{gst_major_ver}.so
1203%attr(755,root,root) %{_libdir}/libgstmpegts-%{gst_major_ver}.so
7a5b4651 1204%attr(755,root,root) %{_libdir}/libgstphotography-%{gst_major_ver}.so
78047809 1205%attr(755,root,root) %{_libdir}/libgsturidownloader-%{gst_major_ver}.so
ba5fbc34 1206%attr(755,root,root) %{_libdir}/libgstwayland-%{gst_major_ver}.so
a3c6ef69
ŁK
1207%{_includedir}/gstreamer-%{gst_major_ver}/gst/basecamerabinsrc
1208%{_includedir}/gstreamer-%{gst_major_ver}/gst/codecparsers
ba5fbc34 1209%{_includedir}/gstreamer-%{gst_major_ver}/gst/gl
78047809 1210%{_includedir}/gstreamer-%{gst_major_ver}/gst/insertbin
1055870a 1211%{_includedir}/gstreamer-%{gst_major_ver}/gst/interfaces
78047809
JB
1212%{_includedir}/gstreamer-%{gst_major_ver}/gst/mpegts
1213%{_includedir}/gstreamer-%{gst_major_ver}/gst/uridownloader
764dce5e
JB
1214%{_libdir}/gstreamer-1.0/include/gst/gl
1215%{_datadir}/gir-1.0/GstGL-1.0.gir
78047809
JB
1216%{_datadir}/gir-1.0/GstInsertBin-1.0.gir
1217%{_datadir}/gir-1.0/GstMpegts-1.0.gir
3f1c8f8a 1218%{_pkgconfigdir}/gstreamer-codecparsers-%{gst_major_ver}.pc
ba5fbc34 1219%{_pkgconfigdir}/gstreamer-gl-%{gst_major_ver}.pc
78047809 1220%{_pkgconfigdir}/gstreamer-insertbin-%{gst_major_ver}.pc
d71ff962 1221%{_pkgconfigdir}/gstreamer-mpegts-%{gst_major_ver}.pc
3b6ed238 1222%{_pkgconfigdir}/gstreamer-plugins-bad-%{gst_major_ver}.pc
a3c6ef69 1223%{_gtkdocdir}/gst-plugins-bad-libs-%{gst_major_ver}
ecd2a72f 1224
2fbdaa36
JB
1225##
1226## Plugins
1227##
1228
1229%if %{with faad}
1230%files -n gstreamer-aac
1231%defattr(644,root,root,755)
1232%attr(755,root,root) %{gstlibdir}/libgstfaac.so
1233%attr(755,root,root) %{gstlibdir}/libgstfaad.so
1234%endif
1235
c1cb81af 1236%if %{with amr}
c9ecff38 1237%files -n gstreamer-amrwbenc
c1cb81af 1238%defattr(644,root,root,755)
3f1c8f8a 1239%attr(755,root,root) %{gstlibdir}/libgstvoamrwbenc.so
3f1c8f8a 1240%{gstdatadir}/presets/GstVoAmrwbEnc.prs
c1cb81af
JB
1241%endif
1242
03d20e46
JB
1243%files -n gstreamer-ass
1244%defattr(644,root,root,755)
1245%attr(755,root,root) %{gstlibdir}/libgstassrender.so
1246
2fbdaa36
JB
1247%files -n gstreamer-audio-effects-bad
1248%defattr(644,root,root,755)
1249%attr(755,root,root) %{gstlibdir}/libgstspeed.so
1250
61d5c5c2
JB
1251%if %{with nas}
1252%files -n gstreamer-audiosink-nas
1253%defattr(644,root,root,755)
1254%attr(755,root,root) %{gstlibdir}/libgstnassink.so
1255%endif
f137ef01 1256
673b9bb3
JB
1257%if %{with bluez}
1258%files -n gstreamer-bluez
1259%defattr(644,root,root,755)
1260%attr(755,root,root) %{gstlibdir}/libgstbluez.so
1261%endif
1262
11506ac9
JB
1263%if %{with chromaprint}
1264%files -n gstreamer-chromaprint
1265%defattr(644,root,root,755)
1266%attr(755,root,root) %{gstlibdir}/libgstchromaprint.so
1267%endif
1268
64855c1e
JB
1269%files -n gstreamer-curl
1270%defattr(644,root,root,755)
1271%attr(755,root,root) %{gstlibdir}/libgstcurl.so
1272
e76f5fe9
JB
1273%if %{with daala}
1274%files -n gstreamer-daala
1275%defattr(644,root,root,755)
1276%attr(755,root,root) %{gstlibdir}/libgstdaala.so
1277%endif
1278
61d5c5c2
JB
1279%if %{with dc1394}
1280%files -n gstreamer-dc1394
1281%defattr(644,root,root,755)
1282%attr(755,root,root) %{gstlibdir}/libgstdc1394.so
1283%endif
d44ce5ee 1284
0c737202
JB
1285%if %{with dts}
1286%files -n gstreamer-dts
1287%defattr(644,root,root,755)
1288%attr(755,root,root) %{gstlibdir}/libgstdtsdec.so
1289%endif
1290
139776ad
PZ
1291%files -n gstreamer-flite
1292%defattr(644,root,root,755)
1293%attr(755,root,root) %{gstlibdir}/libgstflite.so
1294
4012a887
JB
1295%files -n gstreamer-fluidsynth
1296%defattr(644,root,root,755)
1297%attr(755,root,root) %{gstlibdir}/libgstfluidsynthmidi.so
1298
fd22d110
JB
1299%files -n gstreamer-gme
1300%defattr(644,root,root,755)
1301%attr(755,root,root) %{gstlibdir}/libgstgme.so
1302
61d5c5c2
JB
1303# not ported to 1.0 yet
1304%if 0
1305%files -n gstreamer-gsettings
1306%defattr(644,root,root,755)
1307%attr(755,root,root) %{gstlibdir}/libgstgsettingselements.so
1308%{_datadir}/glib-2.0/schemas/org.freedesktop.gstreamer-%{gst_major_ver}.default-elements.gschema.xml
1309%endif
9ea7566d 1310
2fbdaa36
JB
1311%if %{with gsm}
1312%files -n gstreamer-gsm
1313%defattr(644,root,root,755)
1314%attr(755,root,root) %{gstlibdir}/libgstgsm.so
1315%endif
1316
61d5c5c2
JB
1317%if %{with kate}
1318%files -n gstreamer-kate
1319%defattr(644,root,root,755)
1320%doc ext/kate/README
1321%attr(755,root,root) %{gstlibdir}/libgstkate.so
1322%endif
9ea7566d 1323
c1cb81af 1324%if %{with ladspa}
61d5c5c2
JB
1325%files -n gstreamer-ladspa
1326%defattr(644,root,root,755)
1327%attr(755,root,root) %{gstlibdir}/libgstladspa.so
c1cb81af
JB
1328%endif
1329
61d5c5c2
JB
1330%if %{with lv2}
1331%files -n gstreamer-lv2
1332%defattr(644,root,root,755)
1333%doc ext/lv2/README
1334%attr(755,root,root) %{gstlibdir}/libgstlv2.so
1335%endif
5b48a746 1336
263103ec
JB
1337%files -n gstreamer-mimic
1338%defattr(644,root,root,755)
1339%attr(755,root,root) %{gstlibdir}/libgstmimic.so
1340
3a8fb9fb
JB
1341%if %{with mjpegtools}
1342%files -n gstreamer-mjpegtools
1343%defattr(644,root,root,755)
1344%attr(755,root,root) %{gstlibdir}/libgstmpeg2enc.so
365a7c74 1345%attr(755,root,root) %{gstlibdir}/libgstmplex.so
3a8fb9fb
JB
1346%endif
1347
2fbdaa36
JB
1348%if %{with mms}
1349%files -n gstreamer-mms
1350%defattr(644,root,root,755)
1351%attr(755,root,root) %{gstlibdir}/libgstmms.so
1352%endif
1353
eb1d6859
JB
1354%if %{with mpg123}
1355%files -n gstreamer-mpg123
1356%defattr(644,root,root,755)
1357%attr(755,root,root) %{gstlibdir}/libgstmpg123.so
1358%endif
1359
58c82848 1360%if %{with musepack}
61d5c5c2
JB
1361%files -n gstreamer-musepack
1362%defattr(644,root,root,755)
1363%attr(755,root,root) %{gstlibdir}/libgstmusepack.so
58c82848
JB
1364%endif
1365
61d5c5c2
JB
1366%if %{with mythtv}
1367%files -n gstreamer-mythtv
1368%defattr(644,root,root,755)
1369%attr(755,root,root) %{gstlibdir}/libgstmythtvsrc.so
1370%endif
466f1e46 1371
0c737202 1372%if %{with neon}
61d5c5c2
JB
1373%files -n gstreamer-neon
1374%defattr(644,root,root,755)
1375%attr(755,root,root) %{gstlibdir}/libgstneonhttpsrc.so
0c737202
JB
1376%endif
1377
2ce39962 1378%if %{with ofa}
61d5c5c2
JB
1379%files -n gstreamer-ofa
1380%defattr(644,root,root,755)
1381%attr(755,root,root) %{gstlibdir}/libgstofa.so
2ce39962
JB
1382%endif
1383
61d5c5c2
JB
1384%if %{with openal}
1385%files -n gstreamer-openal
1386%defattr(644,root,root,755)
1387%attr(755,root,root) %{gstlibdir}/libgstopenal.so
1388%endif
3f1c8f8a 1389
ec79bdfa
JB
1390%if %{with opencv}
1391%files -n gstreamer-opencv
1392%defattr(644,root,root,755)
1393%attr(755,root,root) %{gstlibdir}/libgstopencv.so
78047809
JB
1394# possibly common dir (but no other users so far)
1395%dir %{_datadir}/gst-plugins-bad
1396%dir %{_datadir}/gst-plugins-bad/1.0
1397%{_datadir}/gst-plugins-bad/1.0/opencv_haarcascades
ec79bdfa
JB
1398%endif
1399
ba5fbc34
JB
1400%if %{with openexr}
1401%files -n gstreamer-openexr
1402%defattr(644,root,root,755)
1403%attr(755,root,root) %{gstlibdir}/libgstopenexr.so
1404%endif
1405
1406%if %{with opengl}
1407%files -n gstreamer-opengl
1408%defattr(644,root,root,755)
1409%attr(755,root,root) %{gstlibdir}/libgstopengl.so
1410%endif
1411
4012a887
JB
1412%files -n gstreamer-openjpeg
1413%defattr(644,root,root,755)
1414%attr(755,root,root) %{gstlibdir}/libgstopenjpeg.so
1415
8f76ac4a
JB
1416%if %{with openni2}
1417%files -n gstreamer-openni2
1418%defattr(644,root,root,755)
1419%attr(755,root,root) %{gstlibdir}/libgstopenni2.so
1420%endif
1421
3f1c8f8a
JB
1422%files -n gstreamer-opus
1423%defattr(644,root,root,755)
1424%attr(755,root,root) %{gstlibdir}/libgstopus.so
1425
475ff9bb
JB
1426%files -n gstreamer-resindvd
1427%defattr(644,root,root,755)
a3c6ef69 1428%attr(755,root,root) %{gstlibdir}/libgstresindvd.so
475ff9bb 1429
673b9bb3
JB
1430%if %{with rsvg}
1431%files -n gstreamer-rsvg
1432%defattr(644,root,root,755)
1433%attr(755,root,root) %{gstlibdir}/libgstrsvg.so
1434%endif
1435
64855c1e
JB
1436%files -n gstreamer-rtmp
1437%defattr(644,root,root,755)
1438%attr(755,root,root) %{gstlibdir}/libgstrtmp.so
1439
a9463b1e
JB
1440%files -n gstreamer-schroedinger
1441%defattr(644,root,root,755)
1442%attr(755,root,root) %{gstlibdir}/libgstschro.so
1443
673b9bb3
JB
1444%if %{with sbc}
1445%files -n gstreamer-sbc
1446%defattr(644,root,root,755)
1447%attr(755,root,root) %{gstlibdir}/libgstsbc.so
1448%endif
1449
61d5c5c2 1450%if %{with sndfile}
bf72c8fd
JB
1451%files -n gstreamer-sndfile
1452%defattr(644,root,root,755)
61d5c5c2
JB
1453%attr(755,root,root) %{gstlibdir}/libgstsndfile.so
1454%endif
bf72c8fd 1455
58c82848 1456%files -n gstreamer-soundtouch
2fbdaa36 1457%defattr(644,root,root,755)
9bab0788 1458%attr(755,root,root) %{gstlibdir}/libgstsoundtouch.so
2fbdaa36 1459
bf72c8fd 1460%files -n gstreamer-spandsp
32fcd46a 1461%defattr(644,root,root,755)
bf72c8fd 1462%attr(755,root,root) %{gstlibdir}/libgstspandsp.so
32fcd46a 1463
3a8fb9fb
JB
1464%if %{with spc}
1465%files -n gstreamer-spc
1466%defattr(644,root,root,755)
1467%attr(755,root,root) %{gstlibdir}/libgstspc.so
1468%endif
1469
673b9bb3
JB
1470%if %{with srtp}
1471%files -n gstreamer-srtp
1472%attr(755,root,root) %{gstlibdir}/libgstsrtp.so
1473%endif
1474
61d5c5c2
JB
1475%if %{with zvbi}
1476%files -n gstreamer-teletextdec
1477%defattr(644,root,root,755)
1478%attr(755,root,root) %{gstlibdir}/libgstteletextdec.so
1479%endif
466f1e46 1480
61d5c5c2
JB
1481%if %{with timidity}
1482%files -n gstreamer-timidity
1483%defattr(644,root,root,755)
1484%attr(755,root,root) %{gstlibdir}/libgsttimidity.so
1485%endif
139776ad 1486
673b9bb3
JB
1487%if %{with uvch264}
1488%files -n gstreamer-uvch264
1489%defattr(644,root,root,755)
1490%attr(755,root,root) %{gstlibdir}/libgstuvch264.so
1491%endif
1492
1493%if %{with vdpau}
1494%files -n gstreamer-vdpau
1495%defattr(644,root,root,755)
1496%attr(755,root,root) %{gstlibdir}/libgstvdpau.so
1497%endif
1498
3f1c8f8a
JB
1499%files -n gstreamer-voaacenc
1500%defattr(644,root,root,755)
1501%attr(755,root,root) %{gstlibdir}/libgstvoaacenc.so
1502
61d5c5c2
JB
1503%if %{with directfb}
1504%files -n gstreamer-videosink-directfb
1505%defattr(644,root,root,755)
1506%attr(755,root,root) %{gstlibdir}/libgstdfbvideosink.so
1507%endif
1508
2fbdaa36 1509%if %{with sdl}
61d5c5c2
JB
1510%files -n gstreamer-videosink-sdl
1511%defattr(644,root,root,755)
1512%attr(755,root,root) %{gstlibdir}/libgstsdl.so
2fbdaa36
JB
1513%endif
1514
61d5c5c2
JB
1515%if %{with wayland}
1516%files -n gstreamer-videosink-wayland
1517%defattr(644,root,root,755)
1518%attr(755,root,root) %{gstlibdir}/libgstwaylandsink.so
2fbdaa36
JB
1519%endif
1520
673b9bb3
JB
1521%files -n gstreamer-webp
1522%defattr(644,root,root,755)
1523%attr(755,root,root) %{gstlibdir}/libgstwebp.so
1524
61d5c5c2
JB
1525%if %{with wildmidi}
1526%files -n gstreamer-wildmidi
1527%defattr(644,root,root,755)
1528%attr(755,root,root) %{gstlibdir}/libgstwildmidi.so
1529%endif
a9463b1e 1530
0c737202 1531%if %{with xvid}
61d5c5c2
JB
1532%files -n gstreamer-xvid
1533%defattr(644,root,root,755)
1534%attr(755,root,root) %{gstlibdir}/libgstxvid.so
0c737202 1535%endif
72cfdd58 1536
a9463b1e 1537%files -n gstreamer-zbar
72cfdd58 1538%defattr(644,root,root,755)
a9463b1e 1539%attr(755,root,root) %{gstlibdir}/libgstzbar.so
This page took 0.306279 seconds and 4 git commands to generate.