diff options
author | schmonz <schmonz@pkgsrc.org> | 2007-01-06 04:21:24 +0000 |
---|---|---|
committer | schmonz <schmonz@pkgsrc.org> | 2007-01-06 04:21:24 +0000 |
commit | 1fca6d8469bc0d21e97411334fd6e32b8e05e854 (patch) | |
tree | ce8f5ec7ba9ae03ea7c4e531cc4c1ff622590288 /audio/rioutil/Makefile | |
parent | 617685d893728604a42629925676abacb2734786 (diff) | |
download | pkgsrc-1fca6d8469bc0d21e97411334fd6e32b8e05e854.tar.gz |
Update to 1.5.0. From the changelog:
- Added support for Rio Nitrus.
- Updated mp3 and id3 parsers.
- Removed macosx and usbdevfs drivers. libusb is now the standard driver.
- Several small bugfixes.
pkgsrc patches for DragonFly carried forward. Builds and runs on
OS X but untested (I haven't had a Rio for years). 1.4.7 was broken
in Krister's NetBSD 4.0_BETA2/i386 bulk build; perhaps this will
help.
Diffstat (limited to 'audio/rioutil/Makefile')
-rw-r--r-- | audio/rioutil/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/rioutil/Makefile b/audio/rioutil/Makefile index c6ed5a13677..608ef07f386 100644 --- a/audio/rioutil/Makefile +++ b/audio/rioutil/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.20 2005/12/07 17:35:37 joerg Exp $ +# $NetBSD: Makefile,v 1.21 2007/01/06 04:21:24 schmonz Exp $ # -DISTNAME= rioutil-1.4.7 +DISTNAME= rioutil-1.5.0 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=rioutil/} |