[arch-commits] Commit in fluajho/trunk (PKGBUILD)
David Runge
dvzrv at archlinux.org
Wed Apr 15 09:03:51 UTC 2020
Date: Wednesday, April 15, 2020 @ 09:03:50
Author: dvzrv
Revision: 614547
upgpkg: fluajho 1.5-1: Upgrading to 1.5.
Adding all sodeps in package() and moving the respective packages to makedepends.
Modified:
fluajho/trunk/PKGBUILD
----------+
PKGBUILD | 15 ++++++++-------
1 file changed, 8 insertions(+), 7 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-04-15 07:12:04 UTC (rev 614546)
+++ PKGBUILD 2020-04-15 09:03:50 UTC (rev 614547)
@@ -1,21 +1,20 @@
# Maintainer: David Runge <dvzrv at archlinux.org>
pkgname=fluajho
-pkgver=1.4.1
-pkgrel=2
+pkgver=1.5
+pkgrel=1
pkgdesc="A simple sf2 soundfont host/player"
arch=('x86_64')
url="https://www.laborejo.org/fluajho.git/"
license=('GPL3')
groups=('pro-audio')
-depends=('glibc' 'glib2' 'hicolor-icon-theme' 'libfluidsynth.so' 'libjack.so'
-'libncursesw.so' 'libsndfile' 'libuuid.so' 'python' 'python-pyqt5'
-'ttf-dejavu')
-makedepends=('nuitka')
+depends=('glibc' 'hicolor-icon-theme' 'python' 'python-pyqt5' 'ttf-dejavu')
+makedepends=('fluidsynth' 'glib2' 'jack' 'libsndfile' 'libutil-linux' 'ncurses'
+'nuitka')
optdepends=('non-session-manager: Session management')
provides=('soundfont-synthesizer')
source=("https://www.laborejo.org/downloads/${pkgname}-${pkgver}.tar.gz"{,.sig})
-sha512sums=('b80f3e0777329e06d642ffdc8d30e6e3de52c9a7b1f557c2f63b339902e6010b1f6e612bd31d1d84f9af96b31e1a60ecce6de063a02c49a871feaf0ded017358'
+sha512sums=('7446192ff8b7fc57446b636fa7c81fa65d70a4f71c1bb6fefadc64cf1e2c2ec3b4acd29b89460616f50a559bb84db49abb6c78e366ae2c9058e2c3e6f1e38b8b'
'SKIP')
validpgpkeys=('45D952EF384ADFBB00913E3428C6A306F2909FEE') # Nils Hilbricht <nils at hilbricht.com>
@@ -26,6 +25,8 @@
}
package() {
+ depends+=('libfluidsynth.so' 'libglib-2.0.so' 'libjack.so' 'libncursesw.so'
+ 'libsndfile.so' 'libuuid.so')
cd "$pkgname-$pkgver"
make DESTDIR="$pkgdir/" install
}
More information about the arch-commits
mailing list