Package: brainparty / 0.61+dfsg-3

Metadata

Package Version Patches format
brainparty 0.61+dfsg-3 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
change config file path.patch | (download)

BPGame.cpp | 9 7 + 2 - 0 !
1 file changed, 7 insertions(+), 2 deletions(-)

 change config file path 

Save and load the config file, .brainparty, in the user's $HOME
directory. 

path2data.patch | (download)

BPGame.cpp | 4 2 + 2 - 0 !
Texture.cpp | 2 1 + 1 - 0 !
main.cpp | 2 1 + 1 - 0 !
wordsmash.cpp | 2 1 + 1 - 0 !
4 files changed, 5 insertions(+), 5 deletions(-)

 adjust data path location.


make.patch | (download)

Makefile | 6 3 + 3 - 0 !
1 file changed, 3 insertions(+), 3 deletions(-)

 improve upsteam makefile


unbundle ttf.patch | (download)

BPGame.cpp | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 unbundle freesans.ttf and use system fonts-freefont-ttf


disable fistrun prompt.patch | (download)

BPGame.cpp | 6 1 + 5 - 0 !
1 file changed, 1 insertion(+), 5 deletions(-)

 disable dialog on first run.
 When application started for the very first time it display
 "firstrun.png" with the following text:
    Hey! Thanks for playing
    Brain Party - a fun brain
    game for all the family.
    .
    Brain party is also available
    for the iPhone/iPod Touch,
    and if you buy it through the
    App Store you help fund
    future development.
    .
    Go on, take a look - it's
    really cheap!
 Maintainer feel that such advertising is inappropriate and therefore
 disabling it with this patch.


fix FTBFS with GCC 4.9.patch | (download)

BPList.h | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 fix ftbfs with gcc 4.9


reproducible build.patch | (download)

Makefile | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 sort object files for deterministic linking order


gcc 6.patch | (download)

Makefile | 3 3 + 0 - 0 !
WordList.h | 19 3 + 16 - 0 !
2 files changed, 6 insertions(+), 16 deletions(-)

 fix ftbfs on gcc 6 by removing use of hash_set class