From edef283e7f2cf5d3dde4e7126b0d077be0e827dc Mon Sep 17 00:00:00 2001 From: Donald Buczek Date: Thu, 6 Sep 2018 12:59:46 +0200 Subject: [PATCH] gnudatalanguage-gdl: Rebuild After #879 "Update imagemagick from 6.9.4 4 to 6.9.10 10" we need to rebuild gnudatalanguage-gdl: buczek@deinemuddah:~$ gdl gdl: error while loading shared libraries: libMagick++-6.Q16.so.6: cannot open shared object file: No such file or directory Rebuild to compile against current imagemagick library. buczek@theinternet:~$ gdl GDL - GNU Data Language, Version 0.9.8 svn - For basic information type HELP,/INFO - Default library routine search path used (GDL_PATH/IDL_PATH env. var. not set): +/usr/share/gnudatalanguage/lib - No startup file read (GDL_STARTUP/IDL_STARTUP env. var. not set). - Please report bugs, feature or help requests and patches at: http://sourceforge.net/projects/gnudatalanguage/ --- gnudatalanguage-gdl.be0 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnudatalanguage-gdl.be0 b/gnudatalanguage-gdl.be0 index 2e530672b..a2b2187bd 100755 --- a/gnudatalanguage-gdl.be0 +++ b/gnudatalanguage-gdl.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION gnudatalanguage-gdl-0.9.8-0 +# BEE_VERSION gnudatalanguage-gdl-0.9.8-1 SRCURL[0]="https://github.com/gnudatalanguage/gdl/archive/v${PKGVERSION}.tar.gz"