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