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