From bc045a6f70c6813858b45e1f45be0a43bac1d507 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Tue, 14 Apr 2020 17:26:03 +0200 Subject: [PATCH] csound: depends on stk-data csound-6.14.0 will need a package porttime-devel which is not yet available. --- srcpkgs/csound/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/csound/template b/srcpkgs/csound/template index 21e3c870d6a..017c285cab3 100644 --- a/srcpkgs/csound/template +++ b/srcpkgs/csound/template @@ -1,7 +1,7 @@ # Template file for 'csound' pkgname=csound version=6.13.0 -revision=2 +revision=3 build_style=cmake configure_args=" -DLUA_MODULE_INSTALL_DIR=${XBPS_CROSS_BASE}/usr/lib/lua/5.1 @@ -11,7 +11,7 @@ hostmakedepends="flex python" makedepends="LuaJIT-devel boost-devel fltk-devel fluidsynth-devel libcurl-devel libgomp-devel liblo-devel libsndfile-devel libstk-devel pd-devel portaudio-devel portmidi-devel tk-devel" -depends="pd" +depends="pd stk-data" short_desc="Programming language for sound rendering and signal processing" maintainer="Andrea Brancaleoni " license="LGPL-2.1-or-later"