openbsd-ports/audio/soundconverter/Makefile
ajacoutot 4043a75cd8 Switch gstreamer-0.10/plugins-ffmpeg with gstreamer-0.10/plugins-ugly;
this is an audio app, not video.

ok mpi@ (maintainer)
2012-09-06 11:57:48 +00:00

45 lines
1013 B
Makefile

# $OpenBSD: Makefile,v 1.8 2012/09/06 11:57:48 ajacoutot Exp $
COMMENT = simple audio file converter for the GNOME Desktop
DISTNAME = soundconverter-1.5.4
REVISION = 6
CATEGORIES = audio
HOMEPAGE = http://soundconverter.berlios.de/
MAINTAINER = Martin Pieuchot <mpi@openbsd.org>
# GPLv3
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM =Yes
PERMIT_DISTFILES_FTP = Yes
MASTER_SITES = ${MASTER_SITE_BERLIOS:=soundconverter/}
MODULES = textproc/intltool \
lang/python
BUILD_DEPENDS = x11/gnome/py-gnome \
devel/gettext
RUN_DEPENDS = multimedia/gstreamer-0.10/py-gstreamer \
multimedia/gstreamer-0.10/plugins-good \
multimedia/gstreamer-0.10/plugins-ugly \
devel/desktop-file-utils \
x11/gnome/py-gnome \
x11/gtk+2,-guic
CONFIGURE_STYLE = gnu
CONFIGURE_ARGS = CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib -liconv"
USE_GMAKE = Yes
NO_REGRESS= Yes
PKG_ARCH= *
MODPY_ADJ_FILES = src/soundconverter.py
.include <bsd.port.mk>