Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

games-engines/scummvm-tools: Update to version 2.7.0 #32220

Closed
wants to merge 1 commit into from

Conversation

alanswanson
Copy link
Contributor

Prevent the annoying double "scummvm-tools-scummvm-tools*" bin renaming and change the wxGTK bin to "scummvm-tools-gui" to correspond to "scummvm-tools-cli".

I've not updated WX_GTK_VER but scummvm-tools should now be compatible with 3.2-gtk3 but not tested. Can update or remove as preferred by dev.

@gentoo-bot
Copy link

Pull Request assignment

Submitter: @alanswanson
Areas affected: ebuilds
Packages affected: games-engines/scummvm-tools

games-engines/scummvm-tools: @gentoo/games

Linked bugs

No bugs to link found. If your pull request references any of the Gentoo bug reports, please add appropriate GLEP 66 tags to the commit message and request reassignment.

If you do not receive any reply to this pull request, please open or link a bug to attract the attention of maintainers.


In order to force reassignment and/or bug reference scan, please append [please reassign] to the pull request title.

Docs: Code of ConductCopyright policy (expl.) ● DevmanualGitHub PRsProxy-maint guide

@gentoo-bot gentoo-bot added assigned PR successfully assigned to the package maintainer(s). no bug found No Bug/Closes found in the commits. labels Aug 8, 2023
@gentoo-repo-qa-bot
Copy link
Collaborator

Pull request CI report

Report generated at: 2023-08-09 12:35 UTC
Newest commit scanned: 1529e3e
Status: ✅ good

There are existing issues already. Please look into the report to make sure none of them affect the packages in question:
https://qa-reports.gentoo.org/output/gentoo-ci/3dc0c1ef72/output.html

SLOT="0"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
IUSE="flac iconv mad png vorbis"
RESTRICT="test" # some tests require external files
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would be nice to either skip these tests or fetch these files.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Inherited from existing ebuild. (The only change in the ebuild is the patches and the license which was from GPL2 to GPL3.)

src_prepare() {
default

rm -r *.bat dists/win32 || die
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do you actually need to remove these, i.e. do they get installed or sth?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Inherited from existing ebuild. (The only change in the ebuild is the patches and the license which was from GPL2 to GPL3.)

games-engines/scummvm-tools/scummvm-tools-2.7.0.ebuild Outdated Show resolved Hide resolved

# Not an autoconf script
./configure \
--disable-tremor \
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why is it disabled unconditionally?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Inherited from existing ebuild. (The only change in the ebuild is the patches and the license which was from GPL2 to GPL3.)

--prefix="${EPREFIX}/usr" \
$(use_enable flac) \
$(use_enable iconv) \
$(use_enable iconv freetype2) \
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That's a weird implication of charset conversion support.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Inherited from existing ebuild. (The only change in the ebuild is the patches and the license which was from GPL2 to GPL3.)

games-engines/scummvm-tools/scummvm-tools-2.7.0.ebuild Outdated Show resolved Hide resolved
@alanswanson alanswanson force-pushed the scummvm-tools branch 2 times, most recently from f4b7ecd to 998050e Compare August 23, 2023 12:15
@gentoo-repo-qa-bot
Copy link
Collaborator

Pull request CI report

Report generated at: 2023-08-23 12:26 UTC
Newest commit scanned: 998050e
Status: ✅ good

There are existing issues already. Please look into the report to make sure none of them affect the packages in question:
https://qa-reports.gentoo.org/output/gentoo-ci/8871406e9e/output.html

@jospezial
Copy link

See also https://bugs.gentoo.org/906876
"games-engines/scummvm-tools-2.7.0 version bump, switch to wxwidgets wxGTK 3.2, add live"
Feel free to use parts of my ebuild.

Prevent the annoying double "scummvm-tools-scummvm-tools*" bin renaming
and change the wxGTK bin to "scummvm-tools-gui" to correspond to "scummvm-tools-cli".

Closes: https://bugs.gentoo.org/906876
Signed-off-by: Alan Swanson <reiver@improbability.net>
@gentoo-repo-qa-bot
Copy link
Collaborator

Pull request CI report

Report generated at: 2023-09-09 16:22 UTC
Newest commit scanned: c0a728d
Status: ✅ good

There are existing issues already. Please look into the report to make sure none of them affect the packages in question:
https://qa-reports.gentoo.org/output/gentoo-ci/e770f898d0/output.html

@jospezial
Copy link

de3e041
"games-engines/scummvm-tools: add 2.7.0_p1"
Please close.

@alanswanson
Copy link
Contributor Author

Locally using following at src_install() to rename scummvm-tools to scummvm-tools-gui for disambiguation:

mv ${PN} ${PN}-gui || die

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
assigned PR successfully assigned to the package maintainer(s). no bug found No Bug/Closes found in the commits.
Projects
None yet
5 participants