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