Search Criteria
Package Details: pokerth 1.1.2-47
Package Actions
Git Clone URL: | https://aur.archlinux.org/pokerth.git (read-only, click to copy) |
---|---|
Package Base: | pokerth |
Description: | Client to online Poker game written in C++/Qt |
Upstream URL: | http://www.pokerth.net/ |
Licenses: | GPL, custom |
Submitter: | blacktav |
Maintainer: | blacktav |
Last Packager: | blacktav |
Votes: | 24 |
Popularity: | 0.51 |
First Submitted: | 2018-01-08 23:25 (UTC) |
Last Updated: | 2024-12-29 16:03 (UTC) |
Dependencies (8)
- boost-libs
- curl (curl-http3-ngtcp2AUR, curl-gitAUR, curl-c-aresAUR)
- gsasl (gsasl-ntlmAUR)
- protobuf (protobuf-gitAUR)
- qt5-base (qt5-base-gitAUR, qt5-base-headlessAUR)
- sdl_mixer
- tinyxml (tinyxml-gitAUR)
- boost (boost-gitAUR) (make)
Latest Comments
1 2 3 4 5 6 .. 8 Next › Last »
blacktav commented on 2024-12-29 16:27 (UTC)
Package bumped with updated patch to include labsl_log_internal_nullguard as per @jiocash (thank you) This permits the package to build, install & run; boost deprecated functions may cause other issues - revisions for this will be on-going...
blacktav commented on 2024-12-29 13:44 (UTC)
@Korialo replicating issue now ... working on it
jlocash commented on 2024-12-28 19:44 (UTC)
I think this is caused by a change to protobuf. Add -labsl_log_internal_nullguard to pokerth-1.1.2.patch.2023. boost-1.87.0 deprecates more stuff and creates other issues.
Korialo commented on 2024-12-28 18:46 (UTC)
Same error:
but managed to fix it by adding
--copy-dt-needed-entries
toLDFLAGS
Korialo commented on 2024-12-27 22:17 (UTC)
Build fails:
blacktav commented on 2024-12-09 09:44 (UTC)
Bumped for updated libs
blacktav commented on 2024-10-07 17:11 (UTC)
Bumped for revised libprotobuf
coruja commented on 2024-09-05 14:29 (UTC)
Version -44 builds without errors and starts fine with boost{,-libs} 1.86. Thank you blacktav for your fast reaction and your good work, have a nice day! :)
blacktav commented on 2024-09-05 14:13 (UTC)
@coruja @MickeyRat with boost v1.85 some deprecated function names were removed causing build to fail. A new patch added to incorporate upstream revisions for boost 1.85 Package now builds successfully with boost 1.86, seemingly running OK The changes test boost version <1.85 and will use the old names if necessary. Not all deprecated function names have been updated - others remain pending waiting to trip us up when they are removed too; some of these are non-trivial to correct.
1 2 3 4 5 6 .. 8 Next › Last »