Date: Tuesday, May 17, 2022 @ 04:45:07
  Author: ainola
Revision: 1207654

archrelease: copy trunk to community-staging-x86_64

Added:
  csound-plugins/repos/community-staging-x86_64/
  csound-plugins/repos/community-staging-x86_64/PKGBUILD
    (from rev 1207653, csound-plugins/trunk/PKGBUILD)

----------+
 PKGBUILD |   45 +++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 45 insertions(+)

Copied: csound-plugins/repos/community-staging-x86_64/PKGBUILD (from rev 
1207653, csound-plugins/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD                           (rev 0)
+++ community-staging-x86_64/PKGBUILD   2022-05-17 04:45:07 UTC (rev 1207654)
@@ -0,0 +1,45 @@
+# Maintainer: Brett Cornwall <ain...@archlinux.org>
+
+pkgname=csound-plugins
+pkgver=1.0.2
+pkgrel=2
+pkgdesc="Extra opcodes for Csound"
+arch=(x86_64)
+url="https://github.com/csound/plugins";
+license=('GPL')
+groups=('pro-audio')
+depends=(
+       'csound'
+       'hdf5'
+       'lame'
+       'libfaust.so'
+       'libfltk.so'
+       'libfluidsynth.so'
+       'libjack.so'
+       'libwebsockets.so'
+       'libwiiuse.so'
+       'python'
+       'stk'
+)
+makedepends=(
+       'cmake'
+       'eigen'
+       'git'
+       'gmm'
+       'libpng'
+)
+source=("$pkgname-$pkgver.tar.gz::https://github.com/csound/plugins/archive/refs/tags/$pkgver.tar.gz";)
+sha256sums=('8c2f0625ad1d38400030f414b92d82cfdec5c04b7dc178852f3e1935abf75d30')
+
+build() {
+       mkdir build
+       cmake -B build -S "plugins-$pkgver" \
+               -DCMAKE_BUILD_TYPE='None' \
+               -DCMAKE_INSTALL_PREFIX='/usr' \
+               -Wno-dev
+       make -C build
+}
+
+package() {
+       make -C build DESTDIR="$pkgdir/" install
+}

Reply via email to