openbsd-ports/audio/soundconverter/Makefile
ajacoutot a1b7c39eb5 gtk-update-icon-cache:
Don't redirect errors to /dev/null and don't return true(1)
unconditionally. Instead, don't check for the existence of index.theme.
This will allow us to catch errors that may be happening because of a
missing dependency in the chain.

Some hidden issues may appear, in which case please contact me.

discussed with and ok blind jasper@
2012-06-15 08:32:14 +00:00

46 lines
1.0 KiB
Makefile

# $OpenBSD: Makefile,v 1.6 2012/06/15 08:32:14 ajacoutot Exp $
COMMENT = simple audio file converter for the GNOME Desktop
DISTNAME = soundconverter-1.5.4
REVISION = 4
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-bad \
multimedia/gstreamer-0.10/plugins-ffmpeg \
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>