diff options
author | mrg <mrg@pkgsrc.org> | 2019-10-29 20:13:58 +0000 |
---|---|---|
committer | mrg <mrg@pkgsrc.org> | 2019-10-29 20:13:58 +0000 |
commit | 358b59d9301b09f6c6442274b4f304e06a9fdfaf (patch) | |
tree | 305e9e90c4100e75b226f5eea8de01f3b70b6209 /audio | |
parent | e1db79d2f32dca876321919f797568873bcae179 (diff) | |
download | pkgsrc-358b59d9301b09f6c6442274b4f304e06a9fdfaf.tar.gz |
fix build and prepare for the future:
- switch to fltk 1.3 from 1.1
- turn off fluidsynth for now (API hiding changes needed, likely
fixed upstream already -- we are out of date.)
Diffstat (limited to 'audio')
-rw-r--r-- | audio/csound6/Makefile | 8 | ||||
-rw-r--r-- | audio/csound6/PLIST | 3 |
2 files changed, 5 insertions, 6 deletions
diff --git a/audio/csound6/Makefile b/audio/csound6/Makefile index 535ad70fee7..f26b6c5f970 100644 --- a/audio/csound6/Makefile +++ b/audio/csound6/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.38 2019/09/18 14:17:04 ryoon Exp $ +# $NetBSD: Makefile,v 1.39 2019/10/29 20:13:58 mrg Exp $ DISTNAME= Csound${CSOUND_VERSION} PKGNAME= csound6-${CSOUND_VERSION} -PKGREVISION= 26 +PKGREVISION= 27 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=csound/csound6/Csound6.03/} WRKSRC= ${WRKDIR}/Csound${CSOUND_VERSION} @@ -39,7 +39,7 @@ CHECK_PORTABILITY_SKIP+= installer/misc/makedeb.sh \ post-install: cd ${DESTDIR}${PREFIX} && ${LN} -s ../lib/csound6/csound bin/csound6 -.include "../../audio/fluidsynth/buildlink3.mk" +#.include "../../audio/fluidsynth/buildlink3.mk" .include "../../audio/libsndfile/buildlink3.mk" .include "../../audio/pulseaudio/buildlink3.mk" .include "../../mk/jpeg.buildlink3.mk" @@ -47,7 +47,7 @@ post-install: .include "../../graphics/png/buildlink3.mk" PYTHON_FOR_BUILD_ONLY= yes .include "../../lang/python/application.mk" -.include "../../x11/fltk/buildlink3.mk" +.include "../../x11/fltk13/buildlink3.mk" .include "../../www/curl/buildlink3.mk" .include "../../mk/pthread.buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/audio/csound6/PLIST b/audio/csound6/PLIST index 7074286a60a..3f7287691c7 100644 --- a/audio/csound6/PLIST +++ b/audio/csound6/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.4 2014/08/19 13:47:06 joerg Exp $ +@comment $NetBSD: PLIST,v 1.5 2019/10/29 20:13:58 mrg Exp $ bin/csound6 include/csound6/CppSound.hpp include/csound6/CsoundFile.hpp @@ -59,7 +59,6 @@ lib/csound6/plugins-6.0/libcontrol.so lib/csound6/plugins-6.0/libcs_date.so lib/csound6/plugins-6.0/libdoppler.so lib/csound6/plugins-6.0/libfareygen.so -lib/csound6/plugins-6.0/libfluidOpcodes.so lib/csound6/plugins-6.0/libfractalnoise.so lib/csound6/plugins-6.0/libimage.so lib/csound6/plugins-6.0/libipmidi.so |