[arch-commits] Commit in yoshimi/repos (2 files)

David Runge dvzrv at archlinux.org
Thu Jan 25 14:01:17 UTC 2018


    Date: Thursday, January 25, 2018 @ 14:01:16
  Author: dvzrv
Revision: 286810

archrelease: copy trunk to community-testing-x86_64

Added:
  yoshimi/repos/community-testing-x86_64/
  yoshimi/repos/community-testing-x86_64/PKGBUILD
    (from rev 286809, yoshimi/trunk/PKGBUILD)

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

Copied: yoshimi/repos/community-testing-x86_64/PKGBUILD (from rev 286809, yoshimi/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2018-01-25 14:01:16 UTC (rev 286810)
@@ -0,0 +1,30 @@
+# Maintainer: David Runge <dave at sleepmap.de>
+# Contributor: David Adler <d dot adler aet posteo dot de>
+
+pkgname=yoshimi
+pkgver=1.5.6
+pkgrel=2
+pkgdesc="A sophisticated soft-synth originally forked from ZynAddSubFX"
+arch=('x86_64')
+url="https://yoshimi.github.io/"
+license=('GPL')
+depends=('jack' 'fltk' 'fftw' 'mxml' 'cairo' 'lv2')
+makedepends=('cmake' 'mesa')
+source=("https://github.com/${pkgname}/${pkgname}/archive/${pkgver}.tar.gz")
+sha512sums=('90a5b99f97b4ef07ef4441563c9918f6f4670bec05ea050854580d329a4c15e82b27523e5ecc056c6ffc57bfcbcab3cec0e46e4535c868d9f70070dcbb34d875')
+
+build() {
+  cd "${pkgname}-${pkgver}/src"
+  cmake -DCMAKE_INSTALL_PREFIX="${pkgdir}/usr" \
+    -DCMAKE_INSTALL_DATAROOTDIR="${pkgdir}/usr/share" \
+    -DCMAKE_INSTALL_LIBDIR="$pkgdir}/usr/lib" .
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}/src"
+  make install
+}
+
+# vim:set ts=2 sw=2 et:
+



More information about the arch-commits mailing list