openbsd-ports/multimedia/oggconvert/Makefile
ajacoutot 611c9c3fa7 Import oggconvert-0.3.0
OggConvert is a small Gnome utility which uses GStreamer to convert
(almost) any media file to the patent-free Ogg Vorbis, Theora and Dirac
formats.


Joint work with jasper@
ok jasper@
2008-01-22 09:36:27 +00:00

41 lines
1.1 KiB
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2008/01/22 09:36:27 ajacoutot Exp $
COMMENT= convert media files to Vorbis, Theora and Dirac
DISTNAME= oggconvert-0.3.0
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/ \
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
post-patch:
@perl -pi -e 's,/usr/bin/python,${MODPY_BIN},' ${WRKSRC}/oggconvert
.include <bsd.port.mk>