pkgsrc-Changes archive

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

CVS commit: pkgsrc/audio/asunder



Module Name:    pkgsrc
Committed By:   nia
Date:           Wed Apr  1 09:45:54 UTC 2020

Modified Files:
        pkgsrc/audio/asunder: Makefile distinfo

Log Message:
asunder: Update to 2.9.5

21 Oct 2019 - 2.9.5
===================
- Updated Catalan and Spanish translations.
The following was contributed by Felix Braun:
- Updated Opus support to have a smooth progress bar.

29 Aug 2019 - 2.9.4
===================
- Updated Finnish and Swedish translations.
- Added support for joining artist and title in title field (thanks to Tom Bailey).

1 Apr 2018 - 2.9.3
==================
The following was contributed by Gregory Margo:
- Allow changing the first track number and the width of the track number in the filename, making it easier to work with audiobooks and other multi-disk sets.
The following was contributed by Jonathan 'theJPster' Pallant:
- Use FDK-AAC instead of neroAacEnc.

19 Nov 2017 - 2.9.2
===================
- Updates Swedish translation.
The following fixes were contributed by Gregory Margo:
- Fixed the wavpack and mpc encoders to include APEv2 metadata.
- Remove 'single genre' code that's been unused since 2010.
- Added features to automatically fix some common mistakes in CDDB entries.
The following fix was contributed by Andreas Ronnquist:
- Fixed a bug where the config file couldn't be created because its parent directory could not be created because it existed already and was a regular file.

30 Jun 2017 - 2.9.1
===================
- Fixed a bug that caused a startup crash in some environments (reported in Arch Linux).
The following fix was contributed by Gregory Margo:
- Shorten requested filenames that are longer than the filesystem can handle.

8 May 2017 - 2.9
==================
The following fixes were contributed by Gregory Margo:
- Work around cdparanoia's filename length limits
- Fixed bug where multiple CDDB entries would only show once
- Improved the refresh/lookup system to work much better with more complicated CDs
- Fixed FLAC progress scanner. Both to make the percentage more reliable and to prevent a possible crash
- Added feature to select/deselect all tracks by clicking on rip checkbox header
- Fixed autocomplete file loading
- Fixed several potential buffer overflow bugs
- Fixed some minor memory leaks
- Fixed race condition during abort
- Improved completion percentage feedback
- Added feature to make the artist and title columns resizable
The following fixes were contributed by Andreas Ronnquist:
- Moved the config file to ~/.config/asunder without breaking old configs
- Moved the autocomplete files to ~/.cache/asunder without breaking old caches
The following fix was contributed by Pierre Lestringant (whz):
- Fixed musepack and aac playlist generation
The following fix was contributed by Matthew (mw):
- Add the ALBUMARTIST tag to flac files when "Single artist" is not checked.
The following fix was contributed by Antony Gelberg:
- Fixed when the CD is ejected to avoid problems before a full rip/encode cycle is completed.


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/audio/asunder/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/audio/asunder/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/audio/asunder/Makefile
diff -u pkgsrc/audio/asunder/Makefile:1.15 pkgsrc/audio/asunder/Makefile:1.16
--- pkgsrc/audio/asunder/Makefile:1.15  Tue Mar 10 22:09:18 2020
+++ pkgsrc/audio/asunder/Makefile       Wed Apr  1 09:45:54 2020
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.15 2020/03/10 22:09:18 wiz Exp $
+# $NetBSD: Makefile,v 1.16 2020/04/01 09:45:54 nia Exp $
 
-DISTNAME=      asunder-2.8
-PKGREVISION=   5
+DISTNAME=      asunder-2.9.5
 CATEGORIES=    audio
 MASTER_SITES=  http://littlesvr.ca/asunder/releases/
 EXTRACT_SUFX=  .tar.bz2
@@ -15,7 +14,8 @@ DEPENDS+=     cdparanoia-[0-9]*:../../audio/
 
 GNU_CONFIGURE=         yes
 USE_PKGLOCALEDIR=      yes
-USE_TOOLS+=            gmake pkg-config intltool msgfmt
+USE_TOOLS+=            gmake pkg-config
+USE_TOOLS+=            intltool msgfmt msgmerge xgettext
 
 .include "options.mk"
 

Index: pkgsrc/audio/asunder/distinfo
diff -u pkgsrc/audio/asunder/distinfo:1.4 pkgsrc/audio/asunder/distinfo:1.5
--- pkgsrc/audio/asunder/distinfo:1.4   Wed Apr 25 12:57:24 2018
+++ pkgsrc/audio/asunder/distinfo       Wed Apr  1 09:45:54 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.4 2018/04/25 12:57:24 triaxx Exp $
+$NetBSD: distinfo,v 1.5 2020/04/01 09:45:54 nia Exp $
 
-SHA1 (asunder-2.8.tar.bz2) = 85872ce9b43eb3b62853c466b0142c0c7c44ab42
-RMD160 (asunder-2.8.tar.bz2) = be883223c1cbb516c042b9521fba149e244c72c1
-SHA512 (asunder-2.8.tar.bz2) = 54f606e10a27cc73aa5c0f1dc74a2df87020562fb74f14ad7030dd1b5f4ab1a4f42477c7d23b5285a7b0cba00f75929f444bc63e18e8da545c3cbdd2c3330ebe
-Size (asunder-2.8.tar.bz2) = 269472 bytes
+SHA1 (asunder-2.9.5.tar.bz2) = 68c559b66f11437fe3a7f739cc4d09e2dc62180e
+RMD160 (asunder-2.9.5.tar.bz2) = e6139ebc68a5f21726f6ecd63406c8e768b4ba3e
+SHA512 (asunder-2.9.5.tar.bz2) = 40e27877c8fa17465b13a7fa08df6f94dbcb893bd6d8d46a389ca18bce4f574e04e894f9ca19f52bc22e7d1ec0db67a79f236ae4037be459bc24fe95739771dc
+Size (asunder-2.9.5.tar.bz2) = 273141 bytes



Home | Main Index | Thread Index | Old Index