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