diff options
author | wiz <wiz@pkgsrc.org> | 2008-07-29 22:05:31 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2008-07-29 22:05:31 +0000 |
commit | 8ca98ac616e8ebd00acb60540c19bb2af1f5edd5 (patch) | |
tree | a30131e12c743b76880ec558bc008bb44ce91c74 | |
parent | c50d15dd6877a01cae48dc6f7a7e719b2a880d09 (diff) | |
download | pkgsrc-8ca98ac616e8ebd00acb60540c19bb2af1f5edd5.tar.gz |
Update to 2.01.01a43:
NEW features of cdrtools-2.01.01a43:
*******
NOTE: cdrtools is currently in a state just before a new major release.
*******
All:
- config.guess now supports the "free" Apple Darwin variants
Libscg:
- "make install" now installes the libscg include files into $(INS_BASE)/include/scg/
Mkisofs (Maintained/enhanced by Jörg Schilling since 1997, originated by Eric Youngdale):
- Added a workaround for some Linux filesystems that do not deliver "." and ".."
first with readdir()
- Fixed -x pattern not to exclude "." and ".." also
- Always "." and ".." first to the dir content.
NOTE that all these problems have not been present with "mkisofs .. -find <path-list>"
NEW features of cdrtools-2.01.01a42:
*******
NOTE: cdrtools is currently in a state just before a new major release.
Libedc (Optimized by Jörg Schilling, originated by Heiko Eißfeldt heiko@hexco.de):
- Fixed array index overrun in L1 coder. Thanks to Heiko Eißfeldt.
The problem was reported by the coverity test. Note that the L1 coder
is not used by cdrtools.
Cdda2wav (Maintained/enhanced by Jörg Schilling, originated by Heiko Eißfeldt heiko@hexco.de):
- New option -no-fork tells cdda2wav to run in unbuffered mode.
- New option -interactive
The first test implemenation supports the following interactive commands:
stop stop reading
If you like to empty the internal buffers,
send "stop" read everything you get from the output pipe
repeat this until no further data is available.
cont continue reading
read trasks <trackno> Start reading from new trackno
read sectors <secno> Start reading from new sector number
exit
quit exit cdda2wav
This new option is a result from a collaboration with the GNOME
developers to make "sound-juicer" legal. Sound-juicer suffers from
license problems from libcdio which is usually loaded as a
"gstreamer" plugin.
The option -interactive together with the related new libgstcdda2wavsrc
gives better quality of the extracted audio-data and does not cause license
violations.
-rw-r--r-- | sysutils/cdrtools/Makefile | 6 | ||||
-rw-r--r-- | sysutils/cdrtools/distinfo | 10 | ||||
-rw-r--r-- | sysutils/cdrtools/patches/patch-ab | 6 |
3 files changed, 11 insertions, 11 deletions
diff --git a/sysutils/cdrtools/Makefile b/sysutils/cdrtools/Makefile index 0f8c539fa80..12595cc783e 100644 --- a/sysutils/cdrtools/Makefile +++ b/sysutils/cdrtools/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.35 2008/06/21 18:52:23 wiz Exp $ +# $NetBSD: Makefile,v 1.36 2008/07/29 22:05:31 wiz Exp $ -DISTNAME= cdrtools-2.01.01a41 -PKGNAME= cdrtools-2.01.01.41 +DISTNAME= cdrtools-2.01.01a43 +PKGNAME= cdrtools-2.01.01.43 CATEGORIES= sysutils MASTER_SITES= ftp://ftp.berlios.de/pub/cdrecord/alpha/ EXTRACT_SUFX= .tar.bz2 diff --git a/sysutils/cdrtools/distinfo b/sysutils/cdrtools/distinfo index db49bcea14c..2800d424cc9 100644 --- a/sysutils/cdrtools/distinfo +++ b/sysutils/cdrtools/distinfo @@ -1,10 +1,10 @@ -$NetBSD: distinfo,v 1.17 2008/06/21 18:52:23 wiz Exp $ +$NetBSD: distinfo,v 1.18 2008/07/29 22:05:31 wiz Exp $ -SHA1 (cdrtools-2.01.01a41.tar.bz2) = b1849fe6218c111de2eb31bb90df18abf2a7f7f4 -RMD160 (cdrtools-2.01.01a41.tar.bz2) = e307fecc3830a2084d110df4086b5f673a82c74a -Size (cdrtools-2.01.01a41.tar.bz2) = 1667296 bytes +SHA1 (cdrtools-2.01.01a43.tar.bz2) = fb996f1f39fdfafdc512b11910286582d527a415 +RMD160 (cdrtools-2.01.01a43.tar.bz2) = d87069c15f786f9204cac81e5975052a1b7c8d40 +Size (cdrtools-2.01.01a43.tar.bz2) = 1671570 bytes SHA1 (patch-aa) = d6f4c286d2d53e5f422e1c30e96b0a4a8efb6cf7 -SHA1 (patch-ab) = 04a52760204f266ab42ec3eb19fc1e4c82546617 +SHA1 (patch-ab) = 5352fee446483e2a5e7917ebf9a84e7c7fd65bb7 SHA1 (patch-ac) = cde9bd57eef040d27734f6c86c55ac6153025d4f SHA1 (patch-ad) = ef1413689b9d6f0f47f80840f20af3edd34159dd SHA1 (patch-ah) = fb6abfd0a2e92370f1fc8c00426852fb5f83ae18 diff --git a/sysutils/cdrtools/patches/patch-ab b/sysutils/cdrtools/patches/patch-ab index 27fd0e7ad0b..9be97c742fd 100644 --- a/sysutils/cdrtools/patches/patch-ab +++ b/sysutils/cdrtools/patches/patch-ab @@ -1,11 +1,11 @@ -$NetBSD: patch-ab,v 1.3 2008/02/11 13:05:14 bjs Exp $ +$NetBSD: patch-ab,v 1.4 2008/07/29 22:05:31 wiz Exp $ ---- cdda2wav/Makefile.orig 2007-06-15 11:43:04.000000000 -0400 +--- cdda2wav/Makefile.orig 2008-06-24 20:19:39.000000000 +0000 +++ cdda2wav/Makefile @@ -24,7 +24,7 @@ HFILES= cdda2wav.h interface.h semshm.h sndconfig.h scsi_cmds.h lowlevel.h byteorder.h mycdrom.h \ base64.h sha.h mmsystem.h cd_text.c cd_extra.c \ - defaults.h version.h + parse.h defaults.h version.h -LIBS= -lrscg -lscg $(LIB_VOLMGT) -lparanoia -ldeflt -lschily $(SCSILIB) $(EXTRALIB) $(LIB_SOCKET) +LIBS= -lrscg -lscg $(LIB_VOLMGT) -lparanoia -ldeflt -lschily $(SCSILIB) $(EXTRALIB) $(LIB_SOCKET) $(LIB_RT) XMK_FILE= Makefile.man Makefile.rd cdda2ogg.mk1 |