mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-04 01:37:34 -08:00
net-misc/moonlight: remove libsoundio
Signed-off-by: Martin Hanzlowsky <martin.hanzlowskyg@gmail.com> Part-of: https://github.com/gentoo/gentoo/pull/44359 Closes: https://github.com/gentoo/gentoo/pull/44359 Signed-off-by: James Le Cuirot <chewi@gentoo.org>
This commit is contained in:
parent
a9ea0c584e
commit
e5a430dc4a
@ -5,7 +5,7 @@ EAPI=8
|
|||||||
|
|
||||||
if [[ ${PV} == *9999* ]]; then
|
if [[ ${PV} == *9999* ]]; then
|
||||||
EGIT_REPO_URI="https://github.com/moonlight-stream/moonlight-qt.git"
|
EGIT_REPO_URI="https://github.com/moonlight-stream/moonlight-qt.git"
|
||||||
EGIT_SUBMODULES=( '*' -libs -soundio/libsoundio )
|
EGIT_SUBMODULES=( '*' -libs )
|
||||||
inherit git-r3
|
inherit git-r3
|
||||||
else
|
else
|
||||||
SRC_URI="https://github.com/moonlight-stream/moonlight-qt/releases/download/v${PV}/MoonlightSrc-${PV}.tar.gz"
|
SRC_URI="https://github.com/moonlight-stream/moonlight-qt/releases/download/v${PV}/MoonlightSrc-${PV}.tar.gz"
|
||||||
@ -20,7 +20,7 @@ HOMEPAGE="https://github.com/moonlight-stream/moonlight-qt"
|
|||||||
|
|
||||||
LICENSE="GPL-3"
|
LICENSE="GPL-3"
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
IUSE="cuda +libdrm embedded glslow soundio +vaapi vdpau vkslow wayland X"
|
IUSE="cuda +libdrm embedded glslow +vaapi vdpau vkslow wayland X"
|
||||||
|
|
||||||
RDEPEND="
|
RDEPEND="
|
||||||
dev-libs/openssl:=
|
dev-libs/openssl:=
|
||||||
@ -36,7 +36,6 @@ RDEPEND="
|
|||||||
media-video/ffmpeg[drm(-)]
|
media-video/ffmpeg[drm(-)]
|
||||||
x11-libs/libdrm
|
x11-libs/libdrm
|
||||||
)
|
)
|
||||||
soundio? ( media-libs/libsoundio:= )
|
|
||||||
vaapi? ( media-libs/libva:=[wayland?,X?] )
|
vaapi? ( media-libs/libva:=[wayland?,X?] )
|
||||||
vdpau? (
|
vdpau? (
|
||||||
x11-libs/libvdpau
|
x11-libs/libvdpau
|
||||||
@ -53,9 +52,6 @@ BDEPEND="
|
|||||||
|
|
||||||
src_prepare() {
|
src_prepare() {
|
||||||
default
|
default
|
||||||
|
|
||||||
# Force system libsoundio over bundled version.
|
|
||||||
rm -r soundio/ || die
|
|
||||||
}
|
}
|
||||||
|
|
||||||
src_configure() {
|
src_configure() {
|
||||||
@ -71,7 +67,6 @@ src_configure() {
|
|||||||
$(usex X "" disable-x11)
|
$(usex X "" disable-x11)
|
||||||
$(usev embedded)
|
$(usev embedded)
|
||||||
$(usev glslow)
|
$(usev glslow)
|
||||||
$(usev soundio)
|
|
||||||
$(usev vkslow)
|
$(usev vkslow)
|
||||||
"
|
"
|
||||||
)
|
)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user