pkgsrc-Changes archive

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

CVS commit: pkgsrc/misc/libcdio-paranoia



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Apr 30 11:36:10 UTC 2019

Modified Files:
        pkgsrc/misc/libcdio-paranoia: Makefile distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/misc/libcdio-paranoia/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/misc/libcdio-paranoia/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/misc/libcdio-paranoia/Makefile
diff -u pkgsrc/misc/libcdio-paranoia/Makefile:1.7 pkgsrc/misc/libcdio-paranoia/Makefile:1.8
--- pkgsrc/misc/libcdio-paranoia/Makefile:1.7   Wed Aug 22 09:45:43 2018
+++ pkgsrc/misc/libcdio-paranoia/Makefile       Tue Apr 30 11:36:10 2019
@@ -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_LANGUAGES=              c c++
 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 "../../misc/libcdio/buildlink3.mk"
 .include "../../converters/libiconv/buildlink3.mk"
+.include "../../misc/libcdio/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/misc/libcdio-paranoia/distinfo
diff -u pkgsrc/misc/libcdio-paranoia/distinfo:1.2 pkgsrc/misc/libcdio-paranoia/distinfo:1.3
--- pkgsrc/misc/libcdio-paranoia/distinfo:1.2   Tue Nov  3 23:49:42 2015
+++ pkgsrc/misc/libcdio-paranoia/distinfo       Tue Apr 30 11:36:10 2019
@@ -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