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