[arch-commits] Commit in csound/trunk (PKGBUILD)
Brett Cornwall
ainola at archlinux.org
Thu Jul 1 01:27:19 UTC 2021
Date: Thursday, July 1, 2021 @ 01:27:18
Author: ainola
Revision: 969045
Reorganize makedeps as one per line
Modified:
csound/trunk/PKGBUILD
----------+
PKGBUILD | 31 ++++++++++++++++++++++++++-----
1 file changed, 26 insertions(+), 5 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-07-01 01:26:03 UTC (rev 969044)
+++ PKGBUILD 2021-07-01 01:27:18 UTC (rev 969045)
@@ -6,7 +6,7 @@
pkgbase=csound
pkgname=('csound' 'csound-doc')
pkgver=6.16.0
-pkgrel=3
+pkgrel=4
pkgdesc="A programming language for sound rendering and signal processing."
arch=('x86_64')
url="https://csound.com"
@@ -13,10 +13,31 @@
license=('LGPL2.1')
# libpd needs to be packaged: https://github.com/libpd/libpd/releases
# gmm > 5.1 breaks linear-algebra opcode: https://github.com/csound/csound/issues/920
-makedepends=('alsa-lib' 'cmake' 'doxygen' 'dssi'
-'fluidsynth' 'hdf5' 'jack' 'java-environment' 'ladspa' 'libmusicxml'
-'libsamplerate' 'libsndfile' 'libwebsockets' 'llvm' 'lua'
-'openssl' 'portaudio' 'portmidi' 'portsmf' 'stk' 'swig' 'wiiuse' 'strip-nondeterminism')
+makedepends=(
+ 'alsa-lib'
+ 'cmake'
+ 'doxygen'
+ 'dssi'
+ 'fluidsynth'
+ 'hdf5'
+ 'jack'
+ 'java-environment'
+ 'ladspa'
+ 'libmusicxml'
+ 'libsamplerate'
+ 'libsndfile'
+ 'libwebsockets'
+ 'llvm'
+ 'lua'
+ 'openssl'
+ 'portaudio'
+ 'portmidi'
+ 'portsmf'
+ 'stk'
+ 'strip-nondeterminism'
+ 'swig'
+ 'wiiuse'
+)
checkdepends=('cunit')
source=("${pkgbase}-${pkgver}.tar.gz::https://github.com/${pkgbase}/${pkgbase}/archive/${pkgver}.tar.gz"
"${pkgbase}.sh"
More information about the arch-commits
mailing list