summaryrefslogtreecommitdiff
path: root/sysutils/cdrdao/Makefile
diff options
context:
space:
mode:
authordrochner <drochner>2001-05-19 12:47:05 +0000
committerdrochner <drochner>2001-05-19 12:47:05 +0000
commit638998bd042c5e1ae2d39a8b44939b003a048964 (patch)
tree98c324d0a5fb5f881d9ef0883efaa67ad843364c /sysutils/cdrdao/Makefile
parent11d3f0d5fed516fa8e0057c663d5d42aa65e422c (diff)
downloadpkgsrc-638998bd042c5e1ae2d39a8b44939b003a048964.tar.gz
update to 1.1.5
Changes: Fixed bug in CD-TEXT writing code that caused the problems with the unreliable read back of the written CD-TEXT data Added CD-TEXT writing capability to the generic-mmc-raw driver; the recorder must support the 96 byte raw P-W sub-channel writing mode to make use of it Fixed bug in generic-mmc-raw driver: the TOC type was not written correctly and some flags for data tracks were missing in the lead-in Fixed handling of toc type for multi session CDs: the toc-type of a session that just contains audio tracks is always CD_DA, even in multi session mode BURN Proof support added by ITOH Yasufumi/Martin Buck Fixed bug in calculating the CDDB id (SourceForge bug 413467) Added option --with-cddb to read CDDB data automatically with commands copy, read-toc and read-cd; it is now possible to add CD-TEXT data from CDDB while performing an on-the-fly copy Updated to libscg-0.5 from cdrtools-1.10 Handle drives that do not support the explicit power calibration command Blanking of CD-RWs is now officially supported (command blank, option --blank-mode) Updated CD-R vendor table Settings are now first read from "/etc/cdrdao.conf" and "/etc/defaults/cdrdao" and then from "$HOME/.cdrdao" Added command msinfo to output multi session information suitable for mkisofs Overburning is now prevented by default and must be explicitly requested with option --overburn. Fix for Debian bug #79585 (http://bugs.debian.org/cg i-bin/bugreport.cgi?bug=79585&repeatmerged=yes). Fixed error in cdrdao's manual page (Debian bug #82816, http://bugs.debian.org/ cgi-bin/bugreport.cgi?bug=82816&repeatmerged=yes) cdrdao's help screen was reworked by Michael Reinelt Added Giuseppe Corbelli's enhancements for the mp32dao script Makefiles now use make variable datadir to specify the share directory location Fixed printing toc-file name with command copy --keepimage
Diffstat (limited to 'sysutils/cdrdao/Makefile')
-rw-r--r--sysutils/cdrdao/Makefile10
1 files changed, 6 insertions, 4 deletions
diff --git a/sysutils/cdrdao/Makefile b/sysutils/cdrdao/Makefile
index a7134d362bc..61304fd2e45 100644
--- a/sysutils/cdrdao/Makefile
+++ b/sysutils/cdrdao/Makefile
@@ -1,14 +1,14 @@
-# $NetBSD: Makefile,v 1.6 2001/03/27 03:20:17 hubertf Exp $
+# $NetBSD: Makefile,v 1.7 2001/05/19 12:47:05 drochner Exp $
#
DISTNAME= ${PKGNAME}.src
-PKGNAME= cdrdao-1.1.4
+PKGNAME= cdrdao-1.1.5
WRKSRC= ${WRKDIR}/${PKGNAME}
CATEGORIES= sysutils
-MASTER_SITES= ftp://cdrdao.sourceforge.net/pub/cdrdao/
+MASTER_SITES= http://prdownloads.sourceforge.net/cdrdao/
MAINTAINER= David Maxwell <david@maxwell.net>
-HOMEPAGE= http://www.ping.de/sites/daneb/cdrdao.html
+HOMEPAGE= http://cdrdao.sourceforge.net/
COMMENT= Records audio or data CD-Rs in disk-at-once (DAO) mode
BUILD_DEPENDS+= pccts-1.33.22:../../devel/pccts
@@ -19,6 +19,8 @@ CONFIGURE_ARGS+= --with-pcctsbin=${PREFIX}/bin
CONFIGURE_ARGS+= --with-pcctsinc=${PREFIX}/include/pccts
CONFIGURE_ARGS+= --without-posix-threads
CONFIGURE_ARGS+= --with-gtkmm-exec-prefix=/dev/null
+# don't pick up an installed libcdda_paranoia
+LDFLAGS+= -L../paranoia
#override ARCH to avoid picking up a bad ${ARCH} during the build
MAKE_ENV+= ARCH=""