# HG changeset patch # User Hans-G?nter Theisgen # Date 1654866106 -3600 # Node ID a769fef7a975ab269745f281c04cd09f85a55ae6 # Parent dad19ef500740853532f79cadd94de9e341d50c1 updated alsaequal (0.6 -> 0.7.1) diff -r dad19ef50074 -r a769fef7a975 alsaequal/description.txt --- a/alsaequal/description.txt Fri Jun 10 13:52:51 2022 +0100 +++ b/alsaequal/description.txt Fri Jun 10 14:01:46 2022 +0100 @@ -1,4 +1,5 @@ -Alsaequal is a real-time adjustable equalizer plugin for ALSA. It can be -adjusted using an ALSA-compatible mixer, e.g. alsamixergui or alsamixer. By -default, it uses the equalizer from the Caps LADSPA plugin package, but can -but configured to use most LADSPA plugins. +Alsaequal is a real-time adjustable equalizer plugin for ALSA. +It can be adjusted using an ALSA-compatible mixer, +e.g. alsamixergui or alsamixer. +By default, it uses the equalizer from the Caps LADSPA plugin +package, but can be configured to use most LADSPA plugins. diff -r dad19ef50074 -r a769fef7a975 alsaequal/receipt --- a/alsaequal/receipt Fri Jun 10 13:52:51 2022 +0100 +++ b/alsaequal/receipt Fri Jun 10 14:01:46 2022 +0100 @@ -1,17 +1,19 @@ # SliTaz package receipt. PACKAGE="alsaequal" -VERSION="0.6" +VERSION="0.7.1" CATEGORY="multimedia" SHORT_DESC="Real-time adjustable equalizer plugin for ALSA." MAINTAINER="paul@slitaz.org" LICENSE="LGPL2.1" -TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="https://web.archive.org/web/20161105202833/http://thedigitalmachine.net/alsaequal.html" + +TARBALL="$PACKAGE-$VERSION.tar.gz" WGET_URL="http://www.thedigitalmachine.net/tools/$TARBALL" +WGET_URL="https://github.com/bassdr/$PACKAGE/archive/v$VERSION.tar.gz" DEPENDS="alsa-utils caps" -BUILD_DEPENDS="caps alsa-lib-dev" +BUILD_DEPENDS="alsa-lib-dev caps ladspa-dev" # What is the latest version available today? current_version() @@ -30,5 +32,5 @@ genpkg_rules() { mkdir -p $fs/usr/lib/alsa-lib - cp -a $src/*.so* $fs/usr/lib/alsa-lib + cp -a $src/*.so* $fs/usr/lib/alsa-lib }