mirror of
https://github.com/gentoo-mirror/guru.git
synced 2025-04-20 23:46:14 -04:00
games-emulation/dosbox-x: Sync live ebuild
Signed-off-by: Yuan Liao <liaoyuan@gmail.com>
This commit is contained in:
parent
fb061079ae
commit
dc6f7122c0
@ -9,8 +9,8 @@ if [[ "${PV}" == 9999 ]]; then
|
|||||||
inherit git-r3
|
inherit git-r3
|
||||||
EGIT_REPO_URI="https://github.com/joncampbell123/dosbox-x.git"
|
EGIT_REPO_URI="https://github.com/joncampbell123/dosbox-x.git"
|
||||||
else
|
else
|
||||||
SRC_URI="https://github.com/joncampbell123/dosbox-x/archive/dosbox-x-v${PV}.tar.gz"
|
SRC_URI="https://github.com/joncampbell123/dosbox-x/archive/dosbox-x-windows-v${PV}.tar.gz"
|
||||||
S="${WORKDIR}/${PN}-${PN}-v${PV}"
|
S="${WORKDIR}/${PN}-${PN}-windows-v${PV}"
|
||||||
KEYWORDS="~amd64"
|
KEYWORDS="~amd64"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
@ -106,7 +106,7 @@ src_prepare() {
|
|||||||
src_configure() {
|
src_configure() {
|
||||||
local myconf=(
|
local myconf=(
|
||||||
# --disable-core-inline could cause compiler errors
|
# --disable-core-inline could cause compiler errors
|
||||||
# as of v0.84.1, so enable it unconditionally
|
# as of v2022.08.0, so enable it unconditionally
|
||||||
--enable-core-inline
|
--enable-core-inline
|
||||||
|
|
||||||
# Always use SDL 2, even though the package provides the option to
|
# Always use SDL 2, even though the package provides the option to
|
||||||
@ -118,7 +118,7 @@ src_configure() {
|
|||||||
--enable-sdl2
|
--enable-sdl2
|
||||||
|
|
||||||
# Explicitly enable ALSA MIDI support, same as default. As of
|
# Explicitly enable ALSA MIDI support, same as default. As of
|
||||||
# v0.84.1, even when it is disabled, media-libs/alsa-lib will
|
# v2022.08.0, even when it is disabled, media-libs/alsa-lib will
|
||||||
# still be automagically linked if it is present in the build
|
# still be automagically linked if it is present in the build
|
||||||
# environment (presumably for other components of this package),
|
# environment (presumably for other components of this package),
|
||||||
# so the dependency cannot be made optional by disabling this
|
# so the dependency cannot be made optional by disabling this
|
||||||
|
Loading…
x
Reference in New Issue
Block a user