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

Brett Cornwall ainola at archlinux.org
Thu Jul 1 13:30:44 UTC 2021


    Date: Thursday, July 1, 2021 @ 13:30:43
  Author: ainola
Revision: 969311

Add csound-plugins to optdepends

Modified:
  csound/trunk/PKGBUILD

----------+
 PKGBUILD |    6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-07-01 13:27:01 UTC (rev 969310)
+++ PKGBUILD	2021-07-01 13:30:43 UTC (rev 969311)
@@ -6,7 +6,7 @@
 pkgbase=csound
 pkgname=('csound' 'csound-doc')
 pkgver=6.16.0
-pkgrel=6
+pkgrel=7
 pkgdesc="A programming language for sound rendering and signal processing."
 arch=('x86_64')
 url="https://csound.com"
@@ -86,9 +86,7 @@
   depends=('gcc-libs' 'glibc' 'libcurl.so' 'libsamplerate.so' 'libsndfile.so')
   optdepends=('alsa-lib: for librtalsa plugin'
               'csound-doc: for the canonical Csound Reference Manual'
-              # TODO: csound-plugins currently destabilizes csound. Once that
-              # package is pushed into the repos we can suggest it.
-              #'csound-plugins: for extra opcodes not shipped with Csound'
+              'csound-plugins: for extra opcodes not shipped with Csound'
               'csoundqt: for frontend/ editor with integrated help'
               'hdf5: for hdf5ops plugin'
               'java-runtime: java integration'




More information about the arch-commits mailing list