2013-08-31 02:29:43 +02:00
|
|
|
# Created by: Koop Mast <kwm@FreeBSD.org>
|
2010-09-09 09:43:33 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
# $MCom: ports/multimedia/pitivi/Makefile,v 1.8 2006/04/26 19:31:01 ahze Exp $
|
|
|
|
|
|
|
|
PORTNAME= pitivi
|
|
|
|
PORTVERSION= 0.13.4.2
|
2012-06-01 07:26:28 +02:00
|
|
|
PORTREVISION= 3
|
2010-09-09 09:43:33 +02:00
|
|
|
CATEGORIES= multimedia
|
|
|
|
MASTER_SITES= GNOME
|
|
|
|
|
|
|
|
MAINTAINER= kwm@FreeBSD.org
|
|
|
|
COMMENT= Gstreamer based non-linear audio/video editor
|
|
|
|
|
2011-09-29 23:18:00 +02:00
|
|
|
RUN_DEPENDS= py*-zope.interface>=0:${PORTSDIR}/devel/py-zope.interface \
|
2010-09-09 09:43:33 +02:00
|
|
|
${PYTHON_SITELIBDIR}/goocanvasmodule.so:${PORTSDIR}/graphics/py-goocanvas
|
|
|
|
|
|
|
|
USE_BZIP2= yes
|
2013-08-31 02:29:43 +02:00
|
|
|
USES= gmake pkgconfig
|
|
|
|
USE_GNOME= pygtk2
|
2010-10-08 15:51:35 +02:00
|
|
|
USE_GSTREAMER= gnonlin python good
|
2010-09-09 09:43:33 +02:00
|
|
|
USE_PYTHON= yes
|
|
|
|
INSTALLS_ICONS= yes
|
|
|
|
GNU_CONFIGURE= yes
|
2011-09-24 00:26:39 +02:00
|
|
|
CPPFLAGS+= -I${LOCALBAES}/include
|
|
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
2010-09-09 09:43:33 +02:00
|
|
|
CONFIGURE_ARGS= --localstatedir=/var
|
|
|
|
USE_LDCONFIG= yes
|
|
|
|
|
2013-09-20 22:57:48 +02:00
|
|
|
NO_STAGE= yes
|
2010-09-09 09:43:33 +02:00
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e 's|/usr/bin/python|${LOCALBASE}/bin/python|g' \
|
|
|
|
${WRKSRC}/bin/pitivi.in
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|