asunder: update to 2.9.6.

This commit is contained in:
Helmut Pozimski 2020-05-30 22:38:03 +02:00
parent c28811fe74
commit a149a9ce71

View file

@ -1,19 +1,18 @@
# Template file for 'asunder'
pkgname=asunder
version=2.9.5
revision=2
version=2.9.6
revision=1
build_style=gnu-configure
hostmakedepends="intltool pkg-config"
makedepends="gtk+-devel libcddb-devel"
# XXX: Still wants: bin/neroAacEnc (AAC nero encoder) bin/mpcenc (Musepack)
depends="MonkeysAudio cdparanoia flac lame opus vorbis-tools wavpack"
short_desc="Graphical Audio CD ripper and encoder"
maintainer="Helmut Pozimski <helmut@pozimski.eu>"
license="GPL-2.0-or-later"
homepage="http://littlesvr.ca/asunder/"
distfiles="http://littlesvr.ca/asunder/releases/asunder-${version}.tar.bz2"
checksum=64ce1159e237ec5fa785fe1e98f4e176f27e3b043f1ed0a058948f2cbe323d19
checksum=ea3c7fa65b2373461eb3d9f929aa85499aa00359a43dbbd80d1e1f48056a96f9
pre_build() {
sed -i 's:cd syslogng && $(MAKE) install:true:' Makefile.in
vsed -i 's:cd syslogng && $(MAKE) install:true:' Makefile.in
}