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

Brett Cornwall ainola at archlinux.org
Tue Jun 22 15:19:57 UTC 2021


    Date: Tuesday, June 22, 2021 @ 15:19:56
  Author: ainola
Revision: 966841

rm optdepends on csound-plugins for now

csound-plugins is causing instability in csound, so for now just ship the
updated version of csound with the opcodes removed.

Modified:
  csound/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-06-22 14:55:30 UTC (rev 966840)
+++ PKGBUILD	2021-06-22 15:19:56 UTC (rev 966841)
@@ -6,7 +6,7 @@
 pkgbase=csound
 pkgname=('csound' 'csound-doc')
 pkgver=6.16.0
-pkgrel=2
+pkgrel=3
 pkgdesc="A programming language for sound rendering and signal processing."
 arch=('x86_64')
 url="https://csound.com"
@@ -64,7 +64,9 @@
   depends=('gcc-libs' 'glibc' 'libcurl.so' 'libsamplerate.so' 'libsndfile.so')
   optdepends=('alsa-lib: for librtalsa plugin'
               'csound-doc: for the canonical Csound Reference Manual'
-              'csound-plugins: for extra opcodes not shipped with Csound'
+              # 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'
               'csoundqt: for frontend/ editor with integrated help'
               'hdf5: for hdf5ops plugin'
               'java-runtime: java integration'



More information about the arch-commits mailing list