summaryrefslogtreecommitdiffstats
path: root/multimedia/py-gstreamer/Makefile
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2009-01-12 01:51:34 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2009-01-12 01:51:34 +0800
commit2f836c64a2940e1460834c4085ba6d418001bf17 (patch)
tree81909a3bce2caf57600151b32c8dcb1e7735c28c /multimedia/py-gstreamer/Makefile
parent262752d178a4a70c9cd941f23ee5052d0e8968d9 (diff)
downloadmarcuscom-ports-2f836c64a2940e1460834c4085ba6d418001bf17.tar
marcuscom-ports-2f836c64a2940e1460834c4085ba6d418001bf17.tar.gz
marcuscom-ports-2f836c64a2940e1460834c4085ba6d418001bf17.tar.bz2
marcuscom-ports-2f836c64a2940e1460834c4085ba6d418001bf17.tar.lz
marcuscom-ports-2f836c64a2940e1460834c4085ba6d418001bf17.tar.xz
marcuscom-ports-2f836c64a2940e1460834c4085ba6d418001bf17.tar.zst
marcuscom-ports-2f836c64a2940e1460834c4085ba6d418001bf17.zip
Remove these ports now that they have been merged into the FreeBSD ports
tree. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@11869 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'multimedia/py-gstreamer/Makefile')
-rw-r--r--multimedia/py-gstreamer/Makefile44
1 files changed, 0 insertions, 44 deletions
diff --git a/multimedia/py-gstreamer/Makefile b/multimedia/py-gstreamer/Makefile
deleted file mode 100644
index f5bad9b32..000000000
--- a/multimedia/py-gstreamer/Makefile
+++ /dev/null
@@ -1,44 +0,0 @@
-# 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$
-# $MCom: ports/multimedia/py-gstreamer/Makefile,v 1.19 2008/07/25 17:08:36 marcus Exp $
-#
-
-PORTNAME= gstreamer
-PORTVERSION= 0.10.12
-PORTREVISION= 1
-CATEGORIES= multimedia python gnome
-MASTER_SITES= http://gstreamer.freedesktop.org/src/gst-python/
-PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-DISTNAME= gst-python-${PORTVERSION}
-
-MAINTAINER= multimedia@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_GSTREAMER= yes
-GNU_CONFIGURE= yes
-PLIST_SUB= VERSION="${GST_VERSION}"
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}"
-
-post-patch:
- @${REINPLACE_CMD} -e 's|DLFCN|dl|g' ${WRKSRC}/gst/__init__.py
-.for d in audio-controller.py decodebin.py pipeline-tester mixer.py vumeter.py
- @${REINPLACE_CMD} -e 's|alsasink|osssink|g' -e 's|alsasrc|osssink|g' \
- ${WRKSRC}/examples/${d}
-.endfor
-
-post-install:
- @cd ${PYTHONPREFIX_SITELIBDIR} && ${PYTHON_CMD} -OOOO -c 'import pygst' && \
- ${PYTHON_CMD} -c 'import pygst'
-
-.include <bsd.port.mk>