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