Date: Wednesday, November 2, 2022 @ 21:31:30 Author: dvzrv Revision: 1341077
upgpkg: avldrums.lv2 0.5.1-1: Upgrade to 0.5.1. Add all available sodeps. Fix the use of git submodules. Modified: avldrums.lv2/trunk/PKGBUILD ----------+ PKGBUILD | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-11-02 21:30:43 UTC (rev 1341076) +++ PKGBUILD 2022-11-02 21:31:30 UTC (rev 1341077) @@ -1,8 +1,8 @@ # Maintainer: David Runge <[email protected]> pkgname=avldrums.lv2 -_commit=00ef993200f2318d8124cd07a75ee0ef02f35f9c # refs/tags/v0.5.0 -pkgver=0.5.0 +_commit=e96083456828192dc63663ea2d97c481e1a2c6fa # refs/tags/v0.5.1 +pkgver=0.5.1 pkgrel=1 pkgdesc="A simple Drum Sample Player Plugin, dedicated to the AVLinux Drumkits" arch=(x86_64) @@ -9,12 +9,12 @@ url="https://x42-plugins.com/x42/x42-avldrums" license=(GPL2) groups=(pro-audio lv2-plugins) -depends=(cairo glibc libglvnd libx11 lv2-host) -makedepends=(fluidsynth git glib2 glu lv2 pango) +depends=(cairo glibc libx11 lv2-host) +makedepends=(fluidsynth git glib2 glu libglvnd lv2 pango) checkdepends=(lv2lint) options=(debug) source=( - git+https://github.com/x42/$pkgname.git#commit=$_commit + git+https://github.com/x42/$pkgname.git#tag=$_commit git+https://github.com/x42/robtk $pkgname-0.4.2-use-system-fluidsynth.patch ) @@ -30,7 +30,7 @@ cd $pkgname git submodule init git config submodule.robtk.url "$srcdir/robtk" - git submodule update + git -c protocol.file.allow=always submodule update ) # build against system fluidsynth @@ -48,7 +48,12 @@ } package() { - depends+=(libfluidsynth.so libgobject-2.0.so libpango-1.0.so libpangocairo-1.0.so) + depends+=( + fluidsynth libfluidsynth.so + glib2 libgobject-2.0.so + libglvnd libGL.so + pango libpango-1.0.so libpangocairo-1.0.so + ) make DESTDIR="$pkgdir" PREFIX=/usr install -C $pkgname }
