mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-16 23:57:11 +00:00
community/x42-plugins to 20191215-1
This commit is contained in:
parent
39f9c4fd01
commit
e48cb92ce7
1 changed files with 12 additions and 9 deletions
|
@ -1,27 +1,28 @@
|
|||
# Maintainer: David Runge <dave@sleepmap.de>
|
||||
# Maintainer: David Runge <dvzrv@archlinux.org>
|
||||
# Contributor: Lieven Moors <lievenmoors@gmail.com>
|
||||
|
||||
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
|
||||
# - export OPTIMIZATIONS to override Makefiles without x86isms
|
||||
|
||||
pkgname=x42-plugins
|
||||
pkgver=20191013
|
||||
pkgver=20191215
|
||||
pkgrel=1
|
||||
pkgdesc="Collection of LV2 plugins"
|
||||
arch=('x86_64')
|
||||
url="https://github.com/x42/x42-plugins"
|
||||
license=('GPL2' 'GPL3')
|
||||
depends=('cairo' 'fftw' 'ftgl' 'gcc-libs' 'glib2' 'glibc' 'hicolor-icon-theme'
|
||||
'libsamplerate' 'libltc' 'libx11' 'pango' 'zita-convolver')
|
||||
makedepends=('gendesk' 'help2man' 'jack' 'liblo' 'lv2' 'ttf-dejavu')
|
||||
optdepends=('jack: for standalone applications'
|
||||
'liblo: for standalone applications')
|
||||
groups=('lv2-plugins' 'pro-audio')
|
||||
depends=('cairo' 'fftw' 'ftgl' 'gcc-libs' 'glib2' 'glibc' 'hicolor-icon-theme'
|
||||
'libglvnd' 'libltc.so' 'libsamplerate' 'libsndfile' 'libx11'
|
||||
'libzita-convolver.so' 'pango')
|
||||
makedepends=('gendesk' 'help2man' 'libjack.so' 'liblo.so' 'lv2' 'ttf-dejavu')
|
||||
optdepends=('libjack.so: for standalone applications'
|
||||
'liblo.so: for standalone applications')
|
||||
source=("http://gareus.org/misc/${pkgname}/${pkgname}-${pkgver}.tar.xz"
|
||||
"x42-plugins.png::https://x42-plugins.com/x42/static/img/x42.png"
|
||||
"${pkgname}.png::https://x42-plugins.com/x42/static/img/x42.png"
|
||||
"${pkgname}.directory"
|
||||
"${pkgname}.menu")
|
||||
sha512sums=('c0c394efe5bd3bd80ccf0278ab5f97ed0f9484d9953388f0e5dae89b20562e0d6fa6bf2714d9d1e5dec6d4e0cbdabf2e54be537137903400b7314e8cf2b2539b'
|
||||
sha512sums=('047d16089eaa9a4c1b84e8487484d395e341a2bddf57dac56f0f1a939a2ca5d19a41faa9ea653618cb66dd2d960061d375b4ad97d36108b57de333c305c820fa'
|
||||
'956fdd8e04c846d06a5267d1748916744418e0ddfce0ac2e9dd3a1c1376aea61499177af80709d9fe78f8c0c2ddcbf9f9e5b2e413adc9a7eca9b648a87ad4860'
|
||||
'a4f25224da25f0bc9015290d5cc20051bfa02abc8dce54244e7d4a98e3f8bf1ea58afb8adf6f38818126c509f3551f4012417d9e17af701b1ae7f917df8b794d'
|
||||
'ce8f056a034e3bccff1087016c2df550dad32d3c03fb72135623322e46c24b6f5ec5fd3a1478ba5c42a90ec757157f951fd40fb00903c9a20f6e631db454e856')
|
||||
|
@ -163,5 +164,7 @@ package() {
|
|||
-t "${pkgdir}/etc/xdg/menus/applications-merged/"
|
||||
install -vDm 644 "../${pkgname}.directory" \
|
||||
-t "${pkgdir}/usr/share/desktop-directories/"
|
||||
install -vDm 644 plugin.news \
|
||||
-t "${pkgdir}/usr/share/doc/${pkgname}"
|
||||
}
|
||||
# vim:set ts=2 sw=2 et:
|
||||
|
|
Loading…
Reference in a new issue