pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/audio/libmikmod Update to 3.1.11.1:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/463ec78642ac
branches:  trunk
changeset: 480828:463ec78642ac
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue Sep 21 08:41:15 2004 +0000

description:
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:

 audio/libmikmod/Makefile |  11 +++++++----
 audio/libmikmod/distinfo |   8 +++++---
 2 files changed, 12 insertions(+), 7 deletions(-)

diffs (45 lines):

diff -r 6957bf2d8a99 -r 463ec78642ac audio/libmikmod/Makefile
--- a/audio/libmikmod/Makefile  Tue Sep 21 07:44:13 2004 +0000
+++ b/audio/libmikmod/Makefile  Tue Sep 21 08:41:15 2004 +0000
@@ -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@localhost
 HOMEPAGE=              http://mikmod.raphnet.net/
 COMMENT=               MikMod Sound Library
@@ -16,7 +20,6 @@
 USE_MAKEINFO=          yes
 INFO_FILES=            mikmod.info
 
-WRKSRC=                        ${WRKDIR}/${PKGNAME_NOREV}
 CONFIGURE_ARGS+=       --disable-threads
 
 .include "../../mk/bsd.prefs.mk"
diff -r 6957bf2d8a99 -r 463ec78642ac audio/libmikmod/distinfo
--- a/audio/libmikmod/distinfo  Tue Sep 21 07:44:13 2004 +0000
+++ b/audio/libmikmod/distinfo  Tue Sep 21 08:41:15 2004 +0000
@@ -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



Home | Main Index | Thread Index | Old Index