Package: blobby / 1.0-3
Metadata
Package | Version | Patches format |
---|---|---|
blobby | 1.0-3 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
01_sdl_default.patch | (download) |
src/main.cpp |
4 2 + 2 - 0 ! |
use sdl by default since it's faster without hardware acceleration |
02_use_system_lua.patch | (download) |
src/CMakeLists.txt |
5 2 + 3 - 0 ! |
use system lua library instead of building a local copy |
04_use_system_tinyxml.patch | (download) |
src/CMakeLists.txt |
1 0 + 1 - 0 ! |
use system tinyxml library instead of building a local copy |
07_cxxflags_append.patch | (download) |
src/CMakeLists.txt |
4 2 + 2 - 0 ! |
append cxxflags instead of overwriting them. Otherwise the dpkg-buildflags are ignored. |
08_config_loading.patch | (download) |
data/CMakeLists.txt |
3 2 + 1 - 0 ! |
cherry-pick upstream commits 1528, 1530 and 1531. |
09_reproducible_build.patch | (download) |
data/CMakeLists.txt |
2 1 + 1 - 0 ! |
make build reproducible. zip stores the atime of files by default in an extended attribute. |
10_ostream_include.patch | (download) |
src/NetworkMessage.cpp |
1 1 + 0 - 0 ! |
added inlude |