2012-09-06 12:38:35 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.15 2012/09/06 12:38:35 ajacoutot Exp $
|
2008-01-22 09:36:27 +00:00
|
|
|
|
|
|
|
COMMENT= convert media files to Vorbis, Theora and Dirac
|
|
|
|
|
2011-04-03 08:51:27 +00:00
|
|
|
MODPY_EGG_VERSION=0.3.3
|
2012-09-06 12:38:35 +00:00
|
|
|
REVISION= 2
|
2009-03-10 13:18:33 +00:00
|
|
|
DISTNAME= oggconvert-${MODPY_EGG_VERSION}
|
2009-04-11 14:06:46 +00:00
|
|
|
|
2008-01-22 09:36:27 +00:00
|
|
|
CATEGORIES= multimedia sysutils
|
|
|
|
|
|
|
|
HOMEPAGE= http://oggconvert.tristanb.net/
|
|
|
|
|
|
|
|
# LGPL
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
2009-03-10 13:18:33 +00:00
|
|
|
MASTER_SITES= ${HOMEPAGE}/releases/${MODPY_EGG_VERSION}/ \
|
2010-09-12 16:49:08 +00:00
|
|
|
http://distfiles.nl/
|
2008-01-22 09:36:27 +00:00
|
|
|
|
|
|
|
MODULES= lang/python
|
|
|
|
|
|
|
|
NO_REGRESS= Yes
|
|
|
|
PKG_ARCH= *
|
|
|
|
|
2010-11-19 07:23:05 +00:00
|
|
|
BUILD_DEPENDS= multimedia/gstreamer-0.10/py-gstreamer
|
|
|
|
RUN_DEPENDS= multimedia/gstreamer-0.10/py-gstreamer \
|
|
|
|
devel/desktop-file-utils \
|
|
|
|
multimedia/gstreamer-0.10/plugins-base \
|
|
|
|
multimedia/gstreamer-0.10/plugins-good \
|
|
|
|
multimedia/gstreamer-0.10/plugins-ugly \
|
|
|
|
multimedia/gstreamer-0.10/plugins-ffmpeg>=0.10.5
|
2008-01-22 09:36:27 +00:00
|
|
|
|
2009-03-10 13:18:33 +00:00
|
|
|
pre-configure:
|
|
|
|
${SUBST_CMD} ${WRKSRC}/oggconvert
|
2008-01-22 09:36:27 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|