File python-gstreamer-0_10.spec of Package python-gstreamer-0_10
#
# spec file for package python-gstreamer-0_10 (Version 0.10.13)
#
# Copyright (c) 2008 SUSE LINUX Products 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/
#
# norootforbuild
Name: python-gstreamer-0_10
%define _name gst-python
BuildRequires: fdupes
BuildRequires: gstreamer-0_10-plugins-base-devel python-devel python-gtk-devel
%ifarch %ix86 ppc x86_64
BuildRequires: valgrind
%endif
Url: http://www.gstreamer.net/
Summary: Python Bindings for GStreamer
Version: 0.10.13
Release: 1
License: LGPL v2.1 or later
Group: Development/Languages/Python
Source: %{_name}-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build
AutoReqProv: on
Requires: python-gtk python-gnome
# Name up to 10.3:
Provides: python-gstreamer010 = %{version}
Obsoletes: python-gstreamer010 < %{version}
# For possible python-gstreamer-0_10-devel:
#Requires: python-gtk-devel gstreamer-0_10-devel
Provides: %{name}-devel = %{version}-%{release}
%{py_requires}
%description
This module contains a wrapper that allows GStreamer applications to be
written in Python.
Authors:
--------
David I. Lehn <dlehn@users.sourceforge.net>
Kenichi Sato <ksato@users.sourceforge.net>
Thomas Vander Stichele <thomas@apestaart.org>
Johan Dahlin <jdahlin@telia.com>
Andy Wingo <andy@fluendo.com>
Edward Hervey <edward@fluendo.com>
%prep
%setup -q -n %{_name}-%{version}
%build
ACLOCAL="aclocal -I common/m4" autoreconf -f -i
%configure
make %{?jobs:-j%jobs}
%install
%makeinstall
find $RPM_BUILD_ROOT -name '*.la' -or -name '*.a' | xargs rm -v
%fdupes $RPM_BUILD_ROOT/%{py_sitedir}
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root)
%doc AUTHORS COPYING NEWS README RELEASE TODO
%{py_sitedir}/gst-0.10
%{py_sitedir}/pygst.*
%{py_sitedir}/*.so
%{_datadir}/%{_name}
%{_libdir}/pkgconfig/*.pc
%changelog
* Fri Oct 24 2008 maw@suse.de
- Update to version 0.10.13:
+ Make gst.Fraction do simplification like GstFraction does in C
+ Wrap gst_type_find_register
+ Updated for GStreamer 0.10.21 API
+ Updated docs
+ Bugs fixed:
+ Bugs fixed: bgo#529728, bgo#529731, bgo#531697, bgo#532809,
bgo#534888, bgo#553131, bgo#553134, bgo#461838, bgo#517993,
bgo#540221, bgo#546689, and bgo#549450.
* Fri Oct 03 2008 vuntz@novell.com
- Build fix: package gstoption.so
- Use fdupes for .pyc and .pyo files.
* Tue Apr 08 2008 sbrabec@suse.cz
- Fixed Obsoletes (bnc#357153).
* Thu Apr 03 2008 hpj@suse.de
- Upgraded to version 0.10.11:
* Wrap gst.Pad.start_task.
* New videomixer example.
* Remove redundand python_do_pending_calls timer.
* Fix memleak in Pad.set_blocked_async().
* Wrap new API for 0.10.16 GStreamer and Base releases.
* New gst.pbutils module wraps the gst-plugins-base pbutils library.
* Rework gst_pad_add_*probe function wrapping to avoid leaks.
* Wrap -base utils helper library.
* Fix Pad probes leaking refs to their data.
* Fix generated win32/common/config.h missing defines.
* Fix build failure due to missing Python.h.
* Various other fixes.
* Thu Jan 24 2008 sbrabec@suse.cz
- Updated to version 0.10.9:
* Major crasher fixed when using latest pygobject
* Added wrapping for 0.10.15 gstreamer core/base
* Bug fixes
- Rename package according to shared library packaging policy
(#223286).
* Mon Sep 17 2007 sbrabec@suse.cz
- Updated to version 0.10.8:
* many bug fixes
* Wed Jun 20 2007 sbrabec@suse.cz
- Updated to version 0.10.7:
* Threadsafe fix
* Can now build without requiring pygtk and its dependencies
* Installation fixes
* Now requires glib >= 2.8
* Switch to up-to-date pygtk codegenerator
* Many bugs fixed
* Sat Dec 23 2006 james@usr-local-bin.org
- add pygst.* to files
* Tue Dec 19 2006 sbrabec@suse.cz
- Spec file cleanup.
* Wed Aug 16 2006 cthiel@suse.de
- buildrequire python-gtk-devel instead of python-gtk
* Mon Jun 26 2006 sbrabec@suse.cz
- Updated to version 0.10.4:
* Conditional compile of core API additions
* wrapped gst.BaseSrc and gst.PushSrc
* API added: gst.get_gst_version(), gst.get_pygst_version()
* Backwards compatibility with older GStreamer installations
* Wrapping of new API in GStreamer
* Bug-fixes and enhancements
* Wed Jan 25 2006 mls@suse.de
- converted neededforbuild to BuildRequires
* Mon Jan 23 2006 ro@suse.de
- prevent gstreamer installation (using -gstreamer in nfb)
* Wed Jan 18 2006 sbrabec@suse.cz
- Updated to version 0.10.2.
* Thu Jan 05 2006 sbrabec@suse.cz
- Require python-gnome (for gnomevfs module).
* Tue Jan 03 2006 sbrabec@suse.cz
- Branched python-gstreamer010 and updated to version 0.10.1.
* Tue Dec 06 2005 sbrabec@suse.cz
- New SuSE package, version 0.8.2.