Package: zaz / 1.0.0~dfsg1-5
Metadata
Package | Version | Patches format |
---|---|---|
zaz | 1.0.0~dfsg1-5 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
no_music.patch | (download) |
data/Makefile.am |
4 0 4 - 0 ! |
disable the use of the non-free music |
no_music_2.patch | (download) |
src/streamingoggsample.cpp |
5 5 0 - 0 ! |
fix crash, makes restart() a no-op if the music isn't loaded Bug-Debian: http://bugs.debian.org/649017 Bug-Ubuntu: http://launchpad.net/bugs/656468 |
mismatched_delete.patch | (download) |
src/game.cpp |
2 1 1 - 0 ! |
fix crash, fixes a potential memory corruption Bug-Debian: http://bugs.debian.org/649017 Bug-Ubuntu: http://launchpad.net/bugs/656468 |
jumpy_keyboard.patch | (download) |
src/scene.cpp |
15 9 6 - 0 ! |
--- |
libvorbis.patch | (download) |
src/Makefile.in |
2 1 1 - 0 ! |
link with libvorbis, too. This is fallout from the fact that other libraries in Debian, such as libvorbisfile, no longer include their own dependencies in the pkg-config output. Until now, zaz built just fine because -lvorbis was added by other libraries; now it has to add it on its own. . This bug should really be fixed upstream by adding an explicit check for libvorbis in configure.ac, something like AC_CHECK_LIB([vorbis], [vorbis_bitrate_addblock]) I do intend to do that in a future upload, but IMHO this minimal patch ought to be suitable for the Jessie freeze. Debian-Bug: https://bugs.debian.org/768718 |
clang ftbfs.patch | (download) |
src/mixer.cpp |
2 1 1 - 0 ! |
clang ftbfs Fix FTBFS with clang compiler. Bug: https://bugs.debian.org/753340 |
desktop file.patch | (download) |
extra/zaz.desktop |
3 2 1 - 0 ! |
desktop file |