pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/sysutils/cdrtools Update to 2.01.01a43:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/600610163ab7
branches:  trunk
changeset: 545274:600610163ab7
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue Jul 29 22:05:31 2008 +0000

description:
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@localhost):

-       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@localhost):

-       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.

diffstat:

 sysutils/cdrtools/Makefile         |   6 +++---
 sysutils/cdrtools/distinfo         |  10 +++++-----
 sysutils/cdrtools/patches/patch-ab |   6 +++---
 3 files changed, 11 insertions(+), 11 deletions(-)

diffs (51 lines):

diff -r a6bac53ba0de -r 600610163ab7 sysutils/cdrtools/Makefile
--- a/sysutils/cdrtools/Makefile        Tue Jul 29 21:58:25 2008 +0000
+++ b/sysutils/cdrtools/Makefile        Tue Jul 29 22:05:31 2008 +0000
@@ -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 -r a6bac53ba0de -r 600610163ab7 sysutils/cdrtools/distinfo
--- a/sysutils/cdrtools/distinfo        Tue Jul 29 21:58:25 2008 +0000
+++ b/sysutils/cdrtools/distinfo        Tue Jul 29 22:05:31 2008 +0000
@@ -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 -r a6bac53ba0de -r 600610163ab7 sysutils/cdrtools/patches/patch-ab
--- a/sysutils/cdrtools/patches/patch-ab        Tue Jul 29 21:58:25 2008 +0000
+++ b/sysutils/cdrtools/patches/patch-ab        Tue Jul 29 22:05:31 2008 +0000
@@ -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



Home | Main Index | Thread Index | Old Index