[arch-commits] Commit in yoshimi/repos/community-x86_64 (PKGBUILD PKGBUILD)

David Runge dvzrv at archlinux.org
Sat Feb 1 12:12:19 UTC 2020


    Date: Saturday, February 1, 2020 @ 12:12:18
  Author: dvzrv
Revision: 561009

archrelease: copy trunk to community-x86_64

Added:
  yoshimi/repos/community-x86_64/PKGBUILD
    (from rev 561008, yoshimi/trunk/PKGBUILD)
Deleted:
  yoshimi/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   94 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 47 insertions(+), 47 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-01 12:11:26 UTC (rev 561008)
+++ PKGBUILD	2020-02-01 12:12:18 UTC (rev 561009)
@@ -1,47 +0,0 @@
-# Maintainer: David Runge <dvzrv at archlinux.org>
-# Contributor: David Adler <d dot adler aet posteo dot de>
-
-pkgname=yoshimi
-pkgver=1.7.0
-pkgrel=1
-pkgdesc="A sophisticated soft-synth originally forked from ZynAddSubFX"
-arch=('x86_64')
-url="https://yoshimi.github.io/"
-license=('GPL2')
-groups=('pro-audio')
-depends=('cairo' 'fftw' 'fltk' 'gcc-libs' 'glibc'
-'libmxml.so' 'zlib')
-makedepends=('cmake' 'libasound.so' 'libjack.so' 'libreadline.so'
-'libncursesw.so' 'lv2')
-# checkdepends=('lv2lint')
-optdepends=('libasound.so: for standalone application'
-            'libjack.so: for standalone application'
-            'libreadline.so: for standalone application'
-            'libncursesw.so: for standalone application')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/${pkgname}/${pkgname}/archive/${pkgver}.tar.gz")
-sha512sums=('a370bb8b5c0969ba1b220df3c54521445265fff195b0152fc4080960cfbfcff1d897dc855157fa1767e0cd4a3bf1ac04325ea52f9dc3df95a341f05a2787759d')
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  cmake -DCMAKE_INSTALL_PREFIX='/usr' \
-        -DCMAKE_INSTALL_DATAROOTDIR='/usr/share' \
-        -DCMAKE_INSTALL_LIBDIR='/usr/lib' \
-        -B build\
-        src
-  make VERBOSE=1 -C build
-}
-
-# lv2 plugin requires banks to be in some absolute location to be tested
-# check() {
-#   cd "${pkgname}-${pkgver}"
-#   cp -v build/LV2_Plugin/${pkgname}_lv2.so src/LV2_Plugin/
-#   LV2_PATH="${PWD}/src/" lv2lint "http://yoshimi.sourceforge.net/lv2_plugin"
-# }
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" VERBOSE=1 -C build install
-  install -vDm 644 {Changelog,Dependencies,README.txt,Yoshimi_Helpers} \
-    -t "${pkgdir}/usr/share/doc/${pkgname}/"
-}
-# vim:set ts=2 sw=2 et:

Copied: yoshimi/repos/community-x86_64/PKGBUILD (from rev 561008, yoshimi/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-02-01 12:12:18 UTC (rev 561009)
@@ -0,0 +1,47 @@
+# Maintainer: David Runge <dvzrv at archlinux.org>
+# Contributor: David Adler <d dot adler aet posteo dot de>
+
+pkgname=yoshimi
+pkgver=1.7.0.1
+pkgrel=1
+pkgdesc="A sophisticated soft-synth originally forked from ZynAddSubFX"
+arch=('x86_64')
+url="https://yoshimi.github.io/"
+license=('GPL2')
+groups=('pro-audio')
+depends=('cairo' 'fftw' 'fltk' 'gcc-libs' 'glibc'
+'libmxml.so' 'zlib')
+makedepends=('cmake' 'libasound.so' 'libjack.so' 'libreadline.so'
+'libncursesw.so' 'lv2')
+# checkdepends=('lv2lint')
+optdepends=('libasound.so: for standalone application'
+            'libjack.so: for standalone application'
+            'libreadline.so: for standalone application'
+            'libncursesw.so: for standalone application')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/${pkgname}/${pkgname}/archive/${pkgver}.tar.gz")
+sha512sums=('d403ca3f54a0c8eb27a1f4ea3bf90ab0fd8041b864259c94b0970b24b50b79fc84ea623af2981a1b00e65ebdd3f9ceeb0b5f04c64f62e5694aa55b31bb8390ce')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  cmake -DCMAKE_INSTALL_PREFIX='/usr' \
+        -DCMAKE_INSTALL_DATAROOTDIR='/usr/share' \
+        -DCMAKE_INSTALL_LIBDIR='/usr/lib' \
+        -B build\
+        src
+  make VERBOSE=1 -C build
+}
+
+# lv2 plugin requires banks to be in some absolute location to be tested
+# check() {
+#   cd "${pkgname}-${pkgver}"
+#   cp -v build/LV2_Plugin/${pkgname}_lv2.so src/LV2_Plugin/
+#   LV2_PATH="${PWD}/src/" lv2lint "http://yoshimi.sourceforge.net/lv2_plugin"
+# }
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" VERBOSE=1 -C build install
+  install -vDm 644 {Changelog,Dependencies,README.txt,Yoshimi_Helpers} \
+    -t "${pkgdir}/usr/share/doc/${pkgname}/"
+}
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list