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