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