summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2014-11-21 15:44:27 +0000
committeradam <adam@pkgsrc.org>2014-11-21 15:44:27 +0000
commitad7288d9b054303e2bd33ff7c83415ef8b4e3b9d (patch)
tree8b6040bac959c6e784a2bb3fcbca5a6f8687309a /audio
parent3ecdf82baab145ced99bfcaf1df9e4cafc87d537 (diff)
downloadpkgsrc-ad7288d9b054303e2bd33ff7c83415ef8b4e3b9d.tar.gz
Changes 3.3.7:
- Android support, thanks to Radovan Cervenka, with the OpenSL ES driver adapted from the old libmikmod-android project. - Support for AmigaOS and its variants like MorphOS, AROS, and a new AHI driver thanks to Szilárd Biró. - Build system configuration and packaging simplifications, tidy-ups. - Several portability tweaks. - New PSP driver. (untested. suggested by Jon Daniel, based on older ports from pspdev.) - Fix some OS/2 bit rot. (for nostalgia...)
Diffstat (limited to 'audio')
-rw-r--r--audio/libmikmod/Makefile9
-rw-r--r--audio/libmikmod/distinfo9
-rw-r--r--audio/libmikmod/patches/patch-ac20
3 files changed, 7 insertions, 31 deletions
diff --git a/audio/libmikmod/Makefile b/audio/libmikmod/Makefile
index f278e804e34..276982dd71c 100644
--- a/audio/libmikmod/Makefile
+++ b/audio/libmikmod/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.58 2014/10/09 14:05:56 wiz Exp $
+# $NetBSD: Makefile,v 1.59 2014/11/21 15:44:27 adam Exp $
-DISTNAME= libmikmod-3.3.6
+DISTNAME= libmikmod-3.3.7
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mikmod/}
@@ -9,17 +9,14 @@ HOMEPAGE= http://mikmod.sourceforge.net/
COMMENT= MikMod Sound Library
LICENSE= gnu-lgpl-v2
-USE_TOOLS+= autoconf gmake makeinfo
USE_LANGUAGES= c99
USE_LIBTOOL= yes
+USE_TOOLS+= gmake
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --disable-threads
INFO_FILES= yes
PKGCONFIG_OVERRIDE= libmikmod.pc.in
-pre-configure:
- cd ${WRKSRC} && autoconf
-
.include "options.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/audio/libmikmod/distinfo b/audio/libmikmod/distinfo
index f56c5e79e61..be9f5c7f008 100644
--- a/audio/libmikmod/distinfo
+++ b/audio/libmikmod/distinfo
@@ -1,7 +1,6 @@
-$NetBSD: distinfo,v 1.19 2014/03/31 08:34:12 wiz Exp $
+$NetBSD: distinfo,v 1.20 2014/11/21 15:44:27 adam Exp $
-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 (libmikmod-3.3.7.tar.gz) = f936d92ed9752d9f47a3340bdafc78159a270ca9
+RMD160 (libmikmod-3.3.7.tar.gz) = 6df61ab97dbbba320f5c1ab2dee387e4fd473adb
+Size (libmikmod-3.3.7.tar.gz) = 1226732 bytes
SHA1 (patch-ad) = bc4983d181acedc6f32b85aadd3a0011280d3227
diff --git a/audio/libmikmod/patches/patch-ac b/audio/libmikmod/patches/patch-ac
deleted file mode 100644
index 93a8df114f0..00000000000
--- a/audio/libmikmod/patches/patch-ac
+++ /dev/null
@@ -1,20 +0,0 @@
-$NetBSD: patch-ac,v 1.11 2014/03/31 08:34:12 wiz Exp $
-
---- configure.orig 2014-03-20 20:20:14.000000000 +0000
-+++ configure
-@@ -12359,6 +12359,7 @@ CC=$lt_save_CC
-
-
-
-+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
-@@ -12379,6 +12380,7 @@ if test $libmikmod_cv_makeinfo_html = no
- else
- MAKEINFO="$MAKEINFO --no-split"
- fi
-+fi
-
- # =============================================================
- # Check for typedefs, structures, and compiler characteristics.