Package Details: tonelib-tube-warmth-bin 1.5.0-1

Git Clone URL: https://aur.archlinux.org/tonelib-tube-warmth-bin.git (read-only, click to copy)
Package Base: tonelib-tube-warmth-bin
Description: ToneLib Tube Warmth – The vibrancy and warmth of the tube along with the digital precision and clarity
Upstream URL: https://tonelib.net/tl-tubewarmth.html
Licenses: custom
Submitter: None
Maintainer: Versua7
Last Packager: Versua7
Votes: 1
Popularity: 0.000003
First Submitted: 2022-05-20 03:22 (UTC)
Last Updated: 2024-07-06 05:10 (UTC)

Latest Comments

bruno.unna commented on 2025-05-28 21:35 (UTC)

@funkmuscle

Using @Versua7's PKGBUILD file as a starting point, I've been able to create an installable package for TL BaxEQ.

Here's the modified file:

# Maintaner: Versua7 <Versua7@gmail.com>

pkgname='tonelib-baxeq-bin'
pkgver=1.0.0
pkgrel=1
pkgdesc="ToneLib BaxEQ – Classic Baxandall EQ for Gentle Tone Shaping"
arch=('x86_64')
license=('custom')
url="https://tonelib.net/plugins/tl-bax-eq.html"
depends=('gtk3' 'glib2' 'desktop-file-utils' 'alsa-lib' 'harfbuzz' 'fribidi' 'pango' 'freetype2')
optdepends=('jack: JACK output')
source=("${pkgname}-${pkgver}.deb::https://tonelib.vip/download/25-04-18/ToneLib-BaxEq-amd64.deb")
sha256sums=('8deb6d80908e5f7126ffe05559f20417c5189751257b77010f50a2f87b31dc56')

package () {
    tar xf data.tar.xz -C "${pkgdir}"
    install -D -m644 "${pkgdir}/usr/share/doc/tonelib-baxeq/copyright" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
}

post_install() {
    gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
    update-desktop-database -q
}

post_remove() {
    gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
    update-desktop-database -q
}

@Versua7: I don't want to assume that you intend to maintain this package as well. I just wanted to use your work as a starting point for this one.

bruno.unna commented on 2025-05-28 18:30 (UTC)

Hi!

Thanks, @Versua7, for maintaining this package.

Wondering if you would be interested in updating it? I propose the following change:

diff --git a/PKGBUILD b/PKGBUILD
index c347925..764c127 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
 # Maintainer: Versua7 <versua7@gmail.com>

 pkgname='tonelib-tube-warmth-bin'
-pkgver=1.5.0
+pkgver=2.0.1
 pkgrel=1
 pkgdesc="ToneLib Tube Warmth – The vibrancy and warmth of the tube along with the digital precision and clarity"
 arch=('x86_64')
@@ -9,8 +9,8 @@ license=('custom')
 url="https://tonelib.net/tl-tubewarmth.html"
 depends=('gtk3' 'glib2' 'desktop-file-utils' 'alsa-lib' 'harfbuzz' 'fribidi' 'pango' 'freetype2')
 optdepends=('jack: JACK output')
-source=("${pkgname}-${pkgver}.deb::https://tonelib.net/download/ToneLib-TubeWarmth-amd64.deb")
-sha256sums=('5c19f26282c2204d21bd0b7dd4adc31eb8e6e12923ce0c05de0e05e4604a64b8')
+source=("${pkgname}-${pkgver}.deb::https://tonelib.vip/download/24-09-02/ToneLib-TubeWarmth-amd64.deb")
+sha256sums=('46bfb77e83b9ed9c287e81346aae9a42ad83593e91664725f7ed533b175b6305')

 package () {
     tar xf data.tar.xz -C "${pkgdir}"

It builds and installs in my machine with no apparent issues.

I hope it helps. Kind regards.

funkmuscle commented on 2025-04-30 17:02 (UTC)

Hey, will you be making a build for this? https://tonelib.net/plugins/tl-bax-eq.html