pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/audio/libcddb Changes 0.9.6:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/524587a65d32
branches:  trunk
changeset: 483300:524587a65d32
user:      adam <adam%pkgsrc.org@localhost>
date:      Wed Nov 10 15:16:47 2004 +0000

description:
Changes 0.9.6:
* Libcddb now uses the FreeDB protocol version 6.  The difference with
  version 5 is that now the responses from the FreeDB server are in
  UTF-8 format instead of ISO8859-1.  So if the CD you query contains
  non-US-ASCII characters the results will be different in this new
  version of libcddb.
* [NEW] It is now possible to set the character set that libcddb has
  to use when returning disc data (see also above).  Use the
  cddb_set_charset function to set the user's character set.  The
  example program, cddb_query, now also has a command-line option for
  specifying the character set.
* [BUGFIX] FreeDB changed the specs of their CDDB file format.  The
  results for certain discs failed to parse correctly because the
  libcddb parser was too strict.  This should be fixed now.
* [BUGFIX] When writing disc to cache, fill in category if genre is
  not specified.
* [BUGFIX] When in CACHE_ONLY mode, do not perform network access when
  writing disc record.

diffstat:

 audio/libcddb/Makefile |  6 ++----
 audio/libcddb/distinfo |  6 +++---
 2 files changed, 5 insertions(+), 7 deletions(-)

diffs (25 lines):

diff -r 3ad59f414cb0 -r 524587a65d32 audio/libcddb/Makefile
--- a/audio/libcddb/Makefile    Wed Nov 10 14:51:51 2004 +0000
+++ b/audio/libcddb/Makefile    Wed Nov 10 15:16:47 2004 +0000
@@ -1,8 +1,6 @@
-# $NetBSD: Makefile,v 1.11 2004/10/05 14:18:10 drochner Exp $
-#
+# $NetBSD: Makefile,v 1.12 2004/11/10 15:16:47 adam Exp $
 
-DISTNAME=      libcddb-0.9.5
-PKGREVISION=   1
+DISTNAME=      libcddb-0.9.6
 CATEGORIES=    audio
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=libcddb/}
 
diff -r 3ad59f414cb0 -r 524587a65d32 audio/libcddb/distinfo
--- a/audio/libcddb/distinfo    Wed Nov 10 14:51:51 2004 +0000
+++ b/audio/libcddb/distinfo    Wed Nov 10 15:16:47 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.3 2004/09/20 23:43:20 wiz Exp $
+$NetBSD: distinfo,v 1.4 2004/11/10 15:16:47 adam Exp $
 
-SHA1 (libcddb-0.9.5.tar.gz) = 4f217f79c3a87ae4d42be47c02e62ed7390bf25b
-Size (libcddb-0.9.5.tar.gz) = 380064 bytes
+SHA1 (libcddb-0.9.6.tar.gz) = a01e34dd890d0e5fecbdcc09320e35bef3f94e29
+Size (libcddb-0.9.6.tar.gz) = 386918 bytes



Home | Main Index | Thread Index | Old Index