[Lunar-commits] <moonbase> fltk2: Version bump and adding a few things.

Dennis `stumbles` Veatch stumbles at lunar-linux.org
Sun Feb 6 02:42:50 CET 2011


commit 4cf37e8ffc0036f7159cd8451349f98dab9a202d
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date:   Sat Feb 5 20:42:50 2011 -0500

    fltk2: Version bump and adding a few things.
---
 libs/fltk2/BUILD   |    2 +-
 libs/fltk2/DEPENDS |    5 +++++
 libs/fltk2/DETAILS |    6 +++---
 3 files changed, 9 insertions(+), 4 deletions(-)

diff --git a/libs/fltk2/BUILD b/libs/fltk2/BUILD
index 6f4a656..dc2926f 100644
--- a/libs/fltk2/BUILD
+++ b/libs/fltk2/BUILD
@@ -1,6 +1,6 @@
 (
 
-  OPTS+=" --enable-shared"
+  OPTS+=" --enable-shared --enable-xshm --enable-x11multithread" &&
 
   default_build
 
diff --git a/libs/fltk2/DEPENDS b/libs/fltk2/DEPENDS
new file mode 100644
index 0000000..d753c5f
--- /dev/null
+++ b/libs/fltk2/DEPENDS
@@ -0,0 +1,5 @@
+optional_depends %JPEG  "--enable-jpeg"  "--enable-jpeg=local" "If yes, use system jpeg"
+optional_depends zlib   "--enable-zlib"  "--enable-zlib=local" "If yes use system zlib"
+optional_depends libpng "--enable-png"   "--enable-png=local"  "If yes use system libpng"
+optional_depends cairo  "--enable-cairo" "--disable-cairo"     "For cairo graphics support"
+
diff --git a/libs/fltk2/DETAILS b/libs/fltk2/DETAILS
index 4e1f9e4..90f6a8b 100644
--- a/libs/fltk2/DETAILS
+++ b/libs/fltk2/DETAILS
@@ -1,13 +1,13 @@
           MODULE=fltk2
              MOD=fltk
-         VERSION=2.0.x-r7725
+         VERSION=2.0.x-r8365
           SOURCE=$MOD-$VERSION.tar.bz2
       SOURCE_URL=http://ftp2.easysw.com/pub/$MOD/snapshots
-      SOURCE_VFY=sha1:50edad13fbf0c53f94b7fdadf14fb947cb03532c
+      SOURCE_VFY=sha1:6ac86844ca0a2a170cc889c26277e6b203cb4e08
 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MOD-$VERSION
         WEB_SITE=http://www.fltk.org
          ENTERED=20081023
-         UPDATED=20101121
+         UPDATED=20110205
       MAINTAINER=tchan at lunar-linux.org
          GARBAGE=off
            SHORT="fast light graphical toolkit for X11"


More information about the Lunar-commits mailing list