package/xscreensaver: bump to version 5.43
authorFabrice Fontaine <fontaine.fabrice@gmail.com>
Sun, 7 Jul 2019 15:01:12 +0000 (17:01 +0200)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Sun, 14 Jul 2019 14:07:36 +0000 (16:07 +0200)
- Remove patch (not needed anymore)
- Add hash for license files

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/xscreensaver/0001-fix-cross-compile-ansi-c-bailout.patch [deleted file]
package/xscreensaver/xscreensaver.hash
package/xscreensaver/xscreensaver.mk

diff --git a/package/xscreensaver/0001-fix-cross-compile-ansi-c-bailout.patch b/package/xscreensaver/0001-fix-cross-compile-ansi-c-bailout.patch
deleted file mode 100644 (file)
index 6da9419..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-The configure bails out when cross-compiling, because it is over-cautious
-about ANSI support in the C compiler. Work around this by disabling the
-bail-out code.
-
-[Peter: updated for 5.32]
-Signed-off-by: Simon Dawson <spdawson@gmail.com>
-Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
-
-diff -Nurp a/configure b/configure
---- a/configure        2013-07-16 10:23:32.000000000 +0100
-+++ b/configure        2013-09-22 14:50:07.186953454 +0100
-@@ -4374,7 +4374,6 @@ $as_echo "Solaris: adding -D__EXTENSIONS
-   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler works on ANSI C" >&5
- $as_echo_n "checking whether the compiler works on ANSI C... " >&6; }
-   if test "$cross_compiling" = yes; then :
--  as_fn_error $? "Couldn't build even a trivial ANSI C program: check CC." "$LINENO" 5
- else
-   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
- /* end confdefs.h.  */
index 48bc2b1eb2ab32124549a8c977d39d627705de27..c1198b755850e25428cc883ee40982f28d5b920b 100644 (file)
@@ -1,2 +1,4 @@
 # Locally calculated
-sha256 6b8b5238047f1613d99149bb02d5ed3384675f3ce74a0a8ba25290bd61abc06c  xscreensaver-5.36.tar.gz
+sha256 17eab67f3554e21c23b1526ec48a06a9ec8605baffee48f91f603f7599b383d4  xscreensaver-5.43.tar.gz
+sha256 8a03451ba5c4c9af669b53e47e50c38c149b9e152d3d627809b962da7b760bbd  hacks/screenhack.h
+sha256 56db580415bb313a4a82c5e08f106304904d15d42faf8e6ab14b34e14e2087a5  hacks/glx/chessmodels.h
index 34b116387bf40f8fa4e9d6d5e10c7d052d267710..642d65f0c6801cf3dbfc1317fe70b9e86fde5a3d 100644 (file)
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-XSCREENSAVER_VERSION = 5.36
+XSCREENSAVER_VERSION = 5.43
 XSCREENSAVER_SITE = https://www.jwz.org/xscreensaver
 
 # N.B. GPL-2.0+ code (in the hacks/glx subdirectory) is not currently built.