wok rev 25069
updated alsaequal (0.6 -> 0.7.1)
author | Hans-G?nter Theisgen |
---|---|
date | Fri Jun 10 14:01:46 2022 +0100 (2022-06-10) |
parents | dad19ef50074 |
children | 53a8166b2e15 |
files | alsaequal/description.txt alsaequal/receipt |
line diff
1.1 --- a/alsaequal/description.txt Fri Jun 10 13:52:51 2022 +0100 1.2 +++ b/alsaequal/description.txt Fri Jun 10 14:01:46 2022 +0100 1.3 @@ -1,4 +1,5 @@ 1.4 -Alsaequal is a real-time adjustable equalizer plugin for ALSA. It can be 1.5 -adjusted using an ALSA-compatible mixer, e.g. alsamixergui or alsamixer. By 1.6 -default, it uses the equalizer from the Caps LADSPA plugin package, but can 1.7 -but configured to use most LADSPA plugins. 1.8 +Alsaequal is a real-time adjustable equalizer plugin for ALSA. 1.9 +It can be adjusted using an ALSA-compatible mixer, 1.10 +e.g. alsamixergui or alsamixer. 1.11 +By default, it uses the equalizer from the Caps LADSPA plugin 1.12 +package, but can be configured to use most LADSPA plugins.
2.1 --- a/alsaequal/receipt Fri Jun 10 13:52:51 2022 +0100 2.2 +++ b/alsaequal/receipt Fri Jun 10 14:01:46 2022 +0100 2.3 @@ -1,17 +1,19 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="alsaequal" 2.7 -VERSION="0.6" 2.8 +VERSION="0.7.1" 2.9 CATEGORY="multimedia" 2.10 SHORT_DESC="Real-time adjustable equalizer plugin for ALSA." 2.11 MAINTAINER="paul@slitaz.org" 2.12 LICENSE="LGPL2.1" 2.13 -TARBALL="$PACKAGE-$VERSION.tar.bz2" 2.14 WEB_SITE="https://web.archive.org/web/20161105202833/http://thedigitalmachine.net/alsaequal.html" 2.15 + 2.16 +TARBALL="$PACKAGE-$VERSION.tar.gz" 2.17 WGET_URL="http://www.thedigitalmachine.net/tools/$TARBALL" 2.18 +WGET_URL="https://github.com/bassdr/$PACKAGE/archive/v$VERSION.tar.gz" 2.19 2.20 DEPENDS="alsa-utils caps" 2.21 -BUILD_DEPENDS="caps alsa-lib-dev" 2.22 +BUILD_DEPENDS="alsa-lib-dev caps ladspa-dev" 2.23 2.24 # What is the latest version available today? 2.25 current_version() 2.26 @@ -30,5 +32,5 @@ 2.27 genpkg_rules() 2.28 { 2.29 mkdir -p $fs/usr/lib/alsa-lib 2.30 - cp -a $src/*.so* $fs/usr/lib/alsa-lib 2.31 + cp -a $src/*.so* $fs/usr/lib/alsa-lib 2.32 }