[Lunar-commits] <moonbase> fltk: Version bump. Yes I know it is rc1 but the website says it is stable.
Dennis `stumbles` Veatch
stumbles at lunar-linux.org
Wed Oct 21 16:14:33 CEST 2009
commit d49a2e028bd29b47ddd15b9bcc5f442ae6b01e31
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date: Wed Oct 21 10:14:33 2009 -0400
fltk: Version bump. Yes I know it is rc1 but the website says it is stable.
Gets around this make failure I just had;
filename_list.cxx: In function 'int fl_filename_list(const char*, dirent***, int (*)(dirent**, dirent**))':
filename_list.cxx:70: error: invalid conversion from 'int (*)(const void*, const void*)' to 'int (*)(const dirent**, const dirent**)'
filename_list.cxx:70: error: initializing argument 4 of 'int scandir(const char*, dirent***, int (*)(const dirent*), int (*)(const dirent**, const dirent**))'
make[1]: *** [filename_list.o] Error 1
---
libs/fltk/DETAILS | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/libs/fltk/DETAILS b/libs/fltk/DETAILS
index 4d57c79..1772d83 100644
--- a/libs/fltk/DETAILS
+++ b/libs/fltk/DETAILS
@@ -1,12 +1,12 @@
MODULE=fltk
- VERSION=1.1.9
+ VERSION=1.1.10rc1
SOURCE=$MODULE-$VERSION-source.tar.bz2
SOURCE_URL[0]=http://ftp.easysw.com/pub/$MODULE/$VERSION
SOURCE_URL[1]=ftp://ftp.funet.fi/pub/mirrors/ftp.easysw.com/pub/$MODULE/$VERSION
- SOURCE_VFY=sha1:6f21903dc53c829ec71e8e49655eb19e624c8247
+ SOURCE_VFY=sha1:fb57990e02be2e5cd15fc6a250d88f6eb77d584b
WEB_SITE=http://www.fltk.org
ENTERED=20011129
- UPDATED=20080508
+ UPDATED=20091021
MAINTAINER=tchan at lunar-linux.org
GARBAGE=off
SHORT="fast light graphical toolkit for X11"
More information about the Lunar-commits
mailing list