Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master binary grimoire by Don Johnson (7d530e1431a568d733f6f4a4cd557ab3bb1bdb5e)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Don Johnson <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master binary grimoire by Don Johnson (7d530e1431a568d733f6f4a4cd557ab3bb1bdb5e)
  • Date: Mon, 17 Aug 2009 15:37:12 -0500

GIT changes to master binary grimoire by Don Johnson
<minozake@felix-desktop.(none)>:

bin-graphics/blender-bin/BUILD | 1 +
bin-graphics/blender-bin/CONFLICTS | 2 ++
bin-graphics/blender-bin/DEPENDS | 4 ++++
bin-graphics/blender-bin/DETAILS | 15 +++++++++++++++
bin-graphics/blender-bin/HISTORY | 12 ++++++++++++
bin-graphics/blender-bin/INSTALL | 5 +++++
bin-graphics/blender-bin/desktop/blender.desktop | 8 ++++++++
7 files changed, 47 insertions(+)

New commits:
commit 7d530e1431a568d733f6f4a4cd557ab3bb1bdb5e
Author: Don Johnson <minozake@felix-desktop.(none)>
Commit: Don Johnson <minozake@felix-desktop.(none)>

bin-graphics/blender-bin: moved spell from z-rejected

diff --git a/bin-graphics/blender-bin/BUILD b/bin-graphics/blender-bin/BUILD
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/bin-graphics/blender-bin/BUILD
@@ -0,0 +1 @@
+true
diff --git a/bin-graphics/blender-bin/CONFLICTS
b/bin-graphics/blender-bin/CONFLICTS
new file mode 100755
index 0000000..3b126a1
--- /dev/null
+++ b/bin-graphics/blender-bin/CONFLICTS
@@ -0,0 +1,2 @@
+conflicts blender_cvs &&
+conflicts blender
diff --git a/bin-graphics/blender-bin/DEPENDS
b/bin-graphics/blender-bin/DEPENDS
new file mode 100755
index 0000000..3e12465
--- /dev/null
+++ b/bin-graphics/blender-bin/DEPENDS
@@ -0,0 +1,4 @@
+depends sdl &&
+depends GLUT &&
+depends zlib &&
+depends directfb
diff --git a/bin-graphics/blender-bin/DETAILS
b/bin-graphics/blender-bin/DETAILS
new file mode 100755
index 0000000..ee16356
--- /dev/null
+++ b/bin-graphics/blender-bin/DETAILS
@@ -0,0 +1,15 @@
+ SPELL=blender-bin
+ VERSION=2.36
+ SOURCE=${SPELL/-bin/}-${VERSION}-linux-glibc2.2.5-i386-1.tar.gz
+SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SOURCE/.tar.gz/}
+ SOURCE_URL[0]=http://download.blender.org/release/Blender2.36/$SOURCE
+
SOURCE_URL[1]=ftp://ftp.cs.umn.edu/pub/blender.org/release/Blender2.36/$SOURCE
+
SOURCE_URL[2]=http://planetmirror.com/pub/blender/release/Blender2.36/$SOURCE
+
SOURCE_HASH=sha512:15050583ae7889ed8631709b4f2b1ec01e2c718f10a05ec87f295d133c475df1a4ab6e6c625438809e108e7655504cdc187b9b6659e35f9570f30742e62abd46
+ WEB_SITE=http://www.blender.org/
+ ENTERED=20050309
+ LICENSE[0]=GPL
+ SHORT="Opensource 3d modelling/animation tool"
+cat << EOF
+Blender is an opensource 3d modelling/animation tool.
+EOF
diff --git a/bin-graphics/blender-bin/HISTORY
b/bin-graphics/blender-bin/HISTORY
new file mode 100644
index 0000000..2caa3fc
--- /dev/null
+++ b/bin-graphics/blender-bin/HISTORY
@@ -0,0 +1,12 @@
+2006-10-03 Juuso Alasuutari <iuso AT sourcemage.org>
+ * DETAILS: [automated] Removed UPDATED.
+
+2006-09-21 Juuso Alasuutari <iuso AT sourcemage.org>
+ * DETAILS: [automated] Removed BUILD_API=2.
+
+2005-12-01 Seth Woolley <seth AT tautology.org>
+ * DETAILS: MD5 -> SHA512
+
+2005-03-09 Eric Sandall <sandalle AT sourcemage.org>
+ * Created (copied from graphics/blender)
+
diff --git a/bin-graphics/blender-bin/INSTALL
b/bin-graphics/blender-bin/INSTALL
new file mode 100755
index 0000000..8a2f6c6
--- /dev/null
+++ b/bin-graphics/blender-bin/INSTALL
@@ -0,0 +1,5 @@
+install -m 755 blender /usr/bin &&
+install -m 755 blenderplayer /usr/bin &&
+install -m 755 -d /usr/share/doc/$SPELL &&
+install -m 644 blender.html Blender-Linux-FAQ.* release_236.txt \
+ /usr/share/doc/$SPELL
diff --git a/bin-graphics/blender-bin/desktop/blender.desktop
b/bin-graphics/blender-bin/desktop/blender.desktop
new file mode 100644
index 0000000..89dff41
--- /dev/null
+++ b/bin-graphics/blender-bin/desktop/blender.desktop
@@ -0,0 +1,8 @@
+[Desktop Entry]
+Encoding=UTF-8
+Name=Blender
+Exec=blender
+Icon=
+Terminal=false
+Type=Application
+Categories=Application;Graphics;



  • [SM-Commit] GIT changes to master binary grimoire by Don Johnson (7d530e1431a568d733f6f4a4cd557ab3bb1bdb5e), Don Johnson, 08/17/2009

Archive powered by MHonArc 2.6.24.

Top of Page