pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/misc/libcdio Changes 0.75:
details: https://anonhg.NetBSD.org/pkgsrc/rev/dca959162db7
branches: trunk
changeset: 497979:dca959162db7
user: adam <adam%pkgsrc.org@localhost>
date: Tue Aug 09 12:56:18 2005 +0000
description:
Changes 0.75:
- audio volume level fix on Microsoft Windows
- fix build when --enable-shared, --disable-static
- CD-Text retrieval fix
- allow the MMC timeout to be adjusted by the application
- cd-paranoia: Add option --mmc-timeout (-m) to set MMC timeout.
We now check that integer arguments are integers and are within
range.
- changes for libcddb 1.1.0 API change
- remove gcc 4.0 warnings
- miscellaneous small bug fixes, removal of questionable idioms or
memory leak fixes
diffstat:
misc/libcdio/Makefile | 7 +++----
misc/libcdio/distinfo | 10 +++++-----
misc/libcdio/patches/patch-aa | 8 ++++----
3 files changed, 12 insertions(+), 13 deletions(-)
diffs (59 lines):
diff -r a89387386134 -r dca959162db7 misc/libcdio/Makefile
--- a/misc/libcdio/Makefile Tue Aug 09 12:26:08 2005 +0000
+++ b/misc/libcdio/Makefile Tue Aug 09 12:56:18 2005 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.22 2005/07/21 16:29:53 wiz Exp $
-#
+# $NetBSD: Makefile,v 1.23 2005/08/09 12:56:18 adam Exp $
-DISTNAME= libcdio-0.74
+DISTNAME= libcdio-0.75
CATEGORIES= misc
MASTER_SITES= ${MASTER_SITE_GNU:=libcdio/}
@@ -13,13 +12,13 @@
USE_PKGLOCALEDIR= yes
USE_LIBTOOL= yes
+USE_TOOLS+= perl:run
PKGCONFIG_OVERRIDE+= libcdio.pc.in
PKGCONFIG_OVERRIDE+= libcdio_cdda.pc.in
PKGCONFIG_OVERRIDE+= libcdio_paranoia.pc.in
PKGCONFIG_OVERRIDE+= libiso9660.pc.in
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --without-versioned-libs
-USE_TOOLS+= perl:run
INFO_FILES= libcdio.info
diff -r a89387386134 -r dca959162db7 misc/libcdio/distinfo
--- a/misc/libcdio/distinfo Tue Aug 09 12:26:08 2005 +0000
+++ b/misc/libcdio/distinfo Tue Aug 09 12:56:18 2005 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.10 2005/05/31 17:05:36 drochner Exp $
+$NetBSD: distinfo,v 1.11 2005/08/09 12:56:18 adam Exp $
-SHA1 (libcdio-0.74.tar.gz) = 2fc5e375e0efb61068ce48f2aa41ea5c98f72b19
-RMD160 (libcdio-0.74.tar.gz) = fa1bd85ad86c963bafc02c48b77167cc33977200
-Size (libcdio-0.74.tar.gz) = 1799345 bytes
-SHA1 (patch-aa) = 52c6b20279cfb8bb5b53653f43cb94cabfed4fc5
+SHA1 (libcdio-0.75.tar.gz) = e7eba43661427b7d45dc4d3da110720e0c17652a
+RMD160 (libcdio-0.75.tar.gz) = d165a7315d5da71fb02f5e37906e80f2cd558dde
+Size (libcdio-0.75.tar.gz) = 1810819 bytes
+SHA1 (patch-aa) = 8e70ee2840c19da3efc0c47dfa9f7ea400a1ec2e
diff -r a89387386134 -r dca959162db7 misc/libcdio/patches/patch-aa
--- a/misc/libcdio/patches/patch-aa Tue Aug 09 12:26:08 2005 +0000
+++ b/misc/libcdio/patches/patch-aa Tue Aug 09 12:56:18 2005 +0000
@@ -1,8 +1,8 @@
-$NetBSD: patch-aa,v 1.4 2005/05/02 17:11:18 drochner Exp $
+$NetBSD: patch-aa,v 1.5 2005/08/09 12:56:18 adam Exp $
---- lib/driver/logging.c.orig 2004-04-18 17:24:27.000000000 +0000
-+++ lib/driver/logging.c 2004-04-18 17:25:33.000000000 +0000
-@@ -44,7 +44,9 @@
+--- lib/driver/logging.c.orig 2004-12-18 17:29:32.000000000 +0000
++++ lib/driver/logging.c
+@@ -45,7 +45,9 @@ default_cdio_log_handler (cdio_log_level
fprintf (stderr, "**ERROR: %s\n", message);
fflush (stderr);
}
Home |
Main Index |
Thread Index |
Old Index