]> git.pld-linux.org Git - packages/gstreamer-plugins-bad.git/blame - gstreamer-plugins-bad.spec
- fixed gstreamer-gl libs dependency; release 3
[packages/gstreamer-plugins-bad.git] / gstreamer-plugins-bad.spec
CommitLineData
673b9bb3 1# TODO:
32f3caae
JB
2# - fix opencv
3# /usr/include/opencv4/opencv2/tracking/tracking_internals.hpp:18:10: fatal error: opencv2/video/detail/tracking.private.hpp: No such file or directory
f992e26f
JB
4# - gs (BR -storage_client.pc- google_cloud_cpp_storage.pc >= 1.25.0 [https://github.com/googleapis/google-cloud-cpp])
5# - onnx (BR: libonnxruntime.pc [https://github.com/microsoft/onnxruntime])
4271fa72 6# - nvenc (BR: cuda >= 6.5, nvEncodeAPI.h >= 5.0, -lnvidia-encode)
7c120254
JB
7# nvdec (BR: libnvcuvid)
8# to replace removed vdpau
673b9bb3 9# - OpenSLES (when available on pure Linux, not Android)
c9ecff38 10#
2fbdaa36 11# Conditional build:
11506ac9 12%bcond_without amr # amrwbenc output plugin
7c120254 13%bcond_without apidocs # API documentation
f64edc00 14%bcond_without bs2b # bs2b headphone stereo improvement plugin
764dce5e 15%bcond_without bluez # Bluez plugin
673b9bb3 16%bcond_without chromaprint # chromaprint fingerprint plugin
cce4b8c9 17%bcond_without dc1394 # dc1394 input plugin
78047809 18%bcond_without directfb # DirectFB videosink plugin
673b9bb3 19%bcond_without dts # DTS audio decoder plugin
87085a83 20%bcond_without faad # faad audio decoder plugin
87085a83 21%bcond_without gsm # gsm audio decoder/encoder plugin
78047809 22%bcond_without kate # Kate text streams plugin
48af6905 23%bcond_without ladspa # LADSPA plugins bridge plugin
ca9a7f8c 24%bcond_without ldac # LDAC bluetooth audio codec plugin
fb3f49aa 25%bcond_without libde265 # libde265 H.265 decoder plugin
fbb9568a 26%bcond_without lv2 # LV2 plugins bridge plugin
c12164b1
JB
27%bcond_without mfx # MFX support in Intel MediaSDK plugin
28%bcond_without msdk # Intel MediaSDK plugin (MFX or oneAPI based)
87085a83 29%bcond_without mjpegtools # mpeg2enc video encoder plugin
fbb9568a 30%bcond_without musepack # musepack audio decoder plugin
87085a83 31%bcond_without neon # neonhttpsrc HTTP client plugin
dd0c9a05 32%bcond_without openal # OpenAL audiosink plugin
1bc150c9 33%bcond_with opencv # OpenCV effects plugin
7c120254 34%bcond_without opengl # OpenGL integration (in various plugins)
ba5fbc34 35%bcond_without openexr # OpenEXR EXR decoder plugin
f64edc00 36%bcond_without openh264 # OpenH264 encoder/decoder
8f76ac4a 37%bcond_without openni2 # OpenNI2 device source plugin
5e5d7f54 38%bcond_without librsvg # RSVG SVG decoder/overlay plugin
673b9bb3 39%bcond_without sbc # SBC bluetooth audio codec plugin
ba5fbc34 40%bcond_without sndfile # sndfile audio files encoder/decoder plugin
673b9bb3 41%bcond_without srtp # SRTP decoder/encoder plugin
c12164b1 42%bcond_without svthevc # SvtHevc encoder plugin
faf46047 43%bcond_without tinyalsa # ALSA audiosink using tinyalsa library
673b9bb3 44%bcond_without uvch264 # uvch264 cameras plugin
c12164b1 45%bcond_with vpl # oneVPL instead of MFX in Intel MediaSDK plugin (x86_64 only)
8e2f3384
JB
46%bcond_without vulkan # Vulkan library and videosink/upload plugin
47%bcond_without wayland # Wayland videosink plugin, Wayland EGL support
16b9405a 48%bcond_without wpe # WebKit based web browser plugin
87085a83 49%bcond_without wildmidi # wildmidi MIDI files decoder plugin
f64edc00 50%bcond_without x265 # x265 H.265 encoder plugin
fbb9568a 51%bcond_without zvbi # zvbi-based teletext plugin
8e2f3384 52%bcond_without zxing # zxing plugin
ba5fbc34
JB
53%bcond_without examples # examples build
54
7c120254 55%if %{without opengl}
ba5fbc34 56%undefine with_wayland
16b9405a 57%undefine with_wpe
ba5fbc34 58%endif
c12164b1
JB
59%ifnarch %{x8664}
60%undefine with_vpl
61%endif
62%if %{without mfx} && %{without vpl}
63%undefine with_msdk
64%endif
65%if %{without msdk}
66%undefine with_mfx
67%undefine with_vpl
68%endif
69%ifnarch %{x8664} x32
70%undefine with_svthevc
71%endif
c8312664 72
2fbdaa36 73%define gstname gst-plugins-bad
c0e90116 74%define gstmver 1.0
d2d87bf1
JB
75%define gst_ver 1.20.0
76%define gstpb_ver 1.20.0
2fbdaa36 77Summary: Bad GStreamer Streaming-media framework plugins
63d1273e 78Summary(pl.UTF-8): Złe wtyczki do środowiska obróbki strumieni GStreamer
2fbdaa36 79Name: gstreamer-plugins-bad
8e2f3384 80Version: 1.20.1
7db6e623 81Release: 3
475ff9bb 82License: LGPL v2+
2fbdaa36 83Group: Libraries
faf46047 84Source0: https://gstreamer.freedesktop.org/src/gst-plugins-bad/%{gstname}-%{version}.tar.xz
8e2f3384 85# Source0-md5: 946db437adc958914b981726639640e5
17056ad4 86Patch0: musepack.patch
faf46047 87URL: https://gstreamer.freedesktop.org/
ade19c01 88BuildRequires: docbook-dtd412-xml
3c2af910 89BuildRequires: gettext-tools >= 0.17
d2d87bf1 90BuildRequires: glib2-devel >= 1:2.56.0
8e2f3384 91BuildRequires: gobject-introspection-devel >= 1.61.1
c0e90116 92BuildRequires: gstreamer-devel >= %{gst_ver}
7c120254 93BuildRequires: gstreamer-gl-devel >= %{gstpb_ver}
c0e90116 94BuildRequires: gstreamer-plugins-base-devel >= %{gstpb_ver}
7c120254 95%{?with_apidocs:BuildRequires: hotdoc >= 0.11.0}
d2d87bf1 96BuildRequires: meson >= 0.59
7c120254 97BuildRequires: ninja >= 1.5
78047809 98BuildRequires: orc-devel >= 0.4.17
2fbdaa36 99BuildRequires: pkgconfig >= 1:0.9.0
7c120254
JB
100BuildRequires: python3 >= 1:3.2
101BuildRequires: rpm-build >= 4.6
102BuildRequires: rpmbuild(macros) >= 1.736
1a628dcd 103BuildRequires: tar >= 1:1.22
3b6ed238 104BuildRequires: xorg-lib-libX11-devel
ba5fbc34
JB
105%if %{with examples}
106BuildRequires: SDL-devel >= 1.2.0
107BuildRequires: clutter-devel >= 1.8
108BuildRequires: gtk+3-devel >= 3.4
109BuildRequires: xorg-lib-libXcomposite-devel
110%endif
2fbdaa36
JB
111##
112## plugins
113##
e4ce896a 114%{?with_directfb:BuildRequires: DirectFB-devel >= 1:0.9.24}
7c120254 115%{?with_opengl:BuildRequires: EGL-devel}
dd0c9a05 116%{?with_openal:BuildRequires: OpenAL-devel >= 1.14}
ba5fbc34 117%{?with_openexr:BuildRequires: OpenEXR-devel}
7c120254 118%{?with_opengl:BuildRequires: OpenGLESv2-devel}
8f76ac4a 119%{?with_openni2:BuildRequires: OpenNI2-devel >= 0.26}
85f589ba 120%{?with_vulkan:BuildRequires: Vulkan-Loader-devel}
c1cb81af 121BuildRequires: alsa-lib-devel >= 0.9.1
4271fa72 122BuildRequires: aom-devel
764dce5e 123%{?with_bluez:BuildRequires: bluez-libs-devel >= 5.0}
c1cb81af 124BuildRequires: bzip2-devel
5e5d7f54 125%{?with_librsvg:BuildRequires: cairo-devel}
8e2f3384 126BuildRequires: curl-devel >= 7.55.0
023e0651 127BuildRequires: dssim-devel
00c9968c 128BuildRequires: exempi-devel >= 1.99.5
2fbdaa36 129BuildRequires: faac-devel
faf46047 130%{?with_faad:BuildRequires: faad2-devel >= 2.7}
fbb9568a 131BuildRequires: fdk-aac-devel >= 0.1.4
139776ad 132BuildRequires: flite-devel
4012a887 133BuildRequires: fluidsynth-devel >= 1.0
673b9bb3 134BuildRequires: game-music-emu-devel >= 0.5.6
673b9bb3 135BuildRequires: gnutls-devel >= 2.11.3
fbb9568a 136BuildRequires: graphene-devel >= 1.4.0
8e2f3384 137BuildRequires: json-glib-devel
c1cb81af 138%{?with_ladspa:BuildRequires: ladspa-devel >= 1.12}
7658a40e 139BuildRequires: lcms2-devel >= 2.7
ca9a7f8c 140%{?with_ldac:BuildRequires: ldacBT-devel}
faf46047 141BuildRequires: libass-devel >= 0.10.2
f992e26f 142BuildRequires: libavtp-devel
f64edc00 143%{?with_bs2b:BuildRequires: libbs2b-devel >= 3.1.0}
11506ac9 144%{?with_chromaprint:BuildRequires: libchromaprint-devel}
61d5c5c2 145%{?with_dc1394:BuildRequires: libdc1394-devel >= 2.0.0}
fb3f49aa 146%{?with_libde265:BuildRequires: libde265-devel >= 0.9}
8e2f3384 147BuildRequires: libdrm-devel >= 2.4.98
0c737202 148%{?with_dts:BuildRequires: libdts-devel}
9ea7566d
JB
149BuildRequires: libdvdnav-devel >= 4.1.2
150BuildRequires: libdvdread-devel >= 4.1.2
f64edc00 151BuildRequires: libexif-devel >= 1:0.6.16
8e2f3384 152BuildRequires: libfreeaptx-devel >= 0.1.1
2fbdaa36 153%{?with_gsm:BuildRequires: libgsm-devel}
00c9968c 154BuildRequires: libiptcdata-devel >= 1.0.2
ba5fbc34 155BuildRequires: libjpeg-devel
61d5c5c2 156%{?with_kate:BuildRequires: libkate-devel >= 0.1.7}
00c9968c 157BuildRequires: liblrdf-devel
cc1a933a 158BuildRequires: libltc-devel >= 1.1.4
3b6ed238 159BuildRequires: libmodplug-devel
8e2f3384 160BuildRequires: libnice-devel >= 0.1.17
4271fa72 161BuildRequires: libopenmpt-devel
00c9968c 162BuildRequires: libpng-devel >= 2:1.2.0
5e5d7f54 163%{?with_librsvg:BuildRequires: librsvg-devel >= 1:2.36.2}
64855c1e 164BuildRequires: librtmp-devel
ba5fbc34 165BuildRequires: libssh2-devel >= 1.4.3
64855c1e 166# for decklink, modplug, soundtouch
61d5c5c2 167%{?with_sndfile:BuildRequires: libsndfile-devel >= 1.0.16}
4271fa72
JB
168# or srtp, libsrtp2 is preferred
169%{?with_srtp:BuildRequires: libsrtp2-devel >= 2.1.0}
8e2f3384 170BuildRequires: libstdc++-devel >= 6:4.7
fd22d110 171BuildRequires: libtheora-devel >= 1.0
61d5c5c2 172%{?with_kate:BuildRequires: libtiger-devel >= 0.3.2}
61d5c5c2 173%{?with_uvch264:BuildRequires: libusb-devel >= 1.0}
60680d75 174BuildRequires: libusrsctp-devel
8e2f3384 175BuildRequires: libva-devel >= 1.8
7c120254 176BuildRequires: libva-drm-devel >= 1.6
139776ad 177BuildRequires: libvpx-devel
673b9bb3 178BuildRequires: libwebp-devel >= 0.2.1
f64edc00 179%{?with_x265:BuildRequires: libx265-devel}
62ab7977 180%{?with_vulkan:BuildRequires: libxcb-devel >= 1.10}
fbb9568a 181BuildRequires: libxml2-devel >= 1:2.9.2
85f589ba 182%{?with_lv2:BuildRequires: lilv-devel >= 0.22}
8e2f3384
JB
183%{?with_mfx:BuildRequires: mfx_dispatch-devel >= 1.0}
184%{?with_mfx:BuildRequires: mfx_dispatch-devel < 2}
3f1c8f8a 185%{?with_mjpegtools:BuildRequires: mjpegtools-devel >= 2.0.0}
8e2f3384 186# libmpcdecsv8
0434c14f 187%{?with_musepack:BuildRequires: musepack-devel}
9ea7566d 188%{?with_neon:BuildRequires: neon-devel >= 0.27.0}
8e2f3384 189%{?with_neon:BuildRequires: neon-devel < 0.33}
2d714c19 190# for hls, could also use libgcrypt>=1.2.0 or openssl
67de91e1 191BuildRequires: nettle-devel >= 3.0
c12164b1 192%{?with_vpl:BuildRequires: oneVPL-devel}
52572282 193%if %{with opencv}
c0e90116 194BuildRequires: opencv-devel >= 1:3.0.0
8e2f3384 195BuildRequires: opencv-devel < 1:4.6.0
52572282 196%endif
f64edc00 197%{?with_openh264:BuildRequires: openh264-devel >= 1.3.0}
fbb9568a 198# or openjpeg >= 1.5, openjpeg2 is preferred
8e2f3384
JB
199BuildRequires: openjpeg2-devel >= 2.2
200# for dtls, aes
201BuildRequires: openssl-devel >= 1.1.0
3f1c8f8a 202BuildRequires: opus-devel >= 0.9.4
c0e90116 203BuildRequires: pango-devel >= 1:1.22.0
8e2f3384 204BuildRequires: qrencode-devel
673b9bb3 205%{?with_sbc:BuildRequires: sbc-devel >= 1.0}
9ea7566d 206BuildRequires: soundtouch-devel >= 1.4
311b246a 207BuildRequires: spandsp-devel >= 1:0.0.6
8e2f3384 208BuildRequires: srt-devel >= 1.3.0
c12164b1 209%{?with_svthevc:BuildRequires: svt-hevc-devel >= 1.4.1}
50352a4f 210%{?with_tinyalsa:BuildRequires: tinyalsa-devel}
7c120254 211BuildRequires: udev-glib-devel
3f1c8f8a
JB
212BuildRequires: vo-aacenc-devel >= 0.1.0
213%{?with_amr:BuildRequires: vo-amrwbenc-devel >= 0.1.0}
ba5fbc34 214# wayland-client, wayland-cursor, wayland-scanner
c0e90116
JB
215%{?with_wayland:BuildRequires: wayland-devel >= 1.11.0}
216%{?with_wayland:BuildRequires: wayland-protocols >= 1.15}
fbb9568a 217BuildRequires: webrtc-audio-processing-devel < 0.4
1b809793 218BuildRequires: webrtc-audio-processing-devel >= 0.2
f992e26f 219BuildRequires: webrtc-audio-processing1-devel >= 1.0
4271fa72 220%{?with_wildmidi:BuildRequires: wildmidi-devel >= 0.4}
8e2f3384
JB
221%{?with_wpe:BuildRequires: wpe-webkit-devel >= 2.28}
222%{?with_wpe:BuildRequires: wpebackend-fdo-devel >= 1.8}
c1cb81af 223BuildRequires: xorg-lib-libX11-devel
8e2f3384
JB
224%{?with_wpe:BuildRequires: xorg-lib-libxkbcommon-devel >= 0.8}
225%{?with_vulkan:BuildRequires: xorg-lib-libxkbcommon-x11-devel}
1a628dcd 226BuildRequires: xz
a9463b1e 227BuildRequires: zbar-devel >= 0.9
61d5c5c2 228%{?with_zvbi:BuildRequires: zvbi-devel >= 0.2}
8e2f3384 229%{?with_zxing:BuildRequires: zxing-cpp-nu-devel >= 1.1.1}
d2d87bf1 230Requires: glib2 >= 1:2.56.0
c0e90116
JB
231Requires: gstreamer >= %{gst_ver}
232Requires: gstreamer-plugins-base >= %{gstpb_ver}
8e2f3384
JB
233# for libgstva
234Requires: libva >= 1.8
78047809 235Requires: orc >= 0.4.17
7658a40e 236Obsoletes: gstreamer-cdaudio < 1.0
17056ad4
JR
237Obsoletes: gstreamer-mms < 1.19.3
238Obsoletes: gstreamer-ofa < 1.19.3
7658a40e
JB
239Obsoletes: gstreamer-quicktime < 0.10
240Obsoletes: gstreamer-schroedinger < 1.14
241Obsoletes: gstreamer-vcd < 0.10
7c120254 242Obsoletes: gstreamer-vdpau < 1.18
410c7de2 243Conflicts: openwebrtc < 0.3.0-2
2fbdaa36
JB
244BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
245
c0e90116
JB
246%define gstlibdir %{_libdir}/gstreamer-%{gstmver}
247%define gstdatadir %{_datadir}/gstreamer-%{gstmver}
2fbdaa36
JB
248
249%description
250GStreamer is a streaming-media framework, based on graphs of filters
251which operate on media data. Applications using this library can do
252anything from real-time sound processing to playing videos, and just
253about anything else media-related. Its plugin-based architecture means
254that new data types or processing capabilities can be added simply by
255installing new plugins.
256
e4fae186
JR
257%description -l pl.UTF-8
258GStreamer to środowisko obróbki danych strumieniowych, bazujące na
259grafie filtrów operujących na danych medialnych. Aplikacje używające
260tej biblioteki mogą robić wszystko od przetwarzania dźwięku w czasie
261rzeczywistym, do odtwarzania filmów i czegokolwiek innego związego z
262mediami. Architektura bazująca na wtyczkach pozwala na łatwe dodawanie
263nowych typów danych lub możliwości obróbki.
2fbdaa36 264
32fcd46a 265%package devel
2ce39962 266Summary: Header files and API documentation for gstapp library
59aa193d 267Summary(pl.UTF-8): Pliki nagłówkowe i dokumentacja API biblioteki gstapp
2ce39962
JB
268Group: Development/Libraries
269Requires: %{name} = %{version}-%{release}
c0e90116 270Requires: gstreamer-devel >= %{gst_ver}
32fcd46a
AM
271
272%description devel
59aa193d 273Header files and API documentation for gstapp library.
32fcd46a 274
59aa193d
JB
275%description devel -l pl.UTF-8
276Pliki nagłówkowe i dokumentacja API biblioteki gstapp.
32fcd46a 277
7c120254
JB
278%package apidocs
279Summary: Bad GStreamer streaming-media framework plugins API documentation
280Summary(pl.UTF-8): Dokumentacja API złych wtyczek środowiska obróbki strumieni GStreamer
281Group: Documentation
282BuildArch: noarch
283
284%description apidocs
285Bad GStreamer streaming-media framework plugins API documentation.
286
287%description apidocs -l pl.UTF-8
edad37f8 288Dokumentacja API złych wtyczek środowiska obróbki strumieni GStreamer.
7c120254
JB
289
290%package -n gstreamer-transcoder
291Summary: High level API to do media transcoding with GStreamer
292Summary(pl.UTF-8): Wysokopoziomowe API do przekodowywania multimediów przy użyciu GSteamera
293Group: Libraries
294Requires: gstreamer >= %{gst_ver}
295Requires: gstreamer-plugins-base >= %{gstpb_ver}
296
297%description -n gstreamer-transcoder
298High level API to do media transcoding with GStreamer.
299
300%description -n gstreamer-transcoder -l pl.UTF-8
301Wysokopoziomowe API do przekodowywania multimediów przy użyciu
302GSteamera.
303
304%package -n gstreamer-transcoder-devel
305Summary: Header files for gst-transcoder library
306Summary(pl.UTF-8): Pliki nagłówkowe biblioteki gst-transcoder
307Group: Development/Libraries
7c120254
JB
308Requires: gstreamer-devel >= %{gst_ver}
309Requires: gstreamer-plugins-base-devel >= %{gstpb_ver}
edad37f8 310Requires: gstreamer-transcoder = %{version}-%{release}
7c120254
JB
311
312%description -n gstreamer-transcoder-devel
313Header files for gst-transcoder library.
314
315%description -n gstreamer-transcoder-devel -l pl.UTF-8
316Pliki nagłówkowe biblioteki gst-transcoder.
317
318%package -n gstreamer-transcoder-apidocs
319Summary: API documentation for gst-transcoder library
320Summary(pl.UTF-8): Dokumentacja API biblioteki gst-transcoder
321Group: Documentation
322BuildArch: noarch
323
324%description -n gstreamer-transcoder-apidocs
325API documentation for gst-transcoder library.
326
327%description -n gstreamer-transcoder-apidocs -l pl.UTF-8
328Dokumentacja API biblioteki gst-transcoder.
329
59aa193d 330## Plugins ##
2fbdaa36
JB
331
332%package -n gstreamer-aac
333Summary: GStreamer plugin for AAC audio encoding and decoding
fbb9568a 334Summary(pl.UTF-8): Wtyczka dla GStreamera do kodowania i dekodowania plików audio AAC
2fbdaa36 335Group: Libraries
faf46047 336Requires: faad2-libs >= 2.7
c0e90116
JB
337Requires: gstreamer >= %{gst_ver}
338Requires: gstreamer-plugins-base >= %{gstpb_ver}
2fbdaa36
JB
339
340%description -n gstreamer-aac
341GStreamer plugin for AAC audio encoding and decoding.
342
e4fae186 343%description -n gstreamer-aac -l pl.UTF-8
fbb9568a 344Wtyczka GStreamera do kodowania i dekodowania plików audio AAC.
2fbdaa36 345
67de91e1
JB
346%package -n gstreamer-aes
347Summary: GStreamer AES plugin
348Summary(pl.UTF-8): Wtyczka AES dla GStreamera
349Group: Libraries
350Requires: gstreamer >= %{gst_ver}
67de91e1
JB
351Requires: openssl >= 1.1.0
352Conflicts: gstreamer-plugins-bad < 1.20.1-2
353
354%description -n gstreamer-aes
355GStreamer AES encryption/decryption plugin.
356
357%description -n gstreamer-aes -l pl.UTF-8
358Wtyczka szyfrująca/odszyfrowująca AES dla GStreamera.
359
c9ecff38
JB
360%package -n gstreamer-amrwbenc
361Summary: GStreamer plugin for AMR-WB audio encoding
362Summary(pl.UTF-8): Wtyczka GStreamera do kodowania dźwięku w formacie AMR-WB
c1cb81af 363Group: Libraries
c0e90116
JB
364Requires: gstreamer >= %{gst_ver}
365Requires: gstreamer-plugins-base >= %{gstpb_ver}
3f1c8f8a 366Requires: vo-amrwbenc >= 0.1.0
c1cb81af 367
c9ecff38 368%description -n gstreamer-amrwbenc
3f1c8f8a 369GStreamer plugin for AMR-WB audio encoding, using VisualOn library.
c1cb81af 370
c9ecff38 371%description -n gstreamer-amrwbenc -l pl.UTF-8
3f1c8f8a
JB
372Wtyczka GStreamera do kodowania dźwięku w formacie AMR-WB,
373wykorzystująca bibliotekę VisualOn.
c1cb81af 374
03d20e46
JB
375%package -n gstreamer-ass
376Summary: GStreamer plugin for ASS/SSA subtitles rendering
fbb9568a 377Summary(pl.UTF-8): Wtyczka GStreamera do renderowania napisów ASS/SSA
03d20e46 378Group: Libraries
c0e90116
JB
379Requires: gstreamer >= %{gst_ver}
380Requires: gstreamer-plugins-base >= %{gstpb_ver}
faf46047 381Requires: libass >= 0.10.2
03d20e46
JB
382
383%description -n gstreamer-ass
384GStreamer plugin for ASS/SSA subtitles rendering.
385
894f3410 386%description -n gstreamer-ass -l pl.UTF-8
fbb9568a 387Wtyczka GStreamera do renderowania napisów ASS/SSA.
03d20e46 388
2fbdaa36
JB
389%package -n gstreamer-audio-effects-bad
390Summary: Bad GStreamer audio effects plugins
fbb9568a 391Summary(pl.UTF-8): Złe wtyczki efektów dźwiękowych dla GStreamera
2fbdaa36 392Group: Libraries
c0e90116
JB
393Requires: gstreamer >= %{gst_ver}
394Requires: gstreamer-plugins-base >= %{gstpb_ver}
7658a40e 395Obsoletes: gstreamer-audio-effects < 0.10
2fbdaa36
JB
396
397%description -n gstreamer-audio-effects-bad
398Bad GStreamer audio effects plugins.
399
e4fae186 400%description -n gstreamer-audio-effects-bad -l pl.UTF-8
fbb9568a 401Złe wtyczki efektów dźwiękowych dla GStreamera.
2fbdaa36 402
faf46047
JB
403%package -n gstreamer-audiosink-tinyalsa
404Summary: GStreamer ALSA audio output plugin using tinyalsa library
405Summary(pl.UTF-8): Wtyczka wyjścia dźwięku ALSA dla GStreamera, wykorzystująca bibliotekę tinyalsa
406Group: Libraries
c0e90116
JB
407Requires: gstreamer >= %{gst_ver}
408Requires: gstreamer-plugins-base >= %{gstpb_ver}
faf46047
JB
409Provides: gstreamer-audiosink = %{version}
410
411%description -n gstreamer-audiosink-tinyalsa
412GStreamer ALSA audio output plugin using tinyalsa library.
413
414%description -n gstreamer-audiosink-tinyalsa -l pl.UTF-8
415Wtyczka wyjścia dźwięku ALSA dla GStreamera, wykorzystująca bibliotekę
416tinyalsa.
417
4271fa72
JB
418%package -n gstreamer-aom
419Summary: GStreamer AOM plugin
420Summary(pl.UTF-8): Wtyczka AOM dla GStreamera
421Group: Libraries
c0e90116
JB
422Requires: gstreamer >= %{gst_ver}
423Requires: gstreamer-plugins-base >= %{gstpb_ver}
4271fa72
JB
424
425%description -n gstreamer-aom
426GStreamer AV1 encoder/decoder plugin based on AOM library.
427
428%description -n gstreamer-aom -l pl.UTF-8
429Oparta na bibliotece AOM wtyczka GStreamera kodująca/dekodująca format
430AV1.
431
67de91e1
JB
432%package -n gstreamer-avtp
433Summary: GStreamer AVTP (Audio/Video Transport Protocol) plugin
434Summary(pl.UTF-8): Wtyczka protokołu AVTP (Audio/Video Transport Protocol) dla GStreamera
435Group: Libraries
436Requires: gstreamer >= %{gst_ver}
437Requires: gstreamer-plugins-base >= %{gstpb_ver}
438Conflicts: gstreamer-plugins-bad < 1.20.1-2
439
440%description -n gstreamer-avtp
441GStreamer AVTP (Audio/Video Transport Protocol) plugin.
442
443%description -n gstreamer-avtp -l pl.UTF-8
444Wtyczka protokołu AVTP (Audio/Video Transport Protocol) dla
445GStreamera.
446
673b9bb3
JB
447%package -n gstreamer-bluez
448Summary: GStreamer plugin for Bluez-based bluetooth support
449Summary(pl.UTF-8): Wtyczka GStreamera do obsługi bluetooth w oparciu o Bluez
450Group: Libraries
764dce5e 451Requires: bluez-libs >= 5.0
c0e90116 452Requires: gstreamer >= %{gst_ver}
7658a40e 453Obsoletes: gstreamer-bluetooth < 1.2
673b9bb3
JB
454
455%description -n gstreamer-bluez
456GStreamer plugin for Bluez-based bluetooth support.
457
458%description -n gstreamer-bluez -l pl.UTF-8
459Wtyczka GStreamera do obsługi bluetooth w oparciu o Bluez.
460
32f3caae
JB
461%package -n gstreamer-bs2b
462Summary: GStreamer bs2b plugin
463Summary(pl.UTF-8): Wtyczka bs2b dla GStreamera
464Group: Libraries
465Requires: gstreamer >= %{gst_ver}
466Requires: gstreamer-plugins-base >= %{gstpb_ver}
467Requires: libbs2b >= 3.1.0
468
469%description -n gstreamer-bs2b
470GStreamer plugin to improve headphone listening of stereo audio
471records using the b2sb library.
472
473%description -n gstreamer-bs2b -l pl.UTF-8
474Wtyczka GStreamera poprawiająca odsłuchiwanie nagrań stereofonicznych
475przez słuchawki przy użyciu biblioteki bs2b.
476
11506ac9
JB
477%package -n gstreamer-chromaprint
478Summary: GStreamer Chromaprint audio fingerprinting plugin
479Summary(pl.UTF-8): Wtyczka Chromaprint do odcisków identyfikacyjnych dźwięku dla GStreamera
480Group: Libraries
c0e90116
JB
481Requires: gstreamer >= %{gst_ver}
482Requires: gstreamer-plugins-base >= %{gstpb_ver}
11506ac9
JB
483
484%description -n gstreamer-chromaprint
485GStreamer Chromaprint audio fingerprinting plugin.
486
487%description -n gstreamer-chromaprint -l pl.UTF-8
488Wtyczka GStreamera wykonująca odciski identyfikacyjne dźwięku przy
489użyciu biblioteki Chromaprint.
490
f288c459
BS
491%package -n gstreamer-closedcaption
492Summary: GStreamer Closedcaption plugin
493Summary(pl.UTF-8): Wtyczka Closedcaption dla GStreamera
494Group: Libraries
c0e90116
JB
495Requires: gstreamer >= %{gst_ver}
496Requires: gstreamer-plugins-base >= %{gstpb_ver}
497Requires: pango >= 1:1.22.0
f288c459
BS
498
499%description -n gstreamer-closedcaption
500Plugin for Closedcaption support.
501
502%description -n gstreamer-closedcaption -l pl.UTF-8
503Wtyczka GStreamera obsługująca Closedcaption.
504
14dce2c9
JB
505%package -n gstreamer-colormanagement
506Summary: GStreamer color management correction plugin
507Summary(pl.UTF-8): Wtyczka korekt zarządzania kolorami dla GStreamera
508Group: Libraries
509Requires: gstreamer >= %{gst_ver}
510Requires: gstreamer-plugins-base >= %{gstpb_ver}
511Requires: lcms2 >= 2.7
512Conflicts: gstreamer-plugins-bad < 1.20.1-2
513
514%description -n gstreamer-colormanagement
515GStreamer color management correction plugin.
516
517%description -n gstreamer-colormanagement -l pl.UTF-8
518Wtyczka korekt zarządzania kolorami dla GStreamera.
519
64855c1e
JB
520%package -n gstreamer-curl
521Summary: GStreamer cURL network sink plugin
522Summary(pl.UTF-8): Wtyczka wyjścia sieciowego cURL dla GStreamera
523Group: Libraries
32f3caae
JB
524# for locales
525Requires: %{name} = %{version}-%{release}
8e2f3384 526Requires: curl-libs >= 7.55.0
c0e90116 527Requires: gstreamer >= %{gst_ver}
ba5fbc34 528Requires: libssh2 >= 1.4.3
64855c1e
JB
529
530%description -n gstreamer-curl
531GStreamer network sink plugin that uses libcurl as a client to upload
532data to a server (e.g. HTTP or FTP).
533
534%description -n gstreamer-curl -l pl.UTF-8
535Wtyczka wyjścia sieciowego GStreamera wykorzystująca libcurl jako
536klienta do wysyłania danych na serwer (np. HTTP lub FTP).
537
14dce2c9
JB
538%package -n gstreamer-dash
539Summary: GStreamer DASH demuxer plugin
540Summary(pl.UTF-8): Wtyczka demuksera DASH dla GStreamera
541Group: Libraries
32f3caae
JB
542# for libgstadaptivedemux, libgstisoff, libgsturidownloader
543Requires: %{name} = %{version}-%{release}
14dce2c9
JB
544Requires: gstreamer >= %{gst_ver}
545Requires: gstreamer-plugins-base >= %{gstpb_ver}
546Requires: libxml2 >= 1:2.8
14dce2c9
JB
547
548%description -n gstreamer-dash
549GStreamer DASH demuxer plugin.
550
551%description -n gstreamer-dash -l pl.UTF-8
552Wtyczka demuksera DASH dla GStreamera.
553
d44ce5ee
JB
554%package -n gstreamer-dc1394
555Summary: GStreamer 1394 IIDC (Firewire digital cameras) video source plugin
fbb9568a 556Summary(pl.UTF-8): Wtyczka źródła obrazu 1394 IIDC (z kamer cyfrowych Firewire) dla GStreamera
d44ce5ee 557Group: Libraries
c0e90116 558Requires: gstreamer >= %{gst_ver}
32f3caae 559Requires: gstreamer-plugins-base >= %{gstpb_ver}
d44ce5ee
JB
560
561%description -n gstreamer-dc1394
562GStreamer 1394 IIDC (Firewire digital cameras) video source plugin.
563
564%description -n gstreamer-dc1394 -l pl.UTF-8
3b6ed238
PZ
565Wtyczka źródła obrazu 1394 IIDC (z kamer cyfrowych Firewire) do
566GStreamera.
d44ce5ee 567
f64edc00
JB
568%package -n gstreamer-dtls
569Summary: GStreamer DTLS decoder and encoder plugin
570Summary(pl.UTF-8): Wtyczka kodera i dekodera DTLS dla GStreamera
571Group: Libraries
c0e90116 572Requires: gstreamer >= %{gst_ver}
eafe4b1b 573Requires: openssl >= 1.0.1
f64edc00
JB
574
575%description -n gstreamer-dtls
576GStreamer DTLS decoder and encoder plugin.
577
578%description -n gstreamer-dtls -l pl.UTF-8
579Wtyczka kodera i dekodera DTLS dla GStreamera.
580
0c737202
JB
581%package -n gstreamer-dts
582Summary: GStreamer DTS plugin
fbb9568a 583Summary(pl.UTF-8): Wtyczka DTS dla GStreamera
0c737202 584Group: Libraries
c0e90116
JB
585Requires: gstreamer >= %{gst_ver}
586Requires: gstreamer-plugins-base >= %{gstpb_ver}
0c737202
JB
587
588%description -n gstreamer-dts
589Plugin for DTS Coherent Acoustics support.
590
e4fae186 591%description -n gstreamer-dts -l pl.UTF-8
fbb9568a
JB
592Wtyczka GStreamera obsługująca DTS Coherent Acoustics.
593
594%package -n gstreamer-fdkaac
595Summary: GStreamer FDK-AAC plugin
596Summary(pl.UTF-8): Wtyczka FDK-AAC dla GStreamera
597Group: Libraries
1b809793 598Requires: fdk-aac >= 0.1.4
c0e90116
JB
599Requires: gstreamer >= %{gst_ver}
600Requires: gstreamer-plugins-base >= %{gstpb_ver}
fbb9568a
JB
601
602%description -n gstreamer-fdkaac
603GStreamer FDK AAC audio decoder/encoder plugin.
604
605%description -n gstreamer-fdkaac -l pl.UTF-8
606Wtyczka GStreamera do kodowania i dekodowania dźwięku FDK AAC.
0c737202 607
139776ad
PZ
608%package -n gstreamer-flite
609Summary: GStreamer Flite plugin
fbb9568a 610Summary(pl.UTF-8): Wtyczka Flite dla GStreamera
139776ad 611Group: Libraries
c0e90116
JB
612Requires: gstreamer >= %{gst_ver}
613Requires: gstreamer-plugins-base >= %{gstpb_ver}
139776ad
PZ
614
615%description -n gstreamer-flite
616Plugin for Flite support.
617
618%description -n gstreamer-flite -l pl.UTF-8
fbb9568a 619Wtyczka GStreamera obsługująca Flite.
139776ad 620
4012a887
JB
621%package -n gstreamer-fluidsynth
622Summary: GStreamer FluidSynth MIDI plugin
fbb9568a 623Summary(pl.UTF-8): Wtyczka FluidSynth MIDI dla GStreamera
4012a887
JB
624Group: Libraries
625# for generic gstmidi plugin
626Requires: %{name} = %{version}-%{release}
e0af2697 627Requires: fluidsynth >= 1.0
c0e90116 628Requires: gstreamer >= %{gst_ver}
4012a887
JB
629
630%description -n gstreamer-fluidsynth
631GStreamer FluidSynth MIDI plugin.
632
633%description -n gstreamer-fluidsynth -l pl.UTF-8
fbb9568a 634Wtyczka FluidSynth MIDI dla GStreamera.
4012a887 635
fd22d110
JB
636%package -n gstreamer-gme
637Summary: GStreamer GME Audio Decoder plugin
fbb9568a 638Summary(pl.UTF-8): Wtyczka GStreamera dekodująca dźwięk GME
fd22d110 639Group: Libraries
673b9bb3 640Requires: game-music-emu >= 0.5.6
c0e90116 641Requires: gstreamer >= %{gst_ver}
7658a40e 642Obsoletes: gstreamer-nsf < 1.6
c0e90116 643Obsoletes: gstreamer-spc < 1.16.0
fd22d110
JB
644
645%description -n gstreamer-gme
646GStreamer GME Audio Decoder plugin.
647
648%description -n gstreamer-gme -l pl.UTF-8
fbb9568a 649Wtyczka GStreamera dekodująca dźwięk GME.
fd22d110 650
9ea7566d
JB
651%package -n gstreamer-gsettings
652Summary: GStreamer GSettings plugin
fbb9568a 653Summary(pl.UTF-8): Wtyczka GSettings dla GStreamera
9ea7566d 654Group: Libraries
d2d87bf1 655Requires: glib2 >= 1:2.56.0
c0e90116 656Requires: gstreamer >= %{gst_ver}
9ea7566d
JB
657
658%description -n gstreamer-gsettings
659GStreamer GSettings plugin.
660
661%description -n gstreamer-gsettings -l pl.UTF-8
fbb9568a 662Wtyczka GSettings dla GStreamera.
9ea7566d 663
2fbdaa36
JB
664%package -n gstreamer-gsm
665Summary: GStreamer plugin for GSM lossy audio format
fbb9568a 666Summary(pl.UTF-8): Wtyczka GStreamera obsługująca stratny format dźwięku GSM
2fbdaa36 667Group: Libraries
c0e90116
JB
668Requires: gstreamer >= %{gst_ver}
669Requires: gstreamer-plugins-base >= %{gstpb_ver}
2fbdaa36
JB
670
671%description -n gstreamer-gsm
672Output plugin for GStreamer to convert to GSM lossy audio format.
673
e4fae186
JR
674%description -n gstreamer-gsm -l pl.UTF-8
675Wtyczka wyjścia dźwięku GSteamera konwertująca do stratnego formatu
2fbdaa36
JB
676GSM.
677
67de91e1
JB
678%package -n gstreamer-hls
679Summary: GStreamer HLS (HTTP Live Streaming) plugin
680Summary(pl.UTF-8): Wtyczka HLS (HTTP Live Streaming) dla GStreamera
681Group: Libraries
32f3caae
JB
682# for libgstadaptivedemux, libgsturidownloader
683Requires: %{name} = %{version}-%{release}
67de91e1
JB
684Requires: gstreamer >= %{gst_ver}
685Requires: gstreamer-plugins-base >= %{gstpb_ver}
686Requires: nettle >= 3.0
67de91e1
JB
687
688%description -n gstreamer-hls
689GStreamer HLS (HTTP Live Streaming) plugin.
690
691%description -n gstreamer-hls -l pl.UTF-8
692Wtyczka HLS (HTTP Live Streaming) dla GStreamera.
693
01601022
JB
694%package -n gstreamer-iqa
695Summary: GStreamer analyzer plugin to provide various Image Quality Assessment metrics
696Summary(pl.UTF-8): Wtyczka analizująca GStreamera zapewniająca różne wskaźniki oceny jakości obrazu
697Group: Libraries
c0e90116
JB
698Requires: gstreamer >= %{gst_ver}
699Requires: gstreamer-plugins-base >= %{gstpb_ver}
01601022
JB
700
701%description -n gstreamer-iqa
702GStreamer analyzer plugin to provide various Image Quality Assessment
703metrics.
704
705%description -n gstreamer-iqa -l pl.UTF-8
706Wtyczka analizująca GStreamera zapewniająca różne wskaźniki oceny
707jakości obrazu.
708
67de91e1
JB
709%package -n gstreamer-isac
710Summary: GStreamer iSAC codec plugin
711Summary(pl.UTF-8): Wtyczka kodeka iSAC dla GStreamera
712Group: Libraries
713Requires: gstreamer >= %{gst_ver}
714Requires: gstreamer-plugins-base >= %{gstpb_ver}
715Requires: webrtc-audio-processing1 >= 1.0
716Conflicts: gstreamer-plugins-bad < 1.20.1-2
717
718%description -n gstreamer-isac
719GStreamer plugin to encode and decode audio using iSAC codec.
720
721%description -n gstreamer-isac -l pl.UTF-8
722Wtyczka GStreamera do kodowania i dekodowania dźwięku przy użyciu
723kodeka iSAC.
724
9ea7566d
JB
725%package -n gstreamer-kate
726Summary: GStreamer plugin for Kate text streams
727Summary(pl.UTF-8): Wtyczka obsługująca strumienie tekstowe Kate dla GStreamera
728Group: Libraries
c0e90116
JB
729Requires: gstreamer >= %{gst_ver}
730Requires: gstreamer-plugins-base >= %{gstpb_ver}
9ea7566d 731Requires: libkate >= 0.1.7
f6bea579 732Requires: libtiger >= 0.3.2
9ea7566d
JB
733
734%description -n gstreamer-kate
735GStreamer plugin for Kate text streams.
736
737%description -n gstreamer-kate -l pl.UTF-8
738Wtyczka obsługująca strumienie tekstowe Kate dla GStreamera.
739
fbb9568a
JB
740%package -n gstreamer-videosink-kms
741Summary: GStreamer KMS output plugin
1b809793 742Summary(pl.UTF-8): Wtyczka wyjścia obrazu KMS dla GStreamera
fbb9568a 743Group: Libraries
c0e90116
JB
744Requires: gstreamer >= %{gst_ver}
745Requires: gstreamer-plugins-base >= %{gstpb_ver}
8e2f3384 746Requires: libdrm >= 2.4.98
fbb9568a
JB
747Provides: gstreamer-videosink = %{version}
748
749%description -n gstreamer-videosink-kms
750GStreamer KMS output plugin.
751
752%description -n gstreamer-videosink-kms -l pl.UTF-8
753Wtyczka wyjścia obrazu KMS dla GStreamera.
754
c1cb81af
JB
755%package -n gstreamer-ladspa
756Summary: GStreamer wrapper for LADSPA plugins
63d1273e 757Summary(pl.UTF-8): Wrapper do wtyczek LADSPA dla GStreamera
c1cb81af 758Group: Libraries
c0e90116
JB
759Requires: gstreamer >= %{gst_ver}
760Requires: gstreamer-plugins-base >= %{gstpb_ver}
c1cb81af
JB
761
762%description -n gstreamer-ladspa
763Plugin which wraps LADSPA plugins for use by GStreamer applications.
764
e4fae186
JR
765%description -n gstreamer-ladspa -l pl.UTF-8
766Wtyczka pozwalająca na używanie wtyczek LADSPA przez aplikacje
c1cb81af
JB
767GStreamera.
768
ca9a7f8c
JP
769%package -n gstreamer-ldac
770Summary: GStreamer LDAC plugin
771Summary(pl.UTF-8): Wtyczka LDAC dla GStreamera
772Group: Libraries
773Requires: gstreamer >= %{gst_ver}
774Requires: gstreamer-plugins-base >= %{gstpb_ver}
775
776%description -n gstreamer-ldac
777LDAC bluetooth audio codec plugin for GStreamer.
778
779%description -n gstreamer-ldac -l pl.UTF-8
780Wtyczka kodeka dźwięku bluetooth LDAC dla GStreamera.
781
fb3f49aa
JB
782%package -n gstreamer-libde265
783Summary: GStreamer libde265 H.265 decoder plugin
fbb9568a 784Summary(pl.UTF-8): Wtyczka dekodera H.265 libde265 dla GStreamera
fb3f49aa 785Group: Libraries
c0e90116
JB
786Requires: gstreamer >= %{gst_ver}
787Requires: gstreamer-plugins-base >= %{gstpb_ver}
fb3f49aa
JB
788Requires: libde265 >= 0.9
789
790%description -n gstreamer-libde265
791GStreamer libde265 plugin - H.265 decoder.
792
793%description -n gstreamer-libde265 -l pl.UTF-8
fbb9568a 794Wtyczka libde265 dla GStreamera - dekoder H.265.
fb3f49aa 795
5b48a746
JB
796%package -n gstreamer-lv2
797Summary: GStreamer wrapper for LV2 plugins
798Summary(pl.UTF-8): Wrapper do wtyczek LV2 dla GStreamera
799Group: Libraries
fb3f49aa
JB
800# for libgstsignalprocessor
801Requires: %{name} = %{version}-%{release}
c0e90116
JB
802Requires: gstreamer >= %{gst_ver}
803Requires: gstreamer-plugins-base >= %{gstpb_ver}
fbb9568a 804Requires: lilv >= 0.22
5b48a746
JB
805
806%description -n gstreamer-lv2
807Plugin which wraps LV2 plugins for use by GStreamer applications.
808
809%description -n gstreamer-lv2 -l pl.UTF-8
810Wtyczka pozwalająca na używanie wtyczek LV2 przez aplikacje
811GStreamera.
812
67de91e1
JB
813%package -n gstreamer-microdns
814Summary: GStreamer microdns MDNS Device Provider plugin
815Summary(pl.UTF-8): Wtyczka microdns dla GStreamera udostępniająca urządzania MDNS
816Group: Libraries
817Requires: gstreamer >= %{gst_ver}
67de91e1
JB
818Conflicts: gstreamer-plugins-bad < 1.20.1-2
819
820%description -n gstreamer-microdns
821GStreamer plugin to list and provide MDNS-advertised source devices.
822
823%description -n gstreamer-microdns -l pl.UTF-8
824Wtyczka GStreamera pokazująca listę i udostępniająca urządzenia
825źródłowe rozgłaszające się przez MDNS.
826
3a8fb9fb
JB
827%package -n gstreamer-mjpegtools
828Summary: GStreamer mpeg2enc plugin
fbb9568a 829Summary(pl.UTF-8): Wtyczka mpeg2enc dla GStreamera
1a2f531c 830Group: Libraries
c0e90116
JB
831Requires: gstreamer >= %{gst_ver}
832Requires: gstreamer-plugins-base >= %{gstpb_ver}
3f1c8f8a 833Requires: mjpegtools-libs >= 2.0.0
3a8fb9fb
JB
834
835%description -n gstreamer-mjpegtools
836GStreamer mpeg2enc plugin (based on mjpegtools libraries).
837
e4fae186 838%description -n gstreamer-mjpegtools -l pl.UTF-8
fbb9568a 839Wtyczka mpeg2enc dla GStreamera (oparta na bibliotekach mjpegtools).
3a8fb9fb 840
5c5c7731
JB
841%package -n gstreamer-modplug
842Summary: GStreamer .MOD audio decoding plugin
843Summary(pl.UTF-8): Wtyczka GStreamera dekodująca dźwięk .MOD
844Group: Libraries
845Requires: gstreamer >= %{gst_ver}
5c5c7731
JB
846Conflicts: gstreamer-plugins-bad < 1.20.1-2
847
848%description -n gstreamer-modplug
849GStreamer GME Audio Decoder plugin.
850
851%description -n gstreamer-modplug -l pl.UTF-8
852Wtyczka GStreamera dekodująca dźwięk GME.
853
fbb9568a
JB
854%package -n gstreamer-msdk
855Summary: Intel MediaSDK (MFX) plugin for GStreamer
856Summary(pl.UTF-8): Wtyczka MediaSDK (MFX) dla GStreamera
857Group: Libraries
32f3caae
JB
858# for libgstcodecparsers
859Requires: %{name} = %{version}-%{release}
c0e90116
JB
860Requires: gstreamer >= %{gst_ver}
861Requires: gstreamer-plugins-base >= %{gstpb_ver}
32f3caae 862Requires: libdrm >= 2.4.98
fbb9568a
JB
863
864%description -n gstreamer-msdk
865GStreamer video decoder/encoder based on Intel MediaSDK (MFX) library.
866
867%description -n gstreamer-msdk -l pl.UTF-8
868Wtyczka kodera/dekodera obrazu GStreamera oparta na bibliotece Intel
869MediaSDK (MFX).
2fbdaa36
JB
870
871%package -n gstreamer-musepack
872Summary: GStreamer musepack plugin
fbb9568a 873Summary(pl.UTF-8): Wtyczka musepack dla GStreamera
2fbdaa36 874Group: Libraries
c0e90116 875Requires: gstreamer >= %{gst_ver}
2fbdaa36
JB
876
877%description -n gstreamer-musepack
878GStreamer musepack plugin.
879
e4fae186 880%description -n gstreamer-musepack -l pl.UTF-8
fbb9568a 881Wtyczka musepack dla GStreamera.
2fbdaa36 882
0c737202
JB
883%package -n gstreamer-neon
884Summary: GStreamer neon HTTP source plugin
fbb9568a 885Summary(pl.UTF-8): Wtyczka źródła HTTP neon dla GStreamera
0c737202 886Group: Libraries
c0e90116 887Requires: gstreamer >= %{gst_ver}
9ea7566d 888Requires: neon >= 0.27.0
0c737202
JB
889
890%description -n gstreamer-neon
891GStreamer neon HTTP source plugin.
892
e4fae186 893%description -n gstreamer-neon -l pl.UTF-8
fbb9568a 894Wtyczka źródła HTTP neon dla GStreamera.
0c737202 895
3f1c8f8a
JB
896%package -n gstreamer-openal
897Summary: GStreamer OpenAL audio input/output plugin
fbb9568a 898Summary(pl.UTF-8): Wtyczka wejścia/wyjścia dźwięku OpenAL dla GStreamera
3f1c8f8a 899Group: Libraries
dd0c9a05 900Requires: OpenAL >= 1.14
c0e90116
JB
901Requires: gstreamer >= %{gst_ver}
902Requires: gstreamer-plugins-base >= %{gstpb_ver}
3f1c8f8a
JB
903Provides: gstreamer-audiosink = %{version}
904
905%description -n gstreamer-openal
906GStreamer OpenAL support plugin, providing audio sink and source.
907
908%description -n gstreamer-openal -l pl.UTF-8
fbb9568a
JB
909Wtyczka GStreamera obsługująca OpenAL, zapewniająca wyjście i źródło
910dźwięku.
3f1c8f8a 911
5c5c7731
JB
912%package -n gstreamer-openaptx
913Summary: GStreamer aptX codec plugin
914Summary(pl.UTF-8): Wtyczka kodeka aptX dla GStreamera
915Group: Libraries
916Requires: gstreamer >= %{gst_ver}
917Requires: gstreamer-plugins-base >= %{gstpb_ver}
918Conflicts: gstreamer-plugins-bad < 1.20.1-2
919
920%description -n gstreamer-openaptx
921GStreamer OpenEXR plugin - Audio Processing Technology codec (aptX).
922
923%description -n gstreamer-openaptx -l pl.UTF-8
924Wtyczka OpenEXR dla GStreamera - kodek Audio Processing Technology
925(aptX).
926
ec79bdfa
JB
927%package -n gstreamer-opencv
928Summary: GStreamer OpenCV plugin
fbb9568a 929Summary(pl.UTF-8): Wtyczka OpenCV dla GStreamera
ec79bdfa 930Group: Libraries
fb3f49aa
JB
931# for locales
932Requires: %{name} = %{version}-%{release}
c0e90116 933Requires: gstreamer >= %{gst_ver}
35c87e72 934Requires: gstreamer-opencv-libs = %{version}-%{release}
c0e90116 935Requires: gstreamer-plugins-base >= %{gstpb_ver}
ec79bdfa
JB
936
937%description -n gstreamer-opencv
938GStreamer OpenCV plugin. It contains the following elements:
939facedetect, faceblur, edgedetect, cvsobel, cvsmooth, cvlaplace,
940cverode, cvequalizehist, cvdilate, textwrite, templatematch,
941pyramidsegment.
942
943%description -n gstreamer-opencv -l pl.UTF-8
fbb9568a 944Wtyczka OpenCV dla GStreamera. Zawiera następujące elementy:
ec79bdfa
JB
945facedetect, faceblur, edgedetect, cvsobel, cvsmooth, cvlaplace,
946cverode, cvequalizehist, cvdilate, textwrite, templatematch,
947pyramidsegment.
948
35c87e72
JB
949%package -n gstreamer-opencv-libs
950Summary: GStreamer OpenCV shared library
951Summary(pl.UTF-8): Biblioteka współdzielona GStreamer OpenCV
952Group: Libraries
c0e90116
JB
953Requires: gstreamer >= %{gst_ver}
954Requires: gstreamer-plugins-base >= %{gstpb_ver}
35c87e72
JB
955Requires: opencv >= 1:2.3.0
956
957%description -n gstreamer-opencv-libs
958GStreamer OpenCV shared library.
959
960%description -n gstreamer-opencv-libs -l pl.UTF-8
961Biblioteka współdzielona GStreamer OpenCV.
962
963%package -n gstreamer-opencv-devel
964Summary: Header files for GStreamer OpenCV library
965Summary(pl.UTF-8): Pliki nagłówkowe biblioteki GStreamer OpenCV
966Group: Development/Libraries
c0e90116 967Requires: gstreamer-devel >= %{gst_ver}
35c87e72 968Requires: gstreamer-opencv-libs = %{version}-%{release}
c0e90116 969Requires: gstreamer-plugins-base-devel >= %{gstpb_ver}
35c87e72
JB
970
971%description -n gstreamer-opencv-devel
972Header files for GStreamer OpenCV library.
973
974%description -n gstreamer-opencv-devel -l pl.UTF-8
975Pliki nagłówkowe biblioteki GStreamer OpenCV.
976
ba5fbc34
JB
977%package -n gstreamer-openexr
978Summary: GStreamer OpenEXR plugin
fbb9568a 979Summary(pl.UTF-8): Wtyczka OpenEXR dla GStreamera
ba5fbc34 980Group: Libraries
c0e90116
JB
981Requires: gstreamer >= %{gst_ver}
982Requires: gstreamer-plugins-base >= %{gstpb_ver}
ba5fbc34
JB
983
984%description -n gstreamer-openexr
985GStreamer OpenEXR plugin - OpenEXR-based EXR streams decoder.
986
987%description -n gstreamer-openexr -l pl.UTF-8
fbb9568a 988Wtyczka OpenEXR dla GStreamera - dekoder strumieni EXR oparty na
ba5fbc34
JB
989bibliotece OpenEXR.
990
f64edc00
JB
991%package -n gstreamer-openh264
992Summary: GStreamer OpenH264 encoder/decoder plugin
fbb9568a 993Summary(pl.UTF-8): Wtyczka kodera/dekodera OpenH264 dla GStreamera
f64edc00 994Group: Libraries
c0e90116
JB
995Requires: gstreamer >= %{gst_ver}
996Requires: gstreamer-plugins-base >= %{gstpb_ver}
f64edc00
JB
997Requires: openh264 >= 1.3.0
998
999%description -n gstreamer-openh264
1000GStreamer OpenH264 plugin - H.264 encoder/decoder.
1001
1002%description -n gstreamer-openh264 -l pl.UTF-8
fbb9568a 1003Wtyczka OpenH264 dla GStreamera - koder/dekoder H.264.
f64edc00 1004
4012a887
JB
1005%package -n gstreamer-openjpeg
1006Summary: GStreamer OpenJPEG plugin
fbb9568a 1007Summary(pl.UTF-8): Wtyczka OpenJPEG dla GStreamera
4012a887 1008Group: Libraries
32f3caae
JB
1009# for libgstcodecparsers
1010Requires: %{name} = %{version}-%{release}
c0e90116
JB
1011Requires: gstreamer >= %{gst_ver}
1012Requires: gstreamer-plugins-base >= %{gstpb_ver}
7658a40e 1013Obsoletes: gstreamer-jasper < 1.0
4012a887
JB
1014
1015%description -n gstreamer-openjpeg
1016GStreamer OpenJPEG plugin - OpenJPEG-based JPEG2000 decoder/encoder.
1017
1018%description -n gstreamer-openjpeg -l pl.UTF-8
fbb9568a 1019Wtyczka OpenJPEG dla GStreamera - koder/dekoder JPEG2000 oparty na
4012a887
JB
1020bibliotece OpenJPEG.
1021
4271fa72
JB
1022%package -n gstreamer-openmpt
1023Summary: GStreamer OpenMPT plugin
1024Summary(pl.UTF-8): Wtyczka OpenMPT dla GStreamera
1025Group: Libraries
32f3caae 1026# for libgstbadaudio
4271fa72 1027Requires: %{name} = %{version}-%{release}
c0e90116
JB
1028Requires: gstreamer >= %{gst_ver}
1029Requires: gstreamer-plugins-base >= %{gstpb_ver}
4271fa72
JB
1030
1031%description -n gstreamer-openmpt
1032GStreamer OpenMPT module player plugin.
1033
1034%description -n gstreamer-openmpt -l pl.UTF-8
1035Wtyczka GStreamera OpenMPT do odtwarzania modułów.
1036
8f76ac4a
JB
1037%package -n gstreamer-openni2
1038Summary: GStreamer OpenNI2 video input plugin
fbb9568a 1039Summary(pl.UTF-8): Wtyczka wejścia obrazu OpenNI2 dla GStreamera
8f76ac4a 1040Group: Libraries
c0e90116
JB
1041Requires: gstreamer >= %{gst_ver}
1042Requires: gstreamer-plugins-base >= %{gstpb_ver}
8f76ac4a
JB
1043
1044%description -n gstreamer-openni2
1045GStreamer OpenNI2 plugin to extract readings from an OpenNI supported
1046device (Kinect etc.).
1047
1048%description -n gstreamer-openni2 -l pl.UTF-8
fbb9568a 1049Wtyczka OpenNI2 dla GStreamera, pobierająca odczyty z urządzeń
8f76ac4a
JB
1050obsługiwanych przez bibliotekę OpenNI (np. Kinect).
1051
4e496b08 1052%package -n gstreamer-opusparse
3f1c8f8a 1053Summary: GStreamer OPUS audio decoder/encoder plugin
fbb9568a 1054Summary(pl.UTF-8): Wtyczka kodera/dekodera dźwięku OPUS dla GStreamera
3f1c8f8a 1055Group: Libraries
c0e90116
JB
1056Requires: gstreamer >= %{gst_ver}
1057Requires: gstreamer-plugins-base >= %{gstpb_ver}
3f1c8f8a 1058Requires: opus >= 0.9.4
7658a40e 1059Obsoletes: gstreamer-celt < 1.2
3f1c8f8a 1060
4e496b08 1061%description -n gstreamer-opusparse
3f1c8f8a
JB
1062GStreamer OPUS audio decoder/encoder plugin.
1063
4e496b08 1064%description -n gstreamer-opusparse -l pl.UTF-8
3f1c8f8a
JB
1065Wtyczka GStreamera kodująca/dekodująca dźwięk w formacie OPUS.
1066
14dce2c9
JB
1067%package -n gstreamer-qroverlay
1068Summary: GStreamer QR overlay plugin
1069Summary(pl.UTF-8): Wtyczka nakładki QR dla GStreamera
1070Group: Libraries
1071Requires: gstreamer >= %{gst_ver}
1072Requires: gstreamer-plugins-base >= %{gstpb_ver}
cc1a933a 1073Conflicts: gstreamer-plugins-bad < 1.20.1-2
14dce2c9
JB
1074
1075%description -n gstreamer-qroverlay
1076GStreamer element to set random data on a QR overlay.
1077
1078%description -n gstreamer-qroverlay -l pl.UTF-8
1079Element GStreamera do ustawiania dowolnych danych na nakładce QR.
1080
475ff9bb
JB
1081%package -n gstreamer-resindvd
1082Summary: GStreamer Resin DVD playback plugin
fbb9568a 1083Summary(pl.UTF-8): Wtyczka odtwarzania Resin DVD dla GStreamera
475ff9bb 1084Group: Libraries
3f1c8f8a
JB
1085# for locales
1086Requires: %{name} = %{version}-%{release}
c0e90116
JB
1087Requires: gstreamer >= %{gst_ver}
1088Requires: gstreamer-plugins-base >= %{gstpb_ver}
475ff9bb
JB
1089
1090%description -n gstreamer-resindvd
1091GStreamer Resin DVD playback plugin.
1092
1093%description -n gstreamer-resindvd -l pl.UTF-8
fbb9568a 1094Wtyczka odtwarzania Resin DVD dla GStreamera.
475ff9bb 1095
673b9bb3
JB
1096%package -n gstreamer-rsvg
1097Summary: GStreamer plugin for decoding SVG images
1098Summary(pl.UTF-8): Wtyczka GStreamera do dekodowania obrazów SVG
1099Group: Libraries
c0e90116
JB
1100Requires: gstreamer >= %{gst_ver}
1101Requires: gstreamer-plugins-base >= %{gstpb_ver}
5e5d7f54 1102Requires: librsvg >= 1:2.36.2
673b9bb3
JB
1103
1104%description -n gstreamer-rsvg
1105GStreamer plugin for decoding SVG images.
1106
1107%description -n gstreamer-rsvg -l pl.UTF-8
1108Wtyczka GStreamera do dekodowania obrazów SVG.
1109
64855c1e
JB
1110%package -n gstreamer-rtmp
1111Summary: RTMP stream input plugin for GStreamer
1112Summary(pl.UTF-8): Wtyczka strumieni wejściowych RTMP dla GStreamera
1113Group: Libraries
c0e90116 1114Requires: gstreamer >= %{gst_ver}
64855c1e
JB
1115Conflicts: gstreamer-plugins-bad < 0.10.22
1116
1117%description -n gstreamer-rtmp
1118GStreamer plugin that reads data from a local or remote location
1119specified by an URI, using any protocol supported by the RTMP library,
1120i.e. rtmp, rtmpt, rtmps, rtmpe, rtmpfp, rtmpte and rtmpts.
1121
1122%description -n gstreamer-rtmp -l pl.UTF-8
1123Wtyczka GStreamera czytająca dane z lokalnego lub zdalnego miejsca
1124określonego URI przy użyciu dowolnego protokołu obsługiwanego przez
1125bibliotekę RTMP: rtmp, rtmpt, rtmps, rtmpe, rtmpfp, rtmpte lub rtmpts.
1126
673b9bb3
JB
1127%package -n gstreamer-sbc
1128Summary: GStreamer SBC plugin
1129Summary(pl.UTF-8): Wtyczka SBC dla GStreamera
1130Group: Libraries
c0e90116
JB
1131Requires: gstreamer >= %{gst_ver}
1132Requires: gstreamer-plugins-base >= %{gstpb_ver}
673b9bb3
JB
1133Requires: sbc >= 1.0
1134
1135%description -n gstreamer-sbc
1136SBC bluetooth audio codec plugin for GStreamer.
1137
1138%description -n gstreamer-sbc -l pl.UTF-8
1139Wtyczka kodeka dźwięku bluetooth SBC dla GStreamera.
1140
f288c459
BS
1141%package -n gstreamer-sctp
1142Summary: GStreamer plugin for encoding/decoding SCTP
1143Summary(pl.UTF-8): Wtyczka GStremaera do kodowania/dekodowania SCTP
1144Group: Libraries
32f3caae
JB
1145# for libgstsctp
1146Requires: %{name} = %{version}-%{release}
c0e90116 1147Requires: gstreamer >= %{gst_ver}
f288c459
BS
1148
1149%description -n gstreamer-sctp
1150GStreamer plugin for encoding/decoding SCTP.
1151
1152%description -n gstreamer-sctp -l pl.UTF-8
1153Wtyczka GStremaera do kodowania/dekodowania SCTP.
1154
bf72c8fd
JB
1155%package -n gstreamer-sndfile
1156Summary: GStreamer sndfile plugin
fbb9568a 1157Summary(pl.UTF-8): Wtyczka sndfile dla GStreamera
bf72c8fd
JB
1158Group: Libraries
1159# for locales
1160Requires: %{name} = %{version}-%{release}
c0e90116 1161Requires: gstreamer >= %{gst_ver}
bf72c8fd
JB
1162Requires: libsndfile >= 1.0.16
1163
1164%description -n gstreamer-sndfile
1165GStreamer sndfile source plugin.
1166
1167%description -n gstreamer-sndfile -l pl.UTF-8
fbb9568a 1168Wtyczka sndfile dla GStreamera.
bf72c8fd 1169
58c82848
JB
1170%package -n gstreamer-soundtouch
1171Summary: GStreamer soundtouch plugin
fbb9568a 1172Summary(pl.UTF-8): Wtyczka soundtouch dla GStreamera
58c82848 1173Group: Libraries
c0e90116
JB
1174Requires: gstreamer >= %{gst_ver}
1175Requires: gstreamer-plugins-base >= %{gstpb_ver}
9ea7566d 1176Requires: soundtouch >= 1.4
58c82848
JB
1177
1178%description -n gstreamer-soundtouch
1179GStreamer soundtouch source plugin - audio pitch controller.
1180
e4fae186 1181%description -n gstreamer-soundtouch -l pl.UTF-8
fbb9568a 1182Wtyczka soundtouch dla GStreamera, sterująca wysokością dźwięku.
58c82848 1183
bf72c8fd
JB
1184%package -n gstreamer-spandsp
1185Summary: GStreamer SpanDSP plugin
fbb9568a 1186Summary(pl.UTF-8): Wtyczka SpanDSP dla GStreamera
32fcd46a 1187Group: Libraries
c0e90116 1188Requires: gstreamer >= %{gst_ver}
bf72c8fd 1189Requires: spandsp >= 0.0.6
32fcd46a 1190
bf72c8fd
JB
1191%description -n gstreamer-spandsp
1192GStreamer SpanDSP plugin - audio effect that allows packet loss
1193concealment.
32fcd46a 1194
bf72c8fd 1195%description -n gstreamer-spandsp -l pl.UTF-8
fbb9568a 1196Wtyczka SpanDSP dla GStreamera - efekt dźwiękowy umożliwiający
bf72c8fd 1197ukrywanie strat pakietów.
32fcd46a 1198
4271fa72
JB
1199%package -n gstreamer-srt
1200Summary: GStreamer SRT plugin
1201Summary(pl.UTF-8): Wtyczka SRT dla GStreamera
1202Group: Libraries
c0e90116 1203Requires: gstreamer >= %{gst_ver}
8e2f3384 1204Requires: srt >= 1.3.0
4271fa72
JB
1205
1206%description -n gstreamer-srt
1207GStreamer sink plugin to transfer data via SRT.
1208
1209%description -n gstreamer-srt -l pl.UTF-8
1210Wtyczka GStreamera do przesyłania danych przez SRT.
1211
673b9bb3
JB
1212%package -n gstreamer-srtp
1213Summary: GStreamer plugin for encoding/decoding SRTP
1214Summary(pl.UTF-8): Wtyczka GStremaera do kodowania/dekodowania SRTP
1215Group: Libraries
c0e90116
JB
1216Requires: gstreamer >= %{gst_ver}
1217Requires: gstreamer-plugins-base >= %{gstpb_ver}
4271fa72 1218Requires: libsrtp2-devel >= 2.1.0
673b9bb3
JB
1219
1220%description -n gstreamer-srtp
1221GStreamer plugin for encoding/decoding SRTP.
1222
1223%description -n gstreamer-srtp -l pl.UTF-8
1224Wtyczka GStremaera do kodowania/dekodowania SRTP.
1225
c12164b1
JB
1226%package -n gstreamer-svthevcenc
1227Summary: GStreamer plugin for encoding H265 using SvtHevc library
1228Summary(pl.UTF-8): Wtyczka GStremaera do H265 przy użyciu biblioteki SvtHevc
1229Group: Libraries
32f3caae
JB
1230# for libgstcodecparsers
1231Requires: %{name} = %{version}-%{release}
c12164b1
JB
1232Requires: gstreamer >= %{gst_ver}
1233Requires: gstreamer-plugins-base >= %{gstpb_ver}
1234Requires: svt-hevc >= 1.4.1
1235
1236%description -n gstreamer-svthevcenc
1237GStreamer plugin for encoding H265 using SvtHevc library.
1238
1239%description -n gstreamer-svthevcenc -l pl.UTF-8
1240Wtyczka GStremaera do H265 przy użyciu biblioteki SvtHevc.
1241
3f1c8f8a 1242%package -n gstreamer-teletextdec
fbb9568a
JB
1243Summary: teletext plugin for GStreamer
1244Summary(pl.UTF-8): Wtyczka teletext dla GStreamera
3f1c8f8a 1245Group: Libraries
c0e90116 1246Requires: gstreamer >= %{gst_ver}
3f1c8f8a
JB
1247
1248%description -n gstreamer-teletextdec
1249Teletext decoder plugin for GStreamer.
1250
1251%description -n gstreamer-teletextdec -l pl.UTF-8
fbb9568a 1252Wtyczka GStreamera dekodująca teletekst.
3f1c8f8a 1253
cc1a933a
JB
1254%package -n gstreamer-timecode
1255Summary: GStreamer timecode plugin
1256Summary(pl.UTF-8): Wtyczka kodów czasowych dla GStreamera
1257Group: Libraries
1258Requires: gstreamer >= %{gst_ver}
1259Requires: gstreamer-plugins-base >= %{gstpb_ver}
1260Requires: libltc >= 1.1.3
1261Conflicts: gstreamer-plugins-bad < 1.20.1-2
1262
1263%description -n gstreamer-timecode
1264GStreamer elements related to timecode.
1265
1266%description -n gstreamer-timecode -l pl.UTF-8
1267Elementy GStremera związane z kodami czasowymi.
1268
fbb9568a
JB
1269%package -n gstreamer-ttml
1270Summary: GStreamer TTML subtitles plugin
1271Summary(pl.UTF-8): Wtyczka podpisów TTML dla GStreamera
1272Group: Libraries
c0e90116
JB
1273Requires: gstreamer >= %{gst_ver}
1274Requires: gstreamer-plugins-base >= %{gstpb_ver}
fbb9568a 1275Requires: libxml2 >= 1:2.9.2
c0e90116 1276Requires: pango >= 1:1.22.0
fbb9568a
JB
1277
1278%description -n gstreamer-ttml
1279GStreamer TTML subtitles plugin.
1280
1281%description -n gstreamer-ttml -l pl.UTF-8
1282Wtyczka podpisów TTML dla GStreamera.
466f1e46 1283
673b9bb3
JB
1284%package -n gstreamer-uvch264
1285Summary: GStreamer plugin for UVC compliant H264 encoding cameras
1286Summary(pl.UTF-8): Wtyczka GStreamera do kamer kodujących w H264 zgodnych z UVC
1287Group: Libraries
32f3caae 1288# for libgstbasecamerabinsrc
673b9bb3 1289Requires: %{name} = %{version}-%{release}
c0e90116
JB
1290Requires: gstreamer >= %{gst_ver}
1291Requires: gstreamer-plugins-base >= %{gstpb_ver}
673b9bb3
JB
1292
1293%description -n gstreamer-uvch264
1294GStreamer plugin for UVC compliant H264 encoding cameras.
1295
1296%description -n gstreamer-uvch264 -l pl.UTF-8
1297Wtyczka GStreamera do kamer kodujących w H264 zgodnych z UVC.
1298
14dce2c9
JB
1299%package -n gstreamer-v4l2codecs
1300Summary: GStreamer Video4Linux stateless codecs plugin
1301Summary(pl.UTF-8): Wtyczka bezstanowych kodeków Video4Linux dla GSteamera
1302Group: Libraries
32f3caae
JB
1303# for libgstcodecparsers, libgstcodecs
1304Requires: %{name} = %{version}-%{release}
14dce2c9
JB
1305Requires: gstreamer >= %{gst_ver}
1306Requires: gstreamer-plugins-base >= %{gstpb_ver}
14dce2c9
JB
1307
1308%description -n gstreamer-v4l2codecs
1309GStreamer Video4Linux stateless codecs plugin.
1310
1311%description -n gstreamer-v4l2codecs -l pl.UTF-8
1312Wtyczka bezstanowych kodeków Video4Linux dla GSteamera.
1313
7c120254
JB
1314%package -n gstreamer-va
1315Summary: GStreamer VA-API codecs plugin
1316Summary(pl.UTF-8): Wtyczka kodeków VA-API dla GSteamera
673b9bb3 1317Group: Libraries
32f3caae 1318# for libgstcodecparsers, libgstcodecs, libgstva
673b9bb3 1319Requires: %{name} = %{version}-%{release}
c0e90116
JB
1320Requires: gstreamer >= %{gst_ver}
1321Requires: gstreamer-plugins-base >= %{gstpb_ver}
7c120254 1322Requires: libva-drm >= 1.6
673b9bb3 1323
7c120254
JB
1324%description -n gstreamer-va
1325GStreamer VA-API codecs plugin.
673b9bb3 1326
7c120254
JB
1327%description -n gstreamer-va -l pl.UTF-8
1328Wtyczka kodeków VA-API dla GSteamera.
673b9bb3 1329
61d5c5c2
JB
1330%package -n gstreamer-videosink-directfb
1331Summary: GStreamer DirectFB output plugin
fbb9568a 1332Summary(pl.UTF-8): Wtyczka wyjścia obrazu DirectFB dla GStreamera
61d5c5c2 1333Group: Libraries
c0e90116
JB
1334Requires: gstreamer >= %{gst_ver}
1335Requires: gstreamer-plugins-base >= %{gstpb_ver}
61d5c5c2
JB
1336Provides: gstreamer-videosink = %{version}
1337
1338%description -n gstreamer-videosink-directfb
1339GStreamer DirectFB output plugin.
1340
1341%description -n gstreamer-videosink-directfb -l pl.UTF-8
fbb9568a 1342Wtyczka wyjścia obrazu DirectFB dla GStreamera.
61d5c5c2 1343
61d5c5c2
JB
1344%package -n gstreamer-videosink-wayland
1345Summary: GStreamer plugin for outputing to Wayland
fbb9568a 1346Summary(pl.UTF-8): Wtyczka wyjścia Wayland dla GStreamera
2fbdaa36 1347Group: Libraries
32f3caae 1348# for libgstwayland
fb3f49aa 1349Requires: %{name} = %{version}-%{release}
c0e90116
JB
1350Requires: gstreamer >= %{gst_ver}
1351Requires: gstreamer-plugins-base >= %{gstpb_ver}
c0e90116 1352Requires: wayland >= 1.11.0
2fbdaa36
JB
1353Provides: gstreamer-videosink = %{version}
1354
61d5c5c2
JB
1355%description -n gstreamer-videosink-wayland
1356Plugin for sending output to the Wayland architecture.
2fbdaa36 1357
61d5c5c2
JB
1358%description -n gstreamer-videosink-wayland -l pl.UTF-8
1359Wtyczka przekazująca wyjście do architektury Wayland.
2fbdaa36 1360
3f1c8f8a
JB
1361%package -n gstreamer-voaacenc
1362Summary: AAC encoder plugin for GStreamer
fbb9568a 1363Summary(pl.UTF-8): Wtyczka kodera dźwięku AAC dla GStreamera
3f1c8f8a 1364Group: Libraries
c0e90116
JB
1365Requires: gstreamer >= %{gst_ver}
1366Requires: gstreamer-plugins-base >= %{gstpb_ver}
3f1c8f8a
JB
1367Requires: vo-aacenc >= 0.1.0
1368
1369%description -n gstreamer-voaacenc
1370AAC audio encoder plugin for GStreamer using VisualOn library.
1371
1372%description -n gstreamer-voaacenc -l pl.UTF-8
fbb9568a 1373Wtyczka kodera dźwięku AAC dla GStreamera, wykorzystująca bibliotekę
3f1c8f8a
JB
1374VisualOn.
1375
62ab7977
JB
1376%package -n gstreamer-vulkan
1377Summary: GStreamer Vulkan plugin
1378Summary(pl.UTF-8): Wtyczka GStreamera Vulkan
1379Group: Libraries
32f3caae
JB
1380# for libgstvulkan
1381Requires: %{name} = %{version}-%{release}
c0e90116
JB
1382Requires: gstreamer >= %{gst_ver}
1383Requires: gstreamer-plugins-base >= %{gstpb_ver}
62ab7977
JB
1384Provides: gstreamer-videosink = %{version}
1385
1386%description -n gstreamer-vulkan
1387GStreamer Vulkan video sink and filter (uploader) plugin.
1388
1389%description -n gstreamer-vulkan -l pl.UTF-8
1390Wtyczka GStreamera Vulkan - wyjście i filtr obrazu.
1391
673b9bb3
JB
1392%package -n gstreamer-webp
1393Summary: GStreamer plugin for decoding WebP images
1394Summary(pl.UTF-8): Wtyczka GStreamera do dekodowania obrazów WebP
1395Group: Libraries
c0e90116
JB
1396Requires: gstreamer >= %{gst_ver}
1397Requires: gstreamer-plugins-base >= %{gstpb_ver}
673b9bb3
JB
1398Requires: libwebp >= 0.2.1
1399
1400%description -n gstreamer-webp
1401GStreamer plugin for decoding WebP images.
1402
1403%description -n gstreamer-webp -l pl.UTF-8
1404Wtyczka GStreamera do dekodowania obrazów WebP.
1405
fbb9568a 1406%package -n gstreamer-webrtc
4da20dc8
BS
1407Summary: WebRTC plugin for GStreamer
1408Summary(pl.UTF-8): Wtyczka WebRTC dla GStreamera
1409Group: Libraries
32f3caae
JB
1410# for libgstsctp, libgstwebrtc
1411Requires: %{name} = %{version}-%{release}
c0e90116
JB
1412Requires: gstreamer >= %{gst_ver}
1413Requires: gstreamer-plugins-base >= %{gstpb_ver}
8e2f3384 1414Requires: libnice >= 0.1.17
4da20dc8
BS
1415
1416%description -n gstreamer-webrtc
1417WebRTC plugin for GStreamer.
1418
1419%description -n gstreamer-webrtc -l pl.UTF-8
1420Wtyczka WebRTC dla GStreamera.
1421
1422%package -n gstreamer-webrtcdsp
fbb9568a
JB
1423Summary: WebRTC Audio Processing plugin for GStreamer
1424Summary(pl.UTF-8): Wtyczka WebRTC Audio Processing dla GStreamera
1425Group: Libraries
32f3caae
JB
1426# for libgstbadaudio
1427Requires: %{name} = %{version}-%{release}
c0e90116
JB
1428Requires: gstreamer >= %{gst_ver}
1429Requires: gstreamer-plugins-base >= %{gstpb_ver}
fbb9568a
JB
1430Requires: webrtc-audio-processing >= 0.2
1431
4da20dc8 1432%description -n gstreamer-webrtcdsp
fbb9568a
JB
1433WebRTC Audio Processing plugin for GStreamer.
1434
4da20dc8 1435%description -n gstreamer-webrtcdsp -l pl.UTF-8
fbb9568a
JB
1436Wtyczka WebRTC Audio Processing dla GStreamera.
1437
466f1e46
JB
1438%package -n gstreamer-wildmidi
1439Summary: wildmidi plugin for GStreamer
fbb9568a 1440Summary(pl.UTF-8): Wtyczka wildmidi dla GStreamera
466f1e46 1441Group: Libraries
32f3caae
JB
1442# for libgstbadaudio
1443Requires: %{name} = %{version}-%{release}
c0e90116 1444Requires: gstreamer >= %{gst_ver}
4271fa72 1445Requires: wildmidi >= 0.4
466f1e46
JB
1446
1447%description -n gstreamer-wildmidi
1448wildmidi plugin for GStreamer.
1449
1450%description -n gstreamer-wildmidi -l pl.UTF-8
fbb9568a 1451Wtyczka wildmidi dla GStreamera.
466f1e46 1452
16b9405a
JB
1453%package -n gstreamer-wpe
1454Summary: GStreamer WPE (WebKit web browser) source plugin
1455Summary(pl.UTF-8): Wtyczka GStreamera ze źródłem WPE (przeglądarki WWW opartej na WebKicie)
1456Group: Libraries
1457Requires: gstreamer >= %{gst_ver}
7db6e623 1458Requires: gstreamer-gl-libs >= %{gstpb_ver}
16b9405a 1459Requires: gstreamer-plugins-base >= %{gstpb_ver}
32f3caae 1460Requires: wayland >= 1.11.0
8e2f3384
JB
1461Requires: wpe-webkit >= 2.28
1462Requires: wpebackend-fdo >= 1.8
1463Requires: xorg-lib-libxkbcommon >= 0.8
16b9405a
JB
1464
1465%description -n gstreamer-wpe
1466GStreamer WPE (WebKit web browser) source plugin.
1467
1468%description -n gstreamer-wpe -l pl.UTF-8
1469Wtyczka GStreamera ze źródłem WPE (przeglądarki WWW opartej na
1470WebKicie).
1471
f64edc00
JB
1472%package -n gstreamer-x265
1473Summary: GStreamer x265 encoder plugin
fbb9568a 1474Summary(pl.UTF-8): Wtyczka GStreamera kodująca przy użyciu biblioteki x265
f64edc00 1475Group: Libraries
c0e90116
JB
1476Requires: gstreamer >= %{gst_ver}
1477Requires: gstreamer-plugins-base >= %{gstpb_ver}
f64edc00
JB
1478
1479%description -n gstreamer-x265
1480GStreamer x265 encoder plugin.
1481
1482%description -n gstreamer-x265 -l pl.UTF-8
fbb9568a 1483Wtyczka GStreamera kodująca przy użyciu biblioteki x265.
f64edc00 1484
a9463b1e
JB
1485%package -n gstreamer-zbar
1486Summary: GStreamer ZBar barcode scanner plugin
5c5c7731 1487Summary(pl.UTF-8): Wtyczka GStreamera ZBar skanująca kody kreskowe
72cfdd58 1488Group: Libraries
c0e90116
JB
1489Requires: gstreamer >= %{gst_ver}
1490Requires: gstreamer-plugins-base >= %{gstpb_ver}
a9463b1e 1491Requires: zbar >= 0.9
72cfdd58 1492
a9463b1e
JB
1493%description -n gstreamer-zbar
1494GStreamer ZBar barcode scanner plugin.
72cfdd58 1495
a9463b1e 1496%description -n gstreamer-zbar -l pl.UTF-8
5c5c7731
JB
1497Wtyczka GStreamera ZBar skanująca kody kreskowe.
1498
1499%package -n gstreamer-zxing
1500Summary: GStreamer ZXing barcode detector plugin
1501Summary(pl.UTF-8): Wtyczka GStreamera ZXing wykrywająca kody kreskowe
1502Group: Libraries
1503Requires: gstreamer >= %{gst_ver}
1504Requires: gstreamer-plugins-base >= %{gstpb_ver}
1505Requires: zxing-cpp-nu >= 1.1.1
1506Conflicts: gstreamer-plugins-bad < 1.20.1-2
1507
1508%description -n gstreamer-zxing
1509GStreamer ZXing barcode detector plugin.
1510
1511%description -n gstreamer-zxing -l pl.UTF-8
1512Wtyczka GStreamera ZXing wykrywająca kody kreskowe.
72cfdd58 1513
2fbdaa36
JB
1514%prep
1515%setup -q -n %{gstname}-%{version}
1516%patch0 -p1
1517
1becf9dc
JB
1518# disable SCTP debugging (even though gst_debug is enabled by default)
1519# (SCTP_DEBUG requires libusrsctp built with debugging)
1520%{__sed} -i -e "s/'-DSCTP_DEBUG'//" ext/sctp/meson.build
1521
2fbdaa36 1522%build
17056ad4 1523export CXXFLAGS="%{rpmcxxflags} -std=c++11"
7c120254
JB
1524%meson build \
1525 --default-library=shared \
1526 %{!?with_bluez:-Dbluez=disabled} \
1527 %{!?with_bs2b:-Dbs2b=disabled} \
1528 %{!?with_apidocs:-Ddoc=disabled} \
1529 %{!?with_dts:-Ddts=disabled} \
1530 %{!?with_examples:-Dexamples=disabled} \
1531 %{!?with_faad:-Dfaad=disabled} \
1532 %{!?with_opengl:-Dgl=disabled} \
8e2f3384 1533 -Dgpl=enabled \
7c120254
JB
1534 %{!?with_gsm:-Dgsm=disabled} \
1535 %{!?with_ladspa:-Dladspa=disabled} \
ca9a7f8c 1536 %{!?with_ldac:-Dldac=disabled} \
7c120254 1537 %{!?with_libde265:-Dlibde265=disabled} \
402cbb22 1538 %{!?with_lv2:-Dlv2=disabled} \
c12164b1 1539 %{?with_vpl:-Dmfx_api=oneVPL} \
7c120254 1540 %{!?with_mjpegtools:-Dmpeg2enc=disabled} \
c12164b1 1541 %{!?with_msdk:-Dmsdk=disabled} \
7c120254
JB
1542 %{!?with_musepack:-Dmusepack=disabled} \
1543 %{!?with_neon:-Dneon=disabled} \
7c120254
JB
1544 %{!?with_openal:-Dopenal=disabled} \
1545 %{!?with_opencv:-Dopencv=disabled} \
1546 %{!?with_openh264:-Dopenh264=disabled} \
1547 %{!?with_openni2:-Dopenni2=disabled} \
8e2f3384 1548 -Dsctp-internal-usrsctp=disabled \
c12164b1 1549 %{!?with_svthevc:-Dsvthevcenc=disabled} \
7c120254
JB
1550 %{!?with_zvbi:-Dteletext=disabled} \
1551 %{!?with_tinyalsa:-Dtinyalsa=disabled} \
1552 %{!?with_uvch264:-Duvch264=disabled} \
1553 %{!?with_amr:-Dvoamrwbenc=disabled} \
1554 %{!?with_vulkan:-Dvulkan=disabled} \
1555 %{!?with_wayland:-Dwayland=disabled} \
1556 %{!?with_x265:-Dx265=disabled} \
8e2f3384 1557 %{!?with_zxing:-Dzxing=disabled}
7c120254
JB
1558
1559%ninja_build -C build
1560
1561%if %{with apidocs}
1562cd build/docs
7c120254
JB
1563for config in *-doc.json ; do
1564 LC_ALL=C.UTF-8 hotdoc run --conf-file "$config"
1565done
1566%endif
2fbdaa36
JB
1567
1568%install
1569rm -rf $RPM_BUILD_ROOT
1570
7c120254 1571%ninja_install -C build
2fbdaa36 1572
7c120254
JB
1573%if %{with apidocs}
1574install -d $RPM_BUILD_ROOT%{_docdir}/gstreamer-%{gstmver}
1575cp -pr build/docs/*-doc $RPM_BUILD_ROOT%{_docdir}/gstreamer-%{gstmver}
1576%endif
2fbdaa36 1577
c0e90116 1578%find_lang %{gstname}-%{gstmver}
58c82848 1579
2fbdaa36
JB
1580%clean
1581rm -rf $RPM_BUILD_ROOT
1582
f137ef01
JB
1583%post -p /sbin/ldconfig
1584%postun -p /sbin/ldconfig
32fcd46a 1585
7c120254
JB
1586%post -n gstreamer-transcoder -p /sbin/ldconfig
1587%postun -n gstreamer-transcoder -p /sbin/ldconfig
1588
35c87e72
JB
1589%post -n gstreamer-opencv-libs -p /sbin/ldconfig
1590%postun -n gstreamer-opencv-libs -p /sbin/ldconfig
1591
c0e90116 1592%files -f %{gstname}-%{gstmver}.lang
2fbdaa36 1593%defattr(644,root,root,755)
8e2f3384 1594%doc AUTHORS ChangeLog NEWS README.md RELEASE
89e5f305 1595%{?with_examples:%attr(755,root,root) %{_bindir}/playout}
c0e90116
JB
1596%attr(755,root,root) %{_libdir}/libgstadaptivedemux-%{gstmver}.so.*.*.*
1597%attr(755,root,root) %ghost %{_libdir}/libgstadaptivedemux-%{gstmver}.so.0
1598%attr(755,root,root) %{_libdir}/libgstbadaudio-%{gstmver}.so.*.*.*
1599%attr(755,root,root) %ghost %{_libdir}/libgstbadaudio-%{gstmver}.so.0
1600%attr(755,root,root) %{_libdir}/libgstbasecamerabinsrc-%{gstmver}.so.*.*.*
1601%attr(755,root,root) %ghost %{_libdir}/libgstbasecamerabinsrc-%{gstmver}.so.0
1602%attr(755,root,root) %{_libdir}/libgstcodecparsers-%{gstmver}.so.*.*.*
1603%attr(755,root,root) %ghost %{_libdir}/libgstcodecparsers-%{gstmver}.so.0
7c120254
JB
1604%attr(755,root,root) %{_libdir}/libgstcodecs-%{gstmver}.so.*.*.*
1605%attr(755,root,root) %ghost %{_libdir}/libgstcodecs-%{gstmver}.so.0
c0e90116
JB
1606%attr(755,root,root) %{_libdir}/libgstinsertbin-%{gstmver}.so.*.*.*
1607%attr(755,root,root) %ghost %{_libdir}/libgstinsertbin-%{gstmver}.so.0
1608%attr(755,root,root) %{_libdir}/libgstisoff-%{gstmver}.so.*.*.*
1609%attr(755,root,root) %ghost %{_libdir}/libgstisoff-%{gstmver}.so.0
1610%attr(755,root,root) %{_libdir}/libgstmpegts-%{gstmver}.so.*.*.*
1611%attr(755,root,root) %ghost %{_libdir}/libgstmpegts-%{gstmver}.so.0
1612%attr(755,root,root) %{_libdir}/libgstphotography-%{gstmver}.so.*.*.*
1613%attr(755,root,root) %ghost %{_libdir}/libgstphotography-%{gstmver}.so.0
edad37f8
JR
1614%attr(755,root,root) %{_libdir}/libgstplay-%{gstmver}.so.*.*.*
1615%attr(755,root,root) %ghost %{_libdir}/libgstplay-%{gstmver}.so.0
c0e90116
JB
1616%attr(755,root,root) %{_libdir}/libgstplayer-%{gstmver}.so.*.*.*
1617%attr(755,root,root) %ghost %{_libdir}/libgstplayer-%{gstmver}.so.0
1618%attr(755,root,root) %{_libdir}/libgstsctp-%{gstmver}.so.*.*.*
1619%attr(755,root,root) %ghost %{_libdir}/libgstsctp-%{gstmver}.so.0
1620%attr(755,root,root) %{_libdir}/libgsturidownloader-%{gstmver}.so.*.*.*
1621%attr(755,root,root) %ghost %{_libdir}/libgsturidownloader-%{gstmver}.so.0
edad37f8
JR
1622%attr(755,root,root) %{_libdir}/libgstva-%{gstmver}.so.*.*.*
1623%attr(755,root,root) %ghost %{_libdir}/libgstva-%{gstmver}.so.0
7c120254
JB
1624%attr(755,root,root) %{_libdir}/libgstvulkan-%{gstmver}.so.*.*.*
1625%attr(755,root,root) %ghost %{_libdir}/libgstvulkan-%{gstmver}.so.0
c0e90116
JB
1626%attr(755,root,root) %{_libdir}/libgstwayland-%{gstmver}.so.*.*.*
1627%attr(755,root,root) %ghost %{_libdir}/libgstwayland-%{gstmver}.so.0
1628%attr(755,root,root) %{_libdir}/libgstwebrtc-%{gstmver}.so.*.*.*
1629%attr(755,root,root) %ghost %{_libdir}/libgstwebrtc-%{gstmver}.so.0
7c120254
JB
1630%{_libdir}/girepository-1.0/GstBadAudio-1.0.typelib
1631%{_libdir}/girepository-1.0/GstCodecs-1.0.typelib
78047809
JB
1632%{_libdir}/girepository-1.0/GstInsertBin-1.0.typelib
1633%{_libdir}/girepository-1.0/GstMpegts-1.0.typelib
edad37f8 1634%{_libdir}/girepository-1.0/GstPlay-1.0.typelib
2d714c19 1635%{_libdir}/girepository-1.0/GstPlayer-1.0.typelib
7c120254
JB
1636%{_libdir}/girepository-1.0/GstVulkan-1.0.typelib
1637%{_libdir}/girepository-1.0/GstVulkanWayland-1.0.typelib
1638%{_libdir}/girepository-1.0/GstVulkanXCB-1.0.typelib
1b809793 1639%{_libdir}/girepository-1.0/GstWebRTC-1.0.typelib
673b9bb3 1640%attr(755,root,root) %{gstlibdir}/libgstaccurip.so
d08e083f 1641%attr(755,root,root) %{gstlibdir}/libgstadpcmdec.so
3b6ed238 1642%attr(755,root,root) %{gstlibdir}/libgstadpcmenc.so
78047809 1643%attr(755,root,root) %{gstlibdir}/libgstaiff.so
c0f896a8 1644%attr(755,root,root) %{gstlibdir}/libgstasfmux.so
fbb9568a 1645%attr(755,root,root) %{gstlibdir}/libgstaudiobuffersplit.so
673b9bb3 1646%attr(755,root,root) %{gstlibdir}/libgstaudiofxbad.so
1b809793 1647%attr(755,root,root) %{gstlibdir}/libgstaudiolatency.so
fbb9568a 1648%attr(755,root,root) %{gstlibdir}/libgstaudiomixmatrix.so
3f1c8f8a 1649%attr(755,root,root) %{gstlibdir}/libgstaudiovisualizers.so
365a7c74 1650%attr(755,root,root) %{gstlibdir}/libgstautoconvert.so
32fcd46a 1651%attr(755,root,root) %{gstlibdir}/libgstbayer.so
0c737202 1652%attr(755,root,root) %{gstlibdir}/libgstbz2.so
fbb9568a 1653%attr(755,root,root) %{gstlibdir}/libgstcamerabin.so
edad37f8 1654%attr(755,root,root) %{gstlibdir}/libgstcodecalpha.so
b718db05 1655%attr(755,root,root) %{gstlibdir}/libgstcoloreffects.so
6dd5af62 1656%attr(755,root,root) %{gstlibdir}/libgstdebugutilsbad.so
1b809793 1657%attr(755,root,root) %{gstlibdir}/libgstdecklink.so
9bab0788 1658%attr(755,root,root) %{gstlibdir}/libgstdvb.so
7c120254 1659%attr(755,root,root) %{gstlibdir}/libgstdvbsubenc.so
7a5b4651 1660%attr(755,root,root) %{gstlibdir}/libgstdvbsuboverlay.so
9bab0788 1661%attr(755,root,root) %{gstlibdir}/libgstdvdspu.so
fbb9568a 1662%attr(755,root,root) %{gstlibdir}/libgstfaceoverlay.so
78047809 1663%attr(755,root,root) %{gstlibdir}/libgstfbdevsink.so
9bab0788 1664%attr(755,root,root) %{gstlibdir}/libgstfestival.so
a8ef0224 1665%attr(755,root,root) %{gstlibdir}/libgstfieldanalysis.so
78047809 1666%attr(755,root,root) %{gstlibdir}/libgstfreeverb.so
19a4640b 1667%attr(755,root,root) %{gstlibdir}/libgstfrei0r.so
b718db05 1668%attr(755,root,root) %{gstlibdir}/libgstgaudieffects.so
a3c6ef69 1669%attr(755,root,root) %{gstlibdir}/libgstgdp.so
1b809793 1670%attr(755,root,root) %{gstlibdir}/libgstgeometrictransform.so
d08e083f 1671%attr(755,root,root) %{gstlibdir}/libgstid3tag.so
7a5b4651 1672%attr(755,root,root) %{gstlibdir}/libgstinterlace.so
3f1c8f8a 1673%attr(755,root,root) %{gstlibdir}/libgstinter.so
1b809793 1674%attr(755,root,root) %{gstlibdir}/libgstipcpipeline.so
ba5fbc34 1675%attr(755,root,root) %{gstlibdir}/libgstivfparse.so
673b9bb3 1676%attr(755,root,root) %{gstlibdir}/libgstivtc.so
ba5fbc34 1677%attr(755,root,root) %{gstlibdir}/libgstjp2kdecimator.so
3b6ed238 1678%attr(755,root,root) %{gstlibdir}/libgstjpegformat.so
fbb9568a 1679%attr(755,root,root) %{gstlibdir}/libgstlegacyrawparse.so
4012a887 1680%attr(755,root,root) %{gstlibdir}/libgstmidi.so
a3c6ef69 1681%attr(755,root,root) %{gstlibdir}/libgstmpegpsdemux.so
561e9587 1682%attr(755,root,root) %{gstlibdir}/libgstmpegpsmux.so
64855c1e 1683%attr(755,root,root) %{gstlibdir}/libgstmpegtsdemux.so
0a785e13 1684%attr(755,root,root) %{gstlibdir}/libgstmpegtsmux.so
673b9bb3 1685%attr(755,root,root) %{gstlibdir}/libgstmxf.so
2d714c19 1686%attr(755,root,root) %{gstlibdir}/libgstnetsim.so
7c120254 1687%attr(755,root,root) %{gstlibdir}/libgstnvcodec.so
0a785e13 1688%attr(755,root,root) %{gstlibdir}/libgstpcapparse.so
00c9968c 1689%attr(755,root,root) %{gstlibdir}/libgstpnm.so
1b809793 1690%attr(755,root,root) %{gstlibdir}/libgstproxy.so
3f1c8f8a 1691%attr(755,root,root) %{gstlibdir}/libgstremovesilence.so
673b9bb3 1692%attr(755,root,root) %{gstlibdir}/libgstrfbsrc.so
7c120254
JB
1693%attr(755,root,root) %{gstlibdir}/libgstrist.so
1694%attr(755,root,root) %{gstlibdir}/libgstrtmp2.so
1695%attr(755,root,root) %{gstlibdir}/libgstrtpmanagerbad.so
f64edc00 1696%attr(755,root,root) %{gstlibdir}/libgstrtponvif.so
9bab0788 1697%attr(755,root,root) %{gstlibdir}/libgstsdpelem.so
139776ad 1698%attr(755,root,root) %{gstlibdir}/libgstsegmentclip.so
b718db05 1699%attr(755,root,root) %{gstlibdir}/libgstshm.so
365a7c74 1700%attr(755,root,root) %{gstlibdir}/libgstsiren.so
3f1c8f8a 1701%attr(755,root,root) %{gstlibdir}/libgstsmooth.so
673b9bb3 1702%attr(755,root,root) %{gstlibdir}/libgstsmoothstreaming.so
a8ef0224 1703%attr(755,root,root) %{gstlibdir}/libgstsubenc.so
7c120254 1704%attr(755,root,root) %{gstlibdir}/libgstswitchbin.so
673b9bb3 1705%attr(755,root,root) %{gstlibdir}/libgstvideofiltersbad.so
2d714c19 1706%attr(755,root,root) %{gstlibdir}/libgstvideoframe_audiolevel.so
61d5c5c2 1707%attr(755,root,root) %{gstlibdir}/libgstvideoparsersbad.so
ba5fbc34
JB
1708%attr(755,root,root) %{gstlibdir}/libgstvideosignal.so
1709%attr(755,root,root) %{gstlibdir}/libgstvmnc.so
61d5c5c2 1710%attr(755,root,root) %{gstlibdir}/libgsty4mdec.so
764dce5e
JB
1711%dir %{gstdatadir}/presets
1712%{gstdatadir}/presets/GstFreeverb.prs
2fbdaa36 1713
ecd2a72f
AF
1714%files devel
1715%defattr(644,root,root,755)
c0e90116
JB
1716%attr(755,root,root) %{_libdir}/libgstadaptivedemux-%{gstmver}.so
1717%attr(755,root,root) %{_libdir}/libgstbadaudio-%{gstmver}.so
1718%attr(755,root,root) %{_libdir}/libgstbasecamerabinsrc-%{gstmver}.so
1719%attr(755,root,root) %{_libdir}/libgstcodecparsers-%{gstmver}.so
7c120254 1720%attr(755,root,root) %{_libdir}/libgstcodecs-%{gstmver}.so
c0e90116
JB
1721%attr(755,root,root) %{_libdir}/libgstinsertbin-%{gstmver}.so
1722%attr(755,root,root) %{_libdir}/libgstisoff-%{gstmver}.so
1723%attr(755,root,root) %{_libdir}/libgstmpegts-%{gstmver}.so
1724%attr(755,root,root) %{_libdir}/libgstphotography-%{gstmver}.so
edad37f8 1725%attr(755,root,root) %{_libdir}/libgstplay-%{gstmver}.so
c0e90116
JB
1726%attr(755,root,root) %{_libdir}/libgstplayer-%{gstmver}.so
1727%attr(755,root,root) %{_libdir}/libgstsctp-%{gstmver}.so
1728%attr(755,root,root) %{_libdir}/libgsturidownloader-%{gstmver}.so
edad37f8 1729%attr(755,root,root) %{_libdir}/libgstva-%{gstmver}.so
7c120254 1730%attr(755,root,root) %{_libdir}/libgstvulkan-%{gstmver}.so
c0e90116
JB
1731%attr(755,root,root) %{_libdir}/libgstwayland-%{gstmver}.so
1732%attr(755,root,root) %{_libdir}/libgstwebrtc-%{gstmver}.so
1733%{_includedir}/gstreamer-%{gstmver}/gst/audio/audio-bad-prelude.h
1734%{_includedir}/gstreamer-%{gstmver}/gst/audio/gstnonstreamaudiodecoder.h
1735%{_includedir}/gstreamer-%{gstmver}/gst/audio/gstplanaraudioadapter.h
1736%{_includedir}/gstreamer-%{gstmver}/gst/basecamerabinsrc
1737%{_includedir}/gstreamer-%{gstmver}/gst/codecparsers
1738%{_includedir}/gstreamer-%{gstmver}/gst/insertbin
1739%{_includedir}/gstreamer-%{gstmver}/gst/interfaces
1740%{_includedir}/gstreamer-%{gstmver}/gst/isoff
1741%{_includedir}/gstreamer-%{gstmver}/gst/mpegts
edad37f8 1742%{_includedir}/gstreamer-%{gstmver}/gst/play
c0e90116
JB
1743%{_includedir}/gstreamer-%{gstmver}/gst/player
1744%{_includedir}/gstreamer-%{gstmver}/gst/sctp
1745%{_includedir}/gstreamer-%{gstmver}/gst/uridownloader
7c120254 1746%{_includedir}/gstreamer-%{gstmver}/gst/vulkan
edad37f8 1747%{_includedir}/gstreamer-%{gstmver}/gst/wayland
c0e90116 1748%{_includedir}/gstreamer-%{gstmver}/gst/webrtc
7c120254
JB
1749%{_datadir}/gir-1.0/GstBadAudio-1.0.gir
1750%{_datadir}/gir-1.0/GstCodecs-1.0.gir
78047809
JB
1751%{_datadir}/gir-1.0/GstInsertBin-1.0.gir
1752%{_datadir}/gir-1.0/GstMpegts-1.0.gir
edad37f8 1753%{_datadir}/gir-1.0/GstPlay-1.0.gir
2d714c19 1754%{_datadir}/gir-1.0/GstPlayer-1.0.gir
7c120254
JB
1755%{_datadir}/gir-1.0/GstVulkan-1.0.gir
1756%{_datadir}/gir-1.0/GstVulkanWayland-1.0.gir
1757%{_datadir}/gir-1.0/GstVulkanXCB-1.0.gir
1b809793 1758%{_datadir}/gir-1.0/GstWebRTC-1.0.gir
7c120254 1759%{_pkgconfigdir}/gstreamer-bad-audio-%{gstmver}.pc
c0e90116
JB
1760%{_pkgconfigdir}/gstreamer-codecparsers-%{gstmver}.pc
1761%{_pkgconfigdir}/gstreamer-insertbin-%{gstmver}.pc
1762%{_pkgconfigdir}/gstreamer-mpegts-%{gstmver}.pc
7c120254 1763%{_pkgconfigdir}/gstreamer-photography-%{gstmver}.pc
edad37f8 1764%{_pkgconfigdir}/gstreamer-play-1.0.pc
c0e90116 1765%{_pkgconfigdir}/gstreamer-player-%{gstmver}.pc
7c120254 1766%{_pkgconfigdir}/gstreamer-plugins-bad-%{gstmver}.pc
c0e90116 1767%{_pkgconfigdir}/gstreamer-sctp-%{gstmver}.pc
7c120254
JB
1768%{_pkgconfigdir}/gstreamer-vulkan-%{gstmver}.pc
1769%{_pkgconfigdir}/gstreamer-vulkan-wayland-%{gstmver}.pc
1770%{_pkgconfigdir}/gstreamer-vulkan-xcb-%{gstmver}.pc
edad37f8 1771%{_pkgconfigdir}/gstreamer-wayland-1.0.pc
c0e90116 1772%{_pkgconfigdir}/gstreamer-webrtc-%{gstmver}.pc
7c120254
JB
1773
1774%if %{with apidocs}
1775%files apidocs
1776%defattr(644,root,root,755)
1777%{_docdir}/gstreamer-%{gstmver}/accurip-doc
1778%{_docdir}/gstreamer-%{gstmver}/adpcmdec-doc
1779%{_docdir}/gstreamer-%{gstmver}/adpcmenc-doc
edad37f8 1780%{_docdir}/gstreamer-%{gstmver}/aes-doc
7c120254
JB
1781%{_docdir}/gstreamer-%{gstmver}/aiff-doc
1782%{_docdir}/gstreamer-%{gstmver}/aom-doc
8e2f3384 1783%{_docdir}/gstreamer-%{gstmver}/applemedia-doc
7c120254
JB
1784%{_docdir}/gstreamer-%{gstmver}/asfmux-doc
1785%{_docdir}/gstreamer-%{gstmver}/assrender-doc
1786%{_docdir}/gstreamer-%{gstmver}/audiobuffersplit-doc
1787%{_docdir}/gstreamer-%{gstmver}/audiofxbad-doc
1788%{_docdir}/gstreamer-%{gstmver}/audiolatency-doc
1789%{_docdir}/gstreamer-%{gstmver}/audiomixmatrix-doc
1790%{_docdir}/gstreamer-%{gstmver}/audiovisualizers-doc
1791%{_docdir}/gstreamer-%{gstmver}/autoconvert-doc
1792%{_docdir}/gstreamer-%{gstmver}/avtp-doc
1793%{_docdir}/gstreamer-%{gstmver}/bad-audio-doc
1794%{_docdir}/gstreamer-%{gstmver}/basecamerabinsrc-doc
1795%{_docdir}/gstreamer-%{gstmver}/bayer-doc
1796%{_docdir}/gstreamer-%{gstmver}/bluez-doc
1797%{_docdir}/gstreamer-%{gstmver}/bs2b-doc
1798%{_docdir}/gstreamer-%{gstmver}/bz2-doc
1799%{_docdir}/gstreamer-%{gstmver}/camerabin-doc
1800%{_docdir}/gstreamer-%{gstmver}/chromaprint-doc
1801%{_docdir}/gstreamer-%{gstmver}/closedcaption-doc
edad37f8 1802%{_docdir}/gstreamer-%{gstmver}/codecalpha-doc
7c120254
JB
1803%{_docdir}/gstreamer-%{gstmver}/codecs-doc
1804%{_docdir}/gstreamer-%{gstmver}/coloreffects-doc
1805%{_docdir}/gstreamer-%{gstmver}/colormanagement-doc
1806%{_docdir}/gstreamer-%{gstmver}/curl-doc
1807%{_docdir}/gstreamer-%{gstmver}/d3d-doc
1808%{_docdir}/gstreamer-%{gstmver}/d3d11-doc
1809%{_docdir}/gstreamer-%{gstmver}/dash-doc
1810%{_docdir}/gstreamer-%{gstmver}/dc1394-doc
1811%{_docdir}/gstreamer-%{gstmver}/de265-doc
1812%{_docdir}/gstreamer-%{gstmver}/debugutilsbad-doc
1813%{_docdir}/gstreamer-%{gstmver}/decklink-doc
1814%{_docdir}/gstreamer-%{gstmver}/directfb-doc
1815%{_docdir}/gstreamer-%{gstmver}/directsoundsrc-doc
1816%{_docdir}/gstreamer-%{gstmver}/dtls-doc
1817%{_docdir}/gstreamer-%{gstmver}/dtsdec-doc
1818%{_docdir}/gstreamer-%{gstmver}/dvb-doc
1819%{_docdir}/gstreamer-%{gstmver}/dvbsubenc-doc
1820%{_docdir}/gstreamer-%{gstmver}/dvbsuboverlay-doc
1821%{_docdir}/gstreamer-%{gstmver}/dvdspu-doc
1822%{_docdir}/gstreamer-%{gstmver}/faac-doc
1823%{_docdir}/gstreamer-%{gstmver}/faad-doc
1824%{_docdir}/gstreamer-%{gstmver}/faceoverlay-doc
1825%{_docdir}/gstreamer-%{gstmver}/fbdevsink-doc
1826%{_docdir}/gstreamer-%{gstmver}/fdkaac-doc
1827%{_docdir}/gstreamer-%{gstmver}/festival-doc
1828%{_docdir}/gstreamer-%{gstmver}/fieldanalysis-doc
1829%{_docdir}/gstreamer-%{gstmver}/flite-doc
1830%{_docdir}/gstreamer-%{gstmver}/fluidsynthmidi-doc
1831%{_docdir}/gstreamer-%{gstmver}/freeverb-doc
1832%{_docdir}/gstreamer-%{gstmver}/frei0r-doc
1833%{_docdir}/gstreamer-%{gstmver}/gaudieffects-doc
1834%{_docdir}/gstreamer-%{gstmver}/gdp-doc
1835%{_docdir}/gstreamer-%{gstmver}/geometrictransform-doc
1836%{_docdir}/gstreamer-%{gstmver}/gme-doc
edad37f8 1837%{_docdir}/gstreamer-%{gstmver}/gs-doc
7c120254
JB
1838%{_docdir}/gstreamer-%{gstmver}/gsm-doc
1839%{_docdir}/gstreamer-%{gstmver}/gst-plugins-bad-adaptivedemux-doc
1840%{_docdir}/gstreamer-%{gstmver}/gst-plugins-bad-codecparsers-doc
1841%{_docdir}/gstreamer-%{gstmver}/hls-doc
1842%{_docdir}/gstreamer-%{gstmver}/id3tag-doc
1843%{_docdir}/gstreamer-%{gstmver}/insertbin-doc
1844%{_docdir}/gstreamer-%{gstmver}/inter-doc
1845%{_docdir}/gstreamer-%{gstmver}/interlace-doc
1846%{_docdir}/gstreamer-%{gstmver}/ipcpipeline-doc
1847%{_docdir}/gstreamer-%{gstmver}/iqa-doc
1848%{_docdir}/gstreamer-%{gstmver}/ivfparse-doc
1849%{_docdir}/gstreamer-%{gstmver}/ivtc-doc
1850%{_docdir}/gstreamer-%{gstmver}/jp2kdecimator-doc
1851%{_docdir}/gstreamer-%{gstmver}/jpegformat-doc
1852%{_docdir}/gstreamer-%{gstmver}/kate-doc
1853%{_docdir}/gstreamer-%{gstmver}/kms-doc
1854%{_docdir}/gstreamer-%{gstmver}/ladspa-doc
1855%{_docdir}/gstreamer-%{gstmver}/legacyrawparse-doc
1856%{_docdir}/gstreamer-%{gstmver}/lv2-doc
1857%{_docdir}/gstreamer-%{gstmver}/mediafoundation-doc
1858%{_docdir}/gstreamer-%{gstmver}/microdns-doc
1859%{_docdir}/gstreamer-%{gstmver}/midi-doc
7c120254
JB
1860%{_docdir}/gstreamer-%{gstmver}/modplug-doc
1861%{_docdir}/gstreamer-%{gstmver}/mpeg2enc-doc
1862%{_docdir}/gstreamer-%{gstmver}/mpegpsdemux-doc
1863%{_docdir}/gstreamer-%{gstmver}/mpegpsmux-doc
1864%{_docdir}/gstreamer-%{gstmver}/mpegts-doc
1865%{_docdir}/gstreamer-%{gstmver}/mpegtsdemux-doc
1866%{_docdir}/gstreamer-%{gstmver}/mpegtsmux-doc
1867%{_docdir}/gstreamer-%{gstmver}/mplex-doc
edad37f8 1868%{_docdir}/gstreamer-%{gstmver}/msdk-doc
7c120254
JB
1869%{_docdir}/gstreamer-%{gstmver}/musepack-doc
1870%{_docdir}/gstreamer-%{gstmver}/mxf-doc
1871%{_docdir}/gstreamer-%{gstmver}/neonhttpsrc-doc
1872%{_docdir}/gstreamer-%{gstmver}/netsim-doc
1873%{_docdir}/gstreamer-%{gstmver}/nvcodec-doc
7c120254
JB
1874%{_docdir}/gstreamer-%{gstmver}/openal-doc
1875%{_docdir}/gstreamer-%{gstmver}/opencv-doc
1876%{_docdir}/gstreamer-%{gstmver}/openexr-doc
1877%{_docdir}/gstreamer-%{gstmver}/openh264-doc
1878%{_docdir}/gstreamer-%{gstmver}/openjpeg-doc
1879%{_docdir}/gstreamer-%{gstmver}/openmpt-doc
1880%{_docdir}/gstreamer-%{gstmver}/openni2-doc
1881%{_docdir}/gstreamer-%{gstmver}/opusparse-doc
1882%{_docdir}/gstreamer-%{gstmver}/pcapparse-doc
edad37f8 1883%{_docdir}/gstreamer-%{gstmver}/play-doc
7c120254
JB
1884%{_docdir}/gstreamer-%{gstmver}/player-doc
1885%{_docdir}/gstreamer-%{gstmver}/pnm-doc
1886%{_docdir}/gstreamer-%{gstmver}/proxy-doc
edad37f8 1887%{_docdir}/gstreamer-%{gstmver}/qroverlay-doc
7c120254
JB
1888%{_docdir}/gstreamer-%{gstmver}/removesilence-doc
1889%{_docdir}/gstreamer-%{gstmver}/resindvd-doc
1890%{_docdir}/gstreamer-%{gstmver}/rfbsrc-doc
1891%{_docdir}/gstreamer-%{gstmver}/rist-doc
1892%{_docdir}/gstreamer-%{gstmver}/rsvg-doc
1893%{_docdir}/gstreamer-%{gstmver}/rtmp-doc
1894%{_docdir}/gstreamer-%{gstmver}/rtmp2-doc
1895%{_docdir}/gstreamer-%{gstmver}/rtpmanagerbad-doc
1896%{_docdir}/gstreamer-%{gstmver}/rtponvif-doc
1897%{_docdir}/gstreamer-%{gstmver}/sbc-doc
1898%{_docdir}/gstreamer-%{gstmver}/sctp-doc
1899%{_docdir}/gstreamer-%{gstmver}/sdpelem-doc
1900%{_docdir}/gstreamer-%{gstmver}/segmentclip-doc
1901%{_docdir}/gstreamer-%{gstmver}/shm-doc
1902%{_docdir}/gstreamer-%{gstmver}/siren-doc
1903%{_docdir}/gstreamer-%{gstmver}/smooth-doc
1904%{_docdir}/gstreamer-%{gstmver}/smoothstreaming-doc
1905%{_docdir}/gstreamer-%{gstmver}/sndfile-doc
1906%{_docdir}/gstreamer-%{gstmver}/soundtouch-doc
1907%{_docdir}/gstreamer-%{gstmver}/spandsp-doc
1908%{_docdir}/gstreamer-%{gstmver}/speed-doc
1909%{_docdir}/gstreamer-%{gstmver}/srt-doc
1910%{_docdir}/gstreamer-%{gstmver}/srtp-doc
1911%{_docdir}/gstreamer-%{gstmver}/subenc-doc
1912%{_docdir}/gstreamer-%{gstmver}/switchbin-doc
1913%{_docdir}/gstreamer-%{gstmver}/teletext-doc
1914%{_docdir}/gstreamer-%{gstmver}/timecode-doc
1915%{_docdir}/gstreamer-%{gstmver}/tinyalsa-doc
1916%{_docdir}/gstreamer-%{gstmver}/ttmlsubs-doc
1917%{_docdir}/gstreamer-%{gstmver}/uvch264-doc
1918%{_docdir}/gstreamer-%{gstmver}/v4l2codecs-doc
1919%{_docdir}/gstreamer-%{gstmver}/va-doc
1920%{_docdir}/gstreamer-%{gstmver}/videofiltersbad-doc
1921%{_docdir}/gstreamer-%{gstmver}/videoframe_audiolevel-doc
1922%{_docdir}/gstreamer-%{gstmver}/videoparsersbad-doc
1923%{_docdir}/gstreamer-%{gstmver}/videosignal-doc
1924%{_docdir}/gstreamer-%{gstmver}/vmnc-doc
1925%{_docdir}/gstreamer-%{gstmver}/voaacenc-doc
1926%{_docdir}/gstreamer-%{gstmver}/voamrwbenc-doc
1927%{_docdir}/gstreamer-%{gstmver}/vulkan-doc
1becf9dc
JB
1928%{_docdir}/gstreamer-%{gstmver}/vulkan-wayland-doc
1929%{_docdir}/gstreamer-%{gstmver}/vulkan-xcb-doc
7c120254
JB
1930%{_docdir}/gstreamer-%{gstmver}/vulkanlib-doc
1931%{_docdir}/gstreamer-%{gstmver}/wasapi-doc
1932%{_docdir}/gstreamer-%{gstmver}/wasapi2-doc
1933%{_docdir}/gstreamer-%{gstmver}/waylandsink-doc
1934%{_docdir}/gstreamer-%{gstmver}/webp-doc
1935%{_docdir}/gstreamer-%{gstmver}/webrtc-doc
1936%{_docdir}/gstreamer-%{gstmver}/webrtcdsp-doc
1937%{_docdir}/gstreamer-%{gstmver}/webrtclib-doc
1938%{_docdir}/gstreamer-%{gstmver}/wildmidi-doc
1939%{_docdir}/gstreamer-%{gstmver}/winks-doc
1940%{_docdir}/gstreamer-%{gstmver}/winscreencap-doc
1941%{_docdir}/gstreamer-%{gstmver}/wpe-doc
1942%{_docdir}/gstreamer-%{gstmver}/x265-doc
1943%{_docdir}/gstreamer-%{gstmver}/y4mdec-doc
1944%{_docdir}/gstreamer-%{gstmver}/zbar-doc
1945%endif
1946
1947%files -n gstreamer-transcoder
1948%defattr(644,root,root,755)
1949%attr(755,root,root) %{_bindir}/gst-transcoder-1.0
1950%attr(755,root,root) %{_libdir}/libgsttranscoder-%{gstmver}.so.0
1951%{_libdir}/girepository-1.0/GstTranscoder-1.0.typelib
1952%attr(755,root,root) %{gstlibdir}/libgsttranscode.so
1953%dir %{gstdatadir}/encoding-profiles
1954%dir %{gstdatadir}/encoding-profiles/device
1955%{gstdatadir}/encoding-profiles/device/dvd.gep
1956%dir %{gstdatadir}/encoding-profiles/file-extension
1957%{gstdatadir}/encoding-profiles/file-extension/avi.gep
1958%{gstdatadir}/encoding-profiles/file-extension/flv.gep
1959%{gstdatadir}/encoding-profiles/file-extension/mkv.gep
1960%{gstdatadir}/encoding-profiles/file-extension/mp3.gep
1961%{gstdatadir}/encoding-profiles/file-extension/mp4.gep
1962%{gstdatadir}/encoding-profiles/file-extension/oga.gep
1963%{gstdatadir}/encoding-profiles/file-extension/ogv.gep
edad37f8 1964%{gstdatadir}/encoding-profiles/file-extension/ts.gep
7c120254
JB
1965%{gstdatadir}/encoding-profiles/file-extension/webm.gep
1966%dir %{gstdatadir}/encoding-profiles/online-services
1967%{gstdatadir}/encoding-profiles/online-services/youtube.gep
1968
1969%files -n gstreamer-transcoder-devel
1970%defattr(644,root,root,755)
1971%attr(755,root,root) %{_libdir}/libgsttranscoder-%{gstmver}.so
1972%{_datadir}/gir-1.0/GstTranscoder-1.0.gir
1973%{_includedir}/gstreamer-%{gstmver}/gst/transcoder
1974%{_pkgconfigdir}/gstreamer-transcoder-%{gstmver}.pc
1975
89e5f305 1976%if %{with apidocs}
7c120254
JB
1977%files -n gstreamer-transcoder-apidocs
1978%defattr(644,root,root,755)
1979%{_docdir}/gstreamer-%{gstmver}/transcode-doc
1980%{_docdir}/gstreamer-%{gstmver}/transcoder-doc
89e5f305 1981%endif
ecd2a72f 1982
2fbdaa36
JB
1983##
1984## Plugins
1985##
1986
1987%if %{with faad}
1988%files -n gstreamer-aac
1989%defattr(644,root,root,755)
1990%attr(755,root,root) %{gstlibdir}/libgstfaac.so
1991%attr(755,root,root) %{gstlibdir}/libgstfaad.so
1992%endif
1993
67de91e1
JB
1994%files -n gstreamer-aes
1995%defattr(644,root,root,755)
1996# R: openssl >= 1.1.0
1997%attr(755,root,root) %{gstlibdir}/libgstaes.so
1998
4271fa72
JB
1999%files -n gstreamer-aom
2000%defattr(644,root,root,755)
2001%attr(755,root,root) %{gstlibdir}/libgstaom.so
2002
c1cb81af 2003%if %{with amr}
c9ecff38 2004%files -n gstreamer-amrwbenc
c1cb81af 2005%defattr(644,root,root,755)
3f1c8f8a 2006%attr(755,root,root) %{gstlibdir}/libgstvoamrwbenc.so
3f1c8f8a 2007%{gstdatadir}/presets/GstVoAmrwbEnc.prs
c1cb81af
JB
2008%endif
2009
03d20e46
JB
2010%files -n gstreamer-ass
2011%defattr(644,root,root,755)
2012%attr(755,root,root) %{gstlibdir}/libgstassrender.so
2013
2fbdaa36
JB
2014%files -n gstreamer-audio-effects-bad
2015%defattr(644,root,root,755)
2016%attr(755,root,root) %{gstlibdir}/libgstspeed.so
2017
faf46047
JB
2018%if %{with tinyalsa}
2019%files -n gstreamer-audiosink-tinyalsa
2020%defattr(644,root,root,755)
2021%attr(755,root,root) %{gstlibdir}/libgsttinyalsa.so
2022%endif
2023
67de91e1
JB
2024%files -n gstreamer-avtp
2025%defattr(644,root,root,755)
2026# R: libavtp
2027%attr(755,root,root) %{gstlibdir}/libgstavtp.so
2028
673b9bb3
JB
2029%if %{with bluez}
2030%files -n gstreamer-bluez
2031%defattr(644,root,root,755)
2032%attr(755,root,root) %{gstlibdir}/libgstbluez.so
2033%endif
2034
f64edc00
JB
2035%if %{with bs2b}
2036%files -n gstreamer-bs2b
2037%defattr(644,root,root,755)
2038%attr(755,root,root) %{gstlibdir}/libgstbs2b.so
2039%endif
2040
11506ac9
JB
2041%if %{with chromaprint}
2042%files -n gstreamer-chromaprint
2043%defattr(644,root,root,755)
2044%attr(755,root,root) %{gstlibdir}/libgstchromaprint.so
2045%endif
2046
f288c459
BS
2047%files -n gstreamer-closedcaption
2048%defattr(644,root,root,755)
2049%attr(755,root,root) %{gstlibdir}/libgstclosedcaption.so
2050
14dce2c9
JB
2051%files -n gstreamer-colormanagement
2052%defattr(644,root,root,755)
2053# R: lcms2
2054%attr(755,root,root) %{gstlibdir}/libgstcolormanagement.so
2055
64855c1e
JB
2056%files -n gstreamer-curl
2057%defattr(644,root,root,755)
2058%attr(755,root,root) %{gstlibdir}/libgstcurl.so
2059
14dce2c9
JB
2060%files -n gstreamer-dash
2061%defattr(644,root,root,755)
2062# R: libxml2
2063%attr(755,root,root) %{gstlibdir}/libgstdash.so
2064
61d5c5c2
JB
2065%if %{with dc1394}
2066%files -n gstreamer-dc1394
2067%defattr(644,root,root,755)
2068%attr(755,root,root) %{gstlibdir}/libgstdc1394.so
2069%endif
d44ce5ee 2070
f64edc00
JB
2071%files -n gstreamer-dtls
2072%defattr(644,root,root,755)
2073%attr(755,root,root) %{gstlibdir}/libgstdtls.so
2074
0c737202
JB
2075%if %{with dts}
2076%files -n gstreamer-dts
2077%defattr(644,root,root,755)
2078%attr(755,root,root) %{gstlibdir}/libgstdtsdec.so
2079%endif
2080
fbb9568a
JB
2081%files -n gstreamer-fdkaac
2082%defattr(644,root,root,755)
2083%attr(755,root,root) %{gstlibdir}/libgstfdkaac.so
2084
139776ad
PZ
2085%files -n gstreamer-flite
2086%defattr(644,root,root,755)
2087%attr(755,root,root) %{gstlibdir}/libgstflite.so
2088
4012a887
JB
2089%files -n gstreamer-fluidsynth
2090%defattr(644,root,root,755)
2091%attr(755,root,root) %{gstlibdir}/libgstfluidsynthmidi.so
2092
fd22d110
JB
2093%files -n gstreamer-gme
2094%defattr(644,root,root,755)
2095%attr(755,root,root) %{gstlibdir}/libgstgme.so
2096
61d5c5c2
JB
2097# not ported to 1.0 yet
2098%if 0
2099%files -n gstreamer-gsettings
2100%defattr(644,root,root,755)
2101%attr(755,root,root) %{gstlibdir}/libgstgsettingselements.so
c0e90116 2102%{_datadir}/glib-2.0/schemas/org.freedesktop.gstreamer-%{gstmver}.default-elements.gschema.xml
61d5c5c2 2103%endif
9ea7566d 2104
2fbdaa36
JB
2105%if %{with gsm}
2106%files -n gstreamer-gsm
2107%defattr(644,root,root,755)
2108%attr(755,root,root) %{gstlibdir}/libgstgsm.so
2109%endif
2110
67de91e1
JB
2111%files -n gstreamer-hls
2112%defattr(644,root,root,755)
2113# R: nettle >= 3.0
2114%attr(755,root,root) %{gstlibdir}/libgsthls.so
2115
01601022
JB
2116%files -n gstreamer-iqa
2117%defattr(644,root,root,755)
2118%attr(755,root,root) %{gstlibdir}/libgstiqa.so
2119
67de91e1
JB
2120%files -n gstreamer-isac
2121%defattr(644,root,root,755)
2122# R: webrtc-audio-processing1 >= 1.0
2123%attr(755,root,root) %{gstlibdir}/libgstisac.so
2124
61d5c5c2
JB
2125%if %{with kate}
2126%files -n gstreamer-kate
2127%defattr(644,root,root,755)
2128%doc ext/kate/README
2129%attr(755,root,root) %{gstlibdir}/libgstkate.so
2130%endif
9ea7566d 2131
fbb9568a
JB
2132%files -n gstreamer-videosink-kms
2133%defattr(644,root,root,755)
2134%attr(755,root,root) %{gstlibdir}/libgstkms.so
2135
c1cb81af 2136%if %{with ladspa}
61d5c5c2
JB
2137%files -n gstreamer-ladspa
2138%defattr(644,root,root,755)
2139%attr(755,root,root) %{gstlibdir}/libgstladspa.so
c1cb81af
JB
2140%endif
2141
ca9a7f8c
JP
2142%if %{with ldac}
2143%files -n gstreamer-ldac
2144%defattr(644,root,root,755)
2145%attr(755,root,root) %{gstlibdir}/libgstldac.so
2146%endif
2147
fb3f49aa
JB
2148%if %{with libde265}
2149%files -n gstreamer-libde265
2150%defattr(644,root,root,755)
1b809793 2151%attr(755,root,root) %{gstlibdir}/libgstde265.so
fb3f49aa
JB
2152%endif
2153
61d5c5c2
JB
2154%if %{with lv2}
2155%files -n gstreamer-lv2
2156%defattr(644,root,root,755)
2157%doc ext/lv2/README
2158%attr(755,root,root) %{gstlibdir}/libgstlv2.so
2159%endif
5b48a746 2160
67de91e1
JB
2161%files -n gstreamer-microdns
2162%defattr(644,root,root,755)
2163# R: libmicrodns
2164%attr(755,root,root) %{gstlibdir}/libgstmicrodns.so
2165
3a8fb9fb
JB
2166%if %{with mjpegtools}
2167%files -n gstreamer-mjpegtools
2168%defattr(644,root,root,755)
2169%attr(755,root,root) %{gstlibdir}/libgstmpeg2enc.so
365a7c74 2170%attr(755,root,root) %{gstlibdir}/libgstmplex.so
3a8fb9fb
JB
2171%endif
2172
5c5c7731
JB
2173%files -n gstreamer-modplug
2174%defattr(644,root,root,755)
2175# R: libmodplug
2176%attr(755,root,root) %{gstlibdir}/libgstmodplug.so
2177
c12164b1 2178%if %{with msdk}
fbb9568a
JB
2179%files -n gstreamer-msdk
2180%defattr(644,root,root,755)
c12164b1 2181# R: %{?with_mfx:mfx_dispatch} %{?with_vpl:oneVPL}
fbb9568a
JB
2182%attr(755,root,root) %{gstlibdir}/libgstmsdk.so
2183%endif
2184
58c82848 2185%if %{with musepack}
61d5c5c2
JB
2186%files -n gstreamer-musepack
2187%defattr(644,root,root,755)
2188%attr(755,root,root) %{gstlibdir}/libgstmusepack.so
58c82848
JB
2189%endif
2190
0c737202 2191%if %{with neon}
61d5c5c2
JB
2192%files -n gstreamer-neon
2193%defattr(644,root,root,755)
2194%attr(755,root,root) %{gstlibdir}/libgstneonhttpsrc.so
0c737202
JB
2195%endif
2196
61d5c5c2
JB
2197%if %{with openal}
2198%files -n gstreamer-openal
2199%defattr(644,root,root,755)
2200%attr(755,root,root) %{gstlibdir}/libgstopenal.so
2201%endif
3f1c8f8a 2202
5c5c7731
JB
2203%files -n gstreamer-openaptx
2204%defattr(644,root,root,755)
2205# R: libfreeaptx >= 0.1.1
2206%attr(755,root,root) %{gstlibdir}/libgstopenaptx.so
2207
ec79bdfa
JB
2208%if %{with opencv}
2209%files -n gstreamer-opencv
2210%defattr(644,root,root,755)
2211%attr(755,root,root) %{gstlibdir}/libgstopencv.so
78047809
JB
2212# possibly common dir (but no other users so far)
2213%dir %{_datadir}/gst-plugins-bad
2214%dir %{_datadir}/gst-plugins-bad/1.0
2215%{_datadir}/gst-plugins-bad/1.0/opencv_haarcascades
35c87e72
JB
2216
2217%files -n gstreamer-opencv-libs
2218%defattr(644,root,root,755)
2219%attr(755,root,root) %{_libdir}/libgstopencv-1.0.so.*.*.*
2220%attr(755,root,root) %ghost %{_libdir}/libgstopencv-1.0.so.0
2221
2222%files -n gstreamer-opencv-devel
2223%defattr(644,root,root,755)
2224%attr(755,root,root) %{_libdir}/libgstopencv-1.0.so
2225%{_includedir}/gstreamer-1.0/gst/opencv
ec79bdfa
JB
2226%endif
2227
ba5fbc34
JB
2228%if %{with openexr}
2229%files -n gstreamer-openexr
2230%defattr(644,root,root,755)
2231%attr(755,root,root) %{gstlibdir}/libgstopenexr.so
2232%endif
2233
f64edc00
JB
2234%if %{with openh264}
2235%files -n gstreamer-openh264
2236%defattr(644,root,root,755)
2237%attr(755,root,root) %{gstlibdir}/libgstopenh264.so
2238%endif
2239
4012a887
JB
2240%files -n gstreamer-openjpeg
2241%defattr(644,root,root,755)
2242%attr(755,root,root) %{gstlibdir}/libgstopenjpeg.so
2243
4271fa72
JB
2244%files -n gstreamer-openmpt
2245%defattr(644,root,root,755)
2246%attr(755,root,root) %{gstlibdir}/libgstopenmpt.so
2247
8f76ac4a
JB
2248%if %{with openni2}
2249%files -n gstreamer-openni2
2250%defattr(644,root,root,755)
2251%attr(755,root,root) %{gstlibdir}/libgstopenni2.so
2252%endif
2253
4e496b08 2254%files -n gstreamer-opusparse
3f1c8f8a 2255%defattr(644,root,root,755)
2d714c19 2256%attr(755,root,root) %{gstlibdir}/libgstopusparse.so
3f1c8f8a 2257
14dce2c9
JB
2258%files -n gstreamer-qroverlay
2259%defattr(644,root,root,755)
2260# R: qrencode json-glib
2261%attr(755,root,root) %{gstlibdir}/libgstqroverlay.so
2262
475ff9bb
JB
2263%files -n gstreamer-resindvd
2264%defattr(644,root,root,755)
a3c6ef69 2265%attr(755,root,root) %{gstlibdir}/libgstresindvd.so
475ff9bb 2266
5e5d7f54 2267%if %{with librsvg}
673b9bb3
JB
2268%files -n gstreamer-rsvg
2269%defattr(644,root,root,755)
2270%attr(755,root,root) %{gstlibdir}/libgstrsvg.so
2271%endif
2272
64855c1e
JB
2273%files -n gstreamer-rtmp
2274%defattr(644,root,root,755)
2275%attr(755,root,root) %{gstlibdir}/libgstrtmp.so
2276
673b9bb3
JB
2277%if %{with sbc}
2278%files -n gstreamer-sbc
2279%defattr(644,root,root,755)
2280%attr(755,root,root) %{gstlibdir}/libgstsbc.so
2281%endif
2282
f288c459
BS
2283%files -n gstreamer-sctp
2284%defattr(644,root,root,755)
2285%attr(755,root,root) %{gstlibdir}/libgstsctp.so
2286
61d5c5c2 2287%if %{with sndfile}
bf72c8fd
JB
2288%files -n gstreamer-sndfile
2289%defattr(644,root,root,755)
61d5c5c2
JB
2290%attr(755,root,root) %{gstlibdir}/libgstsndfile.so
2291%endif
bf72c8fd 2292
58c82848 2293%files -n gstreamer-soundtouch
2fbdaa36 2294%defattr(644,root,root,755)
9bab0788 2295%attr(755,root,root) %{gstlibdir}/libgstsoundtouch.so
2fbdaa36 2296
bf72c8fd 2297%files -n gstreamer-spandsp
32fcd46a 2298%defattr(644,root,root,755)
bf72c8fd 2299%attr(755,root,root) %{gstlibdir}/libgstspandsp.so
32fcd46a 2300
4271fa72
JB
2301%files -n gstreamer-srt
2302%defattr(644,root,root,755)
2303%attr(755,root,root) %{gstlibdir}/libgstsrt.so
2304
673b9bb3
JB
2305%if %{with srtp}
2306%files -n gstreamer-srtp
1b809793 2307%defattr(644,root,root,755)
673b9bb3
JB
2308%attr(755,root,root) %{gstlibdir}/libgstsrtp.so
2309%endif
2310
c12164b1
JB
2311%if %{with svthevc}
2312%files -n gstreamer-svthevcenc
2313%defattr(644,root,root,755)
2314%attr(755,root,root) %{gstlibdir}/libgstsvthevcenc.so
2315%endif
2316
61d5c5c2
JB
2317%if %{with zvbi}
2318%files -n gstreamer-teletextdec
2319%defattr(644,root,root,755)
fbb9568a 2320%attr(755,root,root) %{gstlibdir}/libgstteletext.so
61d5c5c2 2321%endif
466f1e46 2322
cc1a933a
JB
2323%files -n gstreamer-timecode
2324%defattr(644,root,root,755)
2325# R: libltc
2326%attr(755,root,root) %{gstlibdir}/libgsttimecode.so
2327
fbb9568a
JB
2328%files -n gstreamer-ttml
2329%defattr(644,root,root,755)
2330%attr(755,root,root) %{gstlibdir}/libgstttmlsubs.so
2331
673b9bb3
JB
2332%if %{with uvch264}
2333%files -n gstreamer-uvch264
2334%defattr(644,root,root,755)
2335%attr(755,root,root) %{gstlibdir}/libgstuvch264.so
2336%endif
2337
14dce2c9
JB
2338%files -n gstreamer-v4l2codecs
2339%defattr(644,root,root,755)
2340# R: libgudev
2341%attr(755,root,root) %{gstlibdir}/libgstv4l2codecs.so
2342
7c120254 2343%files -n gstreamer-va
673b9bb3 2344%defattr(644,root,root,755)
7c120254 2345%attr(755,root,root) %{gstlibdir}/libgstva.so
673b9bb3 2346
61d5c5c2
JB
2347%if %{with directfb}
2348%files -n gstreamer-videosink-directfb
2349%defattr(644,root,root,755)
7c120254 2350%attr(755,root,root) %{gstlibdir}/libgstdirectfb.so
61d5c5c2
JB
2351%endif
2352
61d5c5c2
JB
2353%if %{with wayland}
2354%files -n gstreamer-videosink-wayland
2355%defattr(644,root,root,755)
2356%attr(755,root,root) %{gstlibdir}/libgstwaylandsink.so
2fbdaa36
JB
2357%endif
2358
62ab7977
JB
2359%files -n gstreamer-voaacenc
2360%defattr(644,root,root,755)
2361%attr(755,root,root) %{gstlibdir}/libgstvoaacenc.so
2362
2363%if %{with vulkan}
2364%files -n gstreamer-vulkan
2365%defattr(644,root,root,755)
2366%attr(755,root,root) %{gstlibdir}/libgstvulkan.so
2367%endif
2368
673b9bb3
JB
2369%files -n gstreamer-webp
2370%defattr(644,root,root,755)
2371%attr(755,root,root) %{gstlibdir}/libgstwebp.so
2372
fbb9568a
JB
2373%files -n gstreamer-webrtc
2374%defattr(644,root,root,755)
4da20dc8
BS
2375%attr(755,root,root) %{gstlibdir}/libgstwebrtc.so
2376
2377%files -n gstreamer-webrtcdsp
2378%defattr(644,root,root,755)
fbb9568a
JB
2379%attr(755,root,root) %{gstlibdir}/libgstwebrtcdsp.so
2380
61d5c5c2
JB
2381%if %{with wildmidi}
2382%files -n gstreamer-wildmidi
2383%defattr(644,root,root,755)
2384%attr(755,root,root) %{gstlibdir}/libgstwildmidi.so
2385%endif
a9463b1e 2386
16b9405a
JB
2387%if %{with wpe}
2388%files -n gstreamer-wpe
2389%defattr(644,root,root,755)
2390%attr(755,root,root) %{gstlibdir}/libgstwpe.so
d2d87bf1
JB
2391%dir %{_libdir}/gst-plugins-bad
2392%dir %{_libdir}/gst-plugins-bad/wpe-extension
2393%{_libdir}/gst-plugins-bad/wpe-extension/libgstwpeextension.so
16b9405a
JB
2394%endif
2395
f64edc00
JB
2396%if %{with x265}
2397%files -n gstreamer-x265
2398%defattr(644,root,root,755)
2399%attr(755,root,root) %{gstlibdir}/libgstx265.so
2400%endif
2401
a9463b1e 2402%files -n gstreamer-zbar
72cfdd58 2403%defattr(644,root,root,755)
a9463b1e 2404%attr(755,root,root) %{gstlibdir}/libgstzbar.so
5c5c7731
JB
2405
2406%files -n gstreamer-zxing
2407%defattr(644,root,root,755)
2408# R: zxing-cpp-nu >= 1.1.1
2409%attr(755,root,root) %{gstlibdir}/libgstzxing.so
This page took 1.053676 seconds and 4 git commands to generate.