summaryrefslogtreecommitdiff
path: root/audio/fluidsynth
diff options
context:
space:
mode:
authorwiz <wiz>2012-08-16 15:16:26 +0000
committerwiz <wiz>2012-08-16 15:16:26 +0000
commit64b0fb100752d992ae1d626a4967a2080831c0b3 (patch)
treee2a815d4024377369879a6070b6e399b9790d318 /audio/fluidsynth
parentbe52ecd04e48ffaabc9b5d94699f04cfce8ec5f2 (diff)
downloadpkgsrc-64b0fb100752d992ae1d626a4967a2080831c0b3.tar.gz
Update to 1.1.6:
Fixes and changes Handle MIDI End of track events, ticket #101 (Matt Giuca) Prevent broken rendering after an voice overflow, ticket #100 (diwic) Enable long arguments where available (plcl) Windows: Install fluidsynth.pc (pkg-config spec), ticket #102 (plcl) Mac OS X Lion: Fix build failure, ticket #105 (twobits) Linux: Prevent libdbus crash (diwic)
Diffstat (limited to 'audio/fluidsynth')
-rw-r--r--audio/fluidsynth/Makefile5
-rw-r--r--audio/fluidsynth/distinfo9
-rw-r--r--audio/fluidsynth/patches/patch-src_drivers_fluid_coreaudio.c14
3 files changed, 6 insertions, 22 deletions
diff --git a/audio/fluidsynth/Makefile b/audio/fluidsynth/Makefile
index 474fa0726de..0adad9f776e 100644
--- a/audio/fluidsynth/Makefile
+++ b/audio/fluidsynth/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.19 2012/03/03 00:12:04 wiz Exp $
+# $NetBSD: Makefile,v 1.20 2012/08/16 15:16:26 wiz Exp $
-DISTNAME= fluidsynth-1.1.5
-PKGREVISION= 2
+DISTNAME= fluidsynth-1.1.6
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=fluidsynth/}
diff --git a/audio/fluidsynth/distinfo b/audio/fluidsynth/distinfo
index 21cb3b3e428..f8ec0ca6d68 100644
--- a/audio/fluidsynth/distinfo
+++ b/audio/fluidsynth/distinfo
@@ -1,10 +1,9 @@
-$NetBSD: distinfo,v 1.10 2012/02/27 13:24:13 adam Exp $
+$NetBSD: distinfo,v 1.11 2012/08/16 15:16:26 wiz Exp $
-SHA1 (fluidsynth-1.1.5.tar.gz) = 2f98696ca0a6757684f0a881bf92b3149536fdf2
-RMD160 (fluidsynth-1.1.5.tar.gz) = f95f5a7091cede2d0991bab7fa8089e79925544f
-Size (fluidsynth-1.1.5.tar.gz) = 932960 bytes
+SHA1 (fluidsynth-1.1.6.tar.gz) = 155de731e72e91e1d4b7f52c33d8171596fbf244
+RMD160 (fluidsynth-1.1.6.tar.gz) = 9609462052de287e5c4697822a5bf237e7900266
+Size (fluidsynth-1.1.6.tar.gz) = 958735 bytes
SHA1 (patch-aa) = 1819b1e969b4b98dc7677cdfbff624be3f3ec666
SHA1 (patch-ac) = 81ca2243404a4fd1a3f93da82116c276db7fb42c
SHA1 (patch-ad) = edb221360d033804d04c15560a80e9d08e8406bc
SHA1 (patch-ae) = a536d0d16e7b4a138e69b0b0d91f2926e0675e45
-SHA1 (patch-src_drivers_fluid_coreaudio.c) = c42bd8a1cace1c6a785a6c2e0c368a1bfc065b17
diff --git a/audio/fluidsynth/patches/patch-src_drivers_fluid_coreaudio.c b/audio/fluidsynth/patches/patch-src_drivers_fluid_coreaudio.c
deleted file mode 100644
index 12eed5bf347..00000000000
--- a/audio/fluidsynth/patches/patch-src_drivers_fluid_coreaudio.c
+++ /dev/null
@@ -1,14 +0,0 @@
-$NetBSD: patch-src_drivers_fluid_coreaudio.c,v 1.1 2012/02/27 13:24:13 adam Exp $
-
-Fix building on Mac OS X.
-
---- src/drivers/fluid_coreaudio.c.orig 2012-02-27 12:48:15.000000000 +0000
-+++ src/drivers/fluid_coreaudio.c
-@@ -35,6 +35,7 @@
- #if COREAUDIO_SUPPORT
- #include <CoreServices/CoreServices.h>
- #include <CoreAudio/CoreAudioTypes.h>
-+#include <CoreAudio/AudioHardware.h>
- #include <AudioUnit/AudioUnit.h>
-
- /*