Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (4ed24a3f3097c673eec6f6e8dfed5dd7751bdf52)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ladislav Hagara <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (4ed24a3f3097c673eec6f6e8dfed5dd7751bdf52)
  • Date: Mon, 6 Feb 2012 21:03:39 -0600

GIT changes to master grimoire by Ladislav Hagara <hgr AT vabo.cz>:

ChangeLog | 3 +++
science-libs/python-visual/DEPENDS | 3 +++
science-libs/python-visual/DETAILS | 13 +++++++++++++
science-libs/python-visual/HISTORY | 2 ++
science-libs/python-visual/PRE_BUILD | 5 +++++
5 files changed, 26 insertions(+)

New commits:
commit 4ed24a3f3097c673eec6f6e8dfed5dd7751bdf52
Author: Ladislav Hagara <hgr AT vabo.cz>
Commit: Ladislav Hagara <hgr AT vabo.cz>

science-libs/python-visual: new spell, realtime 3D graphics module for
Python

diff --git a/ChangeLog b/ChangeLog
index c130d3f..208fdb2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2012-02-07 Ladislav Hagara <hgr AT vabo.cz>
+ * science-libs/python-visual: new spell, 3D graphics module for Python
+
2012-02-04 Ladislav Hagara <hgr AT vabo.cz>
* utils/pax-utils: new spell, various utilities for ELF binaries

diff --git a/science-libs/python-visual/DEPENDS
b/science-libs/python-visual/DEPENDS
new file mode 100755
index 0000000..20cb602
--- /dev/null
+++ b/science-libs/python-visual/DEPENDS
@@ -0,0 +1,3 @@
+depends python &&
+depends gtkglextmm &&
+depends libglademm
diff --git a/science-libs/python-visual/DETAILS
b/science-libs/python-visual/DETAILS
new file mode 100755
index 0000000..1ce296a
--- /dev/null
+++ b/science-libs/python-visual/DETAILS
@@ -0,0 +1,13 @@
+ SPELL=python-visual
+ VERSION=5.72
+ SOURCE=visual-${VERSION}_release.tar.bz2
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/visual-${VERSION}_release"
+ SOURCE_URL[0]=http://vpython.org/contents/download/$SOURCE
+
SOURCE_HASH=sha512:cc5356747728c3021e67cc84ae96a816c0fa470684bcc7790116174f00e92b6505a3863c8c96ee912ca05928c7ef2f2f7e5dff54f124a9d009aa339c1a4ae82f
+ LICENSE[0]=PYTHON
+ WEB_SITE=http://vpython.org/
+ ENTERED=20120207
+ SHORT="realtime 3D graphics module for Python"
+cat << EOF
+Realtime 3D graphics module for Python.
+EOF
diff --git a/science-libs/python-visual/HISTORY
b/science-libs/python-visual/HISTORY
new file mode 100644
index 0000000..e5b758a
--- /dev/null
+++ b/science-libs/python-visual/HISTORY
@@ -0,0 +1,2 @@
+2012-02-07 Ladislav Hagara <hgr AT vabo.cz>
+ * DETAILS, DEPENDS, PRE_BUILD: spell created, version 5.72
diff --git a/science-libs/python-visual/PRE_BUILD
b/science-libs/python-visual/PRE_BUILD
new file mode 100755
index 0000000..6674095
--- /dev/null
+++ b/science-libs/python-visual/PRE_BUILD
@@ -0,0 +1,5 @@
+default_pre_build &&
+cd $SOURCE_DIRECTORY &&
+rm ./src/gtk2/random_device.cpp &&
+sed -i "s/random_device.lo//g" ./src/Makefile.in &&
+sed -i "s/random_device.o//g" ./src/gtk2/makefile



  • [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (4ed24a3f3097c673eec6f6e8dfed5dd7751bdf52), Ladislav Hagara, 02/06/2012

Archive powered by MHonArc 2.6.24.

Top of Page