diff options
author | schmonz <schmonz> | 2002-09-10 23:33:20 +0000 |
---|---|---|
committer | schmonz <schmonz> | 2002-09-10 23:33:20 +0000 |
commit | 80acb7e9d277bb63a95791030ae1a852310788ae (patch) | |
tree | ee5325acc976e6d26e0c6ba2506c83768b38fae8 /audio/rioutil/Makefile | |
parent | 8a13af6353411bbf35ffe2df941357b807c304c7 (diff) | |
download | pkgsrc-80acb7e9d277bb63a95791030ae1a852310788ae.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/Makefile')
-rw-r--r-- | audio/rioutil/Makefile | 12 |
1 files changed, 6 insertions, 6 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" |