games-emulation/melonds: new live dependencies; expand description
Package-Manager: Portage-3.0.5, Repoman-2.3.23 Signed-off-by: Maciej Barć <xgqt@protonmail.com>
This commit is contained in:
parent
cd43faa657
commit
a1ad2511ee
@ -8,7 +8,7 @@ MY_P="${MY_PN}-${PV}"
|
|||||||
|
|
||||||
inherit eutils xdg cmake
|
inherit eutils xdg cmake
|
||||||
|
|
||||||
DESCRIPTION="DS emulator, sorta"
|
DESCRIPTION="Nintendo DS emulator, sorta"
|
||||||
HOMEPAGE="http://melonds.kuribo64.net/"
|
HOMEPAGE="http://melonds.kuribo64.net/"
|
||||||
|
|
||||||
if [[ "${PV}" == *9999* ]]; then
|
if [[ "${PV}" == *9999* ]]; then
|
||||||
|
@ -8,7 +8,7 @@ MY_P="${MY_PN}-${PV}"
|
|||||||
|
|
||||||
inherit eutils xdg cmake
|
inherit eutils xdg cmake
|
||||||
|
|
||||||
DESCRIPTION="DS emulator, sorta"
|
DESCRIPTION="Nintendo DS emulator, sorta"
|
||||||
HOMEPAGE="http://melonds.kuribo64.net/"
|
HOMEPAGE="http://melonds.kuribo64.net/"
|
||||||
|
|
||||||
if [[ "${PV}" == *9999* ]]; then
|
if [[ "${PV}" == *9999* ]]; then
|
||||||
@ -27,7 +27,12 @@ SLOT="0"
|
|||||||
IUSE=""
|
IUSE=""
|
||||||
|
|
||||||
DEPEND="
|
DEPEND="
|
||||||
|
dev-qt/qtcore:5
|
||||||
|
dev-qt/qtdeclarative:5
|
||||||
|
dev-qt/qtgui:5
|
||||||
|
dev-qt/qtwidgets:5
|
||||||
media-libs/libsdl2[sound,video]
|
media-libs/libsdl2[sound,video]
|
||||||
|
net-libs/gnutls
|
||||||
net-libs/libpcap
|
net-libs/libpcap
|
||||||
net-libs/libslirp
|
net-libs/libslirp
|
||||||
net-misc/curl
|
net-misc/curl
|
||||||
@ -41,6 +46,7 @@ RDEPEND="
|
|||||||
pkg_postinst() {
|
pkg_postinst() {
|
||||||
xdg_desktop_database_update
|
xdg_desktop_database_update
|
||||||
xdg_icon_cache_update
|
xdg_icon_cache_update
|
||||||
|
|
||||||
elog "You need the following files in order to run melonDS:"
|
elog "You need the following files in order to run melonDS:"
|
||||||
elog "- bios7.bin"
|
elog "- bios7.bin"
|
||||||
elog "- bios9.bin"
|
elog "- bios9.bin"
|
||||||
|
Loading…
Reference in New Issue
Block a user