summaryrefslogtreecommitdiff
path: root/audio/rioutil
diff options
context:
space:
mode:
authorschmonz <schmonz@pkgsrc.org>2002-09-10 23:33:20 +0000
committerschmonz <schmonz@pkgsrc.org>2002-09-10 23:33:20 +0000
commit82ee860be33149af5dcdbddf86ae1c6e6bce5271 (patch)
treeee5325acc976e6d26e0c6ba2506c83768b38fae8 /audio/rioutil
parentfff01e21c84805663d44fa63814420184c0e4c00 (diff)
downloadpkgsrc-82ee860be33149af5dcdbddf86ae1c6e6bce5271.tar.gz
Update to 1.2a4. Changes are approximately:
- merged in a patch with improves mp3 recognision using mp3tech. - Updated the build_dpkg.sh file. - libusb is now the default method to connect to the rio - You can still use the old default driver with the option --without-libusb. - Small updates to mp3.c to try to improve mp3 recognision. - Small improvement in my english skills (fixed spelling probs). english is my only language and i can't spell! - On a subnote, I updated the README a bit (though not much of it is spelling). - Implemented a solution to lost song bug. It needs testing! - Fixed glaring bugs in driver_macosx.c. - Fixed my implementaion of basename. pkgsrc changes: - use canonical pkgsrc config.guess and config.sub - we no longer care about pre-1.6 -current systems
Diffstat (limited to 'audio/rioutil')
-rw-r--r--audio/rioutil/Makefile12
-rw-r--r--audio/rioutil/distinfo6
2 files changed, 9 insertions, 9 deletions
diff --git a/audio/rioutil/Makefile b/audio/rioutil/Makefile
index 15b59f6fee5..a9346dc8c63 100644
--- a/audio/rioutil/Makefile
+++ b/audio/rioutil/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.2 2002/08/31 02:06:17 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2002/09/10 23:33:20 schmonz Exp $
#
-DISTNAME= rioutil-1.1.2alpha
-PKGNAME= rioutil-1.1.2.0.1
+DISTNAME= rioutil-1.2a4
+PKGNAME= rioutil-1.2.0.4
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=rioutil/}
@@ -15,10 +15,10 @@ USE_LIBTOOL= # defined
LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
GNU_CONFIGURE= # defined
CONFIGURE_ARGS+= --with-libusb
+CONFIG_GUESS_OVERRIDE= ${WRKSRC}/config.guess
+CONFIG_SUB_OVERRIDE= ${WRKSRC}/config.sub
-# on NetBSD, we need a recent urio.c
-ONLY_FOR_PLATFORM= NetBSD-1.5Z-* NetBSD-1.5Z[A-Z]-* NetBSD-1.[6-9]*-* \
- Darwin-*-* Linux-*-*
+ONLY_FOR_PLATFORM= Darwin-*-* Linux-*-* NetBSD-1.[6-9]*-*
.include "../../audio/id3lib/buildlink2.mk"
.include "../../devel/libusb/buildlink2.mk"
diff --git a/audio/rioutil/distinfo b/audio/rioutil/distinfo
index d8193d4bc0a..23b83ff2784 100644
--- a/audio/rioutil/distinfo
+++ b/audio/rioutil/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.2 2002/08/31 03:03:35 wiz Exp $
+$NetBSD: distinfo,v 1.3 2002/09/10 23:33:20 schmonz Exp $
-SHA1 (rioutil-1.1.2alpha.tar.gz) = d7cd8f21d1337946b7530b8d36d3d1ce2e2e818d
-Size (rioutil-1.1.2alpha.tar.gz) = 277773 bytes
+SHA1 (rioutil-1.2a4.tar.gz) = f0d61a918bcf777eb3cd7e953395160921899c4f
+Size (rioutil-1.2a4.tar.gz) = 283224 bytes