1
0
mirror of https://github.com/blupi-games/planetblupi synced 2024-12-30 10:15:36 +01:00

152 Commits

Author SHA1 Message Date
Simon McVittie
bc6fe4b150
Avoid making assumptions about location of SDL2 headers
It is not an API guarantee that the SDL2 headers will be found in
${prefix}/include/SDL2, or that SDL2 is installed in the same prefix
as planetblupi itself. Ask pkg-config instead.

Signed-off-by: Simon McVittie <smcv@debian.org>
Bug-Debian: https://bugs.debian.org/952105
Forwarded: no
2020-03-09 21:23:13 +01:00
Mathieu Schroeter
c3e6af015c Prepare v1.14.2 2019-10-17 07:17:53 +02:00
Mathieu Schroeter
e173d6ff35 Prepare v1.14.1 2019-03-08 06:00:55 +01:00
Mathieu Schroeter
b81c5ea3bf Cosmetic 2019-02-26 22:35:26 +01:00
Mathieu Schroeter
4d9e0d9ec4 Add metainfo file with AppImage deploy 2019-02-26 22:35:15 +01:00
Mathieu Schroeter
a8c7c83494 Prepare release v1.14.0 2019-02-21 21:15:30 +01:00
Mathieu Schroeter
20a7f344cf Add minimal metainfo XML file 2019-02-10 00:14:38 +01:00
Mathieu Schroeter
9b9b1e558e Bump minor version and prepare for rc1 2019-02-08 23:33:33 +01:00
Mathieu Schroeter
941bd91d25 Do not provide movies with emscripten build
Threading is not supported, then SDL_kitchensink can not be used.
2019-01-13 00:23:11 +01:00
Didier Raboud
073a3fd3ee
Move manpage to section 6 (games) 2018-10-24 08:49:45 +02:00
Mathieu Schroeter
1d7934e936 Bump patch version to v1.13.2 2018-08-25 00:01:57 +02:00
Mathieu Schroeter
1e13e20309 Prepare v1.13.1 2018-08-24 13:37:20 +02:00
Mathieu Schroeter
1609df9339 Fix and install the planetblupi manpage 2018-08-05 14:36:35 +02:00
Mathieu Schroeter
ddf8faeafa Bump ninor version for the next release 2018-08-03 12:26:02 +02:00
Mathieu Schroeter
561469f4fd WIP 2018-07-20 14:54:08 +02:00
Mathieu Schroeter
1216ca08b6 WIP: add emscripten support 2018-07-19 23:17:23 +02:00
Mathieu Schroeter
0c0983a4d5 Add SDL2 directory as include dir for SDL_kitchensink (Kit) 2018-07-02 23:21:42 +02:00
Mathieu Schroeter
33464784ed Revert "Fix linking with winpthread"
This reverts commit 50c728c791895d822b0f474a37dbdd609ba21337.
2018-06-08 07:47:39 +02:00
Mathieu Schroeter
ce411bfd88 Revert "Do not deploy winpthread anymore"
This reverts commit 27b8a5d031df4ed9e743133e37150fb4fd343539.
2018-06-08 07:47:35 +02:00
Mathieu Schroeter
27b8a5d031 Do not deploy winpthread anymore 2018-06-07 21:58:56 +02:00
Mathieu Schroeter
50c728c791 Fix linking with winpthread
Closes issue #24.
2018-06-07 21:56:13 +02:00
Mathieu Schroeter
af14cc196f Sign the AppImage only if SIGN_APP is true 2018-06-06 18:04:14 +02:00
Mathieu Schroeter
a68625dafd Bump micro version for the next stable release 2018-05-29 18:18:37 +02:00
Mathieu Schroeter
5db7fe91f6 Bump patch version 2018-03-14 17:59:43 +01:00
Mathieu Schroeter
eb1a1da420 Bump micro version for next release 2018-02-18 23:40:32 +01:00
Mathieu Schroeter
352fab5d83 Bump patch version 2017-12-12 23:49:05 +01:00
Mathieu Schroeter
c4ab50fabe Add link on libvorbis 2017-12-07 14:03:07 +01:00
Mathieu Schroeter
63783cabe1
Fix typo 2017-12-01 16:50:03 +01:00
Mathieu Schroeter
fd7fd47e54 Sign the uninstaller only if desired 2017-12-01 16:00:35 +01:00
Mathieu Schroeter
3688d68d10 Find the right libwinpthread according to the mingw prefix
It fixes the case of 32 bit builds.
2017-12-01 13:51:37 +01:00
Mathieu Schroeter
7c3c0421ee Bump micro version (for fix release) 2017-11-27 07:01:58 +01:00
Mathieu Schroeter
8f51f0c9cf Prepare new release v1.12 2017-11-02 17:57:31 +01:00
Mathieu Schroeter
a2b95775d4 Add entry for windows signature
It's not officially supported by CPack, but I use a hack for that.
2017-10-31 18:45:03 +01:00
Mathieu Schroeter
9681f203f0 Add a DEBUG define when building debug version 2017-10-30 17:36:09 +01:00
Didier Raboud
161c6df1cb Use GNUInstallDirs to let the BINDIR be overriden by the build options 2017-10-22 18:52:42 +02:00
Mathieu Schroeter
29ad6c30f4 Fix deploy of desktop file with non-appimage builds 2017-10-21 09:51:54 +02:00
Mathieu Schroeter
a50e648d63 WIP: add desktop file for standard build 2017-10-21 09:39:18 +02:00
Mathieu Schroeter
5b13b8f0bb Fix typo 2017-10-20 17:54:20 +02:00
Mathieu Schroeter
cce3961fc8 CMake: use list(APPEND) instead of set 2017-10-20 17:41:40 +02:00
Mathieu Schroeter
433768147b Follow coding rules (space before bracket)
Prefer BP over PLANETBLUPI.
2017-10-20 17:40:31 +02:00
Didier Raboud
6134edc96e Make the CURL dependency optional, through the PLANETBLUPI_HTTP_VERSION_CHECK CMake option 2017-10-20 16:32:40 +02:00
Mathieu Schroeter
e0ace88195 Prepare v1.11.0 2017-10-09 16:17:47 +02:00
Mathieu Schroeter
6a68e845da Bump minor version to v1.10.0
There are changes with the difficult skill level behavior and not only
bugfixes. It makes sense to bump the minor version.
2017-09-22 13:09:05 +02:00
Mathieu Schroeter
572e477a69 Bump micro version for the next release 2017-09-20 07:34:04 +02:00
Mathieu Schroeter
4ae26a308c Fix dynamic linking (flag order with pthread)
Patch by @krzys-h, thanks!
2017-09-16 22:38:24 +02:00
Mathieu Schroeter
2b73637748 Bump micro version (fix release) 2017-09-15 18:41:07 +02:00
Mathieu Schroeter
73f916093f Pass intl and iconv static lib only with static linking 2017-09-13 00:03:51 +02:00
Mathieu Schroeter
98e29b56b7 Add local include and lib dirs only with static build 2017-09-13 00:03:20 +02:00
Mathieu Schroeter
77b42b1d37 Add pthread linking when dynamic 2017-09-13 00:03:01 +02:00
Mathieu Schroeter
38838cfb3f Remove duplicate entries 2017-09-12 23:46:43 +02:00