pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/misc/libcdio-paranoia libcdio-paranoia: updated to 2.0.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b47f072bcee8
branches:  trunk
changeset: 322927:b47f072bcee8
user:      adam <adam%pkgsrc.org@localhost>
date:      Tue Apr 30 11:36:10 2019 +0000

description:
libcdio-paranoia: updated to 2.0.0

version 10.2+0.95
- Now works with audio CD's that start on a track greater than 1.
- OpenBSD tolerance
- typos in manual page and README
- Do not attempt to call a NULL callback

version 10.2+0.94+2
- Add --force-overread
  Force overreading into the lead-out portion of the disc. This option
  is only applicable when using the "-O" option with a positive sample
  offset value. Many drives are not capable of reading into this
  portion of the disc and attempting to do so on those drives will
  produce read errors and possibly hard lockups

version 10.2+0.94+1
- Fix problem where end of span seems to default to last track.
- Fix NULL pointer dereference that occurs when byte swapping is
  needed.
- Re-silence recently added gcc -Wunused-result warnings
- Use @LIBS@ figured out by autoconf when linking (for -lrt on Linux).
- Incorrect track was getting used in matching.

diffstat:

 misc/libcdio-paranoia/Makefile |  14 +++++++-------
 misc/libcdio-paranoia/distinfo |  10 +++++-----
 2 files changed, 12 insertions(+), 12 deletions(-)

diffs (47 lines):

diff -r fbb99a8a47d2 -r b47f072bcee8 misc/libcdio-paranoia/Makefile
--- a/misc/libcdio-paranoia/Makefile    Tue Apr 30 09:34:45 2019 +0000
+++ b/misc/libcdio-paranoia/Makefile    Tue Apr 30 11:36:10 2019 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.7 2018/08/22 09:45:43 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2019/04/30 11:36:10 adam Exp $
 
-DISTNAME=      libcdio-paranoia-10.2+0.93+1
-PKGNAME=       libcdio-paranoia-0.93
-PKGREVISION=   3
+DISTNAME=      libcdio-paranoia-10.2+2.0.0
+PKGNAME=       libcdio-paranoia-2.0.0
 CATEGORIES=    misc
 MASTER_SITES=  ${MASTER_SITE_GNU:=libcdio/}
 EXTRACT_SUFX=  .tar.bz2
@@ -16,12 +15,13 @@
 USE_LIBTOOL=           yes
 USE_PKGLOCALEDIR=      yes
 USE_TOOLS+=            gmake perl:run pkg-config
-PKGCONFIG_OVERRIDE+=   libcdio_cdda.pc.in
-PKGCONFIG_OVERRIDE+=   libcdio_paranoia.pc.in
 GNU_CONFIGURE=         yes
 CONFIGURE_ARGS+=       --without-versioned-libs
 INFO_FILES=            yes
+PKGCONFIG_OVERRIDE+=   libcdio_cdda.pc.in
+PKGCONFIG_OVERRIDE+=   libcdio_paranoia.pc.in
+TEST_TARGET=           check
 
+.include "../../converters/libiconv/buildlink3.mk"
 .include "../../misc/libcdio/buildlink3.mk"
-.include "../../converters/libiconv/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r fbb99a8a47d2 -r b47f072bcee8 misc/libcdio-paranoia/distinfo
--- a/misc/libcdio-paranoia/distinfo    Tue Apr 30 09:34:45 2019 +0000
+++ b/misc/libcdio-paranoia/distinfo    Tue Apr 30 11:36:10 2019 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2015/11/03 23:49:42 agc Exp $
+$NetBSD: distinfo,v 1.3 2019/04/30 11:36:10 adam Exp $
 
-SHA1 (libcdio-paranoia-10.2+0.93+1.tar.bz2) = 9c40cf6a706e881a52dc417686669d500ddd3115
-RMD160 (libcdio-paranoia-10.2+0.93+1.tar.bz2) = 2a476ffd83c80d5217a98ec3856e42f33b4dab1d
-SHA512 (libcdio-paranoia-10.2+0.93+1.tar.bz2) = b21b71243b1afe9ac9c31ea7f1acb3f61e9069bb640f0052e39f3774886d0be2fa3844abe92cccc519a9e3e14d3df76a3326f5a5e9ecb5e96462edfee01b55e8
-Size (libcdio-paranoia-10.2+0.93+1.tar.bz2) = 557271 bytes
+SHA1 (libcdio-paranoia-10.2+2.0.0.tar.bz2) = 6e289aa9a6bbccf3aa55e2cde9c5bfc0ac8ff058
+RMD160 (libcdio-paranoia-10.2+2.0.0.tar.bz2) = f3aec64eee8c758fb99161854889fe6bc2851a9e
+SHA512 (libcdio-paranoia-10.2+2.0.0.tar.bz2) = 0398617f9af63632d74c5a93c4efae1bc69d339fb7ab2e36dbfa6d19c0940f3bf27ea3ed482698d2842838d2034df3e40304774f1648db8c274d441130ef40a2
+Size (libcdio-paranoia-10.2+2.0.0.tar.bz2) = 588472 bytes



Home | Main Index | Thread Index | Old Index