New commits:
commit 14bad9cb13e456fc99b4d289b222deb42aeca2da
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>
devil: Updated to 1.7.8
Query for ILU and ILUT support
Allow force enabling ILU
diff --git a/graphics-libs/devil/BUILD b/graphics-libs/devil/BUILD
new file mode 100755
index 0000000..e237e18
--- /dev/null
+++ b/graphics-libs/devil/BUILD
@@ -0,0 +1,5 @@
+OPTS="$DEVIL_ILU \
+ $DEVIL_ILUT \
+ $OPTS" &&
+
+default_build
diff --git a/graphics-libs/devil/CONFIGURE b/graphics-libs/devil/CONFIGURE
new file mode 100755
index 0000000..ea084ac
--- /dev/null
+++ b/graphics-libs/devil/CONFIGURE
@@ -0,0 +1,5 @@
+config_query_option DEVIL_ILU "Enable ILU support?" n \
+ '--enable-ILU' '--disable-ILU' &&
+
+config_query_option DEVIL_ILUT "Enable ILUT (and force enable ILU)
support?" n \
+ '--enable-ILU --enable-ILUT' '--disable-ILUT'
diff --git a/graphics-libs/devil/DETAILS b/graphics-libs/devil/DETAILS
index 005b470..234331b 100755
--- a/graphics-libs/devil/DETAILS
+++ b/graphics-libs/devil/DETAILS
@@ -1,8 +1,9 @@
SPELL=devil
- VERSION=1.7.5
-
SOURCE_HASH=sha512:9ae1c917179fc43052b4ace72287bbc87d3746824300c64aaefce40981b9655c19e6d990c823504af62e478fd781539b0e1186a1abaf70f414dd7d06d0b6a647
+ VERSION=1.7.8
+#
SOURCE_HASH=sha512:9ae1c917179fc43052b4ace72287bbc87d3746824300c64aaefce40981b9655c19e6d990c823504af62e478fd781539b0e1186a1abaf70f414dd7d06d0b6a647
SNAME=DevIL
SOURCE=$SNAME-$VERSION.tar.gz
+ SOURCE_GPG="gurus.gpg:$SOURCE.sig:WORKS_FOR_ME"
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-${VERSION//-rc?}
SOURCE_URL[0]=${SOURCEFORGE_URL}/openil/${SOURCE}
LICENSE[0]=LGPL
diff --git a/graphics-libs/devil/DevIL-1.7.8.tar.gz.sig
b/graphics-libs/devil/DevIL-1.7.8.tar.gz.sig
new file mode 100644
index 0000000..cc5d542
Binary files /dev/null and b/graphics-libs/devil/DevIL-1.7.8.tar.gz.sig differ
diff --git a/graphics-libs/devil/HISTORY b/graphics-libs/devil/HISTORY
index 2d15bbe..96c9654 100644
--- a/graphics-libs/devil/HISTORY
+++ b/graphics-libs/devil/HISTORY
@@ -1,3 +1,8 @@
+2009-04-12 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS: Updated to 1.7.8
+ * CONFIGURE: Query for ILU and ILUT support
+ * PRE_SUB_DEPENDS, SUB_DEPENDS: Allow force enabling ILU
+
2008-12-30 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 1.7.5