Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 782640

Summary: games-emulation/fceux-2.3.0 version bump
Product: Gentoo Linux Reporter: Chicago <chicago>
Component: Current packagesAssignee: Gentoo Games <games>
Status: RESOLVED FIXED    
Severity: normal CC: chicago, ionen
Priority: Normal Keywords: PullRequest
Version: unspecified   
Hardware: AMD64   
OS: Linux   
URL: http://fceux.com/web/help/WhatsNew230.html
See Also: https://github.com/gentoo/gentoo/pull/20532
Whiteboard:
Package list:
Runtime testing required: ---

Description Chicago 2021-04-13 08:52:08 UTC
FCEUX 2.3.0
02 January 2021

The 2.3.0 includes 4 years worth of improvements and bug fixes, not to mention a completely rewritten GUI for linux based on Qt5 which incorporates a number of screens previously available only on the windows port.

Reproducible: Always

Steps to Reproduce:
n/a


Expected Results:  
[version bump request to games-emulation/fceux-2.3.0]

SConstruct is in the attic/ of the src tarball now unsure how to handle cobbling together an updated ebuild without using an SConstruct as it appears the intention is to omit it entirely based on the comments found at the top.

# Use this SConstruct if you are using scons < 1.x
# Just replace the SConstruct file with this one
# cp SConstruct.pre1.0 SConstruct
#
# or just updated scons already
Comment 1 Larry the Git Cow gentoo-dev 2021-05-09 04:42:23 UTC
The bug has been closed via the following commit(s):

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

commit 552bcb9ad29cc7b67e91e48172bb0f492198628d
Author:     Ionen Wolkens <sudinave@gmail.com>
AuthorDate: 2021-04-24 20:53:14 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2021-05-09 04:42:08 +0000

    games-emulation/fceux: add 2.3.0
    
    Notable ebuild changes:
    - migrated to cmake (drops python/scons)
    - libsdl2 over libsdl
    - build with QT5 (upstream removed support to build without gui)
    - removed all IUSE:
      > logo: create_avi / logo support missing from new build system
      > lua: always required, otherwise uses internal lua5.1
      > opengl: fails if missing
      > gtk: while still usable, upstream discourages it, lacks some
        features, can't be built at same time, and next upcoming version
        removed support entirely (adds QT6 support instead)
    
    Closes: https://bugs.gentoo.org/782640
    Signed-off-by: Ionen Wolkens <sudinave@gmail.com>
    Closes: https://github.com/gentoo/gentoo/pull/20532
    Signed-off-by: Sam James <sam@gentoo.org>

 games-emulation/fceux/Manifest           |  1 +
 games-emulation/fceux/fceux-2.3.0.ebuild | 56 ++++++++++++++++++++++++++++++++
 2 files changed, 57 insertions(+)
Comment 2 Chicago 2021-05-09 05:35:08 UTC
Thanks Ionen