[arch-commits] Commit in csound/trunk (PKGBUILD)

David Runge dvzrv at archlinux.org
Thu Mar 15 15:08:41 UTC 2018


    Date: Thursday, March 15, 2018 @ 15:08:39
  Author: dvzrv
Revision: 308568

upgpkg: csound 6.10.0-9

Cleaning up makedepends and adding issues for outstanding dependencies.
Adding vim-csound to optdepends for csound.

Modified:
  csound/trunk/PKGBUILD

----------+
 PKGBUILD |   13 ++++++++-----
 1 file changed, 8 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-03-15 15:07:56 UTC (rev 308567)
+++ PKGBUILD	2018-03-15 15:08:39 UTC (rev 308568)
@@ -6,14 +6,16 @@
 pkgbase=csound
 pkgname=('csound' 'csound-doc')
 pkgver=6.10.0
-pkgrel=8
+pkgrel=9
 pkgdesc="A programming language for sound rendering and signal processing."
 arch=('x86_64')
 url="http://csound.com"
 license=('LGPL')
-# add gmm (after fix) and wiiuse
-makedepends=('boost' 'cmake' 'dssi' 'eigen' 'faust' 'fltk' 'fluidsynth' 'java-environment' 'ladspa' 'llvm' 'luajit' 'pd' 'portaudio' 'portmidi' 'python2' 'swig')
-# add {neovim,vim}-csound once there's a tagged release
+# wiiuse needs release before add: https://github.com/rpavlik/wiiuse/issues/92
+# current gmm doesn't work https://github.com/csound/csound/issues/920
+makedepends=('boost' 'cmake' 'dssi' 'eigen' 'faust' 'fltk' 'fluidsynth'
+'java-environment' 'ladspa' 'llvm' 'luajit' 'pd' 'portaudio' 'portmidi'
+'python2' 'swig')
 source=("${pkgname[0]}-${pkgver}.tar.gz::https://github.com/csound/csound/archive/${pkgver}.tar.gz"
         "${pkgname[0]}.sh"
         "https://github.com/${pkgbase}/${pkgbase}/releases/download/${pkgver}/Csound${pkgver}_manual_html.zip"
@@ -47,7 +49,8 @@
   optdepends=('csound-doc: The canonical Csound Reference Manual'
               'csoundqt: Qt frontend'
               'faust: embed faust'
-              'java-environment: Java Wrapper')
+              'java-environment: Java Wrapper'
+              'vim-csound: Use csound with vim')
   cd "${pkgname}-${pkgver}/bld"
   make DESTDIR="${pkgdir}/" install
 



More information about the arch-commits mailing list