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