Search Criteria
Package Details: corsix-th 0.64-1
Git Clone URL: | https://aur.archlinux.org/corsix-th.git (read-only, click to copy) |
---|---|
Package Base: | corsix-th |
Description: | Reimplementation of the game engine of Theme Hospital |
Upstream URL: | https://github.com/CorsixTH/CorsixTH |
Keywords: | simulation |
Licenses: | |
Submitter: | vesath |
Maintainer: | carstene1ns |
Last Packager: | carstene1ns |
Votes: | 70 |
Popularity: | 0.112205 |
First Submitted: | 2010-06-07 15:48 |
Last Updated: | 2021-04-18 18:44 |
Dependencies (9)
- ffmpeg (ffmpeg-semifull-git, ffmpeg-tmblock-git, ffmpeg4.0, ffmpeg-cuda, ffmpeg-v4l2-request-git, ffmpeg-svt, ffmpeg-gl-transition, ffmpeg-intel-full-git, ffmpeg-mmal, ffmpeg-svt-av1-git, ffmpeg-nox-git, ffmpeg-svt-vp9-git, ffmpeg-headless, ffmpeg-ndi, ffmpeg-decklink, ffmpeg-git, ffmpeg-libfdk_aac, ffmpeg-nocuda, ffmpeg-amd-full-git, ffmpeg-full, ffmpeg-amd-full, ffmpeg-full-git)
- lua53
- lua53-filesystem
- lua53-lpeg
- sdl2_mixer (sdl2_mixer-hg, sdl2_mixer-minimal-git)
- cmake (cmake-git) (make)
- ninja (ninja-git, ninja-samurai, ninja-mem, ninja-kitware, ninja-bin) (make)
- freepats-legacy (optional) – Soundfont for Midi playback
- soundfont-fluid (optional) – Alternative soundfont for Midi playback
Required by (1)
- theme-hospital-gog (optional)
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 Next › Last »
Lucki commented on 2018-07-24 23:04
Why are you converting the logo? Should be possible to place it directly as
svg
into${pkgdir}/usr/share/icons/hicolor/scalable/apps/${pkgname}.svg
.Maybe you need to depend on
hicolor-icon-theme
orgtk-update-icon-cache
but i'm not sure about that.Rhinoceros commented on 2016-06-13 23:53
Has anyone got this to build with 0.60? TH is on sale at gog at the moment…
carstene1ns commented on 2016-05-28 23:34
@gothmog.todi: Sorry, did not have time back then to fix it and have forgotten since. I have replaced the outdated FFMPEG stuff now based on the upstream patch. This should fix it.
@TheCycoONE: Thanks for your support. I hope to have a "real" 0.60 release soon to update to, but currently this package will stay at 0.50, because I like to have my packages at stable versions (even if this means I need to fix compilation after changes to dependency packages :D).
TheCycoONE commented on 2016-05-02 12:19
@gothmog.todi It looks like this package needs another patch from our repository to work with the version of ffmpeg that archlinux is currently using. https://github.com/CorsixTH/CorsixTH/commit/9260930bd1e4721736859bee9c86aa70ecd3ddba.patch
There are other movie related changes though, and at this point it might be better to bump the package to 0.60-rc1.
gothmog.todi commented on 2016-03-23 19:50
I have some trouble building this package. Maybe somebody has some pointers for me?
Build log: https://nopaste.me/view/b14243b5
carstene1ns commented on 2015-11-19 15:02
@TheCycoONE: Thanks for the patch! It fixes the intro movie.
About lua-socket: it was the 3.0-rc1 release at that time, but the Arch package is now built from git[1], so it should be resolved as well.
[1]: https://projects.archlinux.org/svntogit/community.git/log/trunk?h=packages/luasocket
TheCycoONE commented on 2015-11-19 02:26
As for the lua-socket problems, does this occur with the latest lua-socket in the Arch Linux repositories? The 3.0-rc1 'release' version is known to be broken, but I haven't encountered problems with newer git versions of the library.
TheCycoONE commented on 2015-11-19 02:19
Please apply this patch: https://github.com/CorsixTH/CorsixTH/commit/4ae56e100911c1763cb9fd9a4b8647e323ecc032.patch
It fixes a bug with the movie code that causes it to crash with ffmpeg 2.8+
Lucki commented on 2015-09-14 15:27
Thank you, lua-socket wasn't used by any package, so I removed it and it works again, thank you again!
carstene1ns commented on 2015-09-13 16:36
@Lucki: I actually had this error too when testing. It seems there is some incompatibility between the lua socket package that arch ships and corsix-th expects.
I will contact upstream and create a patch that disables the autoupdater for now.
Do you need the package 'lua-socket' at all? If no, just remove it and corsix-th will work, if yes, you can rebuild corsix-th with lua51 or lua52 in the meanwhile until this is sorted out.