summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStanislav Brabec <utx@gentoo.org>2003-05-16 19:31:51 +0000
committerStanislav Brabec <utx@gentoo.org>2003-05-16 19:31:51 +0000
commit844ed8243456ce9971e69184e4da944c1bc4c8af (patch)
tree52b7fb135fec6959e6decd262c14457666350acf /dev-python
parentmark stable (diff)
downloadhistorical-844ed8243456ce9971e69184e4da944c1bc4c8af.tar.gz
historical-844ed8243456ce9971e69184e4da944c1bc4c8af.tar.bz2
historical-844ed8243456ce9971e69184e4da944c1bc4c8af.zip
updated patch for tk-8.4
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/PyOpenGL/ChangeLog5
-rw-r--r--dev-python/PyOpenGL/Manifest4
-rw-r--r--dev-python/PyOpenGL/files/config.diff20
3 files changed, 24 insertions, 5 deletions
diff --git a/dev-python/PyOpenGL/ChangeLog b/dev-python/PyOpenGL/ChangeLog
index 96fcd0475671..716b806fa7b3 100644
--- a/dev-python/PyOpenGL/ChangeLog
+++ b/dev-python/PyOpenGL/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/PyOpenGL
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/PyOpenGL/ChangeLog,v 1.7 2003/02/12 06:30:47 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/PyOpenGL/ChangeLog,v 1.8 2003/05/16 19:31:36 utx Exp $
+
+ 16 May 2003; Stanislav Brabec <utx@gentoo.org> files/config.diff:
+ Patch updated to build with tk-8.4.
06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords
diff --git a/dev-python/PyOpenGL/Manifest b/dev-python/PyOpenGL/Manifest
new file mode 100644
index 000000000000..553bb05aeba7
--- /dev/null
+++ b/dev-python/PyOpenGL/Manifest
@@ -0,0 +1,4 @@
+MD5 0d8089c314a1cb71ef0a89aa67bb7831 PyOpenGL-2.0.0.44.ebuild 1247
+MD5 a4bc2626e300559ce1c6bdbd5306b34b ChangeLog 1029
+MD5 67d2ad027cfd6d411a585b0e346606a8 files/config.diff 1175
+MD5 9feca450998c720327067463fea8cdc0 files/digest-PyOpenGL-2.0.0.44 70
diff --git a/dev-python/PyOpenGL/files/config.diff b/dev-python/PyOpenGL/files/config.diff
index 033b7af6faef..465e7c892df1 100644
--- a/dev-python/PyOpenGL/files/config.diff
+++ b/dev-python/PyOpenGL/files/config.diff
@@ -1,14 +1,26 @@
-diff -urN PyOpenGL-2.0.0.44/config/linux.cfg PyOpenGL-2.0.0.44-modified/config/linux.cfg
---- PyOpenGL-2.0.0.44/config/linux.cfg Wed Aug 22 16:05:44 2001
-+++ PyOpenGL-2.0.0.44-modified/config/linux.cfg Fri Aug 23 11:25:42 2002
+diff -ru PyOpenGL-2.0.0.44.orig/config/linux.cfg PyOpenGL-2.0.0.44/config/linux.cfg
+--- PyOpenGL-2.0.0.44.orig/config/linux.cfg 2001-08-22 14:05:44.000000000 -0700
++++ PyOpenGL-2.0.0.44/config/linux.cfg 2003-04-30 15:26:32.000000000 -0700
@@ -11,8 +11,8 @@
[General]
build_togl=1
gl_platform=GLX
-include_dirs=/usr/include:/usr/local/include:/usr/X11/include
-library_dirs=/usr/lib:/usr/local/lib:/usr/X11/lib
-+include_dirs=/usr/include:/usr/local/include:/usr/X11R6/include
++include_dirs=/usr/include:/usr/local/include:/usr/X11R6/include:/usr/lib/tk8.4/include
+library_dirs=/usr/lib:/usr/local/lib:/usr/X11R6/lib
; a sys.pathsep separated list of the libs needed when linking GL
[GL]
+diff -ru PyOpenGL-2.0.0.44.orig/src/Togl-1.5/togl.c PyOpenGL-2.0.0.44/src/Togl-1.5/togl.c
+--- PyOpenGL-2.0.0.44.orig/src/Togl-1.5/togl.c 2001-05-14 15:55:19.000000000 -0700
++++ PyOpenGL-2.0.0.44/src/Togl-1.5/togl.c 2003-04-30 15:23:14.000000000 -0700
+@@ -137,6 +137,8 @@
+ # include "tkInt8.0p2.h"
+ #elif TK_MAJOR_VERSION==8 && TK_MINOR_VERSION==3
+ # include "tkInt8.3.h"
++#elif TK_MAJOR_VERSION==8 && TK_MINOR_VERSION==4
++# include <generic/tkInt.h>
+ #else
+ #error Sorry, you will have to edit togl.c to include the right tkInt.h file
+ #endif