diff options
author | wiz <wiz@pkgsrc.org> | 2014-03-31 08:34:12 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-03-31 08:34:12 +0000 |
commit | f7b755ede4b9e407e19695f070524a0d22ab6e54 (patch) | |
tree | 662806233a7324a69d70a6249acef8e71e7bd179 /audio | |
parent | 06d58826d9544bff3f1c2c1fda824d081e4059bc (diff) | |
download | pkgsrc-f7b755ede4b9e407e19695f070524a0d22ab6e54.tar.gz |
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 (limited to 'audio')
-rw-r--r-- | audio/libmikmod/Makefile | 4 | ||||
-rw-r--r-- | audio/libmikmod/distinfo | 10 | ||||
-rw-r--r-- | audio/libmikmod/patches/patch-ac | 14 |
3 files changed, 14 insertions, 14 deletions
diff --git a/audio/libmikmod/Makefile b/audio/libmikmod/Makefile index 5899791c3f9..61339efe4fe 100644 --- a/audio/libmikmod/Makefile +++ b/audio/libmikmod/Makefile @@ -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 --git a/audio/libmikmod/distinfo b/audio/libmikmod/distinfo index e945edb45e2..f56c5e79e61 100644 --- a/audio/libmikmod/distinfo +++ b/audio/libmikmod/distinfo @@ -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 --git a/audio/libmikmod/patches/patch-ac b/audio/libmikmod/patches/patch-ac index 20d8903214e..93a8df114f0 100644 --- a/audio/libmikmod/patches/patch-ac +++ b/audio/libmikmod/patches/patch-ac @@ -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. |