diff options
author | joerg <joerg> | 2014-08-19 13:47:06 +0000 |
---|---|---|
committer | joerg <joerg> | 2014-08-19 13:47:06 +0000 |
commit | 232130a52a4f99c9aced09176f1de3df7dfba037 (patch) | |
tree | b6d4ed257e9bd4eeb962c36e1fd5fc57576ff019 /audio | |
parent | cb3b52fc00d42c786bb6881314121bbff5083f90 (diff) | |
download | pkgsrc-232130a52a4f99c9aced09176f1de3df7dfba037.tar.gz |
Replace broken portaudio backend with much more likely to work
pulseaudio. Bump revision.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/csound6/Makefile | 13 | ||||
-rw-r--r-- | audio/csound6/PLIST | 4 |
2 files changed, 9 insertions, 8 deletions
diff --git a/audio/csound6/Makefile b/audio/csound6/Makefile index f3c31360618..4cd9cf9771b 100644 --- a/audio/csound6/Makefile +++ b/audio/csound6/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.6 2014/08/13 10:57:33 adam Exp $ +# $NetBSD: Makefile,v 1.7 2014/08/19 13:47:06 joerg Exp $ DISTNAME= Csound${CSOUND_VERSION} PKGNAME= csound6-${CSOUND_VERSION} -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=csound/csound6/Csound6.03/} WRKSRC= ${WRKDIR}/Csound${CSOUND_VERSION} @@ -17,13 +17,13 @@ USE_LANGUAGES= c c++ USE_TOOLS+= bison CFLAGS+= -g -D__PKGSRC_PREFIX__=\"${PREFIX}/\" -DBETA USE_CMAKE= yes -CMAKE_ARGS+= -DUSE_PORTAUDIO:BOOL=ON +CMAKE_ARGS+= -DUSE_PULSEAUDIO: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 # Has long files our tar doesn't understand. -EXTRACT_USING= gtar +EXTRACT_USING= bsdtar PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 5.01 @@ -31,7 +31,8 @@ INSTALLATION_DIRS= bin CHECK_PORTABILITY_SKIP+= installer/misc/makedeb.sh \ installer/macosx/release-build-10.8.sh \ - frontends/max_csound_tilde/installer/build-installer.sh + frontends/max_csound_tilde/installer/build-installer.sh \ + frontends/max_csound_tilde/installer/build-installer-windows.sh .include "../../mk/bsd.prefs.mk" @@ -40,7 +41,7 @@ post-install: .include "../../audio/fluidsynth/buildlink3.mk" .include "../../audio/libsndfile/buildlink3.mk" -.include "../../audio/portaudio-devel/buildlink3.mk" +.include "../../audio/pulseaudio/buildlink3.mk" .include "../../mk/jpeg.buildlink3.mk" .include "../../devel/boost-libs/buildlink3.mk" .include "../../graphics/png/buildlink3.mk" diff --git a/audio/csound6/PLIST b/audio/csound6/PLIST index d5179c61cc3..7074286a60a 100644 --- a/audio/csound6/PLIST +++ b/audio/csound6/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2014/08/06 06:17:07 mrg Exp $ +@comment $NetBSD: PLIST,v 1.4 2014/08/19 13:47:06 joerg Exp $ bin/csound6 include/csound6/CppSound.hpp include/csound6/CsoundFile.hpp @@ -66,7 +66,7 @@ lib/csound6/plugins-6.0/libipmidi.so lib/csound6/plugins-6.0/libmixer.so lib/csound6/plugins-6.0/libplaterev.so lib/csound6/plugins-6.0/libpy.so -lib/csound6/plugins-6.0/librtpa.so +lib/csound6/plugins-6.0/librtpulse.so lib/csound6/plugins-6.0/libscansyn.so lib/csound6/plugins-6.0/libserial.so lib/csound6/plugins-6.0/libsignalflowgraph.so |