Search Criteria
Package Details: openmsx-catapult 19.0-5
Package Actions
Git Clone URL: | https://aur.archlinux.org/openmsx-catapult.git (read-only, click to copy) |
---|---|
Package Base: | openmsx-catapult |
Description: | Front-end for openMSX: the MSX emulator that aims for perfection. |
Upstream URL: | http://openmsx.org |
Licenses: | GPL |
Conflicts: | openmsx-catapult-git |
Provides: | openmsx-catapult |
Submitter: | reztho |
Maintainer: | None |
Last Packager: | None |
Votes: | 26 |
Popularity: | 0.000001 |
First Submitted: | 2009-01-09 22:10 (UTC) |
Last Updated: | 2023-10-13 18:28 (UTC) |
Dependencies (8)
- libjpeg (mozjpeg-gitAUR, libjpeg-turbo-gitAUR, mozjpegAUR, libjpeg-turbo)
- libpng (libpng-gitAUR, libpng-apngAUR)
- libtiff (libtiff-gitAUR, libtiff-lercAUR)
- libxml2 (libxml2-gitAUR, libxml2-2.9AUR)
- openmsxAUR (openmsx-gitAUR, openmsxAUR)
- wxwidgets-gtk2AUR
- zlib (zlib-gitAUR, zlib-ng-compat-gitAUR, zlib-ng-compat)
- python (python37AUR) (make)
Latest Comments
1 2 3 Next › Last »
oneeyedwilly commented on 2025-06-21 10:22 (UTC)
This package has been marked as deprecated by openMSX, I will orphan this, Anyone interested in maintaining and updating it is welcome to take over.
<deleted-account> commented on 2024-01-24 14:11 (UTC)
This package is already outdated upstream and they don't have plans to continue the development (the next release of openmsx will not need this frontend anyways).
I will orphan this package, so feel free to adopt if you want to continue supporting it or maybe, with luck, update it upstream.
chandlerkc commented on 2023-12-23 03:25 (UTC)
if someone is having trouble with the new
icu
package conflict (74 against 73), just make these symbolic links:<deleted-account> commented on 2023-07-26 19:19 (UTC)
Done.
Wild_Penguin commented on 2023-07-26 16:02 (UTC)
Hi,
I suggest changing the version requirement condition to greater-than-or-equal. ("openmsx=${pkgver}" to "openmsx>=${pkgver}")
The version differences are (almost certainly) not so great that catapult would cease functioning with a more recent version. But more importantly, having an exactly equal condition results requiring the user to force the upgrade or remove openmsx-catapult temporarily at every upgrade, which is certainly not optimal.
<deleted-account> commented on 2022-08-27 18:27 (UTC)
Committed and tested, thanks @pjag.
pjag commented on 2022-08-27 13:56 (UTC)
Minor thing I discovered while submitting upstream - I deleted two flags I shouldn't have and it made the rendering dropdown offcenter, here is the more correct patch: https://pastebin.com/LkVWQszZ
<deleted-account> commented on 2022-08-13 18:53 (UTC)
@pjag thanks for the patch. I've added the patch to the package for now. It's a good idea to talk with upstream, they're very friendly about useful modifications.
pjag commented on 2022-08-13 17:43 (UTC)
I think I was right (not sure why the environmental variable workaround didn't work though), this patch removes invalid flags and warnings are gone after I apply it:
https://pastebin.com/CUiS2KYC
I think it also fixes some jank when you resize the main window (although it's hard for me to say which behaviour was intended).
I will submit this upstream but there is still something weird with scaling options (4x doesn't work, and in fullscreen the window doesn't center), but I'm not sure this is a Catapult issue.
pjag commented on 2022-08-13 15:34 (UTC)
My bet would be incompatible changes with wxWidgets 3.2, there's a relatively sizable list here: https://raw.githubusercontent.com/wxWidgets/wxWidgets/v3.2.0/docs/changes.txt
My guess would be for this: "Using invalid flags with wxBoxSizer or wxGridSizer items now triggers asserts when done from the code or error messages when done in XRC" and they even advise to set WXSUPPRESS_SIZER_FLAGS_CHECK to suppress the warnings but it didn't work for me, so maybe that's not it.
1 2 3 Next › Last »