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