summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaciej Barć <xgqt@gentoo.org>2022-11-05 20:31:41 +0100
committerMaciej Barć <xgqt@gentoo.org>2022-11-06 08:34:53 +0100
commit8983718b0a291aac84540d8beda2433f91314379 (patch)
tree61b176a786ef5a77d4d7a95078dfffb9ee19a746
parentx11-themes/fluent-icon-theme: bump to 2022.11.05 (diff)
downloadgentoo-8983718b.tar.gz
gentoo-8983718b.tar.bz2
gentoo-8983718b.zip
games-emulation/melonds: add qtmultimedia dep; static-link teakra
Closes: https://bugs.gentoo.org/879557 Signed-off-by: Maciej Barć <xgqt@gentoo.org>
-rw-r--r--games-emulation/melonds/melonds-0.9.5-r1.ebuild (renamed from games-emulation/melonds/melonds-0.9.5.ebuild)7
-rw-r--r--games-emulation/melonds/melonds-9999.ebuild7
2 files changed, 4 insertions, 10 deletions
diff --git a/games-emulation/melonds/melonds-0.9.5.ebuild b/games-emulation/melonds/melonds-0.9.5-r1.ebuild
index c5383c9da154..87e563f0f8c2 100644
--- a/games-emulation/melonds/melonds-0.9.5.ebuild
+++ b/games-emulation/melonds/melonds-0.9.5-r1.ebuild
@@ -26,13 +26,11 @@ IUSE="+jit +opengl"
LICENSE="BSD-2 GPL-2 GPL-3 Unlicense"
SLOT="0"
-# MelonDS bundles libteakra with many changes,
-# for now we have to block dev-libs/teakra
RDEPEND="
- !dev-libs/teakra
app-arch/libarchive
dev-qt/qtcore:5
dev-qt/qtgui:5
+ dev-qt/qtmultimedia:5
dev-qt/qtnetwork:5
dev-qt/qtwidgets:5
media-libs/libsdl2[sound,video]
@@ -63,6 +61,7 @@ src_prepare() {
src_configure() {
local mycmakeargs=(
+ -DBUILD_SHARED_LIBS=OFF
-DENABLE_JIT=$(usex jit)
-DENABLE_OGLRENDERER=$(usex opengl)
)
@@ -77,8 +76,6 @@ src_compile() {
src_install() {
readme.gentoo_create_doc
cmake_src_install
-
- dolib.so "${BUILD_DIR}"/src/teakra/src/libteakra.so
}
pkg_postinst() {
diff --git a/games-emulation/melonds/melonds-9999.ebuild b/games-emulation/melonds/melonds-9999.ebuild
index c5383c9da154..87e563f0f8c2 100644
--- a/games-emulation/melonds/melonds-9999.ebuild
+++ b/games-emulation/melonds/melonds-9999.ebuild
@@ -26,13 +26,11 @@ IUSE="+jit +opengl"
LICENSE="BSD-2 GPL-2 GPL-3 Unlicense"
SLOT="0"
-# MelonDS bundles libteakra with many changes,
-# for now we have to block dev-libs/teakra
RDEPEND="
- !dev-libs/teakra
app-arch/libarchive
dev-qt/qtcore:5
dev-qt/qtgui:5
+ dev-qt/qtmultimedia:5
dev-qt/qtnetwork:5
dev-qt/qtwidgets:5
media-libs/libsdl2[sound,video]
@@ -63,6 +61,7 @@ src_prepare() {
src_configure() {
local mycmakeargs=(
+ -DBUILD_SHARED_LIBS=OFF
-DENABLE_JIT=$(usex jit)
-DENABLE_OGLRENDERER=$(usex opengl)
)
@@ -77,8 +76,6 @@ src_compile() {
src_install() {
readme.gentoo_create_doc
cmake_src_install
-
- dolib.so "${BUILD_DIR}"/src/teakra/src/libteakra.so
}
pkg_postinst() {