diff options
author | wiz <wiz> | 2015-07-01 09:28:25 +0000 |
---|---|---|
committer | wiz <wiz> | 2015-07-01 09:28:25 +0000 |
commit | 1bd4a8c842eef2c1b35f37ad9733db716013b732 (patch) | |
tree | b8ac85eeea69be72ea9d2f4a62065d65e91508c4 /audio/abcde | |
parent | 75627051729df2f1fc0cdf42c2b71028a2af5233 (diff) | |
download | pkgsrc-1bd4a8c842eef2c1b35f37ad9733db716013b732.tar.gz |
Update to 2.7:
Changes in 2.7
* Rewrite of the mungefilename function.
* Support added for downloading album art.
* Support added for ripping with libcdio (cd-paranoia).
* Some error checking and a small help file added to abcde-musicbrainz-tool.
* Substantial renovations of m4a encoding with a choice now between encoding
with faac, NeroAacEnc and fdkaac.
* Fixes to USEPIPES with the addition of several new encoders and rippers.
Details on USEPIPES now available in the abcde FAQ doc.
* Support added for encoding with Monkey's Audio (ape), tagging is with
Robert Muth's apetag.
* Support added for encoding with WavPack.
* mp3 tagging renovated with version sniffing differentiating between eyeD3
versions. Tagging formalised with options now for id3, id3v2 and eyeD3.
* Many, many bug fixes. See the changelog for more details.
Diffstat (limited to 'audio/abcde')
-rw-r--r-- | audio/abcde/Makefile | 5 | ||||
-rw-r--r-- | audio/abcde/distinfo | 10 | ||||
-rw-r--r-- | audio/abcde/patches/patch-abcde | 8 |
3 files changed, 11 insertions, 12 deletions
diff --git a/audio/abcde/Makefile b/audio/abcde/Makefile index 3776ad53ccf..57cbebc3525 100644 --- a/audio/abcde/Makefile +++ b/audio/abcde/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.54 2015/01/08 10:27:24 wiz Exp $ +# $NetBSD: Makefile,v 1.55 2015/07/01 09:28:25 wiz Exp $ -DISTNAME= abcde-2.6 -PKGREVISION= 1 +DISTNAME= abcde-2.7 CATEGORIES= audio MASTER_SITES= http://abcde.einval.com/download/ diff --git a/audio/abcde/distinfo b/audio/abcde/distinfo index 8b9e9951d44..3b118aa09f5 100644 --- a/audio/abcde/distinfo +++ b/audio/abcde/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.38 2015/01/08 10:27:24 wiz Exp $ +$NetBSD: distinfo,v 1.39 2015/07/01 09:28:25 wiz Exp $ -SHA1 (abcde-2.6.tar.gz) = a1545fb63673e247c8378e9925505e23ace806dc -RMD160 (abcde-2.6.tar.gz) = 958f163b33efeda99b16f5ae6bfe35831e9eb652 -Size (abcde-2.6.tar.gz) = 105609 bytes +SHA1 (abcde-2.7.tar.gz) = 96922c903e6ee77fe0b67cb22f2a68819d63b374 +RMD160 (abcde-2.7.tar.gz) = a675dad88c6df27e11a5d3dc2625e871b0ddec5a +Size (abcde-2.7.tar.gz) = 140039 bytes SHA1 (patch-ab) = eacbb4582c8dc74c6415adbb0af387aacce81ccc -SHA1 (patch-abcde) = 90454d1fd7a83fce184afa71ce87675b0fdec241 +SHA1 (patch-abcde) = c3cb9e729b795d37c0d46cf13535a444e0cecfac diff --git a/audio/abcde/patches/patch-abcde b/audio/abcde/patches/patch-abcde index c14352480ae..1cb87917a21 100644 --- a/audio/abcde/patches/patch-abcde +++ b/audio/abcde/patches/patch-abcde @@ -1,13 +1,13 @@ -$NetBSD: patch-abcde,v 1.1 2015/01/08 10:27:24 wiz Exp $ +$NetBSD: patch-abcde,v 1.2 2015/07/01 09:28:25 wiz Exp $ Default to cdda2wav since icedax is not in pkgsrc. ---- abcde.orig 2014-10-26 20:16:54.000000000 +0000 +--- abcde.orig 2015-06-18 12:26:40.000000000 +0000 +++ abcde -@@ -3274,7 +3274,7 @@ AACTAG=faac - ATOMICPARSLEY=AtomicParsley +@@ -3441,7 +3441,7 @@ NEROAACTAG=neroAacTag CDPARANOIA=cdparanoia + CD_PARANOIA=cd-paranoia -CDDA2WAV=icedax +CDDA2WAV=cdda2wav DAGRAB=dagrab |