From b6cb881a8fba78a342e48832b022dcf64c7d0721 Mon Sep 17 00:00:00 2001 From: drochner Date: Mon, 2 May 2005 17:11:17 +0000 Subject: update to 0.73 some features added (libcdparanoia cloned, CD audio), some fixes not quite mature, but we have to update because the API changed (in the iso9660 area), and other pkgs (vcdimager, vlc) depend on it --- misc/libcdio/Makefile | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'misc/libcdio/Makefile') diff --git a/misc/libcdio/Makefile b/misc/libcdio/Makefile index 3a91c0fc92a..0b492a032df 100644 --- a/misc/libcdio/Makefile +++ b/misc/libcdio/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.17 2005/04/19 10:53:49 wiz Exp $ +# $NetBSD: Makefile,v 1.18 2005/05/02 17:11:17 drochner Exp $ # -DISTNAME= libcdio-0.70 +DISTNAME= libcdio-0.73 CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_GNU:=libcdio/} @@ -14,6 +14,8 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews USE_PKGLOCALEDIR= yes USE_LIBTOOL= yes 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 @@ -25,7 +27,7 @@ INFO_FILES= libcdio.info .if ${OPSYS} == "NetBSD" # XXX we just replace the freebsd module so save patches pre-patch: - ${CP} ${FILESDIR}/_cdio_netbsd.c ${WRKSRC}/lib/FreeBSD/freebsd.c + ${CP} ${FILESDIR}/_cdio_netbsd.c ${WRKSRC}/lib/driver/FreeBSD/freebsd.c .endif .include "../../devel/pkgconfig/buildlink3.mk" -- cgit v1.2.3