summaryrefslogtreecommitdiff
path: root/audio/libcddb
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2007-01-20 17:43:36 +0000
committerwiz <wiz@pkgsrc.org>2007-01-20 17:43:36 +0000
commit2592a38f1bc76324bb2aeca1cc45c9136e14ac7d (patch)
tree18a43a9d4a0826f207cb59e75754f76fdcf3e43e /audio/libcddb
parentd486285f84df9429dfcf6bcaee9e8a81c48cc7c0 (diff)
downloadpkgsrc-2592a38f1bc76324bb2aeca1cc45c9136e14ac7d.tar.gz
Update to 1.3.0:
CHANGES 1.2.2 -> 1.3.0 * [IMPORTANT] The text search functionality currently does not work anymore. This feature uses the search form on the freedb.org website. But since this form has disappeared, text search fails. In the mean time you might make use of the album command of the freedb2.org servers (see below). * [NEW] Support was added for the 'album' command of the freedb2.org servers. This feature can be used to do a text search for a certain album. It does not perform any HTML page parsing but uses an extension of the CDDB protocol. As input the function needs a disc with either the artist or title filled in. The results are similar as for the query command; i.e. a list of matching disc IDs together with their categories. The example program also supports this feature. * [NEW] Functions where added to set (libcddb_set_flags) or reset (libcddb_reset_flags) some flags. The flags used influence the behaviour of the library. By default all flags are disabled. Currently the following flags are available: - CDDB_F_EMPTY_STR: When this flag is set, the library will never return a NULL pointer for a string. Instead the empty string will be returned. - CDDB_F_NO_TRACK_ARTIST: When this flag is set, the library will not return the disc artist if the track artist is undefined. A NULL pointer (or the empty string if CDDB_F_EMPTY_STR is set) will be returned instead. CHANGES 1.2.1 -> 1.2.2 * [BUGFIX] Correctly specify the character set (UTF-8) when submitting data to a server.
Diffstat (limited to 'audio/libcddb')
-rw-r--r--audio/libcddb/Makefile4
-rw-r--r--audio/libcddb/distinfo8
2 files changed, 6 insertions, 6 deletions
diff --git a/audio/libcddb/Makefile b/audio/libcddb/Makefile
index 8bb666ff543..0d5cdbe1518 100644
--- a/audio/libcddb/Makefile
+++ b/audio/libcddb/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.21 2005/08/10 20:56:11 jlam Exp $
+# $NetBSD: Makefile,v 1.22 2007/01/20 17:43:36 wiz Exp $
-DISTNAME= libcddb-1.2.1
+DISTNAME= libcddb-1.3.0
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=libcddb/}
EXTRACT_SUFX= .tar.bz2
diff --git a/audio/libcddb/distinfo b/audio/libcddb/distinfo
index 60ab41ea085..603b15b90cb 100644
--- a/audio/libcddb/distinfo
+++ b/audio/libcddb/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.9 2005/08/08 08:41:44 adam Exp $
+$NetBSD: distinfo,v 1.10 2007/01/20 17:43:36 wiz Exp $
-SHA1 (libcddb-1.2.1.tar.bz2) = 35e510af0bee12bd8aefe2c483978668728d6cd6
-RMD160 (libcddb-1.2.1.tar.bz2) = b54cdc202b5723956f404a09c99d026636d3103e
-Size (libcddb-1.2.1.tar.bz2) = 334524 bytes
+SHA1 (libcddb-1.3.0.tar.bz2) = 171618045dfa75075c6ced446d25e88f2c7ca88a
+RMD160 (libcddb-1.3.0.tar.bz2) = d34588f416ba80ececb23ffcff3312fc0b699f30
+Size (libcddb-1.3.0.tar.bz2) = 329319 bytes