summaryrefslogtreecommitdiffstats
path: root/display/directfb
diff options
context:
space:
mode:
authorJeremy Blosser2006-04-24 09:50:01 -0500
committerJeremy Blosser2006-04-24 09:50:01 -0500
commita8b5eb0ca0505e6b6db2a7583172ffe24d32d935 (patch)
tree21dbe745c2c630d81805762fbd87b71caeab18f8 /display/directfb
parent1bc3754f3463d4efbecb61585fe5ca85ee650b6e (diff)
sync ./display/directfb from stable-rc 0.4
Diffstat (limited to 'display/directfb')
-rwxr-xr-xdisplay/directfb/DEPENDS64
-rwxr-xr-xdisplay/directfb/DETAILS2
-rw-r--r--display/directfb/DirectFB-0.9.22.tar.gz.sigbin65 -> 0 bytes
-rw-r--r--display/directfb/DirectFB-0.9.24.tar.gz.sigbin0 -> 280 bytes
-rw-r--r--display/directfb/HISTORY13
-rw-r--r--display/directfb/gfxdrivers25
6 files changed, 80 insertions, 24 deletions
diff --git a/display/directfb/DEPENDS b/display/directfb/DEPENDS
index 550002b79a..68acaf29b9 100755
--- a/display/directfb/DEPENDS
+++ b/display/directfb/DEPENDS
@@ -1,19 +1,57 @@
-depends automake &&
-depends freetype2 "--enable-freetype" &&
-depends jpeg "--enable-jpeg" &&
-depends libpng "--enable-png" &&
+depends autoconf &&
+depends automake &&
+
+optional_depends freetype2 \
+ '--enable-freetype' \
+ '--disable-freetype' \
+ 'for FreeType fonts' &&
+
+optional_depends jpeg \
+ '--enable-jpeg' \
+ '--disable-jpeg' \
+ 'for JPEG images' &&
+
+optional_depends libpng \
+ '--enable-png' \
+ '--disable-png' \
+ 'for PNG images' &&
+
+optional_depends LIBGIF \
+ '--enable-gif' \
+ '--disable-gif' \
+ 'for GIF images' &&
+
+optional_depends zlib \
+ '--enable-zlib' \
+ '--disable-zlib' \
+ 'for Zlib compression' &&
optional_depends sdl \
- "--enable-sdl" \
- "--enable-sdl=no" \
- "build with SDL support" &&
+ '--enable-sdl' \
+ '--enable-sdl=no' \
+ 'build with SDL support' &&
+
+optional_depends X11-SERVER \
+ '--enable-x11' \
+ '--disable-x11' \
+ 'for X11 support' &&
optional_depends libmpeg3 \
- "--enable-libmpeg3" \
- "--enable-libmpeg3=no" \
- "build Libmpeg3 video provider" &&
+ '--enable-libmpeg3' \
+ '--enable-libmpeg3=no' \
+ 'build Libmpeg3 video provider' &&
optional_depends fbset \
- "" \
- "" \
- "for framebuffer utilities"
+ '' \
+ '' \
+ 'for framebuffer utilities' &&
+
+optional_depends gpm \
+ '' \
+ '' \
+ 'for General Purpose Mouse support' &&
+
+optional_depends sysfsutils \
+ '--enable-sysfs' \
+ '--disable-sysfs' \
+ 'for Linux 2.6+ SysFS support'
diff --git a/display/directfb/DETAILS b/display/directfb/DETAILS
index 95ba49fb9f..09c5dcabef 100755
--- a/display/directfb/DETAILS
+++ b/display/directfb/DETAILS
@@ -1,5 +1,5 @@
SPELL=directfb
- VERSION=0.9.22
+ VERSION=0.9.24
SOURCE=DirectFB-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/DirectFB-$VERSION
SOURCE_URL[0]=http://www.directfb.org/download/DirectFB/$SOURCE
diff --git a/display/directfb/DirectFB-0.9.22.tar.gz.sig b/display/directfb/DirectFB-0.9.22.tar.gz.sig
deleted file mode 100644
index 71ebdb6aae..0000000000
--- a/display/directfb/DirectFB-0.9.22.tar.gz.sig
+++ /dev/null
Binary files differ
diff --git a/display/directfb/DirectFB-0.9.24.tar.gz.sig b/display/directfb/DirectFB-0.9.24.tar.gz.sig
new file mode 100644
index 0000000000..e235774752
--- /dev/null
+++ b/display/directfb/DirectFB-0.9.24.tar.gz.sig
Binary files differ
diff --git a/display/directfb/HISTORY b/display/directfb/HISTORY
index fa7f1040b5..484e8e0167 100644
--- a/display/directfb/HISTORY
+++ b/display/directfb/HISTORY
@@ -1,3 +1,16 @@
+2005-12-21 Eric Sandall <eric@sandall.us>
+ * DirectFB-0.9.22.tar.gz.sig: Tarball changed
+ * DETAILS: Updated to 0.9.24 (after already fixing the 0.9.22 sig)
+ * gfxdrivers: Cleaned up formatting (TAB delimited)
+ Added i830, mach64, r200, sis315, unichrome
+ * DEPENDS: Added optional dependencies on zlib, gpm, LIBGIF, sysfsutils,
+ and X11-SERVER (only tested with X11-SERVER)
+ Made freetype2, jpeg, and libpng optional dependencies
+ Depends on autoconf as well
+
+2005-10-13 Eric Sandall <eric@sandall.us>
+ * DirectFB-0.9.22.tar.gz.sig: Updated to sha512 hash
+
2005-08-17 Eric Sandall <eric@sandall.us>
* DETAILS: Tarball changed:
Removed directfb.spec and lib/{direct,fusion,voodo}/build.h
diff --git a/display/directfb/gfxdrivers b/display/directfb/gfxdrivers
index 5da8407abe..f4a0e7c57b 100644
--- a/display/directfb/gfxdrivers
+++ b/display/directfb/gfxdrivers
@@ -1,11 +1,16 @@
-ati128 ATI Rage 128
-cle266 VIA CLE266
-cyber5k TVIA CyberPro
-i810 Intel i810
-matrox Matrox
+ati128 ATI Rage 128
+cle266 VIA CLE266
+cyber5k TVIA CyberPro
+i810 Intel i810
+i830 Intel i830
+mach64 ATI Mach64
+matrox Matrox
neomagic NeoMagic
-nsc NSC Geode
-nvidia nVidia RIVA TNT
-radeon ATI Radeon
-savage S3 Savage
-tdfx 3Dfx Voodoo
+nsc NSC Geode
+nvidia nVidia RIVA TNT
+radeon ATI Radeon generic
+r200 ATI Radeon R200-based
+savage S3 Savage
+sis315 SiS 315
+tdfx 3Dfx Voodoo
+unichrome Unichrome