summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorghen <ghen@pkgsrc.org>2006-11-29 16:59:57 +0000
committerghen <ghen@pkgsrc.org>2006-11-29 16:59:57 +0000
commit5c2dc901dd01b38065e52f683eecaff2bb63f45f (patch)
tree0aff7132d5ee553c6e1a18ea403e483685216abb
parenta84b969574391073c91950faaa8f61563f822431 (diff)
downloadpkgsrc-5c2dc901dd01b38065e52f683eecaff2bb63f45f.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.
-rw-r--r--audio/easyh10/Makefile4
-rw-r--r--audio/easyh10/distinfo8
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