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