summaryrefslogtreecommitdiff
path: root/gst-plugins-xvbo.spec.in
diff options
context:
space:
mode:
authorRussell King <rmk@arm.linux.org.uk>2015-06-12 14:03:18 +0100
committerRussell King <rmk@arm.linux.org.uk>2015-06-12 16:23:01 +0100
commit84cda34f20299e644f1c19e74bd3b7d921483b1a (patch)
treec8d6338e0c3400977fb2faefcc8bae7ad91bb7df /gst-plugins-xvbo.spec.in
parenta1728ec7c6a657d6af12cd40d4ddf1ee19a8332b (diff)
Convert gst-plugins-base to stand-alone gst-plugins-xvbo package
We want to be a stand-alone package to support the xvboimagesink plugin, so we don't want to replicate most of gst-plugins-base code here. Delete mode of it, and rename ourselves appropriately. Signed-off-by: Russell King <rmk@arm.linux.org.uk>
Diffstat (limited to 'gst-plugins-xvbo.spec.in')
-rw-r--r--gst-plugins-xvbo.spec.in85
1 files changed, 85 insertions, 0 deletions
diff --git a/gst-plugins-xvbo.spec.in b/gst-plugins-xvbo.spec.in
new file mode 100644
index 00000000..29d87975
--- /dev/null
+++ b/gst-plugins-xvbo.spec.in
@@ -0,0 +1,85 @@
+%define majorminor @GST_MAJORMINOR@
+%define gstreamer gstreamer
+
+%define gst_minver 0.10.0
+
+Name: %{gstreamer}-plugins-xvbo
+Version: @VERSION@
+Release: @PACKAGE_VERSION_RELEASE@.gst
+Summary: GStreamer streaming media framework plug-ins
+
+Group: Applications/Multimedia
+License: LGPL
+URL: http://gstreamer.freedesktop.org/
+Vendor: GStreamer Backpackers Team <package@gstreamer.freedesktop.org>
+Source: gst-plugins-xvbo-%{version}.tar.gz
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+
+Requires: %{gstreamer} >= %{gst_minver}
+BuildRequires: %{gstreamer}-devel >= %{gst_minver}
+
+BuildRequires: gcc-c++
+BuildRequires: gtk-doc >= 1.3
+BuildRequires: libXv-devel
+Requires: libXv
+BuildRequires: libdrm-devel
+Requires: libdrm
+BuildRequires: libbmm-devel >= 2.0.0
+Requires: libbmm
+
+%description
+GStreamer is a streaming media framework, based on graphs of filters which
+operate on media data. Applications using this library can do anything
+from real-time sound processing to playing videos, and just about anything
+else media-related. Its plugin-based architecture means that new data
+types or processing capabilities can be added simply by installing new
+plug-ins.
+
+%prep
+%setup -q -n gst-plugins-xvbo-%{version}
+export DOCS_ARE_INCOMPLETE_PLEASE_FIXME=0
+%build
+%configure \
+ --enable-gtk-doc --enable-introspection=no
+
+make %{?_smp_mflags}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%makeinstall
+
+# Clean out files that should not be part of the rpm.
+rm -f $RPM_BUILD_ROOT%{_libdir}/gstreamer-%{majorminor}/*.la
+rm -f $RPM_BUILD_ROOT%{_libdir}/gstreamer-%{majorminor}/*.a
+rm -f $RPM_BUILD_ROOT%{_libdir}/*.a
+rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
+
+%find_lang gst-plugins-xvbo-%{majorminor}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files -f gst-plugins-xvbo-%{majorminor}.lang
+%defattr(-, root, root)
+%doc AUTHORS COPYING README REQUIREMENTS
+
+# plugins with dependencies
+%{_libdir}/gstreamer-%{majorminor}/libgstxvboimagesink.so
+
+# gtk-doc documentation
+%doc %{_datadir}/gtk-doc/html/gst-plugins-xvbo-%{majorminor}
+
+%changelog
+* Fri Dec 15 2006 Thomas Vander Stichele <thomas at apestaart dot org>
+- add doap file
+- cleanups
+
+* Fri Sep 02 2005 Thomas Vander Stichele <thomas at apestaart dot org>
+- clean up a little
+
+* Fri May 6 2005 Christian Schaller <christian at fluendo dot com>
+- Added libgstaudiorate and libgstsubparse to spec file
+
+* Thu May 5 2005 Christian Schaller <christian at fluendo dot com>
+- first attempt at spec file for gst-plugins-base