pkgsrc/misc/libcdio-paranoia/Makefile
adam 598b71a26d 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.
2019-04-30 11:36:10 +00:00

27 lines
772 B
Makefile

# $NetBSD: Makefile,v 1.8 2019/04/30 11:36:10 adam Exp $
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
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.gnu.org/software/libcdio/
COMMENT= CD-ROM access library: CDDA support
LICENSE= gnu-gpl-v3
USE_LANGUAGES= c c++
USE_LIBTOOL= yes
USE_PKGLOCALEDIR= yes
USE_TOOLS+= gmake perl:run pkg-config
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 "../../mk/bsd.pkg.mk"