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