mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-05 09:00:54 +00:00
7f5d2d267d
Not actually tested though.
117 lines
3.6 KiB
RPMSpec
117 lines
3.6 KiB
RPMSpec
%define majorminor @GST_MAJORMINOR@
|
|
%define gstreamer gstreamer
|
|
%define _pygtk @PYGTK_REQ@
|
|
%define _gst @GST_REQ@
|
|
|
|
Name: %{gstreamer}-python
|
|
Version: @VERSION@
|
|
Release: 1
|
|
Summary: Python bindings for GStreamer.
|
|
|
|
Group: Development/Languages
|
|
License: LGPL
|
|
URL: http://gstreamer.freedesktop.org/
|
|
Source: http://gstreamer.freedesktop.org/src/gst-python/gst-python-%{version}.tar.gz
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
Requires: python >= 2
|
|
Requires: gnome-python2
|
|
Requires: pygtk2 >= %_pygtk
|
|
Requires: %{gstreamer}
|
|
Requires: %{gstreamer}-plugins-base
|
|
|
|
BuildRequires: python >= 2
|
|
BuildRequires: python-devel >= 2
|
|
BuildRequires: pygtk2-devel >= %_pygtk
|
|
BuildRequires: xmlto
|
|
BuildRequires: links
|
|
|
|
BuildRequires: %{gstreamer}-devel >= %_gst
|
|
BuildRequires: %{gstreamer}-plugins-base-devel >= %_gst
|
|
|
|
# sigh, libtool
|
|
BuildRequires: gcc-c++
|
|
|
|
%description
|
|
This module contains a wrapper that allows GStreamer applications
|
|
to be written in Python.
|
|
|
|
%package devel
|
|
Summary: Libraries/include files for Python bindings for GStreamer
|
|
Group: Development/Libraries
|
|
|
|
Requires: %{gstreamer}-python = @VERSION@
|
|
|
|
%description devel
|
|
This package contains the libraries and includes files necessary to develop
|
|
python bindings for GStreamer-based C libraries.
|
|
|
|
%prep
|
|
%setup -q -n gst-python-%{version}
|
|
|
|
%build
|
|
%configure
|
|
make %{?_smp_mflags}
|
|
|
|
%install
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
%makeinstall
|
|
find $RPM_BUILD_ROOT -type f -name "*.la" -exec rm -f {} ';'
|
|
|
|
%clean
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
%files
|
|
%defattr(-,root,root,-)
|
|
%doc AUTHORS COPYING ChangeLog NEWS README gst-python.doap
|
|
%dir %{_libdir}/python?.?/site-packages/gst-%{majorminor}
|
|
%{_libdir}/python?.?/site-packages/pygst.pth
|
|
%{_libdir}/python?.?/site-packages/pygst.py
|
|
%{_libdir}/python?.?/site-packages/gst-%{majorminor}/gst/__init__.py*
|
|
%{_libdir}/python?.?/site-packages/gst-%{majorminor}/gst/extend
|
|
%{_libdir}/python?.?/site-packages/gst-%{majorminor}/gst/_gst.so
|
|
%{_libdir}/python?.?/site-packages/gst-%{majorminor}/gst/interfaces.so
|
|
%{_libdir}/python?.?/site-packages/gst-%{majorminor}/gst/pbutils.so
|
|
%{_libdir}/gstreamer-%{majorminor}/libgstpython.so
|
|
%{_libdir}/python?.?/site-packages/gst-%{majorminor}/gst/audio.so
|
|
%{_libdir}/python?.?/site-packages/gst-%{majorminor}/gst/tag.so
|
|
%{_libdir}/python?.?/site-packages/gst-%{majorminor}/gst/video.so
|
|
%{_libdir}/python?.?/site-packages/gstoption.so
|
|
%{_datadir}/gst-python
|
|
|
|
%files devel
|
|
%defattr(-, root, root, -)
|
|
%dir %{_includedir}/gstreamer-%{majorminor}
|
|
%dir %{_includedir}/gstreamer-%{majorminor}/gst
|
|
%{_includedir}/gstreamer-%{majorminor}/gst/pygst.h
|
|
%{_includedir}/gstreamer-%{majorminor}/gst/pygstvalue.h
|
|
%{_includedir}/gstreamer-%{majorminor}/gst/pygstminiobject.h
|
|
%{_includedir}/gstreamer-%{majorminor}/gst/pygstexception.h
|
|
%{_libdir}/pkgconfig/gst-python-%{majorminor}.pc
|
|
|
|
%changelog
|
|
* Fri Dec 15 2006 Thomas Vander Stichele <thomas at apestaart dot org>
|
|
- add doap file
|
|
|
|
* Tue Dec 20 2005 Thomas Vander Stichele <thomas at apestaart dot org>
|
|
- updated spec file
|
|
|
|
* Thu Oct 06 2005 Edward Hervey < edward at fluendo dot com >
|
|
- Updated spec file for 0.9
|
|
|
|
* Fri Nov 05 2004 Christian Schaller < uraeus at gnome org >
|
|
- Remerged spec file with cvs version
|
|
|
|
* Tue Oct 12 2004 Thomas Vander Stichele <thomas at apestaart dot org>
|
|
- 0.7.93-0.fdr.1: new upstream release
|
|
|
|
* Mon Jun 21 2004 Thomas Vander Stichele <thomas at apestaart dot org>
|
|
- 0.7.92-0.fdr.1: new upstream release
|
|
|
|
* Wed Mar 31 2004 Thomas Vander Stichele <thomas at apestaart dot org>
|
|
- 0.7.91-0.fdr.1: new upstream release
|
|
|
|
* Tue Sep 02 2003 Thomas Vander Stichele <thomas at apestaart dot org>
|
|
- 0.1.0-0.fdr.1: first fedora release
|