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.3.6:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/75f6f8d99d2b
branches:  trunk
changeset: 632520:75f6f8d99d2b
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Mar 31 08:34:12 2014 +0000

description:
Update to 3.3.6:

libmikmod v3.3.6 was released on 20-Mar-2014.

- UMX loader: Minor corrections to the container parse code with
  relation to upkg file format. (for correctness' sake only...)
- ALSA and ESD drivers: Fixed a dlopen() issue.
- PulseAudio driver: Simplified its command line parser procedure,
  so that it always sets server and sink to some value, NULL or
  otherwise, and fix a very minor memory leak on some occasions.
- Configury, OSS driver: Removed useless check for /dev/sndstat
  presence, added <soundcard.h> check to cover all our bases for
  less common setups.
- Configury, NAS driver: Use the configury detected X header and
  library locations when necessary, not just hardcoded /usr/X11R6/.
- Several configury and makefile clean-ups.
- Added Dreamcast driver from the old 3.2.0b2 dreamcast.es port.

diffstat:

 audio/libmikmod/Makefile         |   4 ++--
 audio/libmikmod/distinfo         |  10 +++++-----
 audio/libmikmod/patches/patch-ac |  14 +++++++-------
 3 files changed, 14 insertions(+), 14 deletions(-)

diffs (59 lines):

diff -r bac50a3f0354 -r 75f6f8d99d2b audio/libmikmod/Makefile
--- a/audio/libmikmod/Makefile  Mon Mar 31 08:33:52 2014 +0000
+++ b/audio/libmikmod/Makefile  Mon Mar 31 08:34:12 2014 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.56 2014/01/27 20:19:17 wiz Exp $
+# $NetBSD: Makefile,v 1.57 2014/03/31 08:34:12 wiz Exp $
 
-DISTNAME=      libmikmod-3.3.5
+DISTNAME=      libmikmod-3.3.6
 CATEGORIES=    audio
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=mikmod/}
 
diff -r bac50a3f0354 -r 75f6f8d99d2b audio/libmikmod/distinfo
--- a/audio/libmikmod/distinfo  Mon Mar 31 08:33:52 2014 +0000
+++ b/audio/libmikmod/distinfo  Mon Mar 31 08:34:12 2014 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.18 2014/01/27 20:19:17 wiz Exp $
+$NetBSD: distinfo,v 1.19 2014/03/31 08:34:12 wiz Exp $
 
-SHA1 (libmikmod-3.3.5.tar.gz) = b70cfdb3440f18a52bc8cd44fed2f4512715741f
-RMD160 (libmikmod-3.3.5.tar.gz) = ef1a1ce550a0897d35de330fee724f10e0b36e3a
-Size (libmikmod-3.3.5.tar.gz) = 1288856 bytes
-SHA1 (patch-ac) = c407e4f2054e09454394879047fbd7dc575a4d4d
+SHA1 (libmikmod-3.3.6.tar.gz) = c0d5c7df1f26b4244ba95ed261f580be2e52f789
+RMD160 (libmikmod-3.3.6.tar.gz) = bf3d36c13c420277ceab15f32c0fd118feb8dd4d
+Size (libmikmod-3.3.6.tar.gz) = 1288510 bytes
+SHA1 (patch-ac) = c442be496bdf59b634a4ceb15452a2705669c828
 SHA1 (patch-ad) = bc4983d181acedc6f32b85aadd3a0011280d3227
diff -r bac50a3f0354 -r 75f6f8d99d2b audio/libmikmod/patches/patch-ac
--- a/audio/libmikmod/patches/patch-ac  Mon Mar 31 08:33:52 2014 +0000
+++ b/audio/libmikmod/patches/patch-ac  Mon Mar 31 08:34:12 2014 +0000
@@ -1,20 +1,20 @@
-$NetBSD: patch-ac,v 1.10 2013/10/06 16:09:01 wiz Exp $
+$NetBSD: patch-ac,v 1.11 2014/03/31 08:34:12 wiz Exp $
 
---- configure.orig     2013-10-05 14:00:10.000000000 +0000
+--- configure.orig     2014-03-20 20:20:14.000000000 +0000
 +++ configure
-@@ -11471,6 +11471,7 @@ fi
+@@ -12359,6 +12359,7 @@ CC=$lt_save_CC
  
- fi
+ 
  
 +if false ; then
  # Check if makeinfo support html output. If it doesn't, pretend it's missing
  # rather than failing rebuilding the documentation.
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking if makeinfo supports html output" >&5
-@@ -11493,6 +11494,7 @@ then
+@@ -12379,6 +12380,7 @@ if test $libmikmod_cv_makeinfo_html = no
  else
        MAKEINFO="$MAKEINFO --no-split"
  fi
 +fi
  
- # ====================
- # Check for libraries.
+ # =============================================================
+ # Check for typedefs, structures, and compiler characteristics.



Home | Main Index | Thread Index | Old Index