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