diff options
author | Alastair Tse <liquidx@gentoo.org> | 2003-12-06 03:57:28 +0000 |
---|---|---|
committer | Alastair Tse <liquidx@gentoo.org> | 2003-12-06 03:57:28 +0000 |
commit | 94e391b6c4a3af45f6c9ae1b019459ff4000de29 (patch) | |
tree | 5121a43ad103a440d6ab359bbd59b5bd4f8d21c9 /dev-python/PyOpenGL | |
parent | fix togl problems with tk8.4.4 (diff) | |
download | historical-94e391b6c4a3af45f6c9ae1b019459ff4000de29.tar.gz historical-94e391b6c4a3af45f6c9ae1b019459ff4000de29.tar.bz2 historical-94e391b6c4a3af45f6c9ae1b019459ff4000de29.zip |
add workaround for tk8.4.4 (#32070)
Diffstat (limited to 'dev-python/PyOpenGL')
-rw-r--r-- | dev-python/PyOpenGL/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/PyOpenGL/Manifest | 4 | ||||
-rw-r--r-- | dev-python/PyOpenGL/files/PyOpenGL-2.0.0.44-disable_togl.patch | 24 |
3 files changed, 16 insertions, 17 deletions
diff --git a/dev-python/PyOpenGL/ChangeLog b/dev-python/PyOpenGL/ChangeLog index 4c51bc4f9eae..7745c758a162 100644 --- a/dev-python/PyOpenGL/ChangeLog +++ b/dev-python/PyOpenGL/ChangeLog @@ -1,12 +1,13 @@ # 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.11 2003/12/06 03:52:16 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/PyOpenGL/ChangeLog,v 1.12 2003/12/06 03:57:17 liquidx Exp $ 06 Dec 2003; Alastair Tse <liquidx@gentoo.org> PyOpenGL-2.0.0.44.ebuild, files/PyOpenGL-2.0.0.44-disable_togl.patch: temporarily disabled ToGL until we find a better solution for tk-8.4.4. please note that this is going to be deprecated from PyOpenGL in the next release and - is not used by anything in portage. (#32070) + is not used by anything in portage. (#32070) Patch thanks to Eamon + Caddigan <ecaddiga@uiuc.edu> 30 May 2003; Jack Morgan <jmorgan@gentoo.org> PyOpenGL-2.0.0.44.ebuild: Changed -sparc to ~sparc diff --git a/dev-python/PyOpenGL/Manifest b/dev-python/PyOpenGL/Manifest index a58ca0314b16..bf24902a8619 100644 --- a/dev-python/PyOpenGL/Manifest +++ b/dev-python/PyOpenGL/Manifest @@ -1,6 +1,6 @@ -MD5 ca20830bb327ee741a36dc19822f7e2f ChangeLog 1454 +MD5 253948e8d771055e80c8d42f2c213c2f ChangeLog 1507 MD5 b60cb72fe35fdc00aff38e4d56be064f PyOpenGL-2.0.0.44.ebuild 911 MD5 71c4638c9c88af75b58e5f5cb54fe008 metadata.xml 159 -MD5 6c1efcd8d08f3e9f122c32c05c9d7f62 files/PyOpenGL-2.0.0.44-disable_togl.patch 483 +MD5 ba0f0760a4a22fa7666205b8a5f4f514 files/PyOpenGL-2.0.0.44-disable_togl.patch 406 MD5 67d2ad027cfd6d411a585b0e346606a8 files/config.diff 1175 MD5 9feca450998c720327067463fea8cdc0 files/digest-PyOpenGL-2.0.0.44 70 diff --git a/dev-python/PyOpenGL/files/PyOpenGL-2.0.0.44-disable_togl.patch b/dev-python/PyOpenGL/files/PyOpenGL-2.0.0.44-disable_togl.patch index 08b6b39b77f2..80027afc7dad 100644 --- a/dev-python/PyOpenGL/files/PyOpenGL-2.0.0.44-disable_togl.patch +++ b/dev-python/PyOpenGL/files/PyOpenGL-2.0.0.44-disable_togl.patch @@ -1,13 +1,11 @@ ---- setup.py 2001-08-30 19:42:41.000000000 +0100 -+++ setup.py.new 2003-12-06 02:33:12.874811216 +0000 -@@ -97,8 +97,8 @@ - 'build_doc':build_doc, - # 'build_clib':build_clib, - 'build_py':build_py, -- 'build_ext':togl_build, -- 'install':togl_install, -+# 'build_ext':togl_build, -+# 'install':togl_install, - # the next line is very important - # because we use another format for data_files - 'install_data': my_install_data}, +--- config/linux.cfg~ 2003-12-06 02:49:49.034371944 +0000 ++++ config/linux.cfg 2003-12-06 03:52:07.818990288 +0000 +@@ -9,7 +9,7 @@ + ; additional directories for headers and libraries. No quotes + ; are needed + [General] +-build_togl=1 ++build_togl=0 + gl_platform=GLX + 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 |