summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2005-08-08 08:41:44 +0000
committeradam <adam@pkgsrc.org>2005-08-08 08:41:44 +0000
commitd4075414fa90c8a3ad31e4c243821364826ff701 (patch)
tree191f9a301f29206ed85bedccc54adb974e1e0a7b /audio
parent77da7028402ef5fb4aee2ac360a31e2fa63c2d8e (diff)
downloadpkgsrc-d4075414fa90c8a3ad31e4c243821364826ff701.tar.gz
Changes 1.2.1:
* [NEW] It is now possible to fine tune the text search by specifying which fields and categories to consider. * [BUGFIX] Fixed cddb_sites function returning random values due to uninitialized value. * [UPDATE] The value of the LIBCDDB_VERSION_NUM defined variable is now 121. Changes 1.2.0: * [NEW] Support for searching the FreeDB database using a text string has been added. This feature has a similar API as the query command but uses a string instead of actual disc data. * [UPDATE] The value of the LIBCDDB_VERSION_NUM defined variable is now 120. Changes 1.1.0: * [IMPORTANT] The installed header files now no longer contain any actual structure definitions. All libcddb structures are now truly opaque for the user of the library. Some of the structures have also been updated. This means that the library is not binary compatible with the previous version. It should however be possible to just recompile any software using libcddb and link it against this new library. The API is backwards compatible so no changes to the software should be necessary. * [NEW] Support for the FreeDB sites command that can be used to get a list of mirror servers. A function was also added to initialize the libcddb server connection data using one of the servers returned by this command * [NEW] A new error code was added (CDDB_ERR_INVALID) that is returned when invalid input parameters are passed to one of the library functions. * [UPDATE] The value of the LIBCDDB_VERSION_NUM defined variable is now 110.
Diffstat (limited to 'audio')
-rw-r--r--audio/libcddb/Makefile5
-rw-r--r--audio/libcddb/PLIST3
-rw-r--r--audio/libcddb/distinfo8
3 files changed, 9 insertions, 7 deletions
diff --git a/audio/libcddb/Makefile b/audio/libcddb/Makefile
index a90d2f10977..54adc331c1c 100644
--- a/audio/libcddb/Makefile
+++ b/audio/libcddb/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.19 2005/07/21 16:29:43 wiz Exp $
+# $NetBSD: Makefile,v 1.20 2005/08/08 08:41:44 adam Exp $
-DISTNAME= libcddb-1.0.2
+DISTNAME= libcddb-1.2.1
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=libcddb/}
+EXTRACT_SUFX= .tar.bz2
MAINTAINER= drochner@NetBSD.org
HOMEPAGE= http://libcddb.sourceforge.net/
diff --git a/audio/libcddb/PLIST b/audio/libcddb/PLIST
index cf25fc5babd..3b37e8b5866 100644
--- a/audio/libcddb/PLIST
+++ b/audio/libcddb/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2005/04/18 17:52:05 drochner Exp $
+@comment $NetBSD: PLIST,v 1.5 2005/08/08 08:41:44 adam Exp $
bin/cddb_query
include/cddb/cddb.h
include/cddb/cddb_cmd.h
@@ -7,6 +7,7 @@ include/cddb/cddb_conn.h
include/cddb/cddb_disc.h
include/cddb/cddb_error.h
include/cddb/cddb_log.h
+include/cddb/cddb_site.h
include/cddb/cddb_track.h
include/cddb/version.h
lib/libcddb.la
diff --git a/audio/libcddb/distinfo b/audio/libcddb/distinfo
index 3976454b325..60ab41ea085 100644
--- a/audio/libcddb/distinfo
+++ b/audio/libcddb/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.8 2005/05/18 15:31:11 drochner Exp $
+$NetBSD: distinfo,v 1.9 2005/08/08 08:41:44 adam Exp $
-SHA1 (libcddb-1.0.2.tar.gz) = b2949f6de65ea50f4895ab5460419ba3027b98de
-RMD160 (libcddb-1.0.2.tar.gz) = 57b4696ba08c1030c0ee531ff6c38f695ba3715d
-Size (libcddb-1.0.2.tar.gz) = 411642 bytes
+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