2011-08-17 23:41:23 +02:00
#
2012-01-24 12:24:15 +01:00
# spec file for package gstreamer-plugins-base
2011-08-17 23:41:23 +02:00
#
2017-01-30 20:25:51 +01:00
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
2011-08-17 23:41:23 +02:00
#
# 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/
#
%define _name gst-plugins-base
2017-12-24 22:12:49 +01:00
%define gst_branch 1.0
Name : gstreamer-plugins-base
2017-12-11 19:35:46 +01:00
Version : 1.12.4
2012-01-24 12:24:15 +01:00
Release : 0
2012-02-20 11:23:55 +01:00
Summary : GStreamer Streaming-Media Framework Plug-Ins
2017-12-24 22:12:49 +01:00
License : LGPL-2.1+ AND GPL-2.0+
2012-02-20 11:23:55 +01:00
Group : Productivity/Multimedia/Other
2017-12-24 22:12:49 +01:00
Url : http://gstreamer.freedesktop.org/
2017-09-21 17:55:51 +02:00
Source0 : https://gstreamer.freedesktop.org/src/gst-plugins-base/%{_name}-%{version} .tar.xz
2016-02-18 11:16:47 +01:00
Source1 : gstreamer-plugins-base.appdata.xml
2012-02-20 11:23:55 +01:00
Source2 : baselibs.conf
2017-12-24 22:12:49 +01:00
# PATCH-FIX-UPSTREAM gst-pb-playbin3-fix-accessing-invalid-index.patch bgo#791638 zaitor@opensuse.org -- playbin3: Fix accessing invalid index in GstStream when received select-stream event
Patch0 : gst-pb-playbin3-fix-accessing-invalid-index.patch
2011-08-17 23:41:23 +02:00
BuildRequires : cdparanoia-devel
2017-05-17 21:46:36 +02:00
BuildRequires : fdupes
2016-04-15 14:51:51 +02:00
BuildRequires : glib2-devel >= 2.40.0
2017-12-24 22:12:49 +01:00
BuildRequires : gobject-introspection-devel >= 1.31.1
2012-09-14 14:38:22 +02:00
BuildRequires : gtk-doc >= 1.12
2012-03-23 12:25:18 +01:00
BuildRequires : libICE-devel
BuildRequires : libSM-devel
BuildRequires : libXext-devel
BuildRequires : libXv-devel
2016-12-06 14:04:43 +01:00
BuildRequires : orc >= 0.4.24
2017-12-24 22:12:49 +01:00
BuildRequires : pkgconfig
2017-11-29 16:09:12 +01:00
BuildRequires : python3-base
2017-12-01 12:33:59 +01:00
BuildRequires : python3-xml
2017-08-30 22:52:02 +02:00
BuildRequires : update-desktop-files
2012-03-23 12:25:18 +01:00
BuildRequires : pkgconfig(alsa) >= 0.9.1
BuildRequires : pkgconfig(freetype2) >= 2.0.9
2016-04-15 14:51:51 +02:00
BuildRequires : pkgconfig(gio-unix-2.0) >= 2.24
2017-12-24 22:12:49 +01:00
BuildRequires : pkgconfig(gstreamer-1.0) >= 1.12.0
2015-11-18 16:14:02 +01:00
BuildRequires : pkgconfig(gtk+-3.0) >= 3.10
2012-03-23 12:25:18 +01:00
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
2016-04-15 14:51:51 +02:00
BuildRequires : pkgconfig(opus) >= 0.9.4
2012-03-23 12:25:18 +01:00
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)
2011-08-17 23:41:23 +02:00
PreReq : filesystem
2017-12-24 22:12:49 +01:00
%define gstreamer_plugins_base_req %(xzgrep --text "^GST[_A-Z]*_REQ" %{SOURCE0} | sort -u | sed 's/GST_REQ=/gstreamer >= /')
Requires : %{gstreamer_plugins_base_req}
2012-03-23 12:25:18 +01:00
Recommends: %{name} -lang
2011-08-17 23:41:23 +02:00
Recommends: PackageKit-gstreamer-plugin
2012-02-20 11:23:55 +01:00
Supplements: gstreamer
# Generic name, never used in SuSE:
Provides : gst-plugins-base = %{version}
2017-12-24 22:12:49 +01:00
%if !0%{?is_opensuse}
BuildRequires : translation-update-upstream
%endif
2011-08-17 23:41:23 +02:00
%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.
2013-11-01 09:50:01 +01:00
%package -n libgstallocators-1_0-0
Summary : GStreamer Streaming-Media Framework Plug-Ins
# We want to have base modules installed:
2016-12-06 14:04:43 +01:00
Group : System/Libraries
2013-11-01 09:50:01 +01:00
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.
2012-05-14 12:16:44 +02:00
%package -n libgstapp-1_0-0
2011-08-17 23:41:23 +02:00
Summary : GStreamer Streaming-Media Framework Plug-Ins
# We want to have base modules installed:
2016-12-06 14:04:43 +01:00
Group : System/Libraries
2011-08-17 23:41:23 +02:00
Requires : %{name}
2012-05-14 12:16:44 +02:00
%description -n libgstapp-1_0-0
2011-08-17 23:41:23 +02:00
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.
2012-05-14 12:16:44 +02:00
%package -n typelib-1_0-GstApp-1_0
2012-01-24 12:24:15 +01:00
Summary : GStreamer Streaming-Media Framework Plug-Ins -- Introspection bindings
Group : System/Libraries
2012-05-14 12:16:44 +02:00
%description -n typelib-1_0-GstApp-1_0
2012-01-24 12:24:15 +01:00
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.
2012-05-14 12:16:44 +02:00
%package -n libgstaudio-1_0-0
2011-08-17 23:41:23 +02:00
Summary : GStreamer Streaming-Media Framework Plug-Ins
# We want to have base modules installed:
2016-12-06 14:04:43 +01:00
Group : System/Libraries
2011-08-17 23:41:23 +02:00
Requires : %{name}
2012-05-14 12:16:44 +02:00
%description -n libgstaudio-1_0-0
2011-08-17 23:41:23 +02:00
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.
2012-05-14 12:16:44 +02:00
%package -n typelib-1_0-GstAudio-1_0
2012-01-24 12:24:15 +01:00
Summary : GStreamer Streaming-Media Framework Plug-Ins -- Introspection bindings
Group : System/Libraries
2012-05-14 12:16:44 +02:00
%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:
2016-12-06 14:04:43 +01:00
Group : System/Libraries
2012-05-14 12:16:44 +02:00
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:
2016-12-06 14:04:43 +01:00
Group : System/Libraries
2012-05-14 12:16:44 +02:00
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:
2016-12-06 14:04:43 +01:00
Group : System/Libraries
2012-05-14 12:16:44 +02:00
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:
2016-12-06 14:04:43 +01:00
Group : System/Libraries
2012-05-14 12:16:44 +02:00
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:
2016-12-06 14:04:43 +01:00
Group : System/Libraries
2012-05-14 12:16:44 +02:00
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:
2016-12-06 14:04:43 +01:00
Group : System/Libraries
2012-05-14 12:16:44 +02:00
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:
2016-12-06 14:04:43 +01:00
Group : System/Libraries
2012-05-14 12:16:44 +02:00
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:
2016-12-06 14:04:43 +01:00
Group : System/Libraries
2012-05-14 12:16:44 +02:00
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
2012-01-24 12:24:15 +01:00
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.
2011-08-17 23:41:23 +02:00
%package devel
2017-05-17 21:46:36 +02:00
Summary : Include files and librs mandatory for development with gstreamer-plugins-base
2011-08-17 23:41:23 +02:00
Group : Development/Libraries/C and C++
2013-11-01 09:50:01 +01:00
Requires : libgstallocators-1_0-0 = %{version}
2012-04-21 14:54:24 +02:00
Requires : libgstapp-1_0-0 = %{version}
2012-05-14 12:16:44 +02:00
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}
2013-11-01 09:50:01 +01:00
Requires : typelib-1_0-GstAllocators-1_0 = %{version}
2012-04-21 14:54:24 +02:00
Requires : typelib-1_0-GstApp-1_0 = %{version}
2012-05-14 12:16:44 +02:00
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}
2011-08-17 23:41:23 +02:00
# Generic name, never used in SuSE:
Provides : gst-plugins-base-devel = %{version}
%description devel
This package contains all necessary include files and libraries needed
2012-01-24 12:24:15 +01:00
to compile and link applications that use gstreamer-plugins-base.
2011-08-17 23:41:23 +02:00
%package doc
2012-01-24 12:24:15 +01:00
Summary : Documentation for gstreamer-plugins-base
2011-08-17 23:41:23 +02:00
Group : Development/Libraries/C and C++
Requires : %{name} = %{version}
# Generic name, never used in SuSE:
Provides : gst-plugins-base-doc = %{version}
%description doc
2012-01-24 12:24:15 +01:00
This package contains documentation for the gstreamer-plugins-base
2011-08-17 23:41:23 +02:00
package.
%lang_package
2017-12-24 22:12:49 +01:00
2011-08-17 23:41:23 +02:00
%prep
2017-12-24 22:12:49 +01:00
%autosetup -n %{_name}-%{version} -p1
2016-12-06 14:04:43 +01:00
%if !0%{?is_opensuse}
2012-04-21 14:54:24 +02:00
translation-update-upstream po gst-plugins-base-%{gst_branch}
2016-12-06 14:04:43 +01:00
%endif
2011-08-17 23:41:23 +02:00
%build
# FIXME: GTKDOC_CFLAGS, GST_OBJ_CFLAGS:
# Silently ignored compilation of uninstalled gtk-doc scanners without RPM_OPT_FLAGS.
2017-05-19 21:13:01 +02:00
export CFLAGS=" %{optflags} - f n o - s t r i c t - a l i a s i n g "
2017-12-24 22:12:49 +01:00
export PYTHON=%{_bindir} /python3
2011-08-17 23:41:23 +02:00
%configure \
2017-05-17 21:46:36 +02:00
--with-package-name='openSUSE GStreamer-plugins-base package' \
--with-package-origin='http://download.opensuse.org' \
2011-08-17 23:41:23 +02:00
--disable-static\
--enable-gtk-doc\
2015-11-18 16:14:02 +01:00
--enable-introspection\
2017-05-17 21:46:36 +02:00
--enable-orc\
2011-08-17 23:41:23 +02:00
%{nil}
2017-05-19 21:13:01 +02:00
make %{?_smp_mflags}
2011-08-17 23:41:23 +02:00
%install
2017-12-24 22:12:49 +01:00
%make_install
2016-02-18 11:16:47 +01:00
if [ -f %{buildroot} %{_datadir} /appdata/gstreamer-plugins-base.appdata.xml ]; then
echo " P l e a s e r e m o v e t h e a d d e d g s t r e a m e r - p l u g i n s - b a s e . a p p d a t a . x m l f i l e f r o m t h e s o u r c e s - t h e t a r b a l l i n s t a l l s i t "
false
else
mkdir -p %{buildroot} %{_datadir} /appdata
2017-12-24 22:12:49 +01:00
cp %{SOURCE1} %{buildroot} %{_datadir} /appdata/
2016-02-18 11:16:47 +01:00
fi
2017-12-24 22:12:49 +01:00
find %{buildroot} -type f -name " * . l a " -delete -print
2011-08-17 23:41:23 +02:00
%find_lang %{_name}-%{gst_branch}
2017-05-17 21:46:36 +02:00
%fdupes %{buildroot} %{_datadir} /gtk-doc/html/
2011-08-17 23:41:23 +02:00
2017-12-24 22:12:49 +01:00
%post -n libgstallocators-1_0-0 -p /sbin/ldconfig
2013-11-01 09:50:01 +01:00
%postun -n libgstallocators-1_0-0 -p /sbin/ldconfig
2017-12-24 22:12:49 +01:00
%post -n libgstapp-1_0-0 -p /sbin/ldconfig
2012-04-21 14:54:24 +02:00
%postun -n libgstapp-1_0-0 -p /sbin/ldconfig
2011-08-17 23:41:23 +02:00
2017-12-24 22:12:49 +01:00
%post -n libgstaudio-1_0-0 -p /sbin/ldconfig
2012-05-14 12:16:44 +02:00
%postun -n libgstaudio-1_0-0 -p /sbin/ldconfig
2017-12-24 22:12:49 +01:00
%post -n libgstfft-1_0-0 -p /sbin/ldconfig
2012-05-14 12:16:44 +02:00
%postun -n libgstfft-1_0-0 -p /sbin/ldconfig
2017-12-24 22:12:49 +01:00
%post -n libgstpbutils-1_0-0 -p /sbin/ldconfig
2012-05-14 12:16:44 +02:00
%postun -n libgstpbutils-1_0-0 -p /sbin/ldconfig
2017-12-24 22:12:49 +01:00
%post -n libgstriff-1_0-0 -p /sbin/ldconfig
2012-05-14 12:16:44 +02:00
%postun -n libgstriff-1_0-0 -p /sbin/ldconfig
2017-12-24 22:12:49 +01:00
%post -n libgstrtp-1_0-0 -p /sbin/ldconfig
2012-05-14 12:16:44 +02:00
%postun -n libgstrtp-1_0-0 -p /sbin/ldconfig
2017-12-24 22:12:49 +01:00
%post -n libgstrtsp-1_0-0 -p /sbin/ldconfig
2012-05-14 12:16:44 +02:00
%postun -n libgstrtsp-1_0-0 -p /sbin/ldconfig
2017-12-24 22:12:49 +01:00
%post -n libgstsdp-1_0-0 -p /sbin/ldconfig
2012-05-14 12:16:44 +02:00
%postun -n libgstsdp-1_0-0 -p /sbin/ldconfig
2017-12-24 22:12:49 +01:00
%post -n libgsttag-1_0-0 -p /sbin/ldconfig
2012-05-14 12:16:44 +02:00
%postun -n libgsttag-1_0-0 -p /sbin/ldconfig
2017-12-24 22:12:49 +01:00
%post -n libgstvideo-1_0-0 -p /sbin/ldconfig
2012-05-14 12:16:44 +02:00
%postun -n libgstvideo-1_0-0 -p /sbin/ldconfig
2011-08-17 23:41:23 +02:00
%files
2017-05-17 21:46:36 +02:00
%doc COPYING COPYING.LIB
2017-12-24 22:12:49 +01:00
%{_mandir} /man1/gst-device-monitor-*
%{_mandir} /man1/gst-discoverer-*
%{_mandir} /man1/gst-play-*
2014-07-23 23:09:27 +02:00
%{_bindir} /gst-device-monitor-%{gst_branch}
2011-08-17 23:41:23 +02:00
%{_bindir} /gst-discoverer-%{gst_branch}
2013-11-01 09:50:01 +01:00
%{_bindir} /gst-play-%{gst_branch}
2016-02-18 11:16:47 +01:00
%dir %{_datadir} /appdata/
%{_datadir} /appdata/gstreamer-plugins-base.appdata.xml
2011-08-17 23:41:23 +02:00
%{_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
2017-05-17 21:46:36 +02:00
%{_libdir} /gstreamer-%{gst_branch} /libgstencoding.so
2011-08-17 23:41:23 +02:00
%{_libdir} /gstreamer-%{gst_branch} /libgstgio.so
%{_libdir} /gstreamer-%{gst_branch} /libgstlibvisual.so
%{_libdir} /gstreamer-%{gst_branch} /libgstogg.so
2016-04-15 14:51:51 +02:00
%{_libdir} /gstreamer-%{gst_branch} /libgstopus.so
2011-08-17 23:41:23 +02:00
%{_libdir} /gstreamer-%{gst_branch} /libgstpango.so
2017-05-17 21:46:36 +02:00
%{_libdir} /gstreamer-%{gst_branch} /libgstpbtypes.so
2011-08-17 23:41:23 +02:00
%{_libdir} /gstreamer-%{gst_branch} /libgstplayback.so
2017-05-17 21:46:36 +02:00
%{_libdir} /gstreamer-%{gst_branch} /libgstrawparse.so
2011-08-17 23:41:23 +02:00
%{_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
2013-11-01 09:50:01 +01:00
%files -n libgstallocators-1_0-0
%{_libdir} /libgstallocators*.so.*
%files -n typelib-1_0-GstAllocators-1_0
%{_libdir} /girepository-1.0/GstAllocators-*.typelib
2012-05-14 12:16:44 +02:00
%files -n libgstapp-1_0-0
%{_libdir} /libgstapp*.so.*
%files -n typelib-1_0-GstApp-1_0
%{_libdir} /girepository-1.0/GstApp-*.typelib
%files -n libgstaudio-1_0-0
%{_libdir} /libgstaudio*.so.*
%files -n typelib-1_0-GstAudio-1_0
%{_libdir} /girepository-1.0/GstAudio-*.typelib
%files -n libgstfft-1_0-0
%{_libdir} /libgstfft*.so.*
%files -n typelib-1_0-GstFft-1_0
%{_libdir} /girepository-1.0/GstFft-*.typelib
%files -n libgstpbutils-1_0-0
%{_libdir} /libgstpbutils*.so.*
%files -n typelib-1_0-GstPbutils-1_0
%{_libdir} /girepository-1.0/GstPbutils-*.typelib
%files -n libgstriff-1_0-0
%{_libdir} /libgstriff*.so.*
%files -n libgstrtp-1_0-0
%{_libdir} /libgstrtp*.so.*
%files -n typelib-1_0-GstRtp-1_0
%{_libdir} /girepository-1.0/GstRtp-*.typelib
%files -n libgstrtsp-1_0-0
%{_libdir} /libgstrtsp*.so.*
%files -n typelib-1_0-GstRtsp-1_0
%{_libdir} /girepository-1.0/GstRtsp-*.typelib
%files -n libgstsdp-1_0-0
%{_libdir} /libgstsdp*.so.*
%files -n typelib-1_0-GstSdp-1_0
%{_libdir} /girepository-1.0/GstSdp-*.typelib
%files -n libgsttag-1_0-0
%{_libdir} /libgsttag*.so.*
2012-01-24 12:24:15 +01:00
2012-05-14 12:16:44 +02:00
%files -n typelib-1_0-GstTag-1_0
%{_libdir} /girepository-1.0/GstTag-*.typelib
2011-08-17 23:41:23 +02:00
2012-05-14 12:16:44 +02:00
%files -n libgstvideo-1_0-0
%{_libdir} /libgstvideo*.so.*
2012-01-24 12:24:15 +01:00
2012-05-14 12:16:44 +02:00
%files -n typelib-1_0-GstVideo-1_0
%{_libdir} /girepository-1.0/GstVideo-*.typelib
2011-08-17 23:41:23 +02:00
%files devel
%{_includedir} /gstreamer-%{gst_branch} /*
%{_libdir} /*.so
%{_libdir} /pkgconfig/*.pc
%{_datadir} /gir-1.0/*.gir
2017-05-17 21:46:36 +02:00
%dir %{_datadir} /gst-plugins-base/
%dir %{_datadir} /gst-plugins-base/%{gst_branch} /
%{_datadir} /gst-plugins-base/%{gst_branch} /license-translations.dict
2011-08-17 23:41:23 +02:00
%files doc
2017-05-17 21:46:36 +02:00
%doc AUTHORS NEWS README RELEASE REQUIREMENTS
2011-08-17 23:41:23 +02:00
%{_datadir} /gtk-doc/html/gst-plugins-base-libs-%{gst_branch}
%{_datadir} /gtk-doc/html/gst-plugins-base-plugins-%{gst_branch}
%changelog