summaryrefslogtreecommitdiff
path: root/misc/libcdio/Makefile
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>2005-05-02 17:11:17 +0000
committerdrochner <drochner@pkgsrc.org>2005-05-02 17:11:17 +0000
commitb6cb881a8fba78a342e48832b022dcf64c7d0721 (patch)
treea1fc99762200454557e1dfab03dcae2e92c4cd1e /misc/libcdio/Makefile
parent7347b84a81f0211d68243135463cadf473fc1c87 (diff)
downloadpkgsrc-b6cb881a8fba78a342e48832b022dcf64c7d0721.tar.gz
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
Diffstat (limited to 'misc/libcdio/Makefile')
-rw-r--r--misc/libcdio/Makefile8
1 files changed, 5 insertions, 3 deletions
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"