Sudip Mukherjee pushed to branch master at Debian Java Maintainers / swt-gtk
Commits: fdd78315 by Sudip Mukherjee at 2020-12-29T13:32:25+00:00 Avoid using gdk_texture_new_from_file The jni library fails to load with the error: undefined symbol: gdk_texture_new_from_file Signed-off-by: Sudip Mukherjee <[email protected]> - - - - - 2cf49635 by Sudip Mukherjee at 2020-12-29T14:52:05+00:00 Add changelog for 4.18.0-2 release Signed-off-by: Sudip Mukherjee <[email protected]> - - - - - 2 changed files: - debian/changelog - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,10 @@ +swt4-gtk (4.18.0-2) unstable; urgency=medium + + * Team upload. + * Avoid gdk_texture_new_from_file to fix library loading failure. + + -- Sudip Mukherjee <[email protected]> Tue, 29 Dec 2020 14:51:44 +0000 + swt4-gtk (4.18.0-1) unstable; urgency=medium * Team upload. ===================================== debian/rules ===================================== @@ -3,6 +3,7 @@ include /usr/share/dpkg/pkg-info.mk export DEB_CFLAGS_MAINT_APPEND=-fPIC +export DEB_CPPFLAGS_MAINT_APPEND=-DNO_gdk_1texture_1new_1from_1file DEB_BUILD_MAINT_OPTIONS=hardening=+all include /usr/share/dpkg/buildflags.mk CFLAGS+=$(CPPFLAGS) View it on GitLab: https://salsa.debian.org/java-team/swt-gtk/-/compare/14410316301d20045e1c8087b5c162e033ba4230...2cf49635332c698699b12a79f6fd55139f847c3b -- View it on GitLab: https://salsa.debian.org/java-team/swt-gtk/-/compare/14410316301d20045e1c8087b5c162e033ba4230...2cf49635332c698699b12a79f6fd55139f847c3b You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ pkg-java-commits mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-commits

