[arch-commits] Commit in fluajho/repos (2 files)
Felix Yan
felixonmars at archlinux.org
Mon Nov 4 05:49:23 UTC 2019
Date: Monday, November 4, 2019 @ 05:49:22
Author: felixonmars
Revision: 523244
archrelease: copy trunk to community-staging-x86_64
Added:
fluajho/repos/community-staging-x86_64/
fluajho/repos/community-staging-x86_64/PKGBUILD
(from rev 523243, fluajho/trunk/PKGBUILD)
----------+
PKGBUILD | 30 ++++++++++++++++++++++++++++++
1 file changed, 30 insertions(+)
Copied: fluajho/repos/community-staging-x86_64/PKGBUILD (from rev 523243, fluajho/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD (rev 0)
+++ community-staging-x86_64/PKGBUILD 2019-11-04 05:49:22 UTC (rev 523244)
@@ -0,0 +1,30 @@
+# Maintainer: David Runge <dave at sleepmap.de>
+
+pkgname=fluajho
+pkgver=1.4
+pkgrel=2
+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'
+'libsndfile' 'libusb-1.0.so' 'libuuid.so' 'python' 'python-pyqt5' 'ttf-dejavu')
+makedepends=('nuitka')
+optdepends=('non-session-manager: Session management')
+provides=('soundfont-synthesizer')
+source=("https://www.laborejo.org/downloads/${pkgname}-${pkgver}.tar.gz"{,.sig})
+sha512sums=('40c31c5659f48357591155991bf32151b0992c7cb498a352f022fb288231e949a8c42b29606f3dd55349feaf97ad6b6162a0aa34cec6c9ec4d0fa474b7036b4e'
+ 'SKIP')
+validpgpkeys=('45D952EF384ADFBB00913E3428C6A306F2909FEE') # Nils Hilbricht <nils at hilbricht.com>
+
+build() {
+ cd "$pkgname-$pkgver"
+ ./configure --prefix=/usr
+ make
+}
+
+package() {
+ cd "$pkgname-$pkgver"
+ make DESTDIR="$pkgdir/" install
+}
More information about the arch-commits
mailing list