Subject: CVS commit: pkgsrc/audio/easyh10
To: None <pkgsrc-changes@NetBSD.org>
From: Geert Hendrickx <ghen@netbsd.org>
List: pkgsrc-changes
Date: 11/29/2006 16:59:57
Module Name:	pkgsrc
Committed By:	ghen
Date:		Wed Nov 29 16:59:57 UTC 2006

Modified Files:
	pkgsrc/audio/easyh10: Makefile distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/audio/easyh10/Makefile \
    pkgsrc/audio/easyh10/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.