summaryrefslogtreecommitdiff
path: root/sysutils/cdrdao
diff options
context:
space:
mode:
authorrh <rh>2000-10-18 05:46:57 +0000
committerrh <rh>2000-10-18 05:46:57 +0000
commit3eab10563a26746971e2cd89e86914e27fcaef5b (patch)
treea6275603986762e2af963830a87ba76daf082b0e /sysutils/cdrdao
parent45df1bfa1dad569e59faa4c17ea66f900dce543c (diff)
downloadpkgsrc-3eab10563a26746971e2cd89e86914e27fcaef5b.tar.gz
Update cdrdao to 1.1.4. Closes PR 11245 by Wolfgang Rupprecht
<wolfgang@wsrcc.com>. Changes include: o Created new 'toshiba' driver for 'read-toc'/'read-cd' with Toshiba CD-ROM drives. o Added full multi session support to the 'cdd2600' driver. o CD-TEXT is written without any copy protection flags now. o Added CDDB access to add title and artist data as CD-TEXT to an existing toc-file. The direct cddbp and the http encapsulated protocol is supported. o Added support to better handle disks written in track-at-once mode with 'read-cd' and 'read-toc' (see options --tao-source and --tao-source-adjust). o Fixed bug that prevented recording of pure data CDs with the recent HP and Sony recorder models in single session mode. For multi session mode the restrictions mentioned in the README are still valid. o Fixed 'unit not ready' problems after writing with the 'generic-mmc' and 'generic-mmc-raw' driver. o Toc-files with tracks that are shorter than 4 seconds will be recorded if option '--force' is given. o Some of the command line options are now saved to a settings file "$HOME/.cdrdao" if option '--save' is given. o The driver database is now kept in an external file so it is possible to update the database between the cdrdao releases. Actual driver database files will be available from http://cdrdao.sourceforge.net/drives.html#dt o Added new option '--keepimage' which keeps the created image file after the command 'copy' finishes. o Fixed bug in CD-TEXT reading code: CD-TEXT fields with empty strings were only read for the first track. o Driver 'generic-mmc': If the power calibration fails the recording process will be aborted now. o Driver 'generic-mmc-raw': Added explicit power calibration.
Diffstat (limited to 'sysutils/cdrdao')
-rw-r--r--sysutils/cdrdao/Makefile30
-rw-r--r--sysutils/cdrdao/files/md54
-rw-r--r--sysutils/cdrdao/pkg/PLIST4
3 files changed, 20 insertions, 18 deletions
diff --git a/sysutils/cdrdao/Makefile b/sysutils/cdrdao/Makefile
index 61e90bb6b4a..9ae5bd6fd4e 100644
--- a/sysutils/cdrdao/Makefile
+++ b/sysutils/cdrdao/Makefile
@@ -1,26 +1,26 @@
-# $NetBSD: Makefile,v 1.3 2000/07/19 09:37:49 agc Exp $
+# $NetBSD: Makefile,v 1.4 2000/10/18 05:46:57 rh Exp $
#
-DISTNAME= cdrdao-1.1.3.src
-PKGNAME= cdrdao-1.1.3
-CATEGORIES= sysutils
-MASTER_SITES= http://www.ping.de/sites/daneb/
+DISTNAME= ${PKGNAME}.src
+PKGNAME= cdrdao-1.1.4
+WRKSRC= ${WRKDIR}/${PKGNAME}
+CATEGORIES= sysutils
+MASTER_SITES= ftp://cdrdao.sourceforge.net/pub/cdrdao/
-MAINTAINER= David Maxwell <david@maxwell.net>
-HOMEPAGE= http://www.ping.de/sites/daneb/cdrdao.html
+MAINTAINER= David Maxwell <david@maxwell.net>
+HOMEPAGE= http://www.ping.de/sites/daneb/cdrdao.html
-BUILD_DEPENDS= antlr:../../devel/pccts
-BUILD_DEPENDS+= dlg:../../devel/pccts
-BUILD_DEPENDS+= genmk:../../devel/pccts
-BUILD_DEPENDS+= sor:../../devel/pccts
+BUILD_DEPENDS+= antlr:../../devel/pccts
+BUILD_DEPENDS+= dlg:../../devel/pccts
+BUILD_DEPENDS+= genmk:../../devel/pccts
+BUILD_DEPENDS+= sor:../../devel/pccts
-GNU_CONFIGURE= YES
-USE_GMAKE= YES
+GNU_CONFIGURE= YES
+USE_GMAKE= YES
CONFIGURE_ARGS+= --with-pcctsbin=${PREFIX}/bin
CONFIGURE_ARGS+= --with-pcctsinc=${PREFIX}/include/pccts
CONFIGURE_ARGS+= --without-posix-threads
-
-WRKSRC= ${WRKDIR}/cdrdao-1.1.3
+CONFIGURE_ARGS+= --with-gtkmm-exec-prefix=/dev/null
#override ARCH to avoid picking up a bad ${ARCH} during the build
MAKE_ENV+= ARCH=""
diff --git a/sysutils/cdrdao/files/md5 b/sysutils/cdrdao/files/md5
index c7b15fbf558..70f9715c334 100644
--- a/sysutils/cdrdao/files/md5
+++ b/sysutils/cdrdao/files/md5
@@ -1,3 +1,3 @@
-$NetBSD: md5,v 1.1.1.1 2000/02/18 15:13:50 wiz Exp $
+$NetBSD: md5,v 1.2 2000/10/18 05:46:57 rh Exp $
-MD5 (cdrdao-1.1.3.src.tar.gz) = 9a6bfcc70fda8a6a4aee693a6a407b8e
+MD5 (cdrdao-1.1.4.src.tar.gz) = b6e00b9b93f0406e76fedf421eae44ad
diff --git a/sysutils/cdrdao/pkg/PLIST b/sysutils/cdrdao/pkg/PLIST
index 5acdc671e1a..3ab8daa1db6 100644
--- a/sysutils/cdrdao/pkg/PLIST
+++ b/sysutils/cdrdao/pkg/PLIST
@@ -1,6 +1,7 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2000/02/18 15:13:50 wiz Exp $
+@comment $NetBSD: PLIST,v 1.2 2000/10/18 05:46:58 rh Exp $
bin/cdrdao
man/man1/cdrdao.1
+share/cdrdao/drivers
share/doc/cdrdao/COPYING
share/doc/cdrdao/CREDITS
share/doc/cdrdao/INSTALL
@@ -41,3 +42,4 @@ share/examples/cdrdao/wav2dao.pl
@dirrm share/examples/cdrdao
@dirrm share/doc/cdrdao/testtocs
@dirrm share/doc/cdrdao
+@dirrm share/cdrdao