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