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:
Maciej Barć 2020-09-07 00:14:02 +02:00
parent cd43faa657
commit a1ad2511ee
No known key found for this signature in database
GPG Key ID: 031C9FE65BED714A
2 changed files with 8 additions and 2 deletions

View File

@ -8,7 +8,7 @@ MY_P="${MY_PN}-${PV}"
inherit eutils xdg cmake
DESCRIPTION="DS emulator, sorta"
DESCRIPTION="Nintendo DS emulator, sorta"
HOMEPAGE="http://melonds.kuribo64.net/"
if [[ "${PV}" == *9999* ]]; then

View File

@ -8,7 +8,7 @@ MY_P="${MY_PN}-${PV}"
inherit eutils xdg cmake
DESCRIPTION="DS emulator, sorta"
DESCRIPTION="Nintendo DS emulator, sorta"
HOMEPAGE="http://melonds.kuribo64.net/"
if [[ "${PV}" == *9999* ]]; then
@ -27,7 +27,12 @@ SLOT="0"
IUSE=""
DEPEND="
dev-qt/qtcore:5
dev-qt/qtdeclarative:5
dev-qt/qtgui:5
dev-qt/qtwidgets:5
media-libs/libsdl2[sound,video]
net-libs/gnutls
net-libs/libpcap
net-libs/libslirp
net-misc/curl
@ -41,6 +46,7 @@ RDEPEND="
pkg_postinst() {
xdg_desktop_database_update
xdg_icon_cache_update
elog "You need the following files in order to run melonDS:"
elog "- bios7.bin"
elog "- bios9.bin"