Author: bbk-guest
Date: 2012-03-22 20:05:38 +0000 (Thu, 22 Mar 2012)
New Revision: 13419
Removed:
packages/trunk/playonlinux/debian/patches/disable_gl_check
Log:
New upstream version; gl checks are disabled by default
Deleted: packages/trunk/playonlinux/debian/patches/disable_gl_check
===================================================================
--- packages/trunk/playonlinux/debian/patches/disable_gl_check 2012-03-22
20:04:44 UTC (rev 13418)
+++ packages/trunk/playonlinux/debian/patches/disable_gl_check 2012-03-22
20:05:38 UTC (rev 13419)
@@ -1,27 +0,0 @@
---- a/python/mainwindow.py
-+++ b/python/mainwindow.py
-@@ -692,24 +692,6 @@
- if(os.popen("id -u").read() == "0\n" or os.popen("id
-u").read() == "0"):
- wx.MessageBox(_("{0} is not supposed to be run as root.
Sorry").format(os.environ["APPLICATION_TITLE"]),_("Error"))
- sys.exit()
--
-- try:
--
returncode=subprocess.call(os.environ["PLAYONLINUX"]+"/bin/x86.linux.check")
-- except:
-- returncode=255
--
-- if(os.environ["POL_OS"] == "Linux" and returncode != 0):
-- wx.MessageBox(_("{0} is unable to find 32bits OpenGL
libraries.\n\nYou might encounter problem with your
games").format(os.environ["APPLICATION_TITLE"]),_("Error"))
-- print("Failed to load 32bits libraries :
"+str(returncode))
--
-- try:
--
returncode=subprocess.call(os.environ["PLAYONLINUX"]+"/bin/amd64.linux.check")
-- except:
-- returncode=255
--
-- if(os.environ["AMD64_COMPATIBLE"] == "True" and
os.environ["POL_OS"] == "Linux" and returncode != 0):
-- wx.MessageBox(_("{0} is unable to find 64bits OpenGL
libraries.\n\nYou might encounter problem with your
games").format(os.environ["APPLICATION_TITLE"]),_("Error"))
-- print("Failed to load 64bits libraries :
"+str(returncode))
-
- for f in sys.argv[1:]:
-
_______________________________________________
Pkg-games-commits mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits