summaryrefslogblamecommitdiffstats
path: root/multimedia/py-gstreamer80/Makefile
blob: 579ad1843235a3902ce30ee1a9e713fb2a513f29 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15














                                                                  
                  






















                                                                                  
# 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}
PKGNAMESUFFIX=  80
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>