openbsd-ports/multimedia/oggconvert/Makefile
2009-03-10 13:18:33 +00:00

42 lines
1.1 KiB
Makefile

# $OpenBSD: Makefile,v 1.3 2009/03/10 13:18:33 jasper Exp $
COMMENT= convert media files to Vorbis, Theora and Dirac
MODPY_EGG_VERSION=0.3.2
DISTNAME= oggconvert-${MODPY_EGG_VERSION}
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
MASTER_SITES= ${HOMEPAGE}/releases/${MODPY_EGG_VERSION}/ \
http://humppa.nl/distfiles/
MODULES= lang/python
USE_X11= Yes
NO_REGRESS= Yes
PKG_ARCH= *
BUILD_DEPENDS= ::multimedia/gstreamer-0.10/py-gstreamer
RUN_DEPENDS= ::multimedia/gstreamer-0.10/py-gstreamer \
:desktop-file-utils-*:devel/desktop-file-utils \
::multimedia/gstreamer-0.10/plugins-base,-ogg \
::multimedia/gstreamer-0.10/plugins-base,-vorbis \
::multimedia/gstreamer-0.10/plugins-base,-theora \
::multimedia/gstreamer-0.10/plugins-good,-jpeg \
::multimedia/gstreamer-0.10/plugins-good,-taglib \
::multimedia/gstreamer-0.10/plugins-bad,-xvid \
::multimedia/gstreamer-0.10/plugins-ugly,-mad \
::multimedia/gstreamer-0.10/plugins-ugly,-mpeg2
pre-configure:
${SUBST_CMD} ${WRKSRC}/oggconvert
.include <bsd.port.mk>