summaryrefslogtreecommitdiff
path: root/audio/libmikmod
diff options
context:
space:
mode:
authorwiz <wiz>2004-09-21 08:41:15 +0000
committerwiz <wiz>2004-09-21 08:41:15 +0000
commit9a5af8d2d365d9e5d1848d05fc20023f86b00837 (patch)
treea7d328200cc107d5abbf9303d3af7d404ea81528 /audio/libmikmod
parent133105499bed69ef69de11f6a029f73097037a02 (diff)
downloadpkgsrc-9a5af8d2d365d9e5d1848d05fc20023f86b00837.tar.gz
Update to 3.1.11.1:
Summary of changes between libmikmod 3.1.11 and libmikmod 3.1.11-a ======================================================================== libmikmod-3.1.11-a was released on 05/03/2004 Most of my work and attention goes on the 3.2.x series, but I still receive occasional bug reports and patchs for the 3.1.11 version. There are not enough changes to make a full release, but many people may find this patch useful. BUGFIXES - libmikmod playback now works correcly on amd64 (type size problem) - fixed warning issued by automake >= 1.8 - config.sub and config.guess updated Summary of changes between libmikmod 3.1.10 and libmikmod 3.1.11 (Thiers): ========================================================================== libmikmod 3.1.11 was released on 01/21/2004. This is a small maintenance release. I know there are not many changes, but since it has been a very long time since the last one, and meanwhile libmikmod changed maintaner, I think it is justified. THANKS - Ingo Saitz, the maintainer of the mikmod packages for debian, for bugfixes. - Frank Loemker, for the lcc-win32 stuff and fixes for the direct sound driver. BUGFIXES - Playback problems in MODs of length >128. This fixes the file beatwave.mod. Thanks to Emmanuel Coirier for pointing this out. - Applied debian patches: - Fix for broken volume fadeouts of IT instruments - Fixed configure test for pthread - devfs support for Linux OSS - Makefile for lcc-win32. To compile libmikmod with lcc-win32 a rather new version is needed. I currently use version 3.7 compiled on Jan 20 2002. A version half a year old did not work. To compile - check that you have the lcc bin directory in the PATH (and no other compiler bin dirs), - change to libmikmod-3.1.11/win32, - check Makefile.lcc for any needed changes, and - use make -f Makefile.lcc. - Different fixes for the direct sound driver: - Pausing did only work for half of the buffer. - Restarting the player did not work as the output thread was removed in DS_PlayStop(). - Removed busy waiting for end of thread. - Sound output is started immediately on the first call to DS_Update() to be consistent with other non threaded drivers. - Different small clean ups. - In MikMod_Reset() the raw output driver driver did not use the filename set via the cmdline.
Diffstat (limited to 'audio/libmikmod')
-rw-r--r--audio/libmikmod/Makefile11
-rw-r--r--audio/libmikmod/distinfo8
2 files changed, 12 insertions, 7 deletions
diff --git a/audio/libmikmod/Makefile b/audio/libmikmod/Makefile
index 27c34d3e278..74b53661b5a 100644
--- a/audio/libmikmod/Makefile
+++ b/audio/libmikmod/Makefile
@@ -1,10 +1,14 @@
-# $NetBSD: Makefile,v 1.30 2004/03/30 18:32:32 jlam Exp $
+# $NetBSD: Makefile,v 1.31 2004/09/21 08:41:15 wiz Exp $
-DISTNAME= libmikmod_3.1.10
-PKGNAME= libmikmod-3.1.10
+DISTNAME= libmikmod-3.1.11
+PKGNAME= libmikmod-3.1.11.1
CATEGORIES= audio
MASTER_SITES= http://mikmod.raphnet.net/files/
+PATCHFILES= libmikmod-3.1.11-a.diff
+PATCH_SITES= ${MASTER_SITES}
+PATCH_DIST_STRIP= -p1
+
MAINTAINER= kuebart@mathematik.uni-ulm.de
HOMEPAGE= http://mikmod.raphnet.net/
COMMENT= MikMod Sound Library
@@ -16,7 +20,6 @@ USE_BUILDLINK3= yes
USE_MAKEINFO= yes
INFO_FILES= mikmod.info
-WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}
CONFIGURE_ARGS+= --disable-threads
.include "../../mk/bsd.prefs.mk"
diff --git a/audio/libmikmod/distinfo b/audio/libmikmod/distinfo
index 5be03e7f0db..1a2d4f67521 100644
--- a/audio/libmikmod/distinfo
+++ b/audio/libmikmod/distinfo
@@ -1,7 +1,9 @@
-$NetBSD: distinfo,v 1.8 2004/01/17 19:59:07 kristerw Exp $
+$NetBSD: distinfo,v 1.9 2004/09/21 08:41:15 wiz Exp $
-SHA1 (libmikmod_3.1.10.tar.gz) = 8d4daec66b17e556e8977cb077c4186111808e0d
-Size (libmikmod_3.1.10.tar.gz) = 528929 bytes
+SHA1 (libmikmod-3.1.11.tar.gz) = ca18fff19348d3bcf3550aa920b129b082c5069a
+Size (libmikmod-3.1.11.tar.gz) = 611590 bytes
+SHA1 (libmikmod-3.1.11-a.diff) = 22c9f0aed6415612ed2b16d2eaed31a22207aeef
+Size (libmikmod-3.1.11-a.diff) = 67970 bytes
SHA1 (patch-aa) = bfff6a9a77238e159e039bfa7d3f590bce8c9c9c
SHA1 (patch-ab) = afda9a7d29e70e42c037163ac5b2d2742c77daab
SHA1 (patch-ac) = 97554f00e4a4823e7a90f742679044fb8f887167