Package: libsfml / 3.0.2+dfsg-1
Metadata
Package | Version | Patches format |
---|---|---|
libsfml | 3.0.2+dfsg-1 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
01_unbundle_catch.patch | (download) |
test/CMakeLists.txt |
16 1 + 15 - 0 ! |
unbundle catch2 Use the system version from libcatch2-dev instead. |
03_unbundle_vulkan.patch | (download) |
src/SFML/Window/CMakeLists.txt |
3 2 + 1 - 0 ! |
unbundle vulkan Use headers from libvulkan-dev and link directly to the library instead of using bundled copy removed from extlibs. |
04_unbundle_stb.patch | (download) |
src/SFML/Graphics/CMakeLists.txt |
4 3 + 1 - 0 ! |
unbundle libstb Use headers from libstb-dev and link directly to the library instead of using bundled copy removed from extlibs. |
05_cmake_override_doc_path.patch | (download) |
cmake/SFMLConfig.cmake.in |
15 1 + 14 - 0 ! |
override sfml_doc_path in sfmlconfig.cmake The existing detection assumes the documentation is installed in /usr/share/doc/SFML, but we install it into /usr/share/doc/libsfml-dev. |
06_pkgconfig libs private.patch | (download) |
tools/pkg-config/sfml-audio.pc.in |
1 0 + 1 - 0 ! |
remove *.private fields from pkg-config files This avoids unnecessary dependencies which are only needed when building static libraries. It also removes the unused dependency on glu. |
07_skip_IpAddress_tests.patch | (download) |
test/Network/IpAddress.test.cpp |
12 8 + 4 - 0 ! |
stop running tests that require network access |
08_skip_sfPacket_tests.patch | (download) |
test/Network/Packet.test.cpp |
6 6 + 0 - 0 ! |
skip sf::packet tests that fail on big-endian |