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.
27 lines
763 B
Makefile
27 lines
763 B
Makefile
# $NetBSD: Makefile,v 1.16 2020/04/01 09:45:54 nia Exp $
|
|
|
|
DISTNAME= asunder-2.9.5
|
|
CATEGORIES= audio
|
|
MASTER_SITES= http://littlesvr.ca/asunder/releases/
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= dtyson@anduin.org.uk
|
|
HOMEPAGE= http://littlesvr.ca/asunder/
|
|
COMMENT= Graphical CD ripper
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
DEPENDS+= cdparanoia-[0-9]*:../../audio/cdparanoia
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_PKGLOCALEDIR= yes
|
|
USE_TOOLS+= gmake pkg-config
|
|
USE_TOOLS+= intltool msgfmt msgmerge xgettext
|
|
|
|
.include "options.mk"
|
|
|
|
BUILDLINK_API_DEPENDS.libcddb+= libcddb>=0.9.5
|
|
.include "../../audio/libcddb/buildlink3.mk"
|
|
.include "../../devel/gettext-lib/buildlink3.mk"
|
|
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
|
|
.include "../../x11/gtk2/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|