summaryrefslogtreecommitdiff
path: root/audio/hydrogen/Makefile
diff options
context:
space:
mode:
authormrg <mrg@pkgsrc.org>2014-08-05 04:59:35 +0000
committermrg <mrg@pkgsrc.org>2014-08-05 04:59:35 +0000
commitd9a2753c07775588e185e7f927272a76fb91c11c (patch)
tree8cc96f03aa6aad43879fed428fef84b3ae45ae5e /audio/hydrogen/Makefile
parentb0e719b488060668cb6a54fa06310d7a1adc1f20 (diff)
downloadpkgsrc-d9a2753c07775588e185e7f927272a76fb91c11c.tar.gz
update to hydrogen 0.9.6 (actual release.)
includes: - fixes for NetBSD - cppunit tests - pulseaudio support (not yet enabled?) - several new --options - fixes for JACK support (this, and the NetBSD fixes remove all our local patches!) - fixes for drumkit loading - wants newer libarchive than NetBSD or pkgsrc have; use libtar for now - updates to playlist support - uses snprintf() over sprintf() - better undo/redo support - copy/paste support for particular notes
Diffstat (limited to 'audio/hydrogen/Makefile')
-rw-r--r--audio/hydrogen/Makefile21
1 files changed, 16 insertions, 5 deletions
diff --git a/audio/hydrogen/Makefile b/audio/hydrogen/Makefile
index 6432ef5efa6..c3628bf3747 100644
--- a/audio/hydrogen/Makefile
+++ b/audio/hydrogen/Makefile
@@ -1,10 +1,14 @@
-# $NetBSD: Makefile,v 1.43 2014/03/09 10:48:48 wiedi Exp $
+# $NetBSD: Makefile,v 1.44 2014/08/05 04:59:35 mrg Exp $
-DISTNAME= hydrogen-0.9.6-beta3
-PKGNAME= hydrogen-0.9.6.beta3
+DISTNAME= 0.9.6
+PKGNAME= hydrogen-0.9.6
CATEGORIES= audio
MASTER_SITES= https://github.com/hydrogen-music/hydrogen/archive/
+# Hydrogen publishes files like "hydrogen-0.9.6/0.9.6.tar.gz"
+DIST_SUBDIR= ${PKGNAME_NOREV}
+WRKSRC= ${WRKDIR}/${PKGNAME}
+
MAINTAINER= mrg@eterna.com.au
HOMEPAGE= http://www.hydrogen-music.org/
COMMENT= Real time drum machine/sequencer
@@ -14,12 +18,17 @@ USE_LIBTOOL= yes
USE_TOOLS+= pkg-config
MAKE_ENV+= QTDIR=${PREFIX}/qt4 PATH=$$PATH:${PREFIX}/qt4/bin
+#CONFIGURE_ENV+= LADSPA_PATH=${BUILDLINK_PREFIX.ladspa}/lib/ladspa
USE_CMAKE= yes
CMAKE_ARGS+= -DWANT_OSS=ON
-CMAKE_ARGS+= -DWANT_LIBARCHIVE=ON
CMAKE_ARGS+= -DWANT_JACK=OFF
CMAKE_ARGS+= -DWANT_LRDF=OFF
+# options.mk this, and ladspa.
+CMAKE_ARGS+= -DWANT_PULSEAUDIO=OFF
+# NetBSD libarchive is old?
+CMAKE_ARGS+= -DWANT_LIBARCHIVE=OFF
+CMAKE_ARGS+= -DWANT_LIBTAR=ON
.include "../../mk/bsd.prefs.mk"
@@ -31,11 +40,13 @@ CMAKE_ARGS+= -DWANT_ALSA=OFF
LDFLAGS.SunOS+= -lsocket -lnsl
-.include "../../archivers/libarchive/buildlink3.mk"
+.include "../../devel/libtar/buildlink3.mk"
.if ${OPSYS} == "Linux"
. include "../../audio/alsa-lib/buildlink3.mk"
.endif
.include "../../audio/libsndfile/buildlink3.mk"
+#.include "../../audio/ladspa/buildlink3.mk"
+.include "../../devel/cppunit/buildlink3.mk"
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
.include "../../x11/libSM/buildlink3.mk"
.include "../../x11/libXext/buildlink3.mk"