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