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