summaryrefslogtreecommitdiff
path: root/freeglut
diff options
context:
space:
mode:
authorTilman Sauerbeck <tilman@crux.nu>2010-07-06 18:51:50 +0200
committerTilman Sauerbeck <tilman@crux.nu>2010-07-06 19:59:58 +0200
commitc6737f735f319623644d84aa08136117a7754134 (patch)
treee417da6d739faf8542b96373727df63470d712cd /freeglut
parentb20a264889364530d204dc73dcc81131eee783b5 (diff)
downloadopt-c6737f735f319623644d84aa08136117a7754134.tar.gz
opt-c6737f735f319623644d84aa08136117a7754134.tar.xz
freeglut: updated to 2.6.0.
Diffstat (limited to 'freeglut')
-rw-r--r--freeglut/.footprint6
-rw-r--r--freeglut/.md5sum3
-rw-r--r--freeglut/Pkgfile10
-rw-r--r--freeglut/freeglut-2.4.0.patch23
4 files changed, 8 insertions, 34 deletions
diff --git a/freeglut/.footprint b/freeglut/.footprint
index d982667fe..f47d1b074 100644
--- a/freeglut/.footprint
+++ b/freeglut/.footprint
@@ -8,6 +8,6 @@ drwxr-xr-x root/root usr/include/GL/
drwxr-xr-x root/root usr/lib/
-rw-r--r-- root/root usr/lib/libglut.a
-rwxr-xr-x root/root usr/lib/libglut.la
-lrwxrwxrwx root/root usr/lib/libglut.so -> libglut.so.3.8.0
-lrwxrwxrwx root/root usr/lib/libglut.so.3 -> libglut.so.3.8.0
--rwxr-xr-x root/root usr/lib/libglut.so.3.8.0
+lrwxrwxrwx root/root usr/lib/libglut.so -> libglut.so.3.9.0
+lrwxrwxrwx root/root usr/lib/libglut.so.3 -> libglut.so.3.9.0
+-rwxr-xr-x root/root usr/lib/libglut.so.3.9.0
diff --git a/freeglut/.md5sum b/freeglut/.md5sum
index 36ec4f4a9..73d61e2ac 100644
--- a/freeglut/.md5sum
+++ b/freeglut/.md5sum
@@ -1,2 +1 @@
-d6ba7e22ebb0fd7904b8e18c97475ba6 freeglut-2.4.0.patch
-6d16873bd876fbf4980a927cfbc496a1 freeglut-2.4.0.tar.gz
+39f0f2de89f399529d2b981188082218 freeglut-2.6.0.tar.gz
diff --git a/freeglut/Pkgfile b/freeglut/Pkgfile
index 3eb8b96b5..76a156387 100644
--- a/freeglut/Pkgfile
+++ b/freeglut/Pkgfile
@@ -1,16 +1,14 @@
# Description: a free alternative to the OpenGL Utility Toolkit (GLUT) library
# URL: http://freeglut.sourceforge.net
# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
-# Depends on: mesa3d
+# Depends on: mesa3d xorg-libxi
name=freeglut
-version=2.4.0
-release=2
-source=(http://dl.sourceforge.net/sourceforge/$name/$name-$version.tar.gz \
- freeglut-2.4.0.patch)
+version=2.6.0
+release=1
+source=(http://dl.sourceforge.net/sourceforge/$name/$name-$version.tar.gz)
build() {
- patch -p0 -i $SRC/freeglut-2.4.0.patch
cd $name-$version
./configure --prefix=/usr \
--disable-warnings
diff --git a/freeglut/freeglut-2.4.0.patch b/freeglut/freeglut-2.4.0.patch
deleted file mode 100644
index b56a37cb8..000000000
--- a/freeglut/freeglut-2.4.0.patch
+++ /dev/null
@@ -1,23 +0,0 @@
---- freeglut-2.4.0.orig/src/freeglut_cursor.c
-+++ freeglut-2.4.0/src/freeglut_cursor.c
-@@ -130,7 +130,9 @@
- XCreateFontCursor( fgDisplay.Display, entry->cursorShape );
- }
- cursor = entry->cachedCursor;
-- } else {
-+ if (cursor == None)
-+ fgError( "Failed to create cursor" );
-+ } else {
- switch( cursorIDToUse )
- {
- case GLUT_CURSOR_NONE:
-@@ -147,9 +149,6 @@
- }
- }
-
-- if ( ( cursorIDToUse != GLUT_CURSOR_NONE ) && ( cursor == None ) ) {
-- fgError( "Failed to create cursor" );
-- }
- XDefineCursor( fgDisplay.Display,
- window->Window.Handle, cursor );
- }

Generated by cgit