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