pkgsrc-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3a406b8eb392
branches:  trunk
changeset: 497935:3a406b8eb392
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon Aug 08 08:41:44 2005 +0000

description:
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:

 audio/libcddb/Makefile |  5 +++--
 audio/libcddb/PLIST    |  3 ++-
 audio/libcddb/distinfo |  8 ++++----
 3 files changed, 9 insertions(+), 7 deletions(-)

diffs (45 lines):

diff -r 532d846ec308 -r 3a406b8eb392 audio/libcddb/Makefile
--- a/audio/libcddb/Makefile    Mon Aug 08 08:39:44 2005 +0000
+++ b/audio/libcddb/Makefile    Mon Aug 08 08:41:44 2005 +0000
@@ -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@localhost
 HOMEPAGE=      http://libcddb.sourceforge.net/
diff -r 532d846ec308 -r 3a406b8eb392 audio/libcddb/PLIST
--- a/audio/libcddb/PLIST       Mon Aug 08 08:39:44 2005 +0000
+++ b/audio/libcddb/PLIST       Mon Aug 08 08:41:44 2005 +0000
@@ -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_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 -r 532d846ec308 -r 3a406b8eb392 audio/libcddb/distinfo
--- a/audio/libcddb/distinfo    Mon Aug 08 08:39:44 2005 +0000
+++ b/audio/libcddb/distinfo    Mon Aug 08 08:41:44 2005 +0000
@@ -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



Home | Main Index | Thread Index | Old Index