# New ports collection makefile for: gstreamer-python # Date created: Fri Apr 9 16:24:13 CEST 2004 # Whom: Koop Mast # # $FreeBSD$ # $MCom: ports/multimedia/py-gstreamer/Makefile,v 1.17 2008/03/21 04:06:13 ahze Exp $ # PORTNAME= gstreamer PORTVERSION= 0.10.12 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 t();'> FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Correct a typo which resulted in a bad reinplace.marcus2006-12-051-1/+1
* Fix detection of BDB libraries.marcus2006-10-092-5/+73
* Fix rc.d script installation, and actually commit the plist change.marcus2006-07-272-3/+0
* * Use new USE_RC_SUBR layoutmarcus2006-07-263-11/+10
* Conversion to a single libtool environment.ade2006-02-232-2/+15
* SHA256ifyedwin2006-01-23