pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/doc Update abcde to version 2.3.2. Changes since 2.2.6:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c7e269709594
branches:  trunk
changeset: 500265:c7e269709594
user:      sketch <sketch%pkgsrc.org@localhost>
date:      Tue Oct 04 20:58:43 2005 +0000

description:
Update abcde to version 2.3.2.  Changes since 2.2.6:

abcde 2.3.2

  * Too fast... I forgot to make the tarball and change the version strings in
    several places. Fixed.

 -- Jesus Climent <jesus.climent%hispalinux.es@localhost>  Fri, 19 Aug 2005 00:44:37 +0300

abcde 2.3.1

  * The new "I knew there were going to be bugs" upstream release!
  * MKCUE needs to be passed some $CDROM as an option, or otherwise it will
    not read the CDROM, in case is not /dev/cdrom.
  * Also, make the CUEREADER a bit more general, since we might be using other
    CUE extractors.

 -- Jesus Climent <jesus.climent%hispalinux.es@localhost>  Thu, 18 Aug 2005 23:44:20 +0300

abcde 2.3.0

  * New upstream release!
  * Defining the tracknumber now resets the first track if given a number
    different than 1 (that is: abcde -T 1 2-10 creates songs 1 to 9).
  * Modified the FAQ to reflect the changes on Marillat's repo
    (Closes: #315724).
  * Should be "space" safe: works properly when the working directory contains
    a space (Closes: #147493).
  * Repared the CD query for the discid code. When failing to read a disc,
    actually report that there might be no disc in the drive.
  * Right now, walk over the different encoders we Depends: on in Debian and
    use the one available: if a user has a FLAC encoder, abcde will no install
    vorbis-tools, so it will fail to run out of the box (Closes: #321216)
  * Added CUE support. Still experimental...
  * Added FLAC on Ogg. Still not activated, since we cannot get comments added
    as a post-process action.
  * Applied patches from Fedora Core (Credit goes to Nils Philippsen
    <nphilipp%redhat.com@localhost>)
  * Added a post_read() function to be executed before ejecting the CD.
  * Typos reported by A Costa corrected (Closes: #311463)
  * Problem with abcde being run in a directory with files containing only
    numbers solved (Closes: #313628).
  * vorbiscomment uses now "-R" (Closes: #303566).
  * "-t" and "-T" use the first track as a starter for the track list.
    (Closes: #305749).
  * Added CDPARANOIACDROMBUS option to define -d in case of using IDE and SCSI
    in case of using ide-scsi emulation layer (Closes: #290768).
  * Define metaflac in abcde.conf (Closes: #303555)

 -- Jesus Climent <jesus.climent%hispalinux.es@localhost>  Wed, 10 Aug 2005 07:00:26 +0300

diffstat:

 audio/abcde/Makefile         |   6 +++---
 audio/abcde/distinfo         |  12 ++++++------
 audio/abcde/patches/patch-ab |  14 +++++++-------
 audio/abcde/patches/patch-ac |  28 ++++++++++++++--------------
 doc/CHANGES                  |   3 ++-
 doc/TODO                     |   3 +--
 6 files changed, 33 insertions(+), 33 deletions(-)

diffs (180 lines):

diff -r 77b316e42441 -r c7e269709594 audio/abcde/Makefile
--- a/audio/abcde/Makefile      Tue Oct 04 20:52:16 2005 +0000
+++ b/audio/abcde/Makefile      Tue Oct 04 20:58:43 2005 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.35 2005/08/05 07:23:43 sketch Exp $
+# $NetBSD: Makefile,v 1.36 2005/10/04 20:58:43 sketch Exp $
 
-DISTNAME=      abcde_2.2.6.orig
+DISTNAME=      abcde_2.3.3.orig
 PKGNAME=       ${DISTNAME:S/_/-/:S/.orig//}
 CATEGORIES=    audio
-MASTER_SITES=  ${MASTER_SITE_DEBIAN:=pool/main/a/abcde/}
+MASTER_SITES=  http://www.hispalinux.es/~data/files/
 
 MAINTAINER=    sketch%NetBSD.org@localhost
 HOMEPAGE=      http://www.hispalinux.es/~data/abcde.php
diff -r 77b316e42441 -r c7e269709594 audio/abcde/distinfo
--- a/audio/abcde/distinfo      Tue Oct 04 20:52:16 2005 +0000
+++ b/audio/abcde/distinfo      Tue Oct 04 20:58:43 2005 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.28 2005/05/15 00:36:28 snj Exp $
+$NetBSD: distinfo,v 1.29 2005/10/04 20:58:43 sketch Exp $
 
-SHA1 (abcde_2.2.6.orig.tar.gz) = dfb7433d8f2a783dab572cb27c9f54d04d8bde09
-RMD160 (abcde_2.2.6.orig.tar.gz) = 88795c8d964887dbfb2b83541ffb1b5af3e56bfd
-Size (abcde_2.2.6.orig.tar.gz) = 64213 bytes
-SHA1 (patch-ab) = 920c34f3c59c9c7da93ed62a7335566d9cb7d424
-SHA1 (patch-ac) = 8b56a86366938e2deea5b7e7cad2a400cf3eb024
+SHA1 (abcde_2.3.3.orig.tar.gz) = 76486a0bcb4ac85d052e0d244da3abbeab3c5db0
+RMD160 (abcde_2.3.3.orig.tar.gz) = a96030891e263e765cd86151ec227b1d3babbcea
+Size (abcde_2.3.3.orig.tar.gz) = 73458 bytes
+SHA1 (patch-ab) = 9fe36ee69e628a4c460dd8ee30b4e9bca29d7081
+SHA1 (patch-ac) = bccc87311251c1c664440f36d05fbbcb3f1b7dba
diff -r 77b316e42441 -r c7e269709594 audio/abcde/patches/patch-ab
--- a/audio/abcde/patches/patch-ab      Tue Oct 04 20:52:16 2005 +0000
+++ b/audio/abcde/patches/patch-ab      Tue Oct 04 20:58:43 2005 +0000
@@ -1,13 +1,13 @@
-$NetBSD: patch-ab,v 1.8 2005/05/15 00:36:28 snj Exp $
+$NetBSD: patch-ab,v 1.9 2005/10/04 20:58:43 sketch Exp $
 
---- abcde.conf.orig    2005-03-01 05:19:50.000000000 -0800
-+++ abcde.conf 2005-05-14 08:15:50.000000000 -0700
-@@ -174,7 +174,7 @@
+--- abcde.conf.orig    2005-10-04 21:45:58.000000000 +0100
++++ abcde.conf 2005-10-04 21:46:09.000000000 +0100
+@@ -184,7 +184,7 @@
  #ACTIONS=cddb,read,encode,tag,move,clean
  
  # CD device you want to read from
 -#CDROM=/dev/cdrom
 +#CDROM=/dev/rcd0d
- 
- # Optional CDROM device-ID for readers requiring the SCSI-syntax Bus,ID,Lun
- #CDROMID=0,3,0
+ # If we are using the IDE bus, we need CDPARANOIACDROMBUS defined as "d"
+ # If we are using the ide-scsi emulation layer, we need to define a "g"
+ #CDPARANOIACDROMBUS="d"
diff -r 77b316e42441 -r c7e269709594 audio/abcde/patches/patch-ac
--- a/audio/abcde/patches/patch-ac      Tue Oct 04 20:52:16 2005 +0000
+++ b/audio/abcde/patches/patch-ac      Tue Oct 04 20:58:43 2005 +0000
@@ -1,8 +1,8 @@
-$NetBSD: patch-ac,v 1.20 2005/05/15 00:36:28 snj Exp $
+$NetBSD: patch-ac,v 1.21 2005/10/04 20:58:43 sketch Exp $
 
---- abcde.orig 2005-04-03 11:50:28.000000000 -0700
-+++ abcde      2005-05-14 09:21:24.000000000 -0700
-@@ -1227,7 +1227,11 @@ do_cddbread ()
+--- abcde.orig 2005-10-04 21:39:38.000000000 +0100
++++ abcde      2005-10-04 21:44:53.000000000 +0100
+@@ -1559,7 +1559,11 @@
  do_cddbedit ()
  {
        if checkstatus cddb-edit >/dev/null; then
@@ -14,16 +14,16 @@
                VARIOUSARTISTS="$(checkstatus variousartists)"
                VARIOUSARTISTSTYLE="$(checkstatus variousartiststyle)"
                return 0
-@@ -1482,7 +1486,7 @@ do_cddbedit ()
+@@ -1824,7 +1828,7 @@
        echo "variousartiststyle=$VARIOUSARTISTSTYLE" >> "$ABCDETEMPDIR/status"
  
        if [ "$EDITCDDB" = "y" ] && [ "$UNINTENTIONALLY_ANGER_THE_FREEDB_PEOPLE" = "y" ]; then
--              if [ $CDDBDATAMD5SUM != "" ]  && [ $CDDBDATAMD5SUM != $($MD5SUM "$CDDBDATA" | cut -d" " -f1) ]; then
+-              if [ $CDDBDATAMD5SUM != "" ]  && [ $CDDBDATAMD5SUM != $($MD5SUM "$CDDBDATA" | cut -d " " -f 1) ]; then
 +              if [ "$CDDBDATAMD5SUM" != "" ]  && [ "$CDDBDATAMD5SUM" != "$($MD5SUM '$CDDBDATA' | cut -d' ' -f1)" ]; then
                        # This works but does not have the necessary error checking
                        # yet. If you are familiar with the CDDB spec
                        # (see http://www.freedb.org/src/latest/DBFORMAT) 
-@@ -1764,7 +1768,7 @@ MD5SUM=md5sum
+@@ -2114,7 +2118,7 @@
  DISTMP3=distmp3
  VORBISCOMMENT=vorbiscomment
  METAFLAC=metaflac
@@ -31,8 +31,8 @@
 +NORMALIZE=normalize
  CDSPEED=eject
  VORBISGAIN=vorbisgain
- 
-@@ -1811,6 +1815,7 @@ if [ X$(uname) = "XFreeBSD" ] ; then
+ MKCUE=mkcue
+@@ -2169,6 +2173,7 @@
        HTTPGET=fetch
        NEEDCDROMID=y
        OSFLAVOUR=FBSD
@@ -40,7 +40,7 @@
  elif [ X$(uname) = "XDarwin" ] ; then
        HTTPGET=curl
        OSFLAVOUR=OSX
-@@ -1819,6 +1824,9 @@ elif [ X$(uname) = "XDarwin" ] ; then
+@@ -2178,6 +2183,9 @@
  elif [ X$(uname) = "XOpenBSD" ] ; then
        HTTPGET=wget
        MD5SUM=md5
@@ -50,7 +50,7 @@
  else
        HTTPGET=wget
  fi
-@@ -1837,8 +1845,8 @@ if [ -z "$WAVOUTPUTDIR" ]; then
+@@ -2197,8 +2205,8 @@
  fi
  
  # Load system defaults
@@ -61,7 +61,7 @@
  fi
  # Load user preference defaults
  if [ -r $HOME/.abcde.conf ]; then
-@@ -1871,6 +1879,9 @@ if [ "$CDROM" = "" ] ; then
+@@ -2231,6 +2239,9 @@
                CDROM=/dev/acd0c
        elif [ -e /dev/disk1 ]; then
                CDROM=/dev/disk1
@@ -71,7 +71,7 @@
        fi
  fi
  
-@@ -2011,7 +2022,7 @@ fi
+@@ -2427,7 +2438,7 @@
  case "$CDROMREADERSYNTAX" in
        cdparanoia|debug)
                CDROMREADER="$CDPARANOIA"
@@ -80,7 +80,7 @@
                ;;
        cdda2wav)
                CDROMREADER="$CDDA2WAV"
-@@ -2185,7 +2196,8 @@ for X in $CDROMREADER $CDDISCID ${NEEDTA
+@@ -2681,7 +2692,8 @@
  do
        # Cut off the command-line options we just added in
        X=$(echo $X | cut -d' ' -f2)
diff -r 77b316e42441 -r c7e269709594 doc/CHANGES
--- a/doc/CHANGES       Tue Oct 04 20:52:16 2005 +0000
+++ b/doc/CHANGES       Tue Oct 04 20:58:43 2005 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES,v 1.11337 2005/10/04 19:19:05 wiz Exp $
+$NetBSD: CHANGES,v 1.11338 2005/10/04 21:00:59 sketch Exp $
 
 Changes to the packages collection and infrastructure in 2005:
 
@@ -4281,3 +4281,4 @@
        Added textproc/p5-Text-Unaccent version 1.08 [wiz 2005-10-04]
        Updated www/bins to 1.1.29 [wiz 2005-10-04]
        Updated multimedia/xawtv to 3.95 [wiz 2005-10-04]
+       Updated audio/abcde to 2.3.3 [sketch 2005-10-04]
diff -r 77b316e42441 -r c7e269709594 doc/TODO
--- a/doc/TODO  Tue Oct 04 20:52:16 2005 +0000
+++ b/doc/TODO  Tue Oct 04 20:58:43 2005 +0000
@@ -1,4 +1,4 @@
-$NetBSD: TODO,v 1.3966 2005/10/04 19:19:05 wiz Exp $
+$NetBSD: TODO,v 1.3967 2005/10/04 21:00:59 sketch Exp $
 
 Suggested new packages
 ======================
@@ -303,7 +303,6 @@
        o XaoS-3.1.1
        o YoSucker-73
        o aap-0.144
-       o abcde-2.3.0
        o abook-0.5.4
        o acpi-iasl-20040715
        o advancecomp-1.14



Home | Main Index | Thread Index | Old Index