File gst-python.spec of Package gst-python
#
# spec file for package gst-python
#
# Copyright (c) 2013 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/
#
Name: gst-python
Version: 1.1.90
Release: 0
License: LGPL-2.1+
Summary: GStreamer Python Bindings Supplement
Url: http://gstreamer.freedesktop.org/modules/gst-python.html
Group: System/Libraries
Source: %{name}-%{version}.tar.bz2
Patch0: gst-python-gstreamer.patch
BuildRequires: pkgconfig(gstreamer-1.0) >= 1.0
BuildRequires: python-gobject-devel
BuildRequires: pkg-config
BuildRequires: python-devel
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
gst-python is a wrapper for the GStreamer library for use in Python programs.
This library helps users construct graphs of media-handling components, ranging
from simple mp3 playback to complex audio (mixing) and video (non-linear
editing) processing. It handles boring details such as managing memory and type
casting.
%prep
%setup -q
%patch0 -p1
%build
%configure
make %{?_smp_mflags}
%install
%make_install
%files
%defattr(-,root,root)
%doc AUTHORS ChangeLog NEWS README COPYING
%{python_sitearch}/*
%changelog