diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-04-25 23:12:01 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-04-25 23:12:01 +0800 |
commit | efb41fd3df6e70f09d9ea843ffffddd9c6fc989a (patch) | |
tree | 2a775d7fbd6717030d076d8b84a1c0cb590749bd /multimedia | |
parent | c4997808ee45d1a37a6932ad4ca473c8a9ae20f0 (diff) | |
download | marcuscom-ports-efb41fd3df6e70f09d9ea843ffffddd9c6fc989a.tar.gz marcuscom-ports-efb41fd3df6e70f09d9ea843ffffddd9c6fc989a.tar.zst marcuscom-ports-efb41fd3df6e70f09d9ea843ffffddd9c6fc989a.zip |
- Move py-gstreamer -> py-gstreamer80
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6128 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/py-gstreamer80/Makefile | 38 | ||||
-rw-r--r-- | multimedia/py-gstreamer80/distinfo | 2 | ||||
-rw-r--r-- | multimedia/py-gstreamer80/pkg-descr | 10 | ||||
-rw-r--r-- | multimedia/py-gstreamer80/pkg-plist | 29 |
4 files changed, 79 insertions, 0 deletions
diff --git a/multimedia/py-gstreamer80/Makefile b/multimedia/py-gstreamer80/Makefile new file mode 100644 index 000000000..5a3562090 --- /dev/null +++ b/multimedia/py-gstreamer80/Makefile @@ -0,0 +1,38 @@ +# New ports collection makefile for: gstreamer-python +# Date created: Fri Apr 9 16:24:13 CEST 2004 +# Whom: Koop Mast <kwm@rainbow-runner.nl> +# +# $FreeBSD$ +# + +PORTNAME= gstreamer +PORTVERSION= 0.8.2 +PORTREVISION= 2 +CATEGORIES= multimedia python gnome +MASTER_SITES= http://gstreamer.freedesktop.org/src/gst-python/ \ + ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= kwm +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= gst-python-${PORTVERSION} + +MAINTAINER= gnome@FreeBSD.org +COMMENT= A set of Python bindings for gstreamer + +BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/libxml2mod.so:${PORTSDIR}/textproc/py-libxml2 +RUN_DEPENDS= ${PYTHON_SITELIBDIR}/libxml2mod.so:${PORTSDIR}/textproc/py-libxml2 + +USE_PYTHON= yes +USE_BZIP2= yes +USE_GMAKE= yes +USE_GNOME= pygtk2 \ + gnomehack \ + pkgconfig +USE_GSTREAMER80= yes +GNU_CONFIGURE= yes +CONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include" \ + LDFLAGS="-L${X11BASE}" + +post-patch: + @${REINPLACE_CMD} -e 's|DLFCN|dl|g' ${WRKSRC}/gst/__init__.py + +.include <bsd.port.mk> diff --git a/multimedia/py-gstreamer80/distinfo b/multimedia/py-gstreamer80/distinfo new file mode 100644 index 000000000..5046947f9 --- /dev/null +++ b/multimedia/py-gstreamer80/distinfo @@ -0,0 +1,2 @@ +MD5 (gst-python-0.8.2.tar.bz2) = bfad80dda50e30aea4f6f322ea58c6c8 +SIZE (gst-python-0.8.2.tar.bz2) = 310714 diff --git a/multimedia/py-gstreamer80/pkg-descr b/multimedia/py-gstreamer80/pkg-descr new file mode 100644 index 000000000..ec5f4dcd7 --- /dev/null +++ b/multimedia/py-gstreamer80/pkg-descr @@ -0,0 +1,10 @@ +gst-python provides a convenient wrapper for the GStreamer library for +use in Python programs, and takes care of many of the boring details +such as managing memory and type casting. + +Like the GTK library itself gst-python is licensed under the GNU LGPL, so is +suitable for use in both free software and proprietary applications. It +is already in use in many applications ranging from small single purpose +scripts up to large full features applications. + +WWW: http://gstreamer.freedesktop.org/ diff --git a/multimedia/py-gstreamer80/pkg-plist b/multimedia/py-gstreamer80/pkg-plist new file mode 100644 index 000000000..2accea360 --- /dev/null +++ b/multimedia/py-gstreamer80/pkg-plist @@ -0,0 +1,29 @@ +%%PYTHON_SITELIBDIR%%/gst/__init__.py +%%PYTHON_SITELIBDIR%%/gst/__init__.pyc +%%PYTHON_SITELIBDIR%%/gst/__init__.pyo +%%PYTHON_SITELIBDIR%%/gst/_gst.la +%%PYTHON_SITELIBDIR%%/gst/_gst.so +%%PYTHON_SITELIBDIR%%/gst/interfaces.la +%%PYTHON_SITELIBDIR%%/gst/interfaces.so +%%PYTHON_SITELIBDIR%%/gst/play.la +%%PYTHON_SITELIBDIR%%/gst/play.so +libdata/pkgconfig/gst-python-0.8.pc +share/gst-python/2.0/defs/gst-extrafuncs.defs +share/gst-python/2.0/defs/gst-types.defs +share/gst-python/examples/audioconcat.py +share/gst-python/examples/bps.py +share/gst-python/examples/cp.py +share/gst-python/examples/f2f.py +share/gst-python/examples/filesrc.py +share/gst-python/examples/gst123 +share/gst-python/examples/gstfile.py +share/gst-python/examples/play.py +share/gst-python/examples/player.py +share/gst-python/examples/videoplayer.py +share/gst-python/examples/vorbisplay.py +@dirrm share/gst-python/examples +@dirrm share/gst-python/2.0/defs +@dirrm share/gst-python/2.0 +@dirrmtry share/gst-python +@dirrm %%DOCSDIR%% +@dirrm %%PYTHON_SITELIBDIR%%/gst |