commit: abef84b87becf32d037ef267139c21f6c701cc50
Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 18 19:42:50 2024 +0000
Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Thu Apr 18 19:48:03 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=abef84b8
media-sound/yoshimi: update deps for mxml
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
.../yoshimi/{yoshimi-2.3.2.ebuild => yoshimi-2.3.2-r1.ebuild} | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/media-sound/yoshimi/yoshimi-2.3.2.ebuild
b/media-sound/yoshimi/yoshimi-2.3.2-r1.ebuild
similarity index 98%
rename from media-sound/yoshimi/yoshimi-2.3.2.ebuild
rename to media-sound/yoshimi/yoshimi-2.3.2-r1.ebuild
index c2c19289acf5..d52b5bb9ab3d 100644
--- a/media-sound/yoshimi/yoshimi-2.3.2.ebuild
+++ b/media-sound/yoshimi/yoshimi-2.3.2-r1.ebuild
@@ -8,6 +8,7 @@ inherit cmake flag-o-matic xdg
DESCRIPTION="Software synthesizer based on ZynAddSubFX"
HOMEPAGE="https://yoshimi.github.io/"
SRC_URI="https://github.com/${PN^}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}/${P}/src"
LICENSE="GPL-2"
SLOT="0"
@@ -16,7 +17,7 @@ IUSE="+lv2"
BDEPEND="virtual/pkgconfig"
DEPEND="
- dev-libs/mxml
+ dev-libs/mxml:0
media-libs/alsa-lib
media-libs/fontconfig
media-libs/libsndfile
@@ -31,8 +32,6 @@ DEPEND="
"
RDEPEND="${DEPEND}"
-S="${WORKDIR}/${P}/src"
-
DOCS=( ../Changelog ../README.txt )
src_prepare() {