Initial import of GStreamer python bindings. GStreamer 0.10 is required.

This commit is contained in:
Sergey Svishchev 2006-02-05 01:29:07 +00:00 committed by Thomas Klausner
parent a21a924438
commit 422e826e83
2 changed files with 31 additions and 0 deletions

3
gst-python/DESCR Normal file
View file

@ -0,0 +1,3 @@
This is gst-python, the Python bindings for the GStreamer project. The
bindings provide access to almost all of the GStreamer C API through an
object oriented Python API.

28
gst-python/Makefile Normal file
View file

@ -0,0 +1,28 @@
# $NetBSD: Makefile,v 1.1.1.1 2006/02/05 01:29:07 shattered Exp $
#
DISTNAME= gst-python-0.10.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= audio devel
MASTER_SITES= http://gstreamer.freedesktop.org/src/gst-python/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= shattered@users.sourceforge.net
HOMEPAGE= http://gstreamer.freedesktop.org/bindings/
COMMENT= Python bindings for GStreamer
DEPENDS+= ${PYPKGPREFIX}-libxml2>=0.0:../../textproc/py-libxml2
PY_PATCHPLIST= YES
USE_PKGLOCALEDIR= yes
USE_LIBTOOL= yes
PKGCONFIG_OVERRIDE+= ${WRKSRC}/pkgconfig/gst-python.pc.in
GNU_CONFIGURE= yes
USE_TOOLS+= gmake
MAKE_ENV+= PYVERSSUFFIX=${PYVERSSUFFIX:Q}
.include "../../lang/python/extension.mk"
.include "../../multimedia/gst-plugins0.10-base/buildlink3.mk"
.include "../../multimedia/gstreamer0.10/buildlink3.mk"
.include "../../x11/py-gtk2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"