summaryrefslogtreecommitdiffstats
path: root/display/directfb
diff options
context:
space:
mode:
authorArjan Bouter2007-12-24 09:32:03 +0100
committerArjan Bouter2007-12-24 09:32:03 +0100
commitfd9be2c35620d2a2e6bcd44efb5634d29576df7e (patch)
tree5219149aa579db19f0c28655afecb143ef3aa469 /display/directfb
parent2f34b24372fa04b46822bb7dd36d9502c7c2960d (diff)
directfb: added optional dep on linux-fusion and version bumped to 1.1.1
Diffstat (limited to 'display/directfb')
-rwxr-xr-xdisplay/directfb/BUILD4
-rwxr-xr-xdisplay/directfb/DEPENDS5
-rwxr-xr-xdisplay/directfb/DETAILS5
-rw-r--r--display/directfb/DirectFB-0.9.25.1.tar.gz.sigbin280 -> 0 bytes
-rw-r--r--display/directfb/HISTORY4
-rwxr-xr-xdisplay/directfb/PRE_BUILD8
-rwxr-xr-xdisplay/directfb/TRIGGERS1
7 files changed, 17 insertions, 10 deletions
diff --git a/display/directfb/BUILD b/display/directfb/BUILD
index d12211af96..337202ae60 100755
--- a/display/directfb/BUILD
+++ b/display/directfb/BUILD
@@ -1,7 +1,3 @@
-if [[ -f /usr/include/linux/fusion.h ]]; then
- OPTS="$OPTS --enable-multi"
-fi &&
-
OPTS="--with-inputdrivers=$inputdrivers \
--with-gfxdrivers=$gfxdrivers \
$DFB_DEBUG $DFB_NETWORK $DFB_VOODOO \
diff --git a/display/directfb/DEPENDS b/display/directfb/DEPENDS
index ffce9bbdf0..f45135dbf3 100755
--- a/display/directfb/DEPENDS
+++ b/display/directfb/DEPENDS
@@ -1,6 +1,11 @@
depends autoconf &&
depends automake &&
+optional_depends linux-fusion \
+ '--enable-multi' \
+ '--enable-mutli=no' \
+ 'build with support for multiple DFB applications?' &&
+
optional_depends freetype2 \
'--enable-freetype' \
'--disable-freetype' \
diff --git a/display/directfb/DETAILS b/display/directfb/DETAILS
index 2e95a8baa9..545d2b9811 100755
--- a/display/directfb/DETAILS
+++ b/display/directfb/DETAILS
@@ -1,14 +1,13 @@
SPELL=directfb
- VERSION=1.0.0-rc1
+ VERSION=1.1.1
SOURCE=DirectFB-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/DirectFB-$VERSION
SOURCE_URL[0]=http://www.directfb.org/downloads/Core/$SOURCE
- SOURCE_HASH=sha512:1fb193764bbe76f9d236b47bdffc700b57bfb612f5d68d01a4133bca2d4582a3aa10cfd56a645c04ba0fc095bfcd952ab31af6ce051bff7ca87cbe161589ad6d
+ SOURCE_HASH=sha512:a82793c5164f0379fad7662071c45bc350a44cc814462cf284cb65cf701ce6c4912570e4e7f34c1db62547a625bc57a907537032d0ea7b1bea946839c0ad9bc2
LICENSE[0]=LGPL
KEYWORDS="display"
WEB_SITE=http://www.directfb.org/
ENTERED=20030916
- UPDATED=20031027
SHORT="Graphics acceleration on Framebuffer Device"
cat << EOF
DirectFB is a thin library that provides hardware graphics acceleration,
diff --git a/display/directfb/DirectFB-0.9.25.1.tar.gz.sig b/display/directfb/DirectFB-0.9.25.1.tar.gz.sig
deleted file mode 100644
index 03b91b6836..0000000000
--- a/display/directfb/DirectFB-0.9.25.1.tar.gz.sig
+++ /dev/null
Binary files differ
diff --git a/display/directfb/HISTORY b/display/directfb/HISTORY
index 94a44d9f69..6f38aaf210 100644
--- a/display/directfb/HISTORY
+++ b/display/directfb/HISTORY
@@ -1,3 +1,7 @@
+2007-12-23 Arjan Bouter <abouter@sourcemage.org>
+ * DETAILS: version 1.1.1, switched to sha512sum
+ * PRE_BUILD: disabled regeneration of configure
+
2007-09-23 Arjan Bouter <abouter@sourcemage.org>
* CONFIGURE: fixed typo
* DEPENDS: added warning for SDL, added libvncserver
diff --git a/display/directfb/PRE_BUILD b/display/directfb/PRE_BUILD
index 4379c98e21..d94b936d5a 100755
--- a/display/directfb/PRE_BUILD
+++ b/display/directfb/PRE_BUILD
@@ -1,8 +1,10 @@
default_pre_build &&
-cd $SOURCE_DIRECTORY &&
+cd $SOURCE_DIRECTORY
#
# Remake configure so it doesn't "need" cpp
+# <abouter> True as that might be, configure.in is broken
+# and won't generate a working configure
#
-aclocal &&
-autoconf
+#aclocal &&
+#autoconf
diff --git a/display/directfb/TRIGGERS b/display/directfb/TRIGGERS
new file mode 100755
index 0000000000..4ef87a964b
--- /dev/null
+++ b/display/directfb/TRIGGERS
@@ -0,0 +1 @@
+on_cast linux-fusion cast_self