Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 701138 - games-emulation/desmume-0.9.11_p20191120: version bump
Summary: games-emulation/desmume-0.9.11_p20191120: version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks:
 
Reported: 2019-11-25 11:41 UTC by Witcher 7
Modified: 2021-06-02 02:38 UTC (History)
4 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
Ebuild. (desmume-0.9.11_p20191120.ebuild,1.21 KB, text/plain)
2019-11-25 11:42 UTC, Witcher 7
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Witcher 7 2019-11-25 11:41:42 UTC
Here is an ebuild for the 2019-11-20 snapshot of the upstream git HEAD.

The latest ebuild in the portage tree is rather old. It was added in Nov 2015, in this commit: https://gitweb.gentoo.org/repo/gentoo.git/commit/games-emulation/desmume?id=4c42ae0bdcccf4167901bd990378a3dce63fd3f4
Though the upstream hasn't made any release since then, they continue development. I reckon an up-to-date ebuild is nice.

A comment on the USE flag "hud" seems necessary, it is for head-up-display support. I dropped $(use_enable hud). If you add it without x11-libs/agg, econf fails, although the configure script accepts --enable/disable-hud. I don't know why.


Reproducible: Always
Comment 1 Witcher 7 2019-11-25 11:42:57 UTC
Created attachment 597474 [details]
Ebuild.
Comment 2 Hanno Böck gentoo-dev 2020-02-09 10:37:08 UTC
I haven't used this in a while and my interest in maintaining it is low. I'm gonna remove myself as maintainer and am assigning this back to the games team.
Comment 3 Larry the Git Cow gentoo-dev 2021-06-02 02:38:13 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7478e660bb64d23fb8790cd93567f898ff0d314

commit a7478e660bb64d23fb8790cd93567f898ff0d314
Author:     Ionen Wolkens <ionen@gentoo.org>
AuthorDate: 2021-06-01 11:59:05 +0000
Commit:     Ionen Wolkens <ionen@gentoo.org>
CommitDate: 2021-06-02 02:22:32 +0000

    games-emulation/desmume: add 0.9.11_p20210409 snapshot
    
    Upstream labels their stable 0.9.11 release as '(do not use)'
    and is missing 6 years worth of changes, they instead suggest
    to use current git autobuilds.
    
    Current hasn't changed in some time and should be a fair
    snapshot (not that it isn't without some issues, included patch
    to fix cli option issues with gtk+:3 port).
    
    Removes gtk+:2 and migrates to meson / gtk+:3 / libsdl2.
    
    USE=gui enabled by default because the cli version is very
    limited and more useful for debugging.
    
    Closes: https://bugs.gentoo.org/701138
    Closes: https://github.com/gentoo/gentoo/pull/20947
    Signed-off-by: Ionen Wolkens <ionen@gentoo.org>

 games-emulation/desmume/Manifest                   |  1 +
 .../desmume/desmume-0.9.11_p20210409.ebuild        | 50 ++++++++++++
 .../desmume-0.9.11_p20210409-fix-gtk-cliopts.patch | 91 ++++++++++++++++++++++
 games-emulation/desmume/metadata.xml               |  5 ++
 4 files changed, 147 insertions(+)