summaryrefslogtreecommitdiffstats
path: root/package/supertux/supertux.hash
Commit message (Collapse)AuthorAgeFilesLines
* package/supertux: bump to version 0.6.0Romain Naour2018-12-261-1/+1
| | | | | | | | | | | | | | | | | | | | | | * Bump the minimum version of gcc since supertux require the C++14 standard. * Add boost locale dependency since it's now checked by the build system. * Add libpng dependency for savepng feature. * Add freetype dependency for the support for right-to-left languages. * Disable ENABLE_OPENGLES2 for now, it can be enabled by a follow up patch. * We don't add SDL_ttf dependency since it's included in the supertux source code. * There is curently no libraqm package in Buildroot. * Remove the two sed command from SUPERTUX_FIX_ALTIVEC_ISSUE since the CMake code has changed. Keep the one for tinygettext. See: https://www.supertux.org/news/2018/12/23/0.6.0 Signed-off-by: Romain Naour <romain.naour@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* package/supertux: new packageRomain Naour2017-04-151-0/+2
Checked that libphysfs.so.1 is used by supertux2 binary. $ LD_TRACE_LOADED_OBJECTS=1 /usr/bin/supertux2 ... libphysfs.so.1 => /usr/lib64/libphysfs.so.1 Signed-off-by: Romain Naour <romain.naour@gmail.com> [Thomas: - slightly tweak Config.in comment - use SPDX license codes] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
OpenPOWER on IntegriCloud