[playonlinux] 148/230: New upstream version; gl checks are disabled by default

Bertrand Marc bmarc at moszumanska.debian.org
Sun Jul 9 17:41:57 UTC 2017


This is an automated email from the git hooks/post-receive script.

bmarc pushed a commit to branch master
in repository playonlinux.

commit 5ef8a5d01ef2b03055c184ef6a10ded269e4032d
Author: Bertrand Marc <beberking at gmail.com>
Date:   Thu Mar 22 20:05:38 2012 +0000

    New upstream version; gl checks are disabled by default
---
 debian/patches/disable_gl_check | 27 ---------------------------
 1 file changed, 27 deletions(-)

diff --git a/debian/patches/disable_gl_check b/debian/patches/disable_gl_check
deleted file mode 100644
index f9a9f18..0000000
--- a/debian/patches/disable_gl_check
+++ /dev/null
@@ -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:]:
- 			

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/playonlinux.git



More information about the Pkg-games-commits mailing list