diff options
author | ghen <ghen@pkgsrc.org> | 2006-11-29 16:59:57 +0000 |
---|---|---|
committer | ghen <ghen@pkgsrc.org> | 2006-11-29 16:59:57 +0000 |
commit | 8dd88af6b30a9adedd7077d875154eaff64fffb0 (patch) | |
tree | 0aff7132d5ee553c6e1a18ea403e483685216abb /audio/easyh10 | |
parent | 95b03a25f0cece6ed09298d0aa07a6f481e54363 (diff) | |
download | pkgsrc-8dd88af6b30a9adedd7077d875154eaff64fffb0.tar.gz |
Update to EasyH10 1.5. Changes since 1.4 are:
* Added Hebrew support, which arranges artist/album/title/genre names in
reversed order. Although the H10 firmware can't display a string in
right-to-left language correctly, EasyH10 tries to improve this situation by
flipping Hebrew letters in the database. EasyH10 uses the routine only when
option -b (--bidi) is specified.
* Added automatic detection of a system character-encoding. EasyH10 detects the
character encoding of the current system if it's not specified with -e
option.
* Options -n, -i, and -c for database construction were removed for simplicity.
EasyH10 now has two options: -C (database rebuild) and -U (database update).
* Show an error message when EasyH10 cannot initialize the routine for
converting multi-byte characters to UCS-2.
* Crash fix for MP3 files without read permission.
* Crash fix for MP3 files with compilation flags enabled but with empty artist
names.
* Bug fix for an incorrect usage of returned codes from iconv.
* Updated the man-page.
Diffstat (limited to 'audio/easyh10')
-rw-r--r-- | audio/easyh10/Makefile | 4 | ||||
-rw-r--r-- | audio/easyh10/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/audio/easyh10/Makefile b/audio/easyh10/Makefile index ea3709e56ec..3daea56d62f 100644 --- a/audio/easyh10/Makefile +++ b/audio/easyh10/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.1.1.1 2006/08/01 08:24:13 ghen Exp $ +# $NetBSD: Makefile,v 1.2 2006/11/29 16:59:57 ghen Exp $ -DISTNAME= easyh10-1.4 +DISTNAME= easyh10-1.5 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=easyh10/} diff --git a/audio/easyh10/distinfo b/audio/easyh10/distinfo index 3f02dab8dc2..3b3d3a74074 100644 --- a/audio/easyh10/distinfo +++ b/audio/easyh10/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2006/08/01 08:24:13 ghen Exp $ +$NetBSD: distinfo,v 1.2 2006/11/29 16:59:57 ghen Exp $ -SHA1 (easyh10-1.4.tar.gz) = 3720aae4b58126b154a511782def639f1e1fc6f4 -RMD160 (easyh10-1.4.tar.gz) = 7e4ff1881c565c6518fd9a3751fea189bd0c2e8a -Size (easyh10-1.4.tar.gz) = 405406 bytes +SHA1 (easyh10-1.5.tar.gz) = 2d6dd78f23829b6e2d21e3362a8eafd651597f19 +RMD160 (easyh10-1.5.tar.gz) = 87893bbcf595f928ba94fcde3b2b2c16b2e09c76 +Size (easyh10-1.5.tar.gz) = 406548 bytes |