pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/audio/libmikmod Changes 3.3.7:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5d0fa8cc0e40
branches:  trunk
changeset: 641941:5d0fa8cc0e40
user:      adam <adam%pkgsrc.org@localhost>
date:      Fri Nov 21 15:44:27 2014 +0000

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

 audio/libmikmod/Makefile         |   9 +++------
 audio/libmikmod/distinfo         |   9 ++++-----
 audio/libmikmod/patches/patch-ac |  20 --------------------
 3 files changed, 7 insertions(+), 31 deletions(-)

diffs (70 lines):

diff -r 83763461cf77 -r 5d0fa8cc0e40 audio/libmikmod/Makefile
--- a/audio/libmikmod/Makefile  Fri Nov 21 14:54:28 2014 +0000
+++ b/audio/libmikmod/Makefile  Fri Nov 21 15:44:27 2014 +0000
@@ -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 @@
 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 -r 83763461cf77 -r 5d0fa8cc0e40 audio/libmikmod/distinfo
--- a/audio/libmikmod/distinfo  Fri Nov 21 14:54:28 2014 +0000
+++ b/audio/libmikmod/distinfo  Fri Nov 21 15:44:27 2014 +0000
@@ -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 -r 83763461cf77 -r 5d0fa8cc0e40 audio/libmikmod/patches/patch-ac
--- a/audio/libmikmod/patches/patch-ac  Fri Nov 21 14:54:28 2014 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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.



Home | Main Index | Thread Index | Old Index