diff options
author | wiz <wiz@pkgsrc.org> | 2016-04-13 17:48:36 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2016-04-13 17:48:36 +0000 |
commit | bab44ca8f72e5df51eecb053e58d8a09589dfde7 (patch) | |
tree | bed56d920c96ebe26a91ea5405615bb482da235b /audio/abcde | |
parent | 53d681644bb0c6e2d3ec5c2b975279e4f3452124 (diff) | |
download | pkgsrc-bab44ca8f72e5df51eecb053e58d8a09589dfde7.tar.gz |
Update abcde to 2.7.2:
abcde 2.7.2
* When using musicbrainz, don't assume that there will be release
events attached to a particular CD release. Bug fix for the addition
of year information support in 2.7.1. Thanks to Ed Oehler and Alan W.
Kerr for debugging help.
* Support for output to the Matroska container (mka). Encoder
is FFmpeg (or avconv). Typical conf file syntax would be:
MKAENCODERSYNTAX=ffmpeg
FFMPEG=ffmpeg
FFMPEGENCOPTS="-c:a ac3 -b:a 448k"
OUTPUTTYPE="mka"
Thanks to Shantiq and Fakeoutdoorsman of the Ubuntu Forums
for the idea.
* Add id3tag mp3 tagger as this is the tagger available to
OpenBSD users. Thanks to Christopher Zimmermann for the
notification and patch.
* Allow for cddb response 500. Thanks again to Von Welch for the
bug report and patch. This closes Issue 26:
http://abcde.einval.com/bugzilla/show_bug.cgi?id=26
* Fix for 'expansion of $REDIR' bug on MacOSX. Thanks to Von Welch
for the bug report. This closes Issue 22:
http://abcde.einval.com/bugzilla/show_bug.cgi?id=22
* Makefile adjusted to allow the sample abcde.conf file to be
installed by default to /etc rather than $(prefix)/etc.
Thanks to Volker Schmidt from archlinux for the bug report:
https://bugs.archlinux.org/task/46671
* Allow getalbumart to correctly place cover image when single
track is selected. Thanks to Nino Burini for the bug report
and also the fix. This closes Issue 25:
http://abcde.einval.com/bugzilla/show_bug.cgi?id=25
Diffstat (limited to 'audio/abcde')
-rw-r--r-- | audio/abcde/Makefile | 4 | ||||
-rw-r--r-- | audio/abcde/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/audio/abcde/Makefile b/audio/abcde/Makefile index e3442b60871..97a3a44ba9e 100644 --- a/audio/abcde/Makefile +++ b/audio/abcde/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.57 2015/10/15 09:50:22 wiz Exp $ +# $NetBSD: Makefile,v 1.58 2016/04/13 17:48:36 wiz Exp $ -DISTNAME= abcde-2.7.1 +DISTNAME= abcde-2.7.2 CATEGORIES= audio MASTER_SITES= http://abcde.einval.com/download/ diff --git a/audio/abcde/distinfo b/audio/abcde/distinfo index 368c46cc1c1..a8fbe66a67c 100644 --- a/audio/abcde/distinfo +++ b/audio/abcde/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.42 2015/11/04 17:41:15 agc Exp $ +$NetBSD: distinfo,v 1.43 2016/04/13 17:48:36 wiz Exp $ -SHA1 (abcde-2.7.1.tar.gz) = 33c3e10f5b2b2063fa48bb094510ba59e868ad7c -RMD160 (abcde-2.7.1.tar.gz) = 2540056428c5183c248d75e0d310e838e736f2a7 -SHA512 (abcde-2.7.1.tar.gz) = 55d0d6e01af7a492367889f948b1beb3d08ecf2204d6384a93f9b3ed4b8f34fad2c1e517f56a87c2d3041bf116fe6aaa7d1ae98705e4f5f89283288588c8b48e -Size (abcde-2.7.1.tar.gz) = 144302 bytes +SHA1 (abcde-2.7.2.tar.gz) = 0f40fc57907de4a58a7150e7983e37ce2261419a +RMD160 (abcde-2.7.2.tar.gz) = d1d682c758e77b308d6c6ac3ce397d8ee7fa9533 +SHA512 (abcde-2.7.2.tar.gz) = b39af36d539de85b76e19da9fbe7ebb2dcbe69cc00a760eeaa163b402c9f7fbf399e28e6834904c12fc42706ab844522f3fc012bcd50a591b36f8c0b778af563 +Size (abcde-2.7.2.tar.gz) = 146407 bytes SHA1 (patch-ab) = eacbb4582c8dc74c6415adbb0af387aacce81ccc SHA1 (patch-abcde) = d6af00ab25100448f4c081e4b287909ef801506f |