pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/audio/libcddb Update to 0.9.5:
details: https://anonhg.NetBSD.org/pkgsrc/rev/82b7dbcbb0f0
branches: trunk
changeset: 480809:82b7dbcbb0f0
user: wiz <wiz%pkgsrc.org@localhost>
date: Mon Sep 20 23:43:20 2004 +0000
description:
Update to 0.9.5:
CHANGES 0.9.4 -> 0.9.5
* It is now possible to query CD entries if you only know the track
length. Previous versions of libcddb needed the track offsets from
the CD. Track offsets will be calculated automatically when a
length is specified and the offset is missing. This is less precise
than using the actual frame offsets. So whenever possible use the
offsets instead.
* Fixed some possible buffer overflows. The internal buffer size has
also been increased from 257 to 1024 bytes. It is now also possible
to change this buffer size in the cddb_cmd.h.
* Updated regression tests with less strict testing. Changes in the
queried CDDB entries should no longer trigger a test failure.
* Improved support for Win32 platforms (thx to Rocky Bernstein).
* improved support for Mac OS X (thx to Rocky Bernstein and Derk-Jan
Hartman).
* It is now possible to specify the CD-ROM device to be used in the
example program.
pkgsrc change:
Add TEST_TARGET.
diffstat:
audio/libcddb/Makefile | 7 ++++---
audio/libcddb/PLIST | 3 ++-
audio/libcddb/distinfo | 7 +++----
audio/libcddb/patches/patch-aa | 21 ---------------------
4 files changed, 9 insertions(+), 29 deletions(-)
diffs (71 lines):
diff -r 4973fe71bed8 -r 82b7dbcbb0f0 audio/libcddb/Makefile
--- a/audio/libcddb/Makefile Mon Sep 20 23:36:38 2004 +0000
+++ b/audio/libcddb/Makefile Mon Sep 20 23:43:20 2004 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.8 2004/05/15 14:14:20 heinz Exp $
+# $NetBSD: Makefile,v 1.9 2004/09/20 23:43:20 wiz Exp $
#
-DISTNAME= libcddb-0.9.4
-PKGREVISION= 2
+DISTNAME= libcddb-0.9.5
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=libcddb/}
@@ -19,4 +18,6 @@
GNU_CONFIGURE= yes
GCC_REQD+= 2.95
+TEST_TARGET= check
+
.include "../../mk/bsd.pkg.mk"
diff -r 4973fe71bed8 -r 82b7dbcbb0f0 audio/libcddb/PLIST
--- a/audio/libcddb/PLIST Mon Sep 20 23:36:38 2004 +0000
+++ b/audio/libcddb/PLIST Mon Sep 20 23:43:20 2004 +0000
@@ -1,7 +1,8 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2004/01/17 15:25:39 recht Exp $
+@comment $NetBSD: PLIST,v 1.2 2004/09/20 23:43:20 wiz Exp $
bin/cddb_query
include/cddb/cddb.h
include/cddb/cddb_cmd.h
+include/cddb/cddb_config.h
include/cddb/cddb_conn.h
include/cddb/cddb_disc.h
include/cddb/cddb_error.h
diff -r 4973fe71bed8 -r 82b7dbcbb0f0 audio/libcddb/distinfo
--- a/audio/libcddb/distinfo Mon Sep 20 23:36:38 2004 +0000
+++ b/audio/libcddb/distinfo Mon Sep 20 23:43:20 2004 +0000
@@ -1,5 +1,4 @@
-$NetBSD: distinfo,v 1.2 2004/06/21 14:56:36 drochner Exp $
+$NetBSD: distinfo,v 1.3 2004/09/20 23:43:20 wiz Exp $
-SHA1 (libcddb-0.9.4.tar.gz) = ea64a127bedbf953c7a7a380d15f867a6244f8eb
-Size (libcddb-0.9.4.tar.gz) = 272751 bytes
-SHA1 (patch-aa) = 0793d6cf41a4ea4f0ef0ce6de88401ec880b9077
+SHA1 (libcddb-0.9.5.tar.gz) = 4f217f79c3a87ae4d42be47c02e62ed7390bf25b
+Size (libcddb-0.9.5.tar.gz) = 380064 bytes
diff -r 4973fe71bed8 -r 82b7dbcbb0f0 audio/libcddb/patches/patch-aa
--- a/audio/libcddb/patches/patch-aa Mon Sep 20 23:36:38 2004 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,21 +0,0 @@
-$NetBSD: patch-aa,v 1.1 2004/06/21 14:56:36 drochner Exp $
-
---- lib/cddb_net.c.orig 2003-05-25 16:25:46.000000000 +0200
-+++ lib/cddb_net.c
-@@ -24,12 +24,15 @@
- #include <netdb.h>
- #include <setjmp.h>
- #include <signal.h>
--#include <time.h>
-+#include <sys/time.h>
- #include <unistd.h>
- #include <sys/select.h>
- #include <sys/socket.h>
- #include <sys/types.h>
- #include "cddb/cddb_ni.h"
-+#ifdef TIME_WITH_SYS_TIME
-+#include <time.h>
-+#endif
-
-
- /* Utility functions */
Home |
Main Index |
Thread Index |
Old Index