commit: f20ecb0d0159632581f0941386639bef274f3c98 Author: Erwin Kaats <mailgentoo <AT> kaats <DOT> ch> AuthorDate: Mon Jul 1 19:11:25 2024 +0000 Commit: Erwin Kaats <mailgentoo <AT> kaats <DOT> ch> CommitDate: Mon Jul 1 19:13:01 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f20ecb0d
media-sound/bespokesynth: added XRandr dependency closes: https://bugs.gentoo.org/934949 Signed-off-by: Erwin Kaats <mailgentoo <AT> kaats.ch> media-sound/bespokesynth/bespokesynth-1.2.1.ebuild | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/media-sound/bespokesynth/bespokesynth-1.2.1.ebuild b/media-sound/bespokesynth/bespokesynth-1.2.1.ebuild index 39800a4d2..2eb8023f9 100644 --- a/media-sound/bespokesynth/bespokesynth-1.2.1.ebuild +++ b/media-sound/bespokesynth/bespokesynth-1.2.1.ebuild @@ -32,22 +32,13 @@ DEPEND=" dev-libs/jsoncpp dev-cpp/asio media-sound/jack2 + x11-libs/libXrandr " PATCHES=( "${FILESDIR}/${P}-find-jsoncpp.patch" ) -# TODO: implement version 9999 -#EGIT_REPO_URI="https://github.com/BespokeSynth/BespokeSynth.git" -#EGIT_SUBMODULES=( -# libs/JUCE -# libs/ableton-link -# libs/pybind11 -# libs/readerwriterqueue -# libs/tuning-library -#) - src_prepare() { rmdir "${S}/libs/JUCE" || die mv "${WORKDIR}/JUCE-${JUCE_COMMIT}" "${S}/libs/JUCE" || die
