public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sci-chemistry/pymol/files/1.1: pymol-1.1-r1-shaders.patch pymol-1.1-r1-data-path.patch nosplash-gentoo.patch apbs-070604.patch.bz2
@ 2008-08-17  3:07 Jeffrey Gardner (je_fro)
  0 siblings, 0 replies; only message in thread
From: Jeffrey Gardner (je_fro) @ 2008-08-17  3:07 UTC (permalink / raw
  To: gentoo-commits

je_fro      08/08/17 03:07:01

  Added:                pymol-1.1-r1-shaders.patch
                        pymol-1.1-r1-data-path.patch nosplash-gentoo.patch
                        apbs-070604.patch.bz2
  Log:
  Version bump, thanks to jschmitz and hodak for the kick in the pants :)
  (Portage version: 2.2_rc8/cvs/Linux 2.6.26-gentoo-r1 x86_64)

Revision  Changes    Path
1.1                  sci-chemistry/pymol/files/1.1/pymol-1.1-r1-shaders.patch

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/pymol/files/1.1/pymol-1.1-r1-shaders.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/pymol/files/1.1/pymol-1.1-r1-shaders.patch?rev=1.1&content-type=text/plain

Index: pymol-1.1-r1-shaders.patch
===================================================================
diff -uarN pymol-9999.orig/setup.py pymol-9999/setup.py
--- pymol-9999.orig/setup.py	2008-06-18 11:47:58.000000000 +0200
+++ pymol-9999/setup.py	2008-06-18 11:48:52.000000000 +0200
@@ -143,6 +143,7 @@
     def_macros=[("_PYMOL_MODULE",None),
                     ("_PYMOL_INLINE",None),
                     ("_PYMOL_FREETYPE",None),
+                    ("_PYMOL_OPENGL_SHADERS",None),
 # Numeric Python support                    
 #                        ("_PYMOL_NUMPY",None),
 # VMD plugin support                    



1.1                  sci-chemistry/pymol/files/1.1/pymol-1.1-r1-data-path.patch

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/pymol/files/1.1/pymol-1.1-r1-data-path.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/pymol/files/1.1/pymol-1.1-r1-data-path.patch?rev=1.1&content-type=text/plain

Index: pymol-1.1-r1-data-path.patch
===================================================================
diff -urN pymol-9999.orig/modules/pymol/commanding.py pymol-9999/modules/pymol/commanding.py
--- pymol-9999.orig/modules/pymol/commanding.py	2008-01-11 13:23:32.000000000 +0100
+++ pymol-9999/modules/pymol/commanding.py	2008-01-11 13:22:57.000000000 +0100
@@ -198,11 +198,11 @@
                 _self.unlock(0,_self)
             r = DEFAULT_SUCCESS
             if show_splash==1: # generic / open-source
-                png_path = _self.exp_path("$PYMOL_PATH/data/pymol/splash.png")
+                png_path = _self.exp_path("$PYMOL_DATA/pymol/splash.png")
             elif show_splash==2: # evaluation builds
-                png_path = _self.exp_path("$PYMOL_PATH/data/pymol/epymol.png")
+                png_path = _self.exp_path("$PYMOL_DATA/pymol/epymol.png")
             else: # incentive builds
-                png_path = _self.exp_path("$PYMOL_PATH/data/pymol/ipymol.png")
+                png_path = _self.exp_path("$PYMOL_DATA/pymol/ipymol.png")
             if os.path.exists(png_path):
                 _self.do("_ cmd.load_png('%s',0,quiet=1)"%png_path)
         else:
#diff -urN pymol-9999.orig/modules/pymol/fitting.py pymol-9999/modules/pymol/fitting.py
#--- pymol-9999.orig/modules/pymol/fitting.py	2008-01-11 13:23:32.000000000 +0100
#+++ pymol-9999/modules/pymol/fitting.py	2008-01-11 13:23:00.000000000 +0100
#@@ -68,7 +68,7 @@
#         if string.lower(matrix)=='none':
#             matrix=''
#         if len(matrix):
#-            mfile = cmd.exp_path("$PYMOL_PATH/data/pymol/matrices/"+matrix)
#+            mfile = cmd.exp_path("$PYMOL_DATA/pymol/matrices/"+matrix)
#         else:
#             mfile = ''        
#         # delete existing alignment object (if asked to reset it)
#@@ -135,7 +135,7 @@
#         if string.lower(matrix)=='none':
#             matrix=''
#         if len(matrix):
#-            mfile = cmd.exp_path("$PYMOL_PATH/data/pymol/matrices/"+matrix)
#+            mfile = cmd.exp_path("$PYMOL_DATA/pymol/matrices/"+matrix)
#         else:
#             mfile = ''
#         if object==None: object=''
diff -urN pymol-9999.orig/modules/pymol/importing.py pymol-9999/modules/pymol/importing.py
--- pymol-9999.orig/modules/pymol/importing.py	2008-01-11 13:23:32.000000000 +0100
+++ pymol-9999/modules/pymol/importing.py	2008-01-11 13:23:02.000000000 +0100
@@ -171,7 +171,7 @@
         r = DEFAULT_ERROR
         
         
-        tables = { 'cmyk' : "$PYMOL_PATH/data/pymol/cmyk.png",
+        tables = { 'cmyk' : "$PYMOL_DATA/pymol/cmyk.png",
                       'pymol' : 'pymol',
                       'rgb' : 'rgb' }
 



1.1                  sci-chemistry/pymol/files/1.1/nosplash-gentoo.patch

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/pymol/files/1.1/nosplash-gentoo.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/pymol/files/1.1/nosplash-gentoo.patch?rev=1.1&content-type=text/plain

Index: nosplash-gentoo.patch
===================================================================
--- modules/pymol/invocation.py.orig	2008-06-26 20:55:25.000000000 +0200
+++ modules/pymol/invocation.py	2008-06-26 20:56:06.000000000 +0200
@@ -373,6 +373,4 @@
         if loaded_something and (options.after_load_script!=""):
             options.deferred.append(options.after_load_script)
         options.deferred.extend(final_actions)
-        if options.show_splash and not options.no_gui:
-            options.deferred.insert(0,"_do__ cmd.splash(1)")
         



1.1                  sci-chemistry/pymol/files/1.1/apbs-070604.patch.bz2

	<<Binary file>>





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-08-17  3:07 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-08-17  3:07 [gentoo-commits] gentoo-x86 commit in sci-chemistry/pymol/files/1.1: pymol-1.1-r1-shaders.patch pymol-1.1-r1-data-path.patch nosplash-gentoo.patch apbs-070604.patch.bz2 Jeffrey Gardner (je_fro)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox