Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
guitarix
Commits:
10043520 by Antonio Rojas at 2024-08-30T20:56:03+02:00
upgpkg: 0.46.0-2: boost 1.86 rebuild, use internal waf as 2.1 is not supported
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = guitarix
pkgdesc = A simple mono guitar amplifier and FX for JACK using Faust
pkgver = 0.46.0
- pkgrel = 1
+ pkgrel = 2
url = https://guitarix.org
arch = x86_64
groups = lv2-plugins
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
pkgname=guitarix
pkgver=0.46.0
-pkgrel=1
+pkgrel=2
pkgdesc="A simple mono guitar amplifier and FX for JACK using Faust"
arch=(x86_64)
url="https://guitarix.org"
@@ -88,8 +88,8 @@ build() {
export LINKFLAGS="$LDFLAGS"
cd $pkgname-$pkgver
- waf configure "${waf_options[@]}"
- waf build -vv
+ ./waf configure "${waf_options[@]}"
+ ./waf build -vv
}
package() {
@@ -112,7 +112,7 @@ package() {
)
cd $pkgname-$pkgver
- waf install --destdir="$pkgdir"
+ ./waf install --destdir="$pkgdir"
# docs
install -vDm 644 {changelog,README} -t "$pkgdir/usr/share/doc/$pkgname/"
}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/guitarix/-/commit/100435201db5bcde9799cd30a00550f4c6ded52f
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/guitarix/-/commit/100435201db5bcde9799cd30a00550f4c6ded52f
You're receiving this email because of your account on gitlab.archlinux.org.