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