Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/pkgsrc/audio/fluidsynth/Makefile,v rcsdiff: /ftp/cvs/cvsroot/pkgsrc/audio/fluidsynth/Makefile,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.9 retrieving revision 1.18 diff -u -p -r1.9 -r1.18 --- pkgsrc/audio/fluidsynth/Makefile 2007/02/05 23:23:12 1.9 +++ pkgsrc/audio/fluidsynth/Makefile 2012/02/06 12:39:21 1.18 @@ -1,18 +1,20 @@ -# $NetBSD: Makefile,v 1.9 2007/02/05 23:23:12 wiz Exp $ +# $NetBSD: Makefile,v 1.18 2012/02/06 12:39:21 wiz Exp $ -DISTNAME= fluidsynth-1.0.7a +DISTNAME= fluidsynth-1.1.5 +PKGREVISION= 1 CATEGORIES= audio -MASTER_SITES= http://savannah.nongnu.org/download/fluid/ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=fluidsynth/} MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://www.nongnu.org/fluid/ +HOMEPAGE= http://www.fluidsynth.org/ COMMENT= Software synthesizer based on SoundFont2 - -WRKSRC= ${WRKDIR}/fluidsynth-1.0.7 +LICENSE= gnu-lgpl-v2 PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir USE_LIBTOOL= yes +USE_TOOLS+= pkg-config GNU_CONFIGURE= yes PKGCONFIG_OVERRIDE= fluidsynth.pc.in PTHREAD_AUTO_VARS= yes @@ -20,6 +22,12 @@ PTHREAD_AUTO_VARS= yes CFLAGS+= -DDEVOSSAUDIO="\"${DEVOSSAUDIO}\"" LDFLAGS+= ${LIBOSSAUDIO} +CPPFLAGS.SunOS+= -Du_int8_t=uint8_t -Du_int16_t=uint16_t +CPPFLAGS.SunOS+= -Du_int32_t=uint32_t -Du_int64_t=uint64_t +CPPFLAGS.SunOS+= -DSOUND_PCM_WRITE_CHANNELS=SNDCTL_DSP_CHANNELS +LIBS.SunOS+= -lsocket + +.include "../../devel/glib2/buildlink3.mk" .include "../../devel/libgetopt/buildlink3.mk" .include "../../devel/readline/buildlink3.mk" .include "../../mk/oss.buildlink3.mk"