Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37753288
en ru br
Репозитории ALT
5.1: 0.10.17-alt1
4.1: 0.10.12-alt0.M41.1
4.0: 0.10.7-alt0.1
www.altlinux.org/Changes

Группа :: Разработка/Python
Пакет: python-module-gst

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

# This spec is backported to ALTLinux 4.1 automatically by rpmbph script. Do not edit it.
#
%define major 0.10
%define gstreamer   gstreamer
%define _pygtk 2.6.3
%define _gst 0.10.2

Name: python-module-gst
Version: %major.12
Release: alt0.M41.1
Summary: Python bindings for GStreamer

Group: Development/Python
License: LGPL
Url: http://gstreamer.freedesktop.org/

Packager: Vitaly Lipatov <lav at altlinux.ru>

Source0: http://gstreamer.freedesktop.org/src/gst-python/gst-python-%version.tar.bz2

Provides: gst-python

%setup_python_module gst

BuildPreReq: python-module-pygtk-devel

# Automatically added by buildreq on Fri Oct 12 2007 (-bi)

BuildRequires: gcc-c++ gst-plugins-devel python-module-pygobject-devel python-modules-compiler valgrind

BuildRequires: rpm-build-compat >= 0.95

%description
This module contains a wrapper that allows GStreamer applications
to be written in Python.

%package devel
Summary: Python development files for Gstreamer
Group: Development/Python

Requires: %name = %version-%release

%description devel
Python development files for Gstreamer.

%prep
%setup -q -n gst-python-%version
sed -i  -e 's,^_gst_la_LIBADD = \(.*\)$,_gst_la_LIBADD = \1 -lpython%__python_version,g' \
-e 's,^interfaces_la_LIBADD = \(.*\)$,interfaces_la_LIBADD = \1 -lpython%__python_version,g' \
-e 's,^pbutils_la_LIBADD = \(.*\)$,pbutils_la_LIBADD = \1 -lpython%__python_version,g' \
gst/Makefile.am

%build
%autoreconf
%configure
%make_build

%install
%makeinstall
find %buildroot -type f -name "*.la" -exec rm -f {} ';'

%files
%doc AUTHORS ChangeLog NEWS README
%python_sitelibdir/*
%_datadir/gst-python

%files devel
%_pkgconfigdir/gst-python-%major.pc

%changelog

Полный changelog можно просмотреть здесь

 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin