FS#67340 - [tiled] zstd support is not enabled
Attached to Project:
Community Packages
Opened by Gabriel Martinez (mystal) - Tuesday, 21 July 2020, 01:00 GMT
Last edited by Sven-Hendrik Haase (Svenstaro) - Tuesday, 21 July 2020, 13:35 GMT
Opened by Gabriel Martinez (mystal) - Tuesday, 21 July 2020, 01:00 GMT
Last edited by Sven-Hendrik Haase (Svenstaro) - Tuesday, 21 July 2020, 13:35 GMT
|
Details
Description:
I am using the latest version of tiled, 1.4.1-1. Since version 1.3.0, zstd has been a feature and dependency, but the required compilation flag is not being passed in to enable it. As such, the version of tiled in Arch can't open zstd compressed maps. I was able to add the flag "CONFIG+=tiled_zstd" to the end of the qmake line to add zstd support: qmake -r INSTALL_HEADERS=yes RPATH=no PREFIX=/usr "CONFIG+=tiled_zstd" |
This task depends upon