Dominique Leuenberger
7dff86f69d
- Update to version 1.12.3: + Bugs fixed: bgo#785011, bgo#771088, bgo#777735, bgo#785065, bgo#785331, bgo#785341, bgo#785799, bgo#785948, bgo#785951, bgo#786200. OBS-URL: https://build.opensuse.org/request/show/527157 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/gstreamer-plugins-base?expand=0&rev=97
629 lines
23 KiB
RPMSpec
629 lines
23 KiB
RPMSpec
#
|
|
# spec file for package gstreamer-plugins-base
|
|
#
|
|
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
|
#
|
|
# All modifications and additions to the file contributed by third parties
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
# upon. The license for this file, and modifications and additions to the
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
# license for the pristine package is not an Open Source License, in which
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
# published by the Open Source Initiative.
|
|
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
|
#
|
|
|
|
|
|
Name: gstreamer-plugins-base
|
|
%define _name gst-plugins-base
|
|
Version: 1.12.3
|
|
Release: 0
|
|
%define gst_branch 1.0
|
|
Url: http://gstreamer.freedesktop.org/
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
Summary: GStreamer Streaming-Media Framework Plug-Ins
|
|
License: LGPL-2.1+ and GPL-2.0+
|
|
Group: Productivity/Multimedia/Other
|
|
Source0: https://gstreamer.freedesktop.org/src/gst-plugins-base/%{_name}-%{version}.tar.xz
|
|
Source1: gstreamer-plugins-base.appdata.xml
|
|
Source2: baselibs.conf
|
|
BuildRequires: cdparanoia-devel
|
|
BuildRequires: fdupes
|
|
BuildRequires: glib2-devel >= 2.40.0
|
|
BuildRequires: gtk-doc >= 1.12
|
|
BuildRequires: libICE-devel
|
|
BuildRequires: libSM-devel
|
|
BuildRequires: libXext-devel
|
|
BuildRequires: libXv-devel
|
|
BuildRequires: orc >= 0.4.24
|
|
BuildRequires: python-base
|
|
BuildRequires: pkgconfig(gstreamer-1.0) >= 1.12.0
|
|
%if !0%{?is_opensuse}
|
|
BuildRequires: translation-update-upstream
|
|
%endif
|
|
BuildRequires: gobject-introspection-devel >= 1.31.1
|
|
BuildRequires: update-desktop-files
|
|
BuildRequires: pkgconfig(alsa) >= 0.9.1
|
|
BuildRequires: pkgconfig(freetype2) >= 2.0.9
|
|
BuildRequires: pkgconfig(gio-unix-2.0) >= 2.24
|
|
BuildRequires: pkgconfig(gtk+-3.0) >= 3.10
|
|
BuildRequires: pkgconfig(gtk+-x11-3.0) >= 3.0.0
|
|
BuildRequires: pkgconfig(iso-codes)
|
|
BuildRequires: pkgconfig(libvisual-0.4) >= 0.4.0
|
|
BuildRequires: pkgconfig(libxml-2.0)
|
|
BuildRequires: pkgconfig(ogg) >= 1.0
|
|
BuildRequires: pkgconfig(opus) >= 0.9.4
|
|
BuildRequires: pkgconfig(pango) >= 1.22.0
|
|
BuildRequires: pkgconfig(pangocairo) >= 1.22.0
|
|
BuildRequires: pkgconfig(theoradec) >= 1.1
|
|
BuildRequires: pkgconfig(theoraenc) >= 1.1
|
|
BuildRequires: pkgconfig(vorbis) >= 1.0
|
|
BuildRequires: pkgconfig(vorbisenc) >= 1.0
|
|
BuildRequires: pkgconfig(zlib)
|
|
PreReq: filesystem
|
|
%define gstreamer_plugins_base_req %(xzgrep --text "^GST[_A-Z]*_REQ" %{S:0} | sort -u | sed 's/GST_REQ=/gstreamer >= /')
|
|
Requires: %gstreamer_plugins_base_req
|
|
Recommends: %{name}-lang
|
|
Recommends: PackageKit-gstreamer-plugin
|
|
Supplements: gstreamer
|
|
# Generic name, never used in SuSE:
|
|
Provides: gst-plugins-base = %{version}
|
|
|
|
%description
|
|
GStreamer is a streaming media framework based on graphs of filters
|
|
that operate on media data. Applications using this library can do
|
|
anything media-related, from real-time sound processing to playing
|
|
videos. Its plug-in-based architecture means that new data types or
|
|
processing capabilities can be added simply by installing new plug-ins.
|
|
|
|
%package -n libgstallocators-1_0-0
|
|
Summary: GStreamer Streaming-Media Framework Plug-Ins
|
|
# We want to have base modules installed:
|
|
Group: System/Libraries
|
|
Requires: %{name}
|
|
|
|
%description -n libgstallocators-1_0-0
|
|
GStreamer is a streaming media framework based on graphs of filters
|
|
that operate on media data. Applications using this library can do
|
|
anything media-related, from real-time sound processing to playing
|
|
videos. Its plug-in-based architecture means that new data types or
|
|
processing capabilities can be added simply by installing new plug-ins.
|
|
|
|
%package -n typelib-1_0-GstAllocators-1_0
|
|
Summary: GStreamer Streaming-Media Framework Plug-Ins -- Introspection bindings
|
|
Group: System/Libraries
|
|
|
|
%description -n typelib-1_0-GstAllocators-1_0
|
|
GStreamer is a streaming media framework based on graphs of filters
|
|
that operate on media data. Applications using this library can do
|
|
anything media-related, from real-time sound processing to playing
|
|
videos. Its plug-in-based architecture means that new data types or
|
|
processing capabilities can be added simply by installing new plug-ins.
|
|
|
|
This package provides the GObject Introspection bindings for GStreamer
|
|
plug-ins.
|
|
|
|
%package -n libgstapp-1_0-0
|
|
Summary: GStreamer Streaming-Media Framework Plug-Ins
|
|
# We want to have base modules installed:
|
|
Group: System/Libraries
|
|
Requires: %{name}
|
|
|
|
%description -n libgstapp-1_0-0
|
|
GStreamer is a streaming media framework based on graphs of filters
|
|
that operate on media data. Applications using this library can do
|
|
anything media-related, from real-time sound processing to playing
|
|
videos. Its plug-in-based architecture means that new data types or
|
|
processing capabilities can be added simply by installing new plug-ins.
|
|
|
|
%package -n typelib-1_0-GstApp-1_0
|
|
Summary: GStreamer Streaming-Media Framework Plug-Ins -- Introspection bindings
|
|
Group: System/Libraries
|
|
|
|
%description -n typelib-1_0-GstApp-1_0
|
|
GStreamer is a streaming media framework based on graphs of filters
|
|
that operate on media data. Applications using this library can do
|
|
anything media-related, from real-time sound processing to playing
|
|
videos. Its plug-in-based architecture means that new data types or
|
|
processing capabilities can be added simply by installing new plug-ins.
|
|
|
|
This package provides the GObject Introspection bindings for GStreamer
|
|
plug-ins.
|
|
|
|
%package -n libgstaudio-1_0-0
|
|
Summary: GStreamer Streaming-Media Framework Plug-Ins
|
|
# We want to have base modules installed:
|
|
Group: System/Libraries
|
|
Requires: %{name}
|
|
|
|
%description -n libgstaudio-1_0-0
|
|
GStreamer is a streaming media framework based on graphs of filters
|
|
that operate on media data. Applications using this library can do
|
|
anything media-related, from real-time sound processing to playing
|
|
videos. Its plug-in-based architecture means that new data types or
|
|
processing capabilities can be added simply by installing new plug-ins.
|
|
|
|
%package -n typelib-1_0-GstAudio-1_0
|
|
Summary: GStreamer Streaming-Media Framework Plug-Ins -- Introspection bindings
|
|
Group: System/Libraries
|
|
|
|
%description -n typelib-1_0-GstAudio-1_0
|
|
GStreamer is a streaming media framework based on graphs of filters
|
|
that operate on media data. Applications using this library can do
|
|
anything media-related, from real-time sound processing to playing
|
|
videos. Its plug-in-based architecture means that new data types or
|
|
processing capabilities can be added simply by installing new plug-ins.
|
|
|
|
This package provides the GObject Introspection bindings for GStreamer
|
|
plug-ins.
|
|
|
|
%package -n libgstfft-1_0-0
|
|
Summary: GStreamer Streaming-Media Framework Plug-Ins
|
|
# We want to have base modules installed:
|
|
Group: System/Libraries
|
|
Requires: %{name}
|
|
|
|
%description -n libgstfft-1_0-0
|
|
GStreamer is a streaming media framework based on graphs of filters
|
|
that operate on media data. Applications using this library can do
|
|
anything media-related, from real-time sound processing to playing
|
|
videos. Its plug-in-based architecture means that new data types or
|
|
processing capabilities can be added simply by installing new plug-ins.
|
|
|
|
%package -n typelib-1_0-GstFft-1_0
|
|
Summary: GStreamer Streaming-Media Framework Plug-Ins -- Introspection bindings
|
|
Group: System/Libraries
|
|
|
|
%description -n typelib-1_0-GstFft-1_0
|
|
GStreamer is a streaming media framework based on graphs of filters
|
|
that operate on media data. Applications using this library can do
|
|
anything media-related, from real-time sound processing to playing
|
|
videos. Its plug-in-based architecture means that new data types or
|
|
processing capabilities can be added simply by installing new plug-ins.
|
|
|
|
This package provides the GObject Introspection bindings for GStreamer
|
|
plug-ins.
|
|
|
|
%package -n libgstpbutils-1_0-0
|
|
Summary: GStreamer Streaming-Media Framework Plug-Ins
|
|
# We want to have base modules installed:
|
|
Group: System/Libraries
|
|
Requires: %{name}
|
|
|
|
%description -n libgstpbutils-1_0-0
|
|
GStreamer is a streaming media framework based on graphs of filters
|
|
that operate on media data. Applications using this library can do
|
|
anything media-related, from real-time sound processing to playing
|
|
videos. Its plug-in-based architecture means that new data types or
|
|
processing capabilities can be added simply by installing new plug-ins.
|
|
|
|
%package -n typelib-1_0-GstPbutils-1_0
|
|
Summary: GStreamer Streaming-Media Framework Plug-Ins -- Introspection bindings
|
|
Group: System/Libraries
|
|
|
|
%description -n typelib-1_0-GstPbutils-1_0
|
|
GStreamer is a streaming media framework based on graphs of filters
|
|
that operate on media data. Applications using this library can do
|
|
anything media-related, from real-time sound processing to playing
|
|
videos. Its plug-in-based architecture means that new data types or
|
|
processing capabilities can be added simply by installing new plug-ins.
|
|
|
|
This package provides the GObject Introspection bindings for GStreamer
|
|
plug-ins.
|
|
|
|
%package -n libgstriff-1_0-0
|
|
Summary: GStreamer Streaming-Media Framework Plug-Ins
|
|
# We want to have base modules installed:
|
|
Group: System/Libraries
|
|
Requires: %{name}
|
|
|
|
%description -n libgstriff-1_0-0
|
|
GStreamer is a streaming media framework based on graphs of filters
|
|
that operate on media data. Applications using this library can do
|
|
anything media-related, from real-time sound processing to playing
|
|
videos. Its plug-in-based architecture means that new data types or
|
|
processing capabilities can be added simply by installing new plug-ins.
|
|
|
|
%package -n libgstrtp-1_0-0
|
|
Summary: GStreamer Streaming-Media Framework Plug-Ins
|
|
# We want to have base modules installed:
|
|
Group: System/Libraries
|
|
Requires: %{name}
|
|
|
|
%description -n libgstrtp-1_0-0
|
|
GStreamer is a streaming media framework based on graphs of filters
|
|
that operate on media data. Applications using this library can do
|
|
anything media-related, from real-time sound processing to playing
|
|
videos. Its plug-in-based architecture means that new data types or
|
|
processing capabilities can be added simply by installing new plug-ins.
|
|
|
|
%package -n typelib-1_0-GstRtp-1_0
|
|
Summary: GStreamer Streaming-Media Framework Plug-Ins -- Introspection bindings
|
|
Group: System/Libraries
|
|
|
|
%description -n typelib-1_0-GstRtp-1_0
|
|
GStreamer is a streaming media framework based on graphs of filters
|
|
that operate on media data. Applications using this library can do
|
|
anything media-related, from real-time sound processing to playing
|
|
videos. Its plug-in-based architecture means that new data types or
|
|
processing capabilities can be added simply by installing new plug-ins.
|
|
|
|
This package provides the GObject Introspection bindings for GStreamer
|
|
plug-ins.
|
|
|
|
%package -n libgstrtsp-1_0-0
|
|
Summary: GStreamer Streaming-Media Framework Plug-Ins
|
|
# We want to have base modules installed:
|
|
Group: System/Libraries
|
|
Requires: %{name}
|
|
|
|
%description -n libgstrtsp-1_0-0
|
|
GStreamer is a streaming media framework based on graphs of filters
|
|
that operate on media data. Applications using this library can do
|
|
anything media-related, from real-time sound processing to playing
|
|
videos. Its plug-in-based architecture means that new data types or
|
|
processing capabilities can be added simply by installing new plug-ins.
|
|
|
|
%package -n typelib-1_0-GstRtsp-1_0
|
|
Summary: GStreamer Streaming-Media Framework Plug-Ins -- Introspection bindings
|
|
Group: System/Libraries
|
|
|
|
%description -n typelib-1_0-GstRtsp-1_0
|
|
GStreamer is a streaming media framework based on graphs of filters
|
|
that operate on media data. Applications using this library can do
|
|
anything media-related, from real-time sound processing to playing
|
|
videos. Its plug-in-based architecture means that new data types or
|
|
processing capabilities can be added simply by installing new plug-ins.
|
|
|
|
This package provides the GObject Introspection bindings for GStreamer
|
|
plug-ins.
|
|
|
|
%package -n libgstsdp-1_0-0
|
|
Summary: GStreamer Streaming-Media Framework Plug-Ins
|
|
# We want to have base modules installed:
|
|
Group: System/Libraries
|
|
Requires: %{name}
|
|
|
|
%description -n libgstsdp-1_0-0
|
|
GStreamer is a streaming media framework based on graphs of filters
|
|
that operate on media data. Applications using this library can do
|
|
anything media-related, from real-time sound processing to playing
|
|
videos. Its plug-in-based architecture means that new data types or
|
|
processing capabilities can be added simply by installing new plug-ins.
|
|
|
|
%package -n typelib-1_0-GstSdp-1_0
|
|
Summary: GStreamer Streaming-Media Framework Plug-Ins -- Introspection bindings
|
|
Group: System/Libraries
|
|
|
|
%description -n typelib-1_0-GstSdp-1_0
|
|
GStreamer is a streaming media framework based on graphs of filters
|
|
that operate on media data. Applications using this library can do
|
|
anything media-related, from real-time sound processing to playing
|
|
videos. Its plug-in-based architecture means that new data types or
|
|
processing capabilities can be added simply by installing new plug-ins.
|
|
|
|
This package provides the GObject Introspection bindings for GStreamer
|
|
plug-ins.
|
|
|
|
%package -n libgsttag-1_0-0
|
|
Summary: GStreamer Streaming-Media Framework Plug-Ins
|
|
# We want to have base modules installed:
|
|
Group: System/Libraries
|
|
Requires: %{name}
|
|
|
|
%description -n libgsttag-1_0-0
|
|
GStreamer is a streaming media framework based on graphs of filters
|
|
that operate on media data. Applications using this library can do
|
|
anything media-related, from real-time sound processing to playing
|
|
videos. Its plug-in-based architecture means that new data types or
|
|
processing capabilities can be added simply by installing new plug-ins.
|
|
|
|
%package -n typelib-1_0-GstTag-1_0
|
|
Summary: GStreamer Streaming-Media Framework Plug-Ins -- Introspection bindings
|
|
Group: System/Libraries
|
|
|
|
%description -n typelib-1_0-GstTag-1_0
|
|
GStreamer is a streaming media framework based on graphs of filters
|
|
that operate on media data. Applications using this library can do
|
|
anything media-related, from real-time sound processing to playing
|
|
videos. Its plug-in-based architecture means that new data types or
|
|
processing capabilities can be added simply by installing new plug-ins.
|
|
|
|
This package provides the GObject Introspection bindings for GStreamer
|
|
plug-ins.
|
|
|
|
%package -n libgstvideo-1_0-0
|
|
Summary: GStreamer Streaming-Media Framework Plug-Ins
|
|
# We want to have base modules installed:
|
|
Group: System/Libraries
|
|
Requires: %{name}
|
|
|
|
%description -n libgstvideo-1_0-0
|
|
GStreamer is a streaming media framework based on graphs of filters
|
|
that operate on media data. Applications using this library can do
|
|
anything media-related, from real-time sound processing to playing
|
|
videos. Its plug-in-based architecture means that new data types or
|
|
processing capabilities can be added simply by installing new plug-ins.
|
|
|
|
%package -n typelib-1_0-GstVideo-1_0
|
|
Summary: GStreamer Streaming-Media Framework Plug-Ins -- Introspection bindings
|
|
Group: System/Libraries
|
|
|
|
%description -n typelib-1_0-GstVideo-1_0
|
|
GStreamer is a streaming media framework based on graphs of filters
|
|
that operate on media data. Applications using this library can do
|
|
anything media-related, from real-time sound processing to playing
|
|
videos. Its plug-in-based architecture means that new data types or
|
|
processing capabilities can be added simply by installing new plug-ins.
|
|
|
|
This package provides the GObject Introspection bindings for GStreamer
|
|
plug-ins.
|
|
|
|
%package devel
|
|
Summary: Include files and librs mandatory for development with gstreamer-plugins-base
|
|
Group: Development/Libraries/C and C++
|
|
Requires: libgstallocators-1_0-0 = %{version}
|
|
Requires: libgstapp-1_0-0 = %{version}
|
|
Requires: libgstaudio-1_0-0 = %{version}
|
|
Requires: libgstfft-1_0-0 = %{version}
|
|
Requires: libgstpbutils-1_0-0 = %{version}
|
|
Requires: libgstriff-1_0-0 = %{version}
|
|
Requires: libgstrtp-1_0-0 = %{version}
|
|
Requires: libgstrtsp-1_0-0 = %{version}
|
|
Requires: libgstsdp-1_0-0 = %{version}
|
|
Requires: libgsttag-1_0-0 = %{version}
|
|
Requires: libgstvideo-1_0-0 = %{version}
|
|
Requires: typelib-1_0-GstAllocators-1_0 = %{version}
|
|
Requires: typelib-1_0-GstApp-1_0 = %{version}
|
|
Requires: typelib-1_0-GstAudio-1_0 = %{version}
|
|
Requires: typelib-1_0-GstFft-1_0 = %{version}
|
|
Requires: typelib-1_0-GstPbutils-1_0 = %{version}
|
|
Requires: typelib-1_0-GstRtp-1_0 = %{version}
|
|
Requires: typelib-1_0-GstRtsp-1_0 = %{version}
|
|
Requires: typelib-1_0-GstSdp-1_0 = %{version}
|
|
Requires: typelib-1_0-GstTag-1_0 = %{version}
|
|
Requires: typelib-1_0-GstVideo-1_0 = %{version}
|
|
# Generic name, never used in SuSE:
|
|
Provides: gst-plugins-base-devel = %{version}
|
|
|
|
%description devel
|
|
This package contains all necessary include files and libraries needed
|
|
to compile and link applications that use gstreamer-plugins-base.
|
|
|
|
%package doc
|
|
Summary: Documentation for gstreamer-plugins-base
|
|
Group: Development/Libraries/C and C++
|
|
Requires: %{name} = %{version}
|
|
# Generic name, never used in SuSE:
|
|
Provides: gst-plugins-base-doc = %{version}
|
|
|
|
%description doc
|
|
This package contains documentation for the gstreamer-plugins-base
|
|
package.
|
|
|
|
%lang_package
|
|
%prep
|
|
%setup -q -n %{_name}-%{version}
|
|
%if !0%{?is_opensuse}
|
|
translation-update-upstream po gst-plugins-base-%{gst_branch}
|
|
%endif
|
|
|
|
%build
|
|
# FIXME: GTKDOC_CFLAGS, GST_OBJ_CFLAGS:
|
|
# Silently ignored compilation of uninstalled gtk-doc scanners without RPM_OPT_FLAGS.
|
|
export CFLAGS="%{optflags} -fno-strict-aliasing"
|
|
%configure\
|
|
--with-package-name='openSUSE GStreamer-plugins-base package'\
|
|
--with-package-origin='http://download.opensuse.org'\
|
|
--disable-static\
|
|
--enable-gtk-doc\
|
|
--enable-introspection\
|
|
--enable-orc\
|
|
%{nil}
|
|
make %{?_smp_mflags}
|
|
|
|
%install
|
|
%makeinstall
|
|
if [ -f %{buildroot}%{_datadir}/appdata/gstreamer-plugins-base.appdata.xml ]; then
|
|
echo "Please remove the added gstreamer-plugins-base.appdata.xml file from the sources - the tarball installs it"
|
|
false
|
|
else
|
|
mkdir -p %{buildroot}%{_datadir}/appdata
|
|
cp %{S:1} %{buildroot}%{_datadir}/appdata/
|
|
fi
|
|
|
|
find %{buildroot} -type f -name "*.la" -print -delete
|
|
%find_lang %{_name}-%{gst_branch}
|
|
%fdupes %{buildroot}%{_datadir}/gtk-doc/html/
|
|
|
|
%post -n libgstallocators-1_0-0 -p /sbin/ldconfig
|
|
|
|
%postun -n libgstallocators-1_0-0 -p /sbin/ldconfig
|
|
|
|
%post -n libgstapp-1_0-0 -p /sbin/ldconfig
|
|
|
|
%postun -n libgstapp-1_0-0 -p /sbin/ldconfig
|
|
|
|
%post -n libgstaudio-1_0-0 -p /sbin/ldconfig
|
|
|
|
%postun -n libgstaudio-1_0-0 -p /sbin/ldconfig
|
|
|
|
%post -n libgstfft-1_0-0 -p /sbin/ldconfig
|
|
|
|
%postun -n libgstfft-1_0-0 -p /sbin/ldconfig
|
|
|
|
%post -n libgstpbutils-1_0-0 -p /sbin/ldconfig
|
|
|
|
%postun -n libgstpbutils-1_0-0 -p /sbin/ldconfig
|
|
|
|
%post -n libgstriff-1_0-0 -p /sbin/ldconfig
|
|
|
|
%postun -n libgstriff-1_0-0 -p /sbin/ldconfig
|
|
|
|
%post -n libgstrtp-1_0-0 -p /sbin/ldconfig
|
|
|
|
%postun -n libgstrtp-1_0-0 -p /sbin/ldconfig
|
|
|
|
%post -n libgstrtsp-1_0-0 -p /sbin/ldconfig
|
|
|
|
%postun -n libgstrtsp-1_0-0 -p /sbin/ldconfig
|
|
|
|
%post -n libgstsdp-1_0-0 -p /sbin/ldconfig
|
|
|
|
%postun -n libgstsdp-1_0-0 -p /sbin/ldconfig
|
|
|
|
%post -n libgsttag-1_0-0 -p /sbin/ldconfig
|
|
|
|
%postun -n libgsttag-1_0-0 -p /sbin/ldconfig
|
|
|
|
%post -n libgstvideo-1_0-0 -p /sbin/ldconfig
|
|
|
|
%postun -n libgstvideo-1_0-0 -p /sbin/ldconfig
|
|
|
|
%files
|
|
%defattr(-, root, root)
|
|
%doc COPYING COPYING.LIB
|
|
%doc %{_mandir}/man1/gst-device-monitor-*
|
|
%doc %{_mandir}/man1/gst-discoverer-*
|
|
%doc %{_mandir}/man1/gst-play-*
|
|
%{_bindir}/gst-device-monitor-%{gst_branch}
|
|
%{_bindir}/gst-discoverer-%{gst_branch}
|
|
%{_bindir}/gst-play-%{gst_branch}
|
|
%dir %{_datadir}/appdata/
|
|
%{_datadir}/appdata/gstreamer-plugins-base.appdata.xml
|
|
%{_libdir}/gstreamer-%{gst_branch}/libgstadder.so
|
|
%{_libdir}/gstreamer-%{gst_branch}/libgstalsa.so
|
|
%{_libdir}/gstreamer-%{gst_branch}/libgstapp.so
|
|
%{_libdir}/gstreamer-%{gst_branch}/libgstaudioconvert.so
|
|
%{_libdir}/gstreamer-%{gst_branch}/libgstaudioresample.so
|
|
%{_libdir}/gstreamer-%{gst_branch}/libgstaudiotestsrc.so
|
|
%{_libdir}/gstreamer-%{gst_branch}/libgstaudiorate.so
|
|
%{_libdir}/gstreamer-%{gst_branch}/libgstcdparanoia.so
|
|
%{_libdir}/gstreamer-%{gst_branch}/libgstencoding.so
|
|
%{_libdir}/gstreamer-%{gst_branch}/libgstgio.so
|
|
%{_libdir}/gstreamer-%{gst_branch}/libgstlibvisual.so
|
|
%{_libdir}/gstreamer-%{gst_branch}/libgstogg.so
|
|
%{_libdir}/gstreamer-%{gst_branch}/libgstopus.so
|
|
%{_libdir}/gstreamer-%{gst_branch}/libgstpango.so
|
|
%{_libdir}/gstreamer-%{gst_branch}/libgstpbtypes.so
|
|
%{_libdir}/gstreamer-%{gst_branch}/libgstplayback.so
|
|
%{_libdir}/gstreamer-%{gst_branch}/libgstrawparse.so
|
|
%{_libdir}/gstreamer-%{gst_branch}/libgstsubparse.so
|
|
%{_libdir}/gstreamer-%{gst_branch}/libgsttcp.so
|
|
%{_libdir}/gstreamer-%{gst_branch}/libgsttheora.so
|
|
%{_libdir}/gstreamer-%{gst_branch}/libgsttypefindfunctions.so
|
|
%{_libdir}/gstreamer-%{gst_branch}/libgstvideoconvert.so
|
|
%{_libdir}/gstreamer-%{gst_branch}/libgstvideorate.so
|
|
%{_libdir}/gstreamer-%{gst_branch}/libgstvideoscale.so
|
|
%{_libdir}/gstreamer-%{gst_branch}/libgstvideotestsrc.so
|
|
%{_libdir}/gstreamer-%{gst_branch}/libgstvolume.so
|
|
%{_libdir}/gstreamer-%{gst_branch}/libgstvorbis.so
|
|
%{_libdir}/gstreamer-%{gst_branch}/libgstximagesink.so
|
|
%{_libdir}/gstreamer-%{gst_branch}/libgstxvimagesink.so
|
|
|
|
%files lang -f %{_name}-%{gst_branch}.lang
|
|
|
|
%files -n libgstallocators-1_0-0
|
|
%defattr(-, root, root)
|
|
%{_libdir}/libgstallocators*.so.*
|
|
|
|
%files -n typelib-1_0-GstAllocators-1_0
|
|
%defattr(-, root, root)
|
|
%{_libdir}/girepository-1.0/GstAllocators-*.typelib
|
|
|
|
%files -n libgstapp-1_0-0
|
|
%defattr(-, root, root)
|
|
%{_libdir}/libgstapp*.so.*
|
|
|
|
%files -n typelib-1_0-GstApp-1_0
|
|
%defattr(-, root, root)
|
|
%{_libdir}/girepository-1.0/GstApp-*.typelib
|
|
|
|
%files -n libgstaudio-1_0-0
|
|
%defattr(-, root, root)
|
|
%{_libdir}/libgstaudio*.so.*
|
|
|
|
%files -n typelib-1_0-GstAudio-1_0
|
|
%defattr(-, root, root)
|
|
%{_libdir}/girepository-1.0/GstAudio-*.typelib
|
|
|
|
%files -n libgstfft-1_0-0
|
|
%defattr(-, root, root)
|
|
%{_libdir}/libgstfft*.so.*
|
|
|
|
%files -n typelib-1_0-GstFft-1_0
|
|
%defattr(-, root, root)
|
|
%{_libdir}/girepository-1.0/GstFft-*.typelib
|
|
|
|
%files -n libgstpbutils-1_0-0
|
|
%defattr(-, root, root)
|
|
%{_libdir}/libgstpbutils*.so.*
|
|
|
|
%files -n typelib-1_0-GstPbutils-1_0
|
|
%defattr(-, root, root)
|
|
%{_libdir}/girepository-1.0/GstPbutils-*.typelib
|
|
|
|
%files -n libgstriff-1_0-0
|
|
%defattr(-, root, root)
|
|
%{_libdir}/libgstriff*.so.*
|
|
|
|
%files -n libgstrtp-1_0-0
|
|
%defattr(-, root, root)
|
|
%{_libdir}/libgstrtp*.so.*
|
|
|
|
%files -n typelib-1_0-GstRtp-1_0
|
|
%defattr(-, root, root)
|
|
%{_libdir}/girepository-1.0/GstRtp-*.typelib
|
|
|
|
%files -n libgstrtsp-1_0-0
|
|
%defattr(-, root, root)
|
|
%{_libdir}/libgstrtsp*.so.*
|
|
|
|
%files -n typelib-1_0-GstRtsp-1_0
|
|
%defattr(-, root, root)
|
|
%{_libdir}/girepository-1.0/GstRtsp-*.typelib
|
|
|
|
%files -n libgstsdp-1_0-0
|
|
%defattr(-, root, root)
|
|
%{_libdir}/libgstsdp*.so.*
|
|
|
|
%files -n typelib-1_0-GstSdp-1_0
|
|
%defattr(-, root, root)
|
|
%{_libdir}/girepository-1.0/GstSdp-*.typelib
|
|
|
|
%files -n libgsttag-1_0-0
|
|
%defattr(-, root, root)
|
|
%{_libdir}/libgsttag*.so.*
|
|
|
|
%files -n typelib-1_0-GstTag-1_0
|
|
%defattr(-, root, root)
|
|
%{_libdir}/girepository-1.0/GstTag-*.typelib
|
|
|
|
%files -n libgstvideo-1_0-0
|
|
%defattr(-, root, root)
|
|
%{_libdir}/libgstvideo*.so.*
|
|
|
|
%files -n typelib-1_0-GstVideo-1_0
|
|
%defattr(-, root, root)
|
|
%{_libdir}/girepository-1.0/GstVideo-*.typelib
|
|
|
|
%files devel
|
|
%defattr(-, root, root)
|
|
%{_includedir}/gstreamer-%{gst_branch}/*
|
|
%{_libdir}/*.so
|
|
%{_libdir}/pkgconfig/*.pc
|
|
%{_datadir}/gir-1.0/*.gir
|
|
%dir %{_datadir}/gst-plugins-base/
|
|
%dir %{_datadir}/gst-plugins-base/%{gst_branch}/
|
|
%{_datadir}/gst-plugins-base/%{gst_branch}/license-translations.dict
|
|
|
|
%files doc
|
|
%defattr(-, root, root)
|
|
%doc AUTHORS NEWS README RELEASE REQUIREMENTS
|
|
%{_datadir}/gtk-doc/html/gst-plugins-base-libs-%{gst_branch}
|
|
%{_datadir}/gtk-doc/html/gst-plugins-base-plugins-%{gst_branch}
|
|
|
|
%changelog
|