X-Git-Url: http://git.pld-linux.org/gitweb.cgi?p=packages%2Fgstreamer-plugins-bad.git;a=blobdiff_plain;f=gstreamer-plugins-bad.spec;h=9bc0cf09caf556df0caed75fc0439b7dd144f39e;hp=9ab9df48f9c0506b6e8fa7a1d1aaa69c0490304e;hb=37a18c89ef753123ce7dfa86488640117efdae40;hpb=c8312664528d2816fc3ab6ba158bdba031c25656 diff --git a/gstreamer-plugins-bad.spec b/gstreamer-plugins-bad.spec index 9ab9df4..9bc0cf0 100644 --- a/gstreamer-plugins-bad.spec +++ b/gstreamer-plugins-bad.spec @@ -1,146 +1,222 @@ # TODO: -# - new plugins: -# - ivorbisdec (BR: tremor-devel, CVS versions only, http://www.xiph.org/vorbis/) +# - Vulkan (BR: libxcb-devel >= 1.10, , -lvulkan) +# - nvenc (BR: cuda >= 6.5, nvEncodeAPI.h, -lnvidia-encode) +# - OpenSLES (when available on pure Linux, not Android) # # Conditional build: -%bcond_without cdaudio # don't build cdaudio plugin -%bcond_without dirac # don't build Dirac plugin -%bcond_without directfb # don't build directfb videosink plugin -%bcond_without dts # don't build DTS plugin -%bcond_without faad # don't build faad plugin -%bcond_without gsm # don't build gsm plugin -%bcond_without jack # don't build JACK audio plugin -%bcond_without ladspa # don't build ladspa plugin -%bcond_without mjpegtools # don't build mpeg2enc plugin -%bcond_without mms # don't build mms plugin -%bcond_without musepack # don't build musepack plugin -%bcond_without neon # don't build neonhttpsrc plugin -%bcond_without ofa # don't build OFA plugin -%bcond_without sdl # don't build sdl plugin -%bcond_with swfdec # swfdec plugin -%bcond_without spc # don't build spc plugin -%bcond_without wavpack # don't build wavpack plugin -%bcond_without xvid # don't build XviD plugin -%bcond_with amr # build amrwb plugin -%bcond_with divx4linux # build divx4linux plugins -%bcond_without vdpau # build without VDPAU +%bcond_without amr # amrwbenc output plugin +%bcond_without bs2b # bs2b headphone stereo improvement plugin +%bcond_without bluez # Bluez plugin +%bcond_without chromaprint # chromaprint fingerprint plugin +%bcond_without daala # Daala video encoder/decoder plugin +%bcond_with dc1394 # dc1394 input plugin [not ported to 1.0] +%bcond_without directfb # DirectFB videosink plugin +%bcond_without dts # DTS audio decoder plugin +%bcond_without egl # EGL support in GL output +%bcond_without faad # faad audio decoder plugin +%bcond_without gles # GLESv2 support in GL output +%bcond_with gnustep # Cocoa support using GNUstep [unsupported since 1.4.5] +%bcond_without gsm # gsm audio decoder/encoder plugin +%bcond_without gtk # GTK+ (3.x) elements (video sink plugin) +%bcond_without kate # Kate text streams plugin +%bcond_without ladspa # LADSPA plugins bridge plugin +%bcond_without libde265 # libde265 H.265 decoder plugin +%bcond_with libvisual # libvisualgl plugin [not ported to 1.0] +%bcond_with lv2 # LV2 plugins bridge plugin [not ported to 1.0] +%bcond_without mjpegtools # mpeg2enc video encoder plugin +%bcond_without mms # mms streaming plugin +%bcond_with musepack # musepack audio decoder plugin [not ported to 1.0] +%bcond_with nas # NAS audiosink plugin [not ported to 1.0] +%bcond_without neon # neonhttpsrc HTTP client plugin +%bcond_without ofa # OFA fingerprint plugin +%bcond_without openal # OpenAL audiosink plugin +%bcond_with opencv # OpenCV effects plugin +%bcond_without openexr # OpenEXR EXR decoder plugin +%bcond_without opengl # OpenGL videosink plugin +%bcond_without openh264 # OpenH264 encoder/decoder +%bcond_without openni2 # OpenNI2 device source plugin +%bcond_without qt # Qt (5.x) elements (video sink plugin) +%bcond_without rsvg # RSVG SVG decoder/overlay plugin +%bcond_without sbc # SBC bluetooth audio codec plugin +%bcond_with sdl # SDL audio/videosink plugin [not ported to 1.0] +%bcond_without sndfile # sndfile audio files encoder/decoder plugin +%bcond_without spc # spc audio decoder plugin +%bcond_without srtp # SRTP decoder/encoder plugin +%bcond_with timidity # timidity MIDI files decoder plugin [not ported to 1.0] +%bcond_without tinyalsa # ALSA audiosink using tinyalsa library +%bcond_without uvch264 # uvch264 cameras plugin +%bcond_without vdpau # VDPAU decoder/videopostprocess/videosink plugin +%bcond_without wayland # Wayland videosink plugin and Wayland EGL support +%bcond_without wildmidi # wildmidi MIDI files decoder plugin +%bcond_without x265 # x265 H.265 encoder plugin +%bcond_with xvid # XviD plugin [not ported to 1.0] +%bcond_with yadif # YADIF deinterlacing filter plugin +%bcond_without zvbi # zvbi-based teletextdec plugin [not ported to 1.0] +%bcond_without examples # examples build + +%if %{without egl} +%undefine with_wayland +%endif %define gstname gst-plugins-bad -%define gst_major_ver 0.10 -%define gst_req_ver 0.10.30 -%define gstpb_req_ver 0.10.30 - +%define gst_major_ver 1.0 +%define gst_req_ver 1.8.0 +%define gstpb_req_ver 1.8.0 %include /usr/lib/rpm/macros.gstreamer Summary: Bad GStreamer Streaming-media framework plugins Summary(pl.UTF-8): Złe wtyczki do środowiska obróbki strumieni GStreamer Name: gstreamer-plugins-bad -Version: 0.10.20 +Version: 1.8.1 Release: 4 License: LGPL v2+ Group: Libraries -Source0: http://gstreamer.freedesktop.org/src/gst-plugins-bad/%{gstname}-%{version}.tar.bz2 -# Source0-md5: 7c84766f6d24f41ba90c3f6141012ab8 -Patch0: %{name}-bashish.patch -Patch1: %{name}-libdts.patch -Patch2: %{name}-divx4linux.patch -Patch4: %{name}-timidity.patch -Patch5: %{name}-nas.patch -URL: http://gstreamer.freedesktop.org/ -BuildRequires: autoconf >= 2.60 -BuildRequires: automake >= 1:1.10 +Source0: https://gstreamer.freedesktop.org/src/gst-plugins-bad/%{gstname}-%{version}.tar.xz +# Source0-md5: e508da2a8a5c3d12264fe3415be2f451 +Patch0: %{name}-libdts.patch +Patch1: %{name}-timidity.patch +URL: https://gstreamer.freedesktop.org/ +BuildRequires: autoconf >= 2.69 +BuildRequires: automake >= 1:1.14 BuildRequires: docbook-dtd412-xml -BuildRequires: gettext-devel >= 0.17 -# 2.20 for all, gio-2.26 for gsettings -BuildRequires: glib2-devel >= 1:2.26 +BuildRequires: gettext-tools >= 0.17 +BuildRequires: glib2-devel >= 1:2.40.0 +BuildRequires: gobject-introspection-devel >= 1.31.1 BuildRequires: gstreamer-devel >= %{gst_req_ver} BuildRequires: gstreamer-plugins-base-devel >= %{gstpb_req_ver} -BuildRequires: gtk+2-devel >= 2:2.14.0 -BuildRequires: gtk-doc >= 1.6 -BuildRequires: libglade2-devel -BuildRequires: libglade2-devel >= 1:2.6.0 -BuildRequires: liboil-devel >= 0.3.8 -BuildRequires: libtheora-devel >= 1.0 -BuildRequires: libtool >= 1.4 -BuildRequires: orc-devel >= 0.4.5 +BuildRequires: gtk-doc >= 1.12 +BuildRequires: libtool >= 2:2.2.6 +BuildRequires: orc-devel >= 0.4.17 BuildRequires: pkgconfig >= 1:0.9.0 BuildRequires: python >= 2.1 BuildRequires: rpmbuild(macros) >= 1.98 BuildRequires: xorg-lib-libX11-devel +%if %{with examples} +BuildRequires: SDL-devel >= 1.2.0 +BuildRequires: clutter-devel >= 1.8 +BuildRequires: gtk+3-devel >= 3.4 +BuildRequires: xorg-lib-libXcomposite-devel +%endif ## ## plugins ## %{?with_directfb:BuildRequires: DirectFB-devel >= 1:0.9.24} -BuildRequires: OpenGL-devel -%{?with_sdl:BuildRequires: SDL-devel >= 0.11} +%{?with_egl:BuildRequires: EGL-devel} +%{?with_gles:BuildRequires: Mesa-libGLES-devel} +%{?with_wayland:BuildRequires: Mesa-libwayland-egl-devel >= 9.0} +%{?with_openal:BuildRequires: OpenAL-devel >= 1.14} +%{?with_openexr:BuildRequires: OpenEXR-devel} +%{?with_opengl:BuildRequires: OpenGL-devel} +%{?with_opengl:BuildRequires: OpenGL-GLU-devel} +%{?with_opengl:BuildRequires: OpenGL-GLX-devel} +%{?with_gles:BuildRequires: OpenGLESv2-devel} +%{?with_openni2:BuildRequires: OpenNI2-devel >= 0.26} +%{?with_qt:BuildRequires: Qt5Core-devel >= 5.4.0} +%{?with_qt:BuildRequires: Qt5Gui-devel >= 5.4.0} +%{?with_qt:BuildRequires: Qt5Quick-devel >= 5.4.0} +%{?with_qt:BuildRequires: Qt5Qml-devel >= 5.4.0} +%{?with_qt:BuildRequires: Qt5X11Extras-devel >= 5.4.0} +%{?with_qt:BuildRequires: Qt5WaylandClient-devel >= 5.4.0} +%{?with_sdl:BuildRequires: SDL-devel} BuildRequires: alsa-lib-devel >= 0.9.1 -%{?with_amr:BuildRequires: amrwb-devel} +%{?with_bluez:BuildRequires: bluez-libs-devel >= 5.0} BuildRequires: bzip2-devel -BuildRequires: cairo-devel -BuildRequires: celt-devel >= 0.8.0 -%{?with_dirac:BuildRequires: dirac-devel >= 0.10} -%{?with_divx4linux:BuildRequires: divx4linux-devel >= 1:5.05.20030428} +%{?with_rsvg:BuildRequires: cairo-devel} +BuildRequires: curl-devel >= 7.35.0 +%{?with_daala:BuildRequires: daala-devel} BuildRequires: exempi-devel >= 1.99.5 BuildRequires: faac-devel -%{?with_faad:BuildRequires: faad2-devel >= 2.0-2} +%{?with_faad:BuildRequires: faad2-devel >= 2.7} BuildRequires: flite-devel -# http://code.google.com/p/game-music-emu/ (libgme) -#BuildRequires: game-music-emu-devel >= 0.5.6 -BuildRequires: gmyth-devel >= 0.7 -%{?with_jack:BuildRequires: jack-audio-connection-kit-devel >= 0.99.10} -BuildRequires: jasper-devel +BuildRequires: fluidsynth-devel >= 1.0 +BuildRequires: game-music-emu-devel >= 0.5.6 +BuildRequires: gnutls-devel >= 2.11.3 +%if %{with gnustep} +BuildRequires: gnustep-base-devel +BuildRequires: gnustep-gui-devel +%endif +BuildRequires: graphene-devel >= 1.0.0 +%{?with_gtk:BuildRequires: gtk+3-devel >= 3.15.0} %{?with_ladspa:BuildRequires: ladspa-devel >= 1.12} -# http://code.google.com/p/libass/ -#BuildRequires: libass-devel >= 0.9.4 -%{?with_cdaudio:BuildRequires: libcdaudio-devel} -BuildRequires: libdc1394-devel >= 2.0.0 +BuildRequires: libass-devel >= 0.10.2 +%{?with_bs2b:BuildRequires: libbs2b-devel >= 3.1.0} +%{?with_chromaprint:BuildRequires: libchromaprint-devel} +%{?with_dc1394:BuildRequires: libdc1394-devel >= 2.0.0} +%{?with_libde265:BuildRequires: libde265-devel >= 0.9} +# +%{?with_egl:BuildRequires: libdrm-devel} %{?with_dts:BuildRequires: libdts-devel} BuildRequires: libdvdnav-devel >= 4.1.2 BuildRequires: libdvdread-devel >= 4.1.2 -BuildRequires: libexif-devel >= 0.6.16 +BuildRequires: libexif-devel >= 1:0.6.16 %{?with_gsm:BuildRequires: libgsm-devel} BuildRequires: libiptcdata-devel >= 1.0.2 -BuildRequires: libkate-devel >= 0.1.7 +BuildRequires: libjpeg-devel +%{?with_kate:BuildRequires: libkate-devel >= 0.1.7} BuildRequires: liblrdf-devel -#http://sourceforge.net/projects/farsight/ -#BuildRequires: libmimic-devel >= 1.0 +BuildRequires: libmimic-devel >= 1.0 %{?with_mms:BuildRequires: libmms-devel >= 0.4} BuildRequires: libmodplug-devel %{?with_musepack:BuildRequires: libmpcdec-devel >= 1.2} -BuildRequires: libmusicbrainz-devel >= 2.1.0 %{?with_ofa:BuildRequires: libofa-devel >= 0.9.3} %{?with_spc:BuildRequires: libopenspc-devel >= 0.3.99} BuildRequires: libpng-devel >= 2:1.2.0 -BuildRequires: librsvg-devel >= 2.14 -# http://drobilla.net/software/slv2/ -#BuildRequires: slv2-devel >= 0.6.6 -# for modplug and libSoundTouch +%{?with_rsvg:BuildRequires: librsvg-devel >= 2.36.2} +BuildRequires: librtmp-devel +BuildRequires: libssh2-devel >= 1.4.3 +# for decklink, modplug, soundtouch BuildRequires: libstdc++-devel -BuildRequires: libsndfile-devel >= 1.0.16 -BuildRequires: libtiger-devel >= 0.3.2 -BuildRequires: libtimidity-devel +%{?with_sndfile:BuildRequires: libsndfile-devel >= 1.0.16} +BuildRequires: libtheora-devel >= 1.0 +%{?with_kate:BuildRequires: libtiger-devel >= 0.3.2} +%{?with_timidity:BuildRequires: libtimidity-devel} +%{?with_uvch264:BuildRequires: libusb-devel >= 1.0} +%{?with_vdpau:BuildRequires: libvdpau-devel} +%{?with_libvisual:BuildRequires: libvisual-devel >= 0.4.0} BuildRequires: libvpx-devel -BuildRequires: libx264-devel >= 0.1.2 -%{?with_mjpegtools:BuildRequires: mjpegtools-devel >= 1.9.0} -BuildRequires: nas-devel +BuildRequires: libwebp-devel >= 0.2.1 +%{?with_x265:BuildRequires: libx265-devel} +BuildRequires: libxml2-devel >= 1:2.8 +%{?with_mjpegtools:BuildRequires: mjpegtools-devel >= 2.0.0} +%{?with_nas:BuildRequires: nas-devel} %{?with_neon:BuildRequires: neon-devel >= 0.27.0} -BuildRequires: openssl-devel >= 0.9.5 -BuildRequires: schroedinger-devel >= 1.0.7 -BuildRequires: soundtouch-devel >= 1.4 -%if %{with swfdec} -BuildRequires: swfdec-devel < 0.4.0 -BuildRequires: swfdec-devel >= 0.3.6 +# for hls, could also use libgcrypt>=1.2.0 or openssl +BuildRequires: nettle-devel +%if %{with opencv} +BuildRequires: opencv-devel >= 1:2.3.0 +BuildRequires: opencv-devel < 1:2.5.0 %endif -%{?with_vdpau:BuildRequires: libvdpau-devel} +%{?with_openh264:BuildRequires: openh264-devel >= 1.3.0} +# openjpeg 2.0 also supported, but not 2.1 +BuildRequires: openjpeg-devel >= 1 +# for apexsink (not ported yet) and dtls +BuildRequires: openssl-devel >= 1.0.1 +BuildRequires: opus-devel >= 0.9.4 +%{?with_qt:BuildRequires: qt5-build >= 5.4.0} +%{?with_sbc:BuildRequires: sbc-devel >= 1.0} +BuildRequires: schroedinger-devel >= 1.0.10 +%{?with_lv2:BuildRequires: slv2-devel >= 0.6.6} +BuildRequires: soundtouch-devel >= 1.4 +BuildRequires: spandsp-devel >= 1:0.0.6 +%{?with_srtp:BuildRequires: srtp-devel} +%{?with_tinyalsa:BuildRequires: tinyalsa-devel} BuildRequires: twolame-devel -BuildRequires: wildmidi-devel +%{?with_uvch264:BuildRequires: udev-glib-devel} +BuildRequires: vo-aacenc-devel >= 0.1.0 +%{?with_amr:BuildRequires: vo-amrwbenc-devel >= 0.1.0} +# wayland-client, wayland-cursor, wayland-scanner +%{?with_wayland:BuildRequires: wayland-devel >= 1.4.0} +%{?with_wildmidi:BuildRequires: wildmidi-devel} BuildRequires: xorg-lib-libX11-devel -%{?with_xvid:BuildRequires: xvid-devel >= 1.0.0} -# http://zbar.sourceforge.net/ -#BuildRequires: zbar-devel >= 0.9 -Requires: glib2 >= 1:2.20 +%{?with_xvid:BuildRequires: xvid-devel >= 1.3.0} +BuildRequires: zbar-devel >= 0.9 +%{?with_zvbi:BuildRequires: zvbi-devel >= 0.2} +Requires: glib2 >= 1:2.40.0 Requires: gstreamer >= %{gst_req_ver} Requires: gstreamer-plugins-base >= %{gstpb_req_ver} -Requires: orc >= 0.4.5 +Requires: libxml2 >= 1:2.8 +Requires: orc >= 0.4.17 +Obsoletes: gstreamer-cdaudio +Obsoletes: gstreamer-plugins-gl Obsoletes: gstreamer-quicktime Obsoletes: gstreamer-vcd BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -169,6 +245,9 @@ Summary: Header files and API documentation for gstapp library Summary(pl.UTF-8): Pliki nagłówkowe i dokumentacja API biblioteki gstapp Group: Development/Libraries Requires: %{name} = %{version}-%{release} +Requires: gstreamer-devel >= %{gst_req_ver} +Obsoletes: gstreamer-plugins-gl-devel +Obsoletes: gstreamer-plugins-gl-apidocs %description devel Header files and API documentation for gstapp library. @@ -182,6 +261,8 @@ Pliki nagłówkowe i dokumentacja API biblioteki gstapp. Summary: GStreamer plugin for AAC audio encoding and decoding Summary(pl.UTF-8): Wtyczka do GStreamera do kodowania i dekodowania plików audio AAC Group: Libraries +Requires: faad2-libs >= 2.7 +Requires: gstreamer >= %{gst_req_ver} Requires: gstreamer-plugins-base >= %{gstpb_req_ver} %description -n gstreamer-aac @@ -195,18 +276,36 @@ Summary: GStreamer plugin for AMR-WB audio encoding Summary(pl.UTF-8): Wtyczka GStreamera do kodowania dźwięku w formacie AMR-WB Group: Libraries Requires: gstreamer >= %{gst_req_ver} +Requires: gstreamer-plugins-base >= %{gstpb_req_ver} +Requires: vo-amrwbenc >= 0.1.0 %description -n gstreamer-amrwbenc -GStreamer plugin for AMR-WB audio encoding. +GStreamer plugin for AMR-WB audio encoding, using VisualOn library. %description -n gstreamer-amrwbenc -l pl.UTF-8 -Wtyczka GStreamera do kodowania dźwięku w formacie AMR-WB. +Wtyczka GStreamera do kodowania dźwięku w formacie AMR-WB, +wykorzystująca bibliotekę VisualOn. + +%package -n gstreamer-ass +Summary: GStreamer plugin for ASS/SSA subtitles rendering +Summary(pl.UTF-8): Wtyczka do GStreamera do renderowania napisów ASS/SSA +Group: Libraries +Requires: gstreamer >= %{gst_req_ver} +Requires: gstreamer-plugins-base >= %{gstpb_req_ver} +Requires: libass >= 0.10.2 + +%description -n gstreamer-ass +GStreamer plugin for ASS/SSA subtitles rendering. + +%description -n gstreamer-ass -l pl.UTF-8 +Wtyczka do GStreamera do renderowania napisów ASS/SSA. %package -n gstreamer-audio-effects-bad Summary: Bad GStreamer audio effects plugins Summary(pl.UTF-8): Złe wtyczki efektów dźwiękowych do GStreamera Group: Libraries Requires: gstreamer >= %{gst_req_ver} +Requires: gstreamer-plugins-base >= %{gstpb_req_ver} Obsoletes: gstreamer-audio-effects %description -n gstreamer-audio-effects-bad @@ -215,23 +314,11 @@ Bad GStreamer audio effects plugins. %description -n gstreamer-audio-effects-bad -l pl.UTF-8 Złe wtyczki efektów dźwiękowych do GStreamera. -%package -n gstreamer-audiosink-alsaspdif -Summary: GStreamer ALSA plugin for S/PDIF output -Summary(pl.UTF-8): Wtyczka ALSA GStreamera do wyjścia S/PDIF -Group: Libraries -Requires: gstreamer-plugins-base >= %{gstpb_req_ver} -Provides: gstreamer-audiosink = %{version} - -%description -n gstreamer-audiosink-alsaspdif -GStreamer ALSA plugin for S/PDIF output. - -%description -n gstreamer-audiosink-alsaspdif -l pl.UTF-8 -Wtyczka ALSA GStreamera do wyjścia S/PDIF. - %package -n gstreamer-audiosink-nas Summary: GStreamer NAS audio output plugin Summary(pl.UTF-8): Wtyczka wyjścia dźwięku NAS dla GStreamera Group: Libraries +Requires: gstreamer >= %{gst_req_ver} Requires: gstreamer-plugins-base >= %{gstpb_req_ver} Provides: gstreamer-audiosink = %{version} Obsoletes: gstreamer-nas @@ -242,31 +329,94 @@ GStreamer NAS audio output plugin. %description -n gstreamer-audiosink-nas -l pl.UTF-8 Wtyczka wyjścia dźwięku NAS dla GStreamera. -%package -n gstreamer-cdaudio -Summary: GStreamer plugin for CD audio input using libcdaudio -Summary(pl.UTF-8): Wtyczka do GStreamera odtwarzająca płyty CD-Audio przy użyciu libcdaudio +%package -n gstreamer-audiosink-tinyalsa +Summary: GStreamer ALSA audio output plugin using tinyalsa library +Summary(pl.UTF-8): Wtyczka wyjścia dźwięku ALSA dla GStreamera, wykorzystująca bibliotekę tinyalsa +Group: Libraries +Requires: gstreamer >= %{gst_req_ver} +Requires: gstreamer-plugins-base >= %{gstpb_req_ver} +Provides: gstreamer-audiosink = %{version} + +%description -n gstreamer-audiosink-tinyalsa +GStreamer ALSA audio output plugin using tinyalsa library. + +%description -n gstreamer-audiosink-tinyalsa -l pl.UTF-8 +Wtyczka wyjścia dźwięku ALSA dla GStreamera, wykorzystująca bibliotekę +tinyalsa. + +%package -n gstreamer-bs2b +Summary: GStreamer bs2b plugin +Summary(pl.UTF-8): Wtyczka bs2b do GStreamera +Group: Libraries +Requires: gstreamer >= %{gst_req_ver} +Requires: gstreamer-plugins-base >= %{gstpb_req_ver} +Requires: libbs2b >= 3.1.0 + +%description -n gstreamer-bs2b +GStreamer plugin to improve headphone listening of stereo audio +records using the b2sb library. + +%description -n gstreamer-bs2b -l pl.UTF-8 +Wtyczka GStreamera poprawiająca odsłuchiwanie nagrań stereofonicznych +przez słuchawki przy użyciu biblioteki bs2b. + +%package -n gstreamer-bluez +Summary: GStreamer plugin for Bluez-based bluetooth support +Summary(pl.UTF-8): Wtyczka GStreamera do obsługi bluetooth w oparciu o Bluez Group: Libraries +Requires: bluez-libs >= 5.0 Requires: gstreamer >= %{gst_req_ver} +Requires: gstreamer-plugins-base >= %{gstpb_req_ver} +Obsoletes: gstreamer-bluetooth -%description -n gstreamer-cdaudio -Plugin for playing audio tracks using libcdaudio under GStreamer. +%description -n gstreamer-bluez +GStreamer plugin for Bluez-based bluetooth support. -%description -n gstreamer-cdaudio -l pl.UTF-8 -Wtyczka do odtwarzania ścieżek dźwiękowych pod GStreamerem za pomocą -libcdaudio. +%description -n gstreamer-bluez -l pl.UTF-8 +Wtyczka GStreamera do obsługi bluetooth w oparciu o Bluez. -%package -n gstreamer-celt -Summary: GStreamer Celt audio codec plugin -Summary(pl.UTF-8): Wtyczka kodeka dźwięku Celt do GStreamera +%package -n gstreamer-chromaprint +Summary: GStreamer Chromaprint audio fingerprinting plugin +Summary(pl.UTF-8): Wtyczka Chromaprint do odcisków identyfikacyjnych dźwięku dla GStreamera Group: Libraries Requires: gstreamer >= %{gst_req_ver} -Requires: celt >= 0.8.0 +Requires: gstreamer-plugins-base >= %{gstpb_req_ver} -%description -n gstreamer-celt -GStreamer Celt audio encoder and decoder plugin. +%description -n gstreamer-chromaprint +GStreamer Chromaprint audio fingerprinting plugin. -%description -n gstreamer-celt -l pl.UTF-8 -Wtyczka GStreamera kodująca i dekodująca dźwięk w formacie Celt. +%description -n gstreamer-chromaprint -l pl.UTF-8 +Wtyczka GStreamera wykonująca odciski identyfikacyjne dźwięku przy +użyciu biblioteki Chromaprint. + +%package -n gstreamer-curl +Summary: GStreamer cURL network sink plugin +Summary(pl.UTF-8): Wtyczka wyjścia sieciowego cURL dla GStreamera +Group: Libraries +Requires: gstreamer >= %{gst_req_ver} +Requires: curl-libs >= 7.35.0 +Requires: libssh2 >= 1.4.3 + +%description -n gstreamer-curl +GStreamer network sink plugin that uses libcurl as a client to upload +data to a server (e.g. HTTP or FTP). + +%description -n gstreamer-curl -l pl.UTF-8 +Wtyczka wyjścia sieciowego GStreamera wykorzystująca libcurl jako +klienta do wysyłania danych na serwer (np. HTTP lub FTP). + +%package -n gstreamer-daala +Summary: GStreamer Daala video encoder/decoder plugin +Summary(pl.UTF-8): Wtyczka kodera/dekodera obrazu Daala GStreamera +Group: Libraries +Requires: gstreamer >= %{gst_req_ver} +Requires: gstreamer-plugins-base >= %{gstpb_req_ver} + +%description -n gstreamer-daala +GStreamer Daala video encoder/decoder plugin. + +%description -n gstreamer-daala -l pl.UTF-8 +Wtyczka kodera/dekodera obrazu Daala GStreamera. %package -n gstreamer-dc1394 Summary: GStreamer 1394 IIDC (Firewire digital cameras) video source plugin @@ -281,35 +431,25 @@ GStreamer 1394 IIDC (Firewire digital cameras) video source plugin. Wtyczka źródła obrazu 1394 IIDC (z kamer cyfrowych Firewire) do GStreamera. -%package -n gstreamer-dirac -Summary: GStreamer Dirac plugin -Summary(pl.UTF-8): Wtyczka Dirac do GStreamera +%package -n gstreamer-dtls +Summary: GStreamer DTLS decoder and encoder plugin +Summary(pl.UTF-8): Wtyczka kodera i dekodera DTLS dla GStreamera Group: Libraries -Requires: dirac >= 0.10 Requires: gstreamer >= %{gst_req_ver} - -%description -n gstreamer-dirac -GStreamer Dirac video decoder/encoder plugin. - -%description -n gstreamer-dirac -l pl.UTF-8 -Wtyczka dekodująca i kodująca obraz Dirac do GStreamera. - -%package -n gstreamer-divx -Summary: GStreamer divx plugin -Summary(pl.UTF-8): Wtyczka divx do GStreamera -Group: Libraries Requires: gstreamer-plugins-base >= %{gstpb_req_ver} +Requires: openssl >= 1.0.1 -%description -n gstreamer-divx -GStreamer divx plugin. +%description -n gstreamer-dtls +GStreamer DTLS decoder and encoder plugin. -%description -n gstreamer-divx -l pl.UTF-8 -Wtyczka divx do GStreamera. +%description -n gstreamer-dtls -l pl.UTF-8 +Wtyczka kodera i dekodera DTLS dla GStreamera. %package -n gstreamer-dts Summary: GStreamer DTS plugin Summary(pl.UTF-8): Wtyczka DTS do GStreamera Group: Libraries +Requires: gstreamer >= %{gst_req_ver} Requires: gstreamer-plugins-base >= %{gstpb_req_ver} %description -n gstreamer-dts @@ -322,6 +462,7 @@ Wtyczka do GStreamera obsługująca DTS Coherent Acoustics. Summary: GStreamer Flite plugin Summary(pl.UTF-8): Wtyczka Flite do GStreamera Group: Libraries +Requires: gstreamer >= %{gst_req_ver} Requires: gstreamer-plugins-base >= %{gstpb_req_ver} %description -n gstreamer-flite @@ -330,11 +471,40 @@ Plugin for Flite support. %description -n gstreamer-flite -l pl.UTF-8 Wtyczka do GStreamera obsługująca Flite. +%package -n gstreamer-fluidsynth +Summary: GStreamer FluidSynth MIDI plugin +Summary(pl.UTF-8): Wtyczka FluidSynth MIDI do GStreamera +Group: Libraries +# for generic gstmidi plugin +Requires: %{name} = %{version}-%{release} +Requires: gstreamer >= %{gst_req_ver} +Requires: fluidsynth >= 1.0 + +%description -n gstreamer-fluidsynth +GStreamer FluidSynth MIDI plugin. + +%description -n gstreamer-fluidsynth -l pl.UTF-8 +Wtyczka FluidSynth MIDI do GStreamera. + +%package -n gstreamer-gme +Summary: GStreamer GME Audio Decoder plugin +Summary(pl.UTF-8): Wtyczka dekodująca GME do GStreamera +Group: Libraries +Requires: gstreamer >= %{gst_req_ver} +Requires: game-music-emu >= 0.5.6 +Obsoletes: gstreamer-nsf + +%description -n gstreamer-gme +GStreamer GME Audio Decoder plugin. + +%description -n gstreamer-gme -l pl.UTF-8 +Wtyczka dekodująca GME do GStreamera. + %package -n gstreamer-gsettings Summary: GStreamer GSettings plugin Summary(pl.UTF-8): Wtyczka GSettings do GStreamera Group: Libraries -Requires: glib2 >= 1:2.26 +Requires: glib2 >= 1:2.40.0 Requires: gstreamer >= %{gst_req_ver} %description -n gstreamer-gsettings @@ -347,6 +517,7 @@ Wtyczka GSettings do GStreamera. Summary: GStreamer plugin for GSM lossy audio format Summary(pl.UTF-8): Wtyczka do GStreamera obsługująca stratny format dźwięku GSM Group: Libraries +Requires: gstreamer >= %{gst_req_ver} Requires: gstreamer-plugins-base >= %{gstpb_req_ver} %description -n gstreamer-gsm @@ -356,23 +527,11 @@ Output plugin for GStreamer to convert to GSM lossy audio format. Wtyczka wyjścia dźwięku GSteamera konwertująca do stratnego formatu GSM. -%package -n gstreamer-jack -Summary: GStreamer plugin for the JACK Sound Server -Summary(pl.UTF-8): Wtyczka serwera dźwięku JACK dla GStreamera -Group: Libraries -Requires: gstreamer-plugins-base >= %{gstpb_req_ver} -Provides: gstreamer-audiosink = %{version} - -%description -n gstreamer-jack -Plugin for the JACK professional sound server. - -%description -n gstreamer-jack -l pl.UTF-8 -Wtyczka dla profesjonalnego serwera dźwięku JACK. - %package -n gstreamer-kate Summary: GStreamer plugin for Kate text streams Summary(pl.UTF-8): Wtyczka obsługująca strumienie tekstowe Kate dla GStreamera Group: Libraries +Requires: gstreamer >= %{gst_req_ver} Requires: gstreamer-plugins-base >= %{gstpb_req_ver} Requires: libkate >= 0.1.7 Requires: libtiger >= 0.3.2 @@ -387,6 +546,7 @@ Wtyczka obsługująca strumienie tekstowe Kate dla GStreamera. Summary: GStreamer wrapper for LADSPA plugins Summary(pl.UTF-8): Wrapper do wtyczek LADSPA dla GStreamera Group: Libraries +Requires: gstreamer >= %{gst_req_ver} Requires: gstreamer-plugins-base >= %{gstpb_req_ver} %description -n gstreamer-ladspa @@ -396,10 +556,57 @@ Plugin which wraps LADSPA plugins for use by GStreamer applications. Wtyczka pozwalająca na używanie wtyczek LADSPA przez aplikacje GStreamera. +%package -n gstreamer-libde265 +Summary: GStreamer libde265 H.265 decoder plugin +Summary(pl.UTF-8): Wtyczka dekodera H.265 libde265 do GStreamera +Group: Libraries +Requires: gstreamer >= %{gst_req_ver} +Requires: gstreamer-plugins-base >= %{gstpb_req_ver} +Requires: libde265 >= 0.9 + +%description -n gstreamer-libde265 +GStreamer libde265 plugin - H.265 decoder. + +%description -n gstreamer-libde265 -l pl.UTF-8 +Wtyczka libde265 do GStreamera - dekoder H.265. + +%package -n gstreamer-lv2 +Summary: GStreamer wrapper for LV2 plugins +Summary(pl.UTF-8): Wrapper do wtyczek LV2 dla GStreamera +Group: Libraries +# for libgstsignalprocessor +Requires: %{name} = %{version}-%{release} +Requires: gstreamer >= %{gst_req_ver} +Requires: gstreamer-plugins-base >= %{gstpb_req_ver} +Requires: slv2 >= 0.6.6 + +%description -n gstreamer-lv2 +Plugin which wraps LV2 plugins for use by GStreamer applications. + +%description -n gstreamer-lv2 -l pl.UTF-8 +Wtyczka pozwalająca na używanie wtyczek LV2 przez aplikacje +GStreamera. + +%package -n gstreamer-mimic +Summary: GStreamer Mimic video decoding/encoding plugin +Summary(pl.UTF-8): Wtyczka kodująca/dekodująca obraz Mimic do GStreamera +Group: Libraries +Requires: gstreamer >= %{gst_req_ver} +Requires: libmimic >= 1.0 + +%description -n gstreamer-mimic +GStreamer Mimic video decoding/encoding plugin. + +%description -n gstreamer-mimic -l pl.UTF-8 +Wtyczka kodująca/dekodująca obraz Mimic do GStreamera. + %package -n gstreamer-mjpegtools Summary: GStreamer mpeg2enc plugin Summary(pl.UTF-8): Wtyczka mpeg2enc do GStreamera Group: Libraries +Requires: gstreamer >= %{gst_req_ver} +Requires: gstreamer-plugins-base >= %{gstpb_req_ver} +Requires: mjpegtools-libs >= 2.0.0 %description -n gstreamer-mjpegtools GStreamer mpeg2enc plugin (based on mjpegtools libraries). @@ -411,6 +618,7 @@ Wtyczka mpeg2enc do GStreamera (oparta na bibliotekach mjpegtools). Summary: GStreamer mms plugin Summary(pl.UTF-8): Wtyczka mms do GStreamera Group: Libraries +Requires: gstreamer >= %{gst_req_ver} Requires: gstreamer-plugins-base >= %{gstpb_req_ver} Requires: libmms >= 0.4 @@ -432,30 +640,6 @@ GStreamer musepack plugin. %description -n gstreamer-musepack -l pl.UTF-8 Wtyczka musepack do GStreamera. -%package -n gstreamer-mythtv -Summary: GStreamer MythTV plugin -Summary(pl.UTF-8): Wtyczka MythTV do GStreamera -Group: Libraries -Requires: gstreamer >= %{gst_req_ver} - -%description -n gstreamer-mythtv -GStreamer MythTV plugin. - -%description -n gstreamer-mythtv -l pl.UTF-8 -Wtyczka MythTV do GStreamera. - -%package -n gstreamer-musicbrainz -Summary: GStreamer musicbrainz plugin -Summary(pl.UTF-8): Wtyczka musicbrainz do GStreamera -Group: Libraries -Requires: gstreamer-plugins-base >= %{gstpb_req_ver} - -%description -n gstreamer-musicbrainz -GStreamer musicbrainz plugin - a TRM signature producer. - -%description -n gstreamer-musicbrainz -l pl.UTF-8 -Wtyczka musicbrainz do GStreamera, tworząca sygnatury TRM. - %package -n gstreamer-neon Summary: GStreamer neon HTTP source plugin Summary(pl.UTF-8): Wtyczka źródła HTTP neon do GStreamera @@ -474,6 +658,7 @@ Summary: GStreamer OFA fingerprint plugin Summary(pl.UTF-8): Wtyczka odcisków OFA do GStreamera Group: Libraries Requires: gstreamer >= %{gst_req_ver} +Requires: gstreamer-plugins-base >= %{gstpb_req_ver} Requires: libofa >= 0.9.3 %description -n gstreamer-ofa @@ -484,11 +669,143 @@ files. Wtyczka OFA do GStreamera służąca do obliczania odcisków MusicIP plików dźwiękowych. +%package -n gstreamer-openal +Summary: GStreamer OpenAL audio input/output plugin +Summary(pl.UTF-8): Wtyczka wejścia/wyjścia dźwięku OpenAL do GStreamera +Group: Libraries +Requires: OpenAL >= 1.14 +Requires: gstreamer >= %{gst_req_ver} +Requires: gstreamer-plugins-base >= %{gstpb_req_ver} +Provides: gstreamer-audiosink = %{version} + +%description -n gstreamer-openal +GStreamer OpenAL support plugin, providing audio sink and source. + +%description -n gstreamer-openal -l pl.UTF-8 +Wtyczka obsługująca OpenAL do GStreamera, zapewniająca wyjście i +źródło dźwięku. + +%package -n gstreamer-opencv +Summary: GStreamer OpenCV plugin +Summary(pl.UTF-8): Wtyczka OpenCV do GStreamera +Group: Libraries +# for locales +Requires: %{name} = %{version}-%{release} +Requires: gstreamer >= %{gst_req_ver} +Requires: gstreamer-plugins-base >= %{gstpb_req_ver} +Requires: opencv >= 1:2.3.0 + +%description -n gstreamer-opencv +GStreamer OpenCV plugin. It contains the following elements: +facedetect, faceblur, edgedetect, cvsobel, cvsmooth, cvlaplace, +cverode, cvequalizehist, cvdilate, textwrite, templatematch, +pyramidsegment. + +%description -n gstreamer-opencv -l pl.UTF-8 +Wtyczka OpenCV do GStreamera. Zawiera następujące elementy: +facedetect, faceblur, edgedetect, cvsobel, cvsmooth, cvlaplace, +cverode, cvequalizehist, cvdilate, textwrite, templatematch, +pyramidsegment. + +%package -n gstreamer-openexr +Summary: GStreamer OpenEXR plugin +Summary(pl.UTF-8): Wtyczka OpenEXR do GStreamera +Group: Libraries +Requires: gstreamer >= %{gst_req_ver} +Requires: gstreamer-plugins-base >= %{gstpb_req_ver} + +%description -n gstreamer-openexr +GStreamer OpenEXR plugin - OpenEXR-based EXR streams decoder. + +%description -n gstreamer-openexr -l pl.UTF-8 +Wtyczka OpenEXR do GStreamera - dekoder strumieni EXR oparty na +bibliotece OpenEXR. + +%package -n gstreamer-opengl +Summary: GStreamer OpenGL video output plugin +Summary(pl.UTF-8): Wtyczka wyjścia obrazu OpenGL do GStreamera +Group: Libraries +Requires: %{name} = %{version}-%{release} +Requires: graphene >= 1.0.0 +Requires: gstreamer >= %{gst_req_ver} +Requires: gstreamer-plugins-base >= %{gstpb_req_ver} +Provides: gstreamer-videosink = %{version} +Obsoletes: gstreamer-videosink-egl-gles + +%description -n gstreamer-opengl +GStreamer OpenGL support plugin, providing video sink. + +%description -n gstreamer-opengl -l pl.UTF-8 +Wtyczka obsługująca OpenGL do GStreamera, zapewniająca wyjście +obrazu. + +%package -n gstreamer-openh264 +Summary: GStreamer OpenH264 encoder/decoder plugin +Summary(pl.UTF-8): Wtyczka kodera/dekodera OpenH264 do GStreamera +Group: Libraries +Requires: gstreamer >= %{gst_req_ver} +Requires: gstreamer-plugins-base >= %{gstpb_req_ver} +Requires: openh264 >= 1.3.0 + +%description -n gstreamer-openh264 +GStreamer OpenH264 plugin - H.264 encoder/decoder. + +%description -n gstreamer-openh264 -l pl.UTF-8 +Wtyczka OpenH264 do GStreamera - koder/dekoder H.264. + +%package -n gstreamer-openjpeg +Summary: GStreamer OpenJPEG plugin +Summary(pl.UTF-8): Wtyczka OpenJPEG do GStreamera +Group: Libraries +Requires: gstreamer >= %{gst_req_ver} +Requires: gstreamer-plugins-base >= %{gstpb_req_ver} +Obsoletes: gstreamer-jasper + +%description -n gstreamer-openjpeg +GStreamer OpenJPEG plugin - OpenJPEG-based JPEG2000 decoder/encoder. + +%description -n gstreamer-openjpeg -l pl.UTF-8 +Wtyczka OpenJPEG do GStreamera - koder/dekoder JPEG2000 oparty na +bibliotece OpenJPEG. + +%package -n gstreamer-openni2 +Summary: GStreamer OpenNI2 video input plugin +Summary(pl.UTF-8): Wtyczka wejścia obrazu OpenNI2 do GStreamera +Group: Libraries +Requires: gstreamer >= %{gst_req_ver} +Requires: gstreamer-plugins-base >= %{gstpb_req_ver} + +%description -n gstreamer-openni2 +GStreamer OpenNI2 plugin to extract readings from an OpenNI supported +device (Kinect etc.). + +%description -n gstreamer-openni2 -l pl.UTF-8 +Wtyczka OpenNI2 do GStreamera, pobierająca odczyty z urządzeń +obsługiwanych przez bibliotekę OpenNI (np. Kinect). + +%package -n gstreamer-opusparse +Summary: GStreamer OPUS audio decoder/encoder plugin +Summary(pl.UTF-8): Wtyczka kodera/dekodera dźwięku OPUS do GStreamera +Group: Libraries +Requires: gstreamer >= %{gst_req_ver} +Requires: gstreamer-plugins-base >= %{gstpb_req_ver} +Requires: opus >= 0.9.4 +Obsoletes: gstreamer-celt + +%description -n gstreamer-opusparse +GStreamer OPUS audio decoder/encoder plugin. + +%description -n gstreamer-opusparse -l pl.UTF-8 +Wtyczka GStreamera kodująca/dekodująca dźwięk w formacie OPUS. + %package -n gstreamer-resindvd Summary: GStreamer Resin DVD playback plugin Summary(pl.UTF-8): Wtyczka odtwarzania Resin DVD do GStreamera Group: Libraries +# for locales +Requires: %{name} = %{version}-%{release} Requires: gstreamer >= %{gst_req_ver} +Requires: gstreamer-plugins-base >= %{gstpb_req_ver} %description -n gstreamer-resindvd GStreamer Resin DVD playback plugin. @@ -496,18 +813,65 @@ GStreamer Resin DVD playback plugin. %description -n gstreamer-resindvd -l pl.UTF-8 Wtyczka odtwarzania Resin DVD do GStreamera. -%package -n gstreamer-soundtouch -Summary: GStreamer soundtouch plugin -Summary(pl.UTF-8): Wtyczka soundtouch do GStreamera +%package -n gstreamer-rsvg +Summary: GStreamer plugin for decoding SVG images +Summary(pl.UTF-8): Wtyczka GStreamera do dekodowania obrazów SVG Group: Libraries Requires: gstreamer >= %{gst_req_ver} -Requires: soundtouch >= 1.4 +Requires: gstreamer-plugins-base >= %{gstpb_req_ver} +Requires: librsvg >= 2.36.2 -%description -n gstreamer-soundtouch -GStreamer soundtouch source plugin - audio pitch controller. +%description -n gstreamer-rsvg +GStreamer plugin for decoding SVG images. -%description -n gstreamer-soundtouch -l pl.UTF-8 -Wtyczka soundtouch do GStreamera, sterująca wysokością dźwięku. +%description -n gstreamer-rsvg -l pl.UTF-8 +Wtyczka GStreamera do dekodowania obrazów SVG. + +%package -n gstreamer-rtmp +Summary: RTMP stream input plugin for GStreamer +Summary(pl.UTF-8): Wtyczka strumieni wejściowych RTMP dla GStreamera +Group: Libraries +Requires: gstreamer >= %{gst_req_ver} +Conflicts: gstreamer-plugins-bad < 0.10.22 + +%description -n gstreamer-rtmp +GStreamer plugin that reads data from a local or remote location +specified by an URI, using any protocol supported by the RTMP library, +i.e. rtmp, rtmpt, rtmps, rtmpe, rtmpfp, rtmpte and rtmpts. + +%description -n gstreamer-rtmp -l pl.UTF-8 +Wtyczka GStreamera czytająca dane z lokalnego lub zdalnego miejsca +określonego URI przy użyciu dowolnego protokołu obsługiwanego przez +bibliotekę RTMP: rtmp, rtmpt, rtmps, rtmpe, rtmpfp, rtmpte lub rtmpts. + +%package -n gstreamer-sbc +Summary: GStreamer SBC plugin +Summary(pl.UTF-8): Wtyczka SBC dla GStreamera +Group: Libraries +Requires: gstreamer >= %{gst_req_ver} +Requires: gstreamer-plugins-base >= %{gstpb_req_ver} +Requires: sbc >= 1.0 + +%description -n gstreamer-sbc +SBC bluetooth audio codec plugin for GStreamer. + +%description -n gstreamer-sbc -l pl.UTF-8 +Wtyczka kodeka dźwięku bluetooth SBC dla GStreamera. + +%package -n gstreamer-schroedinger +Summary: Schroedinger plugin for GStreamer +Summary(pl.UTF-8): Wtyczka Schroedinger do GStreamera +Group: Libraries +Requires: gstreamer >= %{gst_req_ver} +Requires: gstreamer-plugins-base >= %{gstpb_req_ver} +Requires: schroedinger >= 1.0.10 +Obsoletes: gstreamer-dirac + +%description -n gstreamer-schroedinger +Schroedinger plugin for GStreamer. + +%description -n gstreamer-schroedinger -l pl.UTF-8 +Wtyczka Schroedinger do GStreamera. %package -n gstreamer-sndfile Summary: GStreamer sndfile plugin @@ -524,10 +888,40 @@ GStreamer sndfile source plugin. %description -n gstreamer-sndfile -l pl.UTF-8 Wtyczka sndfile do GStreamera. +%package -n gstreamer-soundtouch +Summary: GStreamer soundtouch plugin +Summary(pl.UTF-8): Wtyczka soundtouch do GStreamera +Group: Libraries +Requires: gstreamer >= %{gst_req_ver} +Requires: gstreamer-plugins-base >= %{gstpb_req_ver} +Requires: soundtouch >= 1.4 + +%description -n gstreamer-soundtouch +GStreamer soundtouch source plugin - audio pitch controller. + +%description -n gstreamer-soundtouch -l pl.UTF-8 +Wtyczka soundtouch do GStreamera, sterująca wysokością dźwięku. + +%package -n gstreamer-spandsp +Summary: GStreamer SpanDSP plugin +Summary(pl.UTF-8): Wtyczka SpanDSP do GStreamera +Group: Libraries +Requires: gstreamer >= %{gst_req_ver} +Requires: spandsp >= 0.0.6 + +%description -n gstreamer-spandsp +GStreamer SpanDSP plugin - audio effect that allows packet loss +concealment. + +%description -n gstreamer-spandsp -l pl.UTF-8 +Wtyczka SpanDSP do GStreamera - efekt dźwiękowy umożliwiający +ukrywanie strat pakietów. + %package -n gstreamer-spc Summary: GStreamer SPC plugin Summary(pl.UTF-8): Wtyczka SPC dla GStreamera Group: Libraries +Requires: gstreamer >= %{gst_req_ver} Requires: gstreamer-plugins-base >= %{gstpb_req_ver} Requires: libopenspc >= 0.3.99 @@ -538,18 +932,30 @@ GStreamer Plugin for playing SPC files using OpenSPC library. Wtyczka GStreamera odtwarzająca pliki SPC przy użyciu biblioteki OpenSPC. -%package -n gstreamer-swfdec -Summary: GStreamer Flash redering plugin -Summary(pl.UTF-8): Wtyczka renderująca animacje flash dla GStreamera +%package -n gstreamer-srtp +Summary: GStreamer plugin for encoding/decoding SRTP +Summary(pl.UTF-8): Wtyczka GStremaera do kodowania/dekodowania SRTP Group: Libraries +Requires: gstreamer >= %{gst_req_ver} Requires: gstreamer-plugins-base >= %{gstpb_req_ver} -Requires: swfdec >= 0.3.6 -%description -n gstreamer-swfdec -Plugin for rendering Flash animations using swfdec library. +%description -n gstreamer-srtp +GStreamer plugin for encoding/decoding SRTP. + +%description -n gstreamer-srtp -l pl.UTF-8 +Wtyczka GStremaera do kodowania/dekodowania SRTP. + +%package -n gstreamer-teletextdec +Summary: teletextdec plugin for GStreamer +Summary(pl.UTF-8): Wtyczka teletextdec do GStreamera +Group: Libraries +Requires: gstreamer >= %{gst_req_ver} + +%description -n gstreamer-teletextdec +Teletext decoder plugin for GStreamer. -%description -n gstreamer-swfdec -l pl.UTF-8 -Wtyczka renderująca animacje flash w oparciu o bibliotekę swfdec. +%description -n gstreamer-teletextdec -l pl.UTF-8 +Wtyczka dekodująca teletekst do GStreamera. %package -n gstreamer-timidity Summary: timidity plugin for GStreamer @@ -563,46 +969,151 @@ timidity plugin for GStreamer. %description -n gstreamer-timidity -l pl.UTF-8 Wtyczka timidity do GStreamera. +%package -n gstreamer-uvch264 +Summary: GStreamer plugin for UVC compliant H264 encoding cameras +Summary(pl.UTF-8): Wtyczka GStreamera do kamer kodujących w H264 zgodnych z UVC +Group: Libraries +# for libgstbasecamerabin +Requires: %{name} = %{version}-%{release} +Requires: gstreamer >= %{gst_req_ver} +Requires: gstreamer-plugins-base >= %{gstpb_req_ver} + +%description -n gstreamer-uvch264 +GStreamer plugin for UVC compliant H264 encoding cameras. + +%description -n gstreamer-uvch264 -l pl.UTF-8 +Wtyczka GStreamera do kamer kodujących w H264 zgodnych z UVC. + +%package -n gstreamer-vdpau +Summary: GStreamer VDPAU plugin +Summary(pl.UTF-8): Wtyczka GStreamera VDPAU +Group: Libraries +# for libgstcodecparsers +Requires: %{name} = %{version}-%{release} +Requires: gstreamer >= %{gst_req_ver} +Requires: gstreamer-plugins-base >= %{gstpb_req_ver} +# videosink commented out in gstvdpau.c? +#Provides: gstreamer-videosink = %{version} + +%description -n gstreamer-vdpau +GStreamer VDPAU plugin. It currently implements MPEG decoding. + +%description -n gstreamer-vdpau -l pl.UTF-8 +Wtyczka GStreamera VDPAU. Obecnie ma zaimplementowane dekodowanie +obrazu MPEG. + +%package -n gstreamer-videosink-directfb +Summary: GStreamer DirectFB output plugin +Summary(pl.UTF-8): Wtyczka wyjścia obrazu DirectFB do GStreamera +Group: Libraries +Requires: gstreamer >= %{gst_req_ver} +Requires: gstreamer-plugins-base >= %{gstpb_req_ver} +Provides: gstreamer-videosink = %{version} + +%description -n gstreamer-videosink-directfb +GStreamer DirectFB output plugin. + +%description -n gstreamer-videosink-directfb -l pl.UTF-8 +Wtyczka wyjścia obrazu DirectFB do GStreamera. + +%package -n gstreamer-videosink-gtk +Summary: GStreamer GTK+ (3.x) output plugin +Summary(pl.UTF-8): Wtyczka wyjścia obrazu GTK+ (3.x) do GStreamera +Group: Libraries +# for libgstgl +Requires: %{name} = %{version}-%{release} +Requires: gstreamer >= %{gst_req_ver} +Requires: gstreamer-plugins-base >= %{gstpb_req_ver} +Requires: gtk+3 >= 3.15.0 +Provides: gstreamer-videosink = %{version} + +%description -n gstreamer-videosink-gtk +GStreamer GTK+ (3.x) output plugin. + +%description -n gstreamer-videosink-gtk -l pl.UTF-8 +Wtyczka wyjścia obrazu GTK+ (3.x) do GStreamera. + +%package -n gstreamer-videosink-qt +Summary: GStreamer Qt (5.x) output plugin +Summary(pl.UTF-8): Wtyczka wyjścia obrazu Qt (5.x) do GStreamera +Group: Libraries +# for libgstgl +Requires: %{name} = %{version}-%{release} +Requires: Qt5Core >= 5.4.0 +Requires: Qt5Gui >= 5.4.0 +Requires: Qt5Quick >= 5.4.0 +Requires: gstreamer >= %{gst_req_ver} +Requires: gstreamer-plugins-base >= %{gstpb_req_ver} +Provides: gstreamer-videosink = %{version} + +%description -n gstreamer-videosink-qt +GStreamer Qt (5.x) output plugin. + +%description -n gstreamer-videosink-qt -l pl.UTF-8 +Wtyczka wyjścia obrazu Qt (5.x) do GStreamera. + %package -n gstreamer-videosink-sdl Summary: GStreamer plugin for outputing to SDL Summary(pl.UTF-8): Wtyczka wyjścia SDL do GStreamera Group: Libraries +Requires: gstreamer >= %{gst_req_ver} Requires: gstreamer-plugins-base >= %{gstpb_req_ver} Provides: gstreamer-videosink = %{version} Obsoletes: gstreamer-SDL %description -n gstreamer-videosink-sdl Plugin for sending output to the Simple Direct Media architecture. -(http://www.libsdl.org/). Usefull for fullscreen playback. +(http://www.libsdl.org/). Useful for fullscreen playback. %description -n gstreamer-videosink-sdl -l pl.UTF-8 Wtyczka przekazująca wyjście do architektury SDL. Użyteczna do odtwarzania na pełnym ekranie. -%package -n gstreamer-videosink-directfb -Summary: GStreamer DirectFB output plugin -Summary(pl.UTF-8): Wtyczka wyjścia obrazu DirectFB do GStreamera +%package -n gstreamer-videosink-wayland +Summary: GStreamer plugin for outputing to Wayland +Summary(pl.UTF-8): Wtyczka wyjścia Wayland do GStreamera Group: Libraries +# for libgstgl +Requires: %{name} = %{version}-%{release} +Requires: gstreamer >= %{gst_req_ver} Requires: gstreamer-plugins-base >= %{gstpb_req_ver} +Requires: wayland >= 1.4.0 Provides: gstreamer-videosink = %{version} -%description -n gstreamer-videosink-directfb -GStreamer DirectFB output plugin. +%description -n gstreamer-videosink-wayland +Plugin for sending output to the Wayland architecture. -%description -n gstreamer-videosink-directfb -l pl.UTF-8 -Wtyczka wyjścia obrazu DirectFB do GStreamera. +%description -n gstreamer-videosink-wayland -l pl.UTF-8 +Wtyczka przekazująca wyjście do architektury Wayland. -%package -n gstreamer-vp8 -Summary: VP8 support for GStreamer -Summary(pl.UTF-8): Wsparcie VP8 dla GStreamera +%package -n gstreamer-voaacenc +Summary: AAC encoder plugin for GStreamer +Summary(pl.UTF-8): Wtyczka kodera dźwięku AAC do GStreamera Group: Libraries +Requires: gstreamer >= %{gst_req_ver} Requires: gstreamer-plugins-base >= %{gstpb_req_ver} +Requires: vo-aacenc >= 0.1.0 + +%description -n gstreamer-voaacenc +AAC audio encoder plugin for GStreamer using VisualOn library. + +%description -n gstreamer-voaacenc -l pl.UTF-8 +Wtyczka kodera dźwięku AAC do GStreamera, wykorzystująca bibliotekę +VisualOn. -%description -n gstreamer-vp8 -On2 VP8 Encoder/Decoder. +%package -n gstreamer-webp +Summary: GStreamer plugin for decoding WebP images +Summary(pl.UTF-8): Wtyczka GStreamera do dekodowania obrazów WebP +Group: Libraries +Requires: gstreamer >= %{gst_req_ver} +Requires: gstreamer-plugins-base >= %{gstpb_req_ver} +Requires: libwebp >= 0.2.1 -%description -n gstreamer-vp8 -l pl.UTF-8 -Wsparcie VP8 dla GStreamera. +%description -n gstreamer-webp +GStreamer plugin for decoding WebP images. + +%description -n gstreamer-webp -l pl.UTF-8 +Wtyczka GStreamera do dekodowania obrazów WebP. %package -n gstreamer-wildmidi Summary: wildmidi plugin for GStreamer @@ -616,11 +1127,26 @@ wildmidi plugin for GStreamer. %description -n gstreamer-wildmidi -l pl.UTF-8 Wtyczka wildmidi do GStreamera. +%package -n gstreamer-x265 +Summary: GStreamer x265 encoder plugin +Summary(pl.UTF-8): Wtyczka do GStreamera kodująca przy użyciu biblioteki x265 +Group: Libraries +Requires: gstreamer >= %{gst_req_ver} +Requires: gstreamer-plugins-base >= %{gstpb_req_ver} + +%description -n gstreamer-x265 +GStreamer x265 encoder plugin. + +%description -n gstreamer-x265 -l pl.UTF-8 +Wtyczka do GStreamera kodująca przy użyciu biblioteki x265. + %package -n gstreamer-xvid Summary: GStreamer xvid decoder plugin Summary(pl.UTF-8): Wtyczka do GStreamera dekodująca przy użyciu biblioteki xvid Group: Libraries +Requires: gstreamer >= %{gst_req_ver} Requires: gstreamer-plugins-base >= %{gstpb_req_ver} +Obsoletes: gstreamer-divx %description -n gstreamer-xvid GStreamer xvid decoder plugin. @@ -628,26 +1154,24 @@ GStreamer xvid decoder plugin. %description -n gstreamer-xvid -l pl.UTF-8 Wtyczka do GStreamera dekodująca przy użyciu biblioteki xvid. -%package -n gstreamer-schroedinger -Summary: Schroedinger plugin for GStreamer -Summary(pl.UTF-8): Wtyczka Schroedinger do GStreamera +%package -n gstreamer-zbar +Summary: GStreamer ZBar barcode scanner plugin +Summary(pl.UTF-8): Wtyczka do GStreamera skanująca kody kreskowe Group: Libraries Requires: gstreamer >= %{gst_req_ver} -Requires: schroedinger >= 1.0.7 +Requires: gstreamer-plugins-base >= %{gstpb_req_ver} +Requires: zbar >= 0.9 -%description -n gstreamer-schroedinger -Schroedinger plugin for GStreamer. +%description -n gstreamer-zbar +GStreamer ZBar barcode scanner plugin. -%description -n gstreamer-schroedinger -l pl.UTF-8 -Wtyczka Schroedinger do GStreamera. +%description -n gstreamer-zbar -l pl.UTF-8 +Wtyczka do GStreamera skanująca kody kreskowe. %prep %setup -q -n %{gstname}-%{version} %patch0 -p1 %patch1 -p1 -%patch2 -p1 -%patch4 -p1 -%patch5 -p1 %build %{__libtoolize} @@ -656,29 +1180,48 @@ Wtyczka Schroedinger do GStreamera. %{__autoheader} %{__automake} %configure \ - %{!?with_amr:--disable-amrwb} \ - %{!?with_cdaudio:--disable-cdaudio} \ - %{!?with_divx4linux:--disable-divx} \ - %{!?with_dirac:--disable-dirac} \ + %{!?with_bluez:--disable-bluez} \ + %{!?with_bs2b:--disable-bs2b} \ + %{!?with_gnustep:--disable-cocoa} \ + %{!?with_daala:--disable-daala} \ %{!?with_dts:--disable-dts} \ + %{!?with_egl:--disable-egl} \ + %{!?with_examples:--disable-examples} \ %{!?with_faad:--disable-faad} \ + %{!?with_gles:--disable-gles2} \ + %{!?with_opengl:--disable-glx} \ %{!?with_gsm:--disable-gsm} \ - %{!?with_jack:--disable-jack} \ + %{!?with_gtk:--disable-gtk} \ %{!?with_ladspa:--disable-ladspa} \ + %{!?with_libde265:--disable-libde265} \ %{!?with_mms:--disable-libmms} \ + %{!?with_libvisual:--disable-libvisual} \ %{!?with_mjpegtools:--disable-mpeg2enc} \ %{!?with_musepack:--disable-musepack} \ %{!?with_neon:--disable-neon} \ %{!?with_ofa:--disable-ofa} \ + %{!?with_opencv:--disable-opencv} \ + %{!?with_opengl:--disable-opengl} \ + %{!?with_openh264:--disable-openh264} \ + %{!?with_openni2:--disable-openni2} \ + %{!?with_qt:--disable-qt} \ %{!?with_sdl:--disable-sdl} \ %{!?with_sdl:--disable-sdltest} \ %{!?with_spc:--disable-spc} \ - %{!?with_swfdec:--disable-swfdec} \ + %{!?with_zvbi:--disable-teletextdec} \ + %{!?with_tinyalsa:--disable-tinyalsa} \ + %{!?with_uvch264:--disable-uvch264} \ + %{!?with_amr:--disable-voamrwbenc} \ + %{!?with_wayland:--disable-wayland} \ + %{!?with_x265:--disable-x265} \ %{!?with_xvid:--disable-xvid} \ + %{!?with_yadif:--disable-yadif} \ --disable-silent-rules \ --disable-static \ --enable-experimental \ --enable-gtk-doc \ + --with-egl-window-system=x11 \ + --with-gtk=3.0 \ --with-html-dir=%{_gtkdocdir} %{__make} -j1 @@ -691,6 +1234,8 @@ rm -rf $RPM_BUILD_ROOT # We don't need plugins' *.la files %{__rm} $RPM_BUILD_ROOT%{gstlibdir}/*.la +# obsoleted by pkg-config +%{__rm} $RPM_BUILD_ROOT%{_libdir}/libgst*.la %find_lang %{gstname}-%{gst_major_ver} @@ -703,113 +1248,164 @@ rm -rf $RPM_BUILD_ROOT %files -f %{gstname}-%{gst_major_ver}.lang %defattr(644,root,root,755) %doc AUTHORS ChangeLog NEWS README RELEASE -%attr(755,root,root) %{_libdir}/libgstbasevideo-%{gst_major_ver}.so.*.*.* -%attr(755,root,root) %ghost %{_libdir}/libgstbasevideo-%{gst_major_ver}.so.0 +%attr(755,root,root) %{_libdir}/libgstadaptivedemux-%{gst_major_ver}.so.*.*.* +%attr(755,root,root) %ghost %{_libdir}/libgstadaptivedemux-%{gst_major_ver}.so.0 +%attr(755,root,root) %{_libdir}/libgstbadaudio-%{gst_major_ver}.so.*.*.* +%attr(755,root,root) %ghost %{_libdir}/libgstbadaudio-%{gst_major_ver}.so.0 +%attr(755,root,root) %{_libdir}/libgstbadbase-%{gst_major_ver}.so.*.*.* +%attr(755,root,root) %ghost %{_libdir}/libgstbadbase-%{gst_major_ver}.so.0 +%attr(755,root,root) %{_libdir}/libgstbadvideo-%{gst_major_ver}.so.*.*.* +%attr(755,root,root) %ghost %{_libdir}/libgstbadvideo-%{gst_major_ver}.so.0 +%attr(755,root,root) %{_libdir}/libgstbasecamerabinsrc-%{gst_major_ver}.so.*.*.* +%attr(755,root,root) %ghost %{_libdir}/libgstbasecamerabinsrc-%{gst_major_ver}.so.0 +%attr(755,root,root) %{_libdir}/libgstcodecparsers-%{gst_major_ver}.so.*.*.* +%attr(755,root,root) %ghost %{_libdir}/libgstcodecparsers-%{gst_major_ver}.so.0 +%attr(755,root,root) %{_libdir}/libgstgl-%{gst_major_ver}.so.*.*.* +%attr(755,root,root) %ghost %{_libdir}/libgstgl-%{gst_major_ver}.so.0 +%attr(755,root,root) %{_libdir}/libgstinsertbin-%{gst_major_ver}.so.*.*.* +%attr(755,root,root) %ghost %{_libdir}/libgstinsertbin-%{gst_major_ver}.so.0 +%attr(755,root,root) %{_libdir}/libgstmpegts-%{gst_major_ver}.so.*.*.* +%attr(755,root,root) %ghost %{_libdir}/libgstmpegts-%{gst_major_ver}.so.0 %attr(755,root,root) %{_libdir}/libgstphotography-%{gst_major_ver}.so.*.*.* %attr(755,root,root) %ghost %{_libdir}/libgstphotography-%{gst_major_ver}.so.0 -%attr(755,root,root) %{_libdir}/libgstsignalprocessor-0.10.so.*.*.* -%attr(755,root,root) %ghost %{_libdir}/libgstsignalprocessor-0.10.so.0 -%if %{with vdpau} -%attr(755,root,root) %{_libdir}/libgstvdp-%{gst_major_ver}.so.*.*.* -%attr(755,root,root) %ghost %{_libdir}/libgstvdp-%{gst_major_ver}.so.0 -%endif +%attr(755,root,root) %{_libdir}/libgstplayer-%{gst_major_ver}.so.*.*.* +%attr(755,root,root) %ghost %{_libdir}/libgstplayer-%{gst_major_ver}.so.0 +%attr(755,root,root) %{_libdir}/libgsturidownloader-%{gst_major_ver}.so.*.*.* +%attr(755,root,root) %ghost %{_libdir}/libgsturidownloader-%{gst_major_ver}.so.0 +%attr(755,root,root) %{_libdir}/libgstwayland-%{gst_major_ver}.so.*.*.* +%attr(755,root,root) %ghost %{_libdir}/libgstwayland-%{gst_major_ver}.so.0 +%{_libdir}/girepository-1.0/GstGL-1.0.typelib +%{_libdir}/girepository-1.0/GstInsertBin-1.0.typelib +%{_libdir}/girepository-1.0/GstMpegts-1.0.typelib +%{_libdir}/girepository-1.0/GstPlayer-1.0.typelib +%attr(755,root,root) %{gstlibdir}/libgstaccurip.so %attr(755,root,root) %{gstlibdir}/libgstadpcmdec.so %attr(755,root,root) %{gstlibdir}/libgstadpcmenc.so +%attr(755,root,root) %{gstlibdir}/libgstaiff.so %attr(755,root,root) %{gstlibdir}/libgstasfmux.so -%attr(755,root,root) %{gstlibdir}/libgstaudioparsersbad.so +%attr(755,root,root) %{gstlibdir}/libgstaudiofxbad.so +%attr(755,root,root) %{gstlibdir}/libgstaudiomixer.so +%attr(755,root,root) %{gstlibdir}/libgstaudiovisualizers.so %attr(755,root,root) %{gstlibdir}/libgstautoconvert.so -%attr(755,root,root) %{gstlibdir}/libgstaiff.so -%attr(755,root,root) %{gstlibdir}/libgstapexsink.so %attr(755,root,root) %{gstlibdir}/libgstbayer.so %attr(755,root,root) %{gstlibdir}/libgstbz2.so -%attr(755,root,root) %{gstlibdir}/libgstcamerabin.so +%attr(755,root,root) %{gstlibdir}/libgstcamerabin2.so +%attr(755,root,root) %{gstlibdir}/libgstcompositor.so %attr(755,root,root) %{gstlibdir}/libgstcoloreffects.so -%attr(755,root,root) %{gstlibdir}/libgstcdxaparse.so -%attr(755,root,root) %{gstlibdir}/libgstcog.so +%attr(755,root,root) %{gstlibdir}/libgstdashdemux.so %attr(755,root,root) %{gstlibdir}/libgstdataurisrc.so -%attr(755,root,root) %{gstlibdir}/libgstdccp.so -%attr(755,root,root) %{gstlibdir}/libgstdtmf.so +%attr(755,root,root) %{gstlibdir}/libgstdecklink.so %attr(755,root,root) %{gstlibdir}/libgstdebugutilsbad.so -# R: gst-plugins-bad locales %attr(755,root,root) %{gstlibdir}/libgstdvb.so +%attr(755,root,root) %{gstlibdir}/libgstdvbsuboverlay.so %attr(755,root,root) %{gstlibdir}/libgstdvdspu.so %attr(755,root,root) %{gstlibdir}/libgstfbdevsink.so %attr(755,root,root) %{gstlibdir}/libgstfestival.so -%attr(755,root,root) %{gstlibdir}/libgstfreeze.so +%attr(755,root,root) %{gstlibdir}/libgstfieldanalysis.so +%attr(755,root,root) %{gstlibdir}/libgstfreeverb.so %attr(755,root,root) %{gstlibdir}/libgstfrei0r.so %attr(755,root,root) %{gstlibdir}/libgstgaudieffects.so %attr(755,root,root) %{gstlibdir}/libgstgeometrictransform.so -%attr(755,root,root) %{gstlibdir}/libgsth264parse.so -%attr(755,root,root) %{gstlibdir}/libgsthdvparse.so +%attr(755,root,root) %{gstlibdir}/libgstgdp.so +%attr(755,root,root) %{gstlibdir}/libgsthls.so %attr(755,root,root) %{gstlibdir}/libgstid3tag.so -%attr(755,root,root) %{gstlibdir}/libgstinvtelecine.so +%attr(755,root,root) %{gstlibdir}/libgstinterlace.so +%attr(755,root,root) %{gstlibdir}/libgstinter.so %attr(755,root,root) %{gstlibdir}/libgstivfparse.so -%attr(755,root,root) %{gstlibdir}/libgstjp2k.so +%attr(755,root,root) %{gstlibdir}/libgstivtc.so +%attr(755,root,root) %{gstlibdir}/libgstjp2kdecimator.so %attr(755,root,root) %{gstlibdir}/libgstjpegformat.so -%attr(755,root,root) %{gstlibdir}/libgstlegacyresample.so -%attr(755,root,root) %{gstlibdir}/libgstliveadder.so -%attr(755,root,root) %{gstlibdir}/libgstmetadata.so +%attr(755,root,root) %{gstlibdir}/libgstmidi.so %attr(755,root,root) %{gstlibdir}/libgstmodplug.so -%attr(755,root,root) %{gstlibdir}/libgstmpeg4videoparse.so -%attr(755,root,root) %{gstlibdir}/libgstmpegdemux.so +%attr(755,root,root) %{gstlibdir}/libgstmpegpsdemux.so %attr(755,root,root) %{gstlibdir}/libgstmpegpsmux.so +%attr(755,root,root) %{gstlibdir}/libgstmpegtsdemux.so %attr(755,root,root) %{gstlibdir}/libgstmpegtsmux.so -%attr(755,root,root) %{gstlibdir}/libgstmpegvideoparse.so -%attr(755,root,root) %{gstlibdir}/libgstmve.so %attr(755,root,root) %{gstlibdir}/libgstmxf.so -%attr(755,root,root) %{gstlibdir}/libgstnsf.so -%attr(755,root,root) %{gstlibdir}/libgstnuvdemux.so +%attr(755,root,root) %{gstlibdir}/libgstnetsim.so %attr(755,root,root) %{gstlibdir}/libgstpcapparse.so %attr(755,root,root) %{gstlibdir}/libgstpnm.so -%attr(755,root,root) %{gstlibdir}/libgstqtmux.so %attr(755,root,root) %{gstlibdir}/libgstrawparse.so -%ifarch %{ix86} %{x8664} -%attr(755,root,root) %{gstlibdir}/libgstreal.so -%endif +%attr(755,root,root) %{gstlibdir}/libgstremovesilence.so %attr(755,root,root) %{gstlibdir}/libgstrfbsrc.so -%attr(755,root,root) %{gstlibdir}/libgstrsvg.so -%attr(755,root,root) %{gstlibdir}/libgstrtmp.so -%attr(755,root,root) %{gstlibdir}/libgstrtpmux.so -%attr(755,root,root) %{gstlibdir}/libgstscaletempoplugin.so +%attr(755,root,root) %{gstlibdir}/libgstrtponvif.so %attr(755,root,root) %{gstlibdir}/libgstsdpelem.so %attr(755,root,root) %{gstlibdir}/libgstsegmentclip.so -%attr(755,root,root) %{gstlibdir}/libgstselector.so %attr(755,root,root) %{gstlibdir}/libgstshm.so %attr(755,root,root) %{gstlibdir}/libgstsiren.so +%attr(755,root,root) %{gstlibdir}/libgstsmooth.so +%attr(755,root,root) %{gstlibdir}/libgstsmoothstreaming.so %attr(755,root,root) %{gstlibdir}/libgststereo.so %attr(755,root,root) %{gstlibdir}/libgstsubenc.so -%attr(755,root,root) %{gstlibdir}/libgsttta.so -%attr(755,root,root) %{gstlibdir}/libgstvalve.so %attr(755,root,root) %{gstlibdir}/libgstvcdsrc.so -%if %{with vdpau} -%attr(755,root,root) %{gstlibdir}/libgstvdpau.so -%endif -%attr(755,root,root) %{gstlibdir}/libgstvideomaxrate.so +%attr(755,root,root) %{gstlibdir}/libgstvideofiltersbad.so +%attr(755,root,root) %{gstlibdir}/libgstvideoframe_audiolevel.so +%attr(755,root,root) %{gstlibdir}/libgstvideoparsersbad.so %attr(755,root,root) %{gstlibdir}/libgstvideosignal.so -%attr(755,root,root) %{gstlibdir}/libgstvideomeasure.so %attr(755,root,root) %{gstlibdir}/libgstvmnc.so -%{_gtkdocdir}/gst-plugins-bad-plugins-* +%attr(755,root,root) %{gstlibdir}/libgsty4mdec.so +%{?with_yadif:%attr(755,root,root) %{gstlibdir}/libgstyadif.so} +# not ported to 1.0 +#%attr(755,root,root) %{gstlibdir}/libgstapexsink.so +#%attr(755,root,root) %{gstlibdir}/libgstcdxaparse.so +#%attr(755,root,root) %{gstlibdir}/libgstdccp.so +#%attr(755,root,root) %{gstlibdir}/libgstfaceoverlay.so +#%attr(755,root,root) %{gstlibdir}/libgsthdvparse.so +#%attr(755,root,root) %{gstlibdir}/libgstlinsys.so +#%attr(755,root,root) %{gstlibdir}/libgstmve.so +#%attr(755,root,root) %{gstlibdir}/libgstnuvdemux.so +#%attr(755,root,root) %{gstlibdir}/libgstpatchdetect.so +#%attr(755,root,root) %{gstlibdir}/libgstsdi.so +#%attr(755,root,root) %{gstlibdir}/libgsttta.so +#%attr(755,root,root) %{gstlibdir}/libgstvideomeasure.so +# dirs should belong to gstreamer or gstreamer-pb? +%dir %{gstdatadir} +%dir %{gstdatadir}/presets +%{gstdatadir}/presets/GstFreeverb.prs +%{_gtkdocdir}/gst-plugins-bad-plugins-%{gst_major_ver} %files devel %defattr(644,root,root,755) -%{_includedir}/gstreamer-0.10/gst/interfaces/photography-enumtypes.h -%{_includedir}/gstreamer-0.10/gst/interfaces/photography.h -%{_includedir}/gstreamer-0.10/gst/signalprocessor -%{_includedir}/gstreamer-0.10/gst/video/gstbasevideocodec.h -%{_includedir}/gstreamer-0.10/gst/video/gstbasevideodecoder.h -%{_includedir}/gstreamer-0.10/gst/video/gstbasevideoencoder.h -%{_includedir}/gstreamer-0.10/gst/video/gstbasevideoparse.h -%{_includedir}/gstreamer-0.10/gst/video/gstbasevideoutils.h -%{_includedir}/gstreamer-0.10/gst/vdpau -%{_libdir}/libgstbasevideo-%{gst_major_ver}.la -%{_libdir}/libgstbasevideo-%{gst_major_ver}.so -%{_libdir}/libgstphotography-%{gst_major_ver}.la -%{_libdir}/libgstphotography-%{gst_major_ver}.so -%{_libdir}/libgstsignalprocessor-%{gst_major_ver}.la -%{_libdir}/libgstsignalprocessor-%{gst_major_ver}.so -%{_libdir}/libgstvdp-%{gst_major_ver}.la -%{_libdir}/libgstvdp-%{gst_major_ver}.so +%attr(755,root,root) %{_libdir}/libgstadaptivedemux-%{gst_major_ver}.so +%attr(755,root,root) %{_libdir}/libgstbadaudio-%{gst_major_ver}.so +%attr(755,root,root) %{_libdir}/libgstbadbase-%{gst_major_ver}.so +%attr(755,root,root) %{_libdir}/libgstbadvideo-%{gst_major_ver}.so +%attr(755,root,root) %{_libdir}/libgstbasecamerabinsrc-%{gst_major_ver}.so +%attr(755,root,root) %{_libdir}/libgstcodecparsers-%{gst_major_ver}.so +%attr(755,root,root) %{_libdir}/libgstgl-%{gst_major_ver}.so +%attr(755,root,root) %{_libdir}/libgstinsertbin-%{gst_major_ver}.so +%attr(755,root,root) %{_libdir}/libgstmpegts-%{gst_major_ver}.so +%attr(755,root,root) %{_libdir}/libgstphotography-%{gst_major_ver}.so +%attr(755,root,root) %{_libdir}/libgstplayer-%{gst_major_ver}.so +%attr(755,root,root) %{_libdir}/libgsturidownloader-%{gst_major_ver}.so +%attr(755,root,root) %{_libdir}/libgstwayland-%{gst_major_ver}.so +%{_includedir}/gstreamer-%{gst_major_ver}/gst/audio/gstaudioaggregator.h +%{_includedir}/gstreamer-%{gst_major_ver}/gst/base/gstaggregator.h +%{_includedir}/gstreamer-%{gst_major_ver}/gst/basecamerabinsrc +%{_includedir}/gstreamer-%{gst_major_ver}/gst/codecparsers +%{_includedir}/gstreamer-%{gst_major_ver}/gst/gl +%{_includedir}/gstreamer-%{gst_major_ver}/gst/insertbin +%{_includedir}/gstreamer-%{gst_major_ver}/gst/interfaces +%{_includedir}/gstreamer-%{gst_major_ver}/gst/mpegts +%{_includedir}/gstreamer-%{gst_major_ver}/gst/player +%{_includedir}/gstreamer-%{gst_major_ver}/gst/uridownloader +%{_includedir}/gstreamer-%{gst_major_ver}/gst/video/gstvideoaggregator.h +%{_includedir}/gstreamer-%{gst_major_ver}/gst/video/gstvideoaggregatorpad.h +%{_libdir}/gstreamer-1.0/include/gst/gl +%{_datadir}/gir-1.0/GstGL-1.0.gir +%{_datadir}/gir-1.0/GstInsertBin-1.0.gir +%{_datadir}/gir-1.0/GstMpegts-1.0.gir +%{_datadir}/gir-1.0/GstPlayer-1.0.gir +%{_pkgconfigdir}/gstreamer-codecparsers-%{gst_major_ver}.pc +%{_pkgconfigdir}/gstreamer-gl-%{gst_major_ver}.pc +%{_pkgconfigdir}/gstreamer-insertbin-%{gst_major_ver}.pc +%{_pkgconfigdir}/gstreamer-mpegts-%{gst_major_ver}.pc %{_pkgconfigdir}/gstreamer-plugins-bad-%{gst_major_ver}.pc +%{_pkgconfigdir}/gstreamer-bad-audio-%{gst_major_ver}.pc +%{_pkgconfigdir}/gstreamer-bad-base-%{gst_major_ver}.pc +%{_pkgconfigdir}/gstreamer-bad-video-%{gst_major_ver}.pc +%{_pkgconfigdir}/gstreamer-player-%{gst_major_ver}.pc +%{_gtkdocdir}/gst-plugins-bad-libs-%{gst_major_ver} ## ## Plugins @@ -825,52 +1421,68 @@ rm -rf $RPM_BUILD_ROOT %if %{with amr} %files -n gstreamer-amrwbenc %defattr(644,root,root,755) -%attr(755,root,root) %{gstlibdir}/libgstamrwbenc.so -# dirs should belong to gstreamer or gstreamer-pb? -%dir %{_datadir}/gstreamer-0.10 -%dir %{_datadir}/gstreamer-0.10/presets -%{_datadir}/gstreamer-0.10/presets/GstAmrwbEnc.prs +%attr(755,root,root) %{gstlibdir}/libgstvoamrwbenc.so +%{gstdatadir}/presets/GstVoAmrwbEnc.prs %endif -%files -n gstreamer-audio-effects-bad +%files -n gstreamer-ass %defattr(644,root,root,755) -%attr(755,root,root) %{gstlibdir}/libgstspeed.so +%attr(755,root,root) %{gstlibdir}/libgstassrender.so -%files -n gstreamer-audiosink-alsaspdif +%files -n gstreamer-audio-effects-bad %defattr(644,root,root,755) -%attr(755,root,root) %{gstlibdir}/libgstalsaspdif.so +%attr(755,root,root) %{gstlibdir}/libgstspeed.so +%if %{with nas} %files -n gstreamer-audiosink-nas %defattr(644,root,root,755) %attr(755,root,root) %{gstlibdir}/libgstnassink.so +%endif -%if %{with cdaudio} -%files -n gstreamer-cdaudio +%if %{with tinyalsa} +%files -n gstreamer-audiosink-tinyalsa %defattr(644,root,root,755) -%attr(755,root,root) %{gstlibdir}/libgstcdaudio.so +%attr(755,root,root) %{gstlibdir}/libgsttinyalsa.so %endif -%files -n gstreamer-celt +%if %{with bluez} +%files -n gstreamer-bluez %defattr(644,root,root,755) -%attr(755,root,root) %{gstlibdir}/libgstcelt.so +%attr(755,root,root) %{gstlibdir}/libgstbluez.so +%endif -%files -n gstreamer-dc1394 +%if %{with bs2b} +%files -n gstreamer-bs2b %defattr(644,root,root,755) -%attr(755,root,root) %{gstlibdir}/libgstdc1394.so +%attr(755,root,root) %{gstlibdir}/libgstbs2b.so +%endif + +%if %{with chromaprint} +%files -n gstreamer-chromaprint +%defattr(644,root,root,755) +%attr(755,root,root) %{gstlibdir}/libgstchromaprint.so +%endif + +%files -n gstreamer-curl +%defattr(644,root,root,755) +%attr(755,root,root) %{gstlibdir}/libgstcurl.so -%if %{with dirac} -%files -n gstreamer-dirac +%if %{with daala} +%files -n gstreamer-daala %defattr(644,root,root,755) -%attr(755,root,root) %{gstlibdir}/libgstdirac.so +%attr(755,root,root) %{gstlibdir}/libgstdaala.so %endif -%if %{with divx4linux} -%files -n gstreamer-divx +%if %{with dc1394} +%files -n gstreamer-dc1394 %defattr(644,root,root,755) -%attr(755,root,root) %{gstlibdir}/libgstdivxdec.so -%attr(755,root,root) %{gstlibdir}/libgstdivxenc.so +%attr(755,root,root) %{gstlibdir}/libgstdc1394.so %endif +%files -n gstreamer-dtls +%defattr(644,root,root,755) +%attr(755,root,root) %{gstlibdir}/libgstdtls.so + %if %{with dts} %files -n gstreamer-dts %defattr(644,root,root,755) @@ -881,10 +1493,21 @@ rm -rf $RPM_BUILD_ROOT %defattr(644,root,root,755) %attr(755,root,root) %{gstlibdir}/libgstflite.so +%files -n gstreamer-fluidsynth +%defattr(644,root,root,755) +%attr(755,root,root) %{gstlibdir}/libgstfluidsynthmidi.so + +%files -n gstreamer-gme +%defattr(644,root,root,755) +%attr(755,root,root) %{gstlibdir}/libgstgme.so + +# not ported to 1.0 yet +%if 0 %files -n gstreamer-gsettings %defattr(644,root,root,755) %attr(755,root,root) %{gstlibdir}/libgstgsettingselements.so -%{_datadir}/glib-2.0/schemas/org.freedesktop.gstreamer-0.10.default-elements.gschema.xml +%{_datadir}/glib-2.0/schemas/org.freedesktop.gstreamer-%{gst_major_ver}.default-elements.gschema.xml +%endif %if %{with gsm} %files -n gstreamer-gsm @@ -892,16 +1515,12 @@ rm -rf $RPM_BUILD_ROOT %attr(755,root,root) %{gstlibdir}/libgstgsm.so %endif -%if %{with jack} -%files -n gstreamer-jack -%defattr(644,root,root,755) -%attr(755,root,root) %{gstlibdir}/libgstjack.so -%endif - +%if %{with kate} %files -n gstreamer-kate %defattr(644,root,root,755) %doc ext/kate/README %attr(755,root,root) %{gstlibdir}/libgstkate.so +%endif %if %{with ladspa} %files -n gstreamer-ladspa @@ -909,6 +1528,23 @@ rm -rf $RPM_BUILD_ROOT %attr(755,root,root) %{gstlibdir}/libgstladspa.so %endif +%if %{with libde265} +%files -n gstreamer-libde265 +%defattr(644,root,root,755) +%attr(755,root,root) %{gstlibdir}/libgstlibde265.so +%endif + +%if %{with lv2} +%files -n gstreamer-lv2 +%defattr(644,root,root,755) +%doc ext/lv2/README +%attr(755,root,root) %{gstlibdir}/libgstlv2.so +%endif + +%files -n gstreamer-mimic +%defattr(644,root,root,755) +%attr(755,root,root) %{gstlibdir}/libgstmimic.so + %if %{with mjpegtools} %files -n gstreamer-mjpegtools %defattr(644,root,root,755) @@ -928,14 +1564,6 @@ rm -rf $RPM_BUILD_ROOT %attr(755,root,root) %{gstlibdir}/libgstmusepack.so %endif -%files -n gstreamer-musicbrainz -%defattr(644,root,root,755) -%attr(755,root,root) %{gstlibdir}/libgsttrm.so - -%files -n gstreamer-mythtv -%defattr(644,root,root,755) -%attr(755,root,root) %{gstlibdir}/libgstmythtvsrc.so - %if %{with neon} %files -n gstreamer-neon %defattr(644,root,root,755) @@ -948,17 +1576,91 @@ rm -rf $RPM_BUILD_ROOT %attr(755,root,root) %{gstlibdir}/libgstofa.so %endif +%if %{with openal} +%files -n gstreamer-openal +%defattr(644,root,root,755) +%attr(755,root,root) %{gstlibdir}/libgstopenal.so +%endif + +%if %{with opencv} +%files -n gstreamer-opencv +%defattr(644,root,root,755) +%attr(755,root,root) %{gstlibdir}/libgstopencv.so +# possibly common dir (but no other users so far) +%dir %{_datadir}/gst-plugins-bad +%dir %{_datadir}/gst-plugins-bad/1.0 +%{_datadir}/gst-plugins-bad/1.0/opencv_haarcascades +%endif + +%if %{with openexr} +%files -n gstreamer-openexr +%defattr(644,root,root,755) +%attr(755,root,root) %{gstlibdir}/libgstopenexr.so +%endif + +%if %{with opengl} +%files -n gstreamer-opengl +%defattr(644,root,root,755) +%attr(755,root,root) %{gstlibdir}/libgstopengl.so +%endif + +%if %{with openh264} +%files -n gstreamer-openh264 +%defattr(644,root,root,755) +%attr(755,root,root) %{gstlibdir}/libgstopenh264.so +%endif + +%files -n gstreamer-openjpeg +%defattr(644,root,root,755) +%attr(755,root,root) %{gstlibdir}/libgstopenjpeg.so + +%if %{with openni2} +%files -n gstreamer-openni2 +%defattr(644,root,root,755) +%attr(755,root,root) %{gstlibdir}/libgstopenni2.so +%endif + +%files -n gstreamer-opusparse +%defattr(644,root,root,755) +%attr(755,root,root) %{gstlibdir}/libgstopusparse.so + %files -n gstreamer-resindvd %defattr(644,root,root,755) -%attr(755,root,root) %{gstlibdir}/libresindvd.so +%attr(755,root,root) %{gstlibdir}/libgstresindvd.so -%files -n gstreamer-soundtouch +%if %{with rsvg} +%files -n gstreamer-rsvg %defattr(644,root,root,755) -%attr(755,root,root) %{gstlibdir}/libgstsoundtouch.so +%attr(755,root,root) %{gstlibdir}/libgstrsvg.so +%endif +%files -n gstreamer-rtmp +%defattr(644,root,root,755) +%attr(755,root,root) %{gstlibdir}/libgstrtmp.so + +%files -n gstreamer-schroedinger +%defattr(644,root,root,755) +%attr(755,root,root) %{gstlibdir}/libgstschro.so + +%if %{with sbc} +%files -n gstreamer-sbc +%defattr(644,root,root,755) +%attr(755,root,root) %{gstlibdir}/libgstsbc.so +%endif + +%if %{with sndfile} %files -n gstreamer-sndfile %defattr(644,root,root,755) %attr(755,root,root) %{gstlibdir}/libgstsndfile.so +%endif + +%files -n gstreamer-soundtouch +%defattr(644,root,root,755) +%attr(755,root,root) %{gstlibdir}/libgstsoundtouch.so + +%files -n gstreamer-spandsp +%defattr(644,root,root,755) +%attr(755,root,root) %{gstlibdir}/libgstspandsp.so %if %{with spc} %files -n gstreamer-spc @@ -966,23 +1668,56 @@ rm -rf $RPM_BUILD_ROOT %attr(755,root,root) %{gstlibdir}/libgstspc.so %endif -%if %{with swfdec} -%files -n gstreamer-swfdec +%if %{with srtp} +%files -n gstreamer-srtp +%attr(755,root,root) %{gstlibdir}/libgstsrtp.so +%endif + +%if %{with zvbi} +%files -n gstreamer-teletextdec %defattr(644,root,root,755) -%attr(755,root,root) %{gstlibdir}/libgstswfdec.so +%attr(755,root,root) %{gstlibdir}/libgstteletextdec.so %endif +%if %{with timidity} %files -n gstreamer-timidity %defattr(644,root,root,755) %attr(755,root,root) %{gstlibdir}/libgsttimidity.so +%endif -%files -n gstreamer-vp8 +%if %{with uvch264} +%files -n gstreamer-uvch264 %defattr(644,root,root,755) -%attr(755,root,root) %{gstlibdir}/libgstvp8.so +%attr(755,root,root) %{gstlibdir}/libgstuvch264.so +%endif -%%files -n gstreamer-wildmidi +%if %{with vdpau} +%files -n gstreamer-vdpau %defattr(644,root,root,755) -%attr(755,root,root) %{gstlibdir}/libgstwildmidi.so +%attr(755,root,root) %{gstlibdir}/libgstvdpau.so +%endif + +%files -n gstreamer-voaacenc +%defattr(644,root,root,755) +%attr(755,root,root) %{gstlibdir}/libgstvoaacenc.so + +%if %{with directfb} +%files -n gstreamer-videosink-directfb +%defattr(644,root,root,755) +%attr(755,root,root) %{gstlibdir}/libgstdfbvideosink.so +%endif + +%if %{with gtk} +%files -n gstreamer-videosink-gtk +%defattr(644,root,root,755) +%attr(755,root,root) %{gstlibdir}/libgstgtksink.so +%endif + +%if %{with qt} +%files -n gstreamer-videosink-qt +%defattr(644,root,root,755) +%attr(755,root,root) %{gstlibdir}/libgstqtsink.so +%endif %if %{with sdl} %files -n gstreamer-videosink-sdl @@ -990,10 +1725,26 @@ rm -rf $RPM_BUILD_ROOT %attr(755,root,root) %{gstlibdir}/libgstsdl.so %endif -%if %{with directfb} -%files -n gstreamer-videosink-directfb +%if %{with wayland} +%files -n gstreamer-videosink-wayland %defattr(644,root,root,755) -%attr(755,root,root) %{gstlibdir}/libgstdfbvideosink.so +%attr(755,root,root) %{gstlibdir}/libgstwaylandsink.so +%endif + +%files -n gstreamer-webp +%defattr(644,root,root,755) +%attr(755,root,root) %{gstlibdir}/libgstwebp.so + +%if %{with wildmidi} +%files -n gstreamer-wildmidi +%defattr(644,root,root,755) +%attr(755,root,root) %{gstlibdir}/libgstwildmidi.so +%endif + +%if %{with x265} +%files -n gstreamer-x265 +%defattr(644,root,root,755) +%attr(755,root,root) %{gstlibdir}/libgstx265.so %endif %if %{with xvid} @@ -1002,6 +1753,6 @@ rm -rf $RPM_BUILD_ROOT %attr(755,root,root) %{gstlibdir}/libgstxvid.so %endif -%files -n gstreamer-schroedinger +%files -n gstreamer-zbar %defattr(644,root,root,755) -%attr(755,root,root) %{gstlibdir}/libgstschro.so +%attr(755,root,root) %{gstlibdir}/libgstzbar.so