diff options
author | mrg <mrg@pkgsrc.org> | 2014-08-05 05:12:38 +0000 |
---|---|---|
committer | mrg <mrg@pkgsrc.org> | 2014-08-05 05:12:38 +0000 |
commit | ac02309dafbb44cc62e027c7b11ce063541b05f3 (patch) | |
tree | 464da5ae7746e224367e10618d76bdd30bebb2ce /audio/csound6/Makefile | |
parent | f1cd3434a2ab290f1b4676675347b0d374fb87af (diff) | |
download | pkgsrc-ac02309dafbb44cc62e027c7b11ce063541b05f3.tar.gz |
enable portaudio-devel now that it has a supported version.
now csound6 can output directly to the audio card on netbsd.
add comments to all the patches that were missing them.
bump pkg version.
Diffstat (limited to 'audio/csound6/Makefile')
-rw-r--r-- | audio/csound6/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/audio/csound6/Makefile b/audio/csound6/Makefile index 5b6b76f21e0..fabbc812cf6 100644 --- a/audio/csound6/Makefile +++ b/audio/csound6/Makefile @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.3 2014/05/09 07:36:53 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2014/08/05 05:12:38 mrg Exp $ DISTNAME= Csound${CSOUND_VERSION} PKGNAME= csound6-${CSOUND_VERSION} +PKGREVISION= 1 CATEGORIES= audio -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=csound/csound6/Csound6.02/} +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=csound/csound6/Csound${CSOUND_VERSION}/} WRKSRC= ${WRKDIR}/Csound${CSOUND_VERSION} MAINTAINER= mrg@eterna.com.au @@ -16,7 +17,7 @@ USE_LANGUAGES= c c++ USE_TOOLS+= bison CFLAGS+= -g -D__PKGSRC_PREFIX__=\"${PREFIX}/\" -DBETA USE_CMAKE= yes -CMAKE_ARGS+= -DUSE_PORTAUDIO:BOOL=OFF +CMAKE_ARGS+= -DUSE_PORTAUDIO:BOOL=ON CMAKE_ARGS+= -DBUILD_RELEASE=1 -DCMAKE_BUILD_TYPE=Release # CMAKE_INSTALL_RPATH doesn't work for some reason, so do it here. LDFLAGS+= ${COMPILER_RPATH_FLAG}${PREFIX}/lib/csound6 @@ -39,7 +40,7 @@ post-install: .include "../../audio/fluidsynth/buildlink3.mk" .include "../../audio/libsndfile/buildlink3.mk" -.include "../../audio/portaudio/buildlink3.mk" +.include "../../audio/portaudio-devel/buildlink3.mk" .include "../../mk/jpeg.buildlink3.mk" .include "../../devel/boost-libs/buildlink3.mk" .include "../../graphics/png/buildlink3.mk" |