Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Flavien Bridault (45ceef6d901586b00b3ffa146b1c475edc42349c)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Flavien Bridault <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Flavien Bridault (45ceef6d901586b00b3ffa146b1c475edc42349c)
  • Date: Sun, 16 Jul 2006 16:17:58 -0500

GIT changes to master grimoire by Flavien Bridault <vlaaad AT sourcemage.org>:

graphics/k3d/CONFIGURE | 4 ++
graphics/k3d/DEPENDS | 52
++++++++++++++++++++++++------
graphics/k3d/DETAILS | 18 ++++++----
graphics/k3d/HISTORY | 6 +++
graphics/k3d/k3d-0.5.15.0-src.tar.bz2.sig |binary
5 files changed, 64 insertions(+), 16 deletions(-)

New commits:
commit 45ceef6d901586b00b3ffa146b1c475edc42349c
Merge: 8084284da80743e6098d8df6ace3ed760ff901ac
a1d27850f51f99a38f6a0d7f322095e8033cdc4d
Author: Flavien Bridault <vlaaad AT sourcemage.org>
Commit: Flavien Bridault <vlaaad AT sourcemage.org>

Merge branch 'master' of ssh://fbridault AT scm.sourcemage.org/smgl/grimoire

commit 8084284da80743e6098d8df6ace3ed760ff901ac
Author: Flavien Bridault <vlaaad AT sourcemage.org>
Commit: Flavien Bridault <vlaaad AT sourcemage.org>

k3d 0.5.15.0

diff --git a/graphics/k3d/CONFIGURE b/graphics/k3d/CONFIGURE
new file mode 100755
index 0000000..bbf1c5d
--- /dev/null
+++ b/graphics/k3d/CONFIGURE
@@ -0,0 +1,4 @@
+config_query_list XML_PROVIDER
\
+ "Which spell do you want to use to provide XML
support?" \
+ "expat"
\
+ "libxml2"
diff --git a/graphics/k3d/DEPENDS b/graphics/k3d/DEPENDS
index e08d799..005cd5c 100755
--- a/graphics/k3d/DEPENDS
+++ b/graphics/k3d/DEPENDS
@@ -1,20 +1,22 @@
-depends glib &&
-depends gtk+ &&
-depends netpbm &&
-depends libsigc++ &&
-depends autoconf &&
-depends automake &&
-depends libtool &&
+depends gtkmm2 &&
+depends gtkglextmm &&
+depends libsigc++ &&
+
+if [ $XML_PROVIDER = "libxml2" ]; then
+ depends libxml2 "--with-libxml2"
+else
+ depends expat "--without-libxml2"
+fi &&

optional_depends plib \
"--with-plib" \
"--without-plib" \
- "enable plib import/export library" &&
+ "enable additional import/export formats" &&

optional_depends python \
"--with-python" \
"--without-python" \
- "enable python script engines (python2.2 only)" &&
+ "enable python script engines" &&

optional_depends graphviz \
"--with-graphviz" \
@@ -24,4 +26,34 @@ optional_depends graphviz
optional_depends freetype2 \
"--with-freetype2" \
"--without-freetype2" \
- "enable freetype2 text plugin"
+ "enable freetype2 text plugin" &&
+
+optional_depends yafray \
+ "" \
+ "" \
+ "for Yafray raytracing" &&
+
+optional_depends openexr \
+ "--with-openexr" \
+ "--without-openexr" \
+ "for High Dynamic Range graphics" &&
+
+optional_depends imagemagick \
+ "--with-imagemagick" \
+ "--without-imagemagick" \
+ "for various image formats support" &&
+
+optional_depends tiff \
+ "--with-tiff" \
+ "--without-tiff" \
+ "for TIFF format support" &&
+
+optional_depends boost \
+ "--with-external-boost" \
+ "--without-external-boost" \
+ "to use an external boost library" &&
+
+optional_depends libgnomeui \
+ "--with-gnome" \
+ "--without-gnome" \
+ "for gnome desktop integration"
diff --git a/graphics/k3d/DETAILS b/graphics/k3d/DETAILS
index 7b8360d..352dcde 100755
--- a/graphics/k3d/DETAILS
+++ b/graphics/k3d/DETAILS
@@ -1,16 +1,22 @@
SPELL=k3d
- VERSION=0.4.3.0
- SOURCE=${SPELL}-${VERSION}.tbz2
+ VERSION=0.5.15.0
+ SOURCE=${SPELL}-${VERSION}-src.tar.bz2
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
SOURCE_URL[0]=${SOURCEFORGE_URL}/${SPELL}/${SOURCE}
-
SOURCE_HASH=sha512:bd7c124aadcc4057338f848503d976b4e2f69fc7ee931e7cfef339526bf6d29e14c8b1d6484ae68fa87c9c4915f080f53c1d7f2f74fee8303c04a21e36ab1c04
+ SOURCE_GPG="gurus.gpg:${SOURCE}.sig:WORKS_FOR_ME"
WEB_SITE=http://k3d.sourceforge.net/
ENTERED=20020429
- UPDATED=20030121
LICENSE[0]=GPL
- MAINTAINER=eric AT sandall.us
KEYWORDS="graphics"
SHORT="3D modeling, animation, and rendering system"
cat << EOF
-K-3D is a 3D modeling, animation, and rendering system for GNU/Linux &
Win32. Features include creation and editing of geometry in multiple realtime
OpenGL solid, shaded, and texture-mapped views; unlimited undos and redos;
complete extensibility at runtime through third-party plugins; animated
procedural geometric effects; all parameters animatable through a consistent
control-spline based interface; rendering pipeline to Renderman Interface
compliant rendering engines; optimization for use with the BMRT rendering
engine, which features raytracing, radiosity rendering, true displacement,
and user programmable shaders; and support for background and batch
rendering.
+K-3D is a 3D modeling, animation, and rendering system for GNU/Linux & Win32.
+Features include creation and editing of geometry in multiple realtime OpenGL
+solid, shaded, and texture-mapped views; unlimited undos and redos; complete
+extensibility at runtime through third-party plugins; animated procedural
+geometric effects; all parameters animatable through a consistent
control-spline
+based interface; rendering pipeline to Renderman Interface compliant
rendering
+engines; optimization for use with the BMRT rendering engine, which features
+raytracing, radiosity rendering, true displacement, and user programmable
+shaders; and support for background and batch rendering.
EOF
diff --git a/graphics/k3d/HISTORY b/graphics/k3d/HISTORY
index d836351..b830eb5 100644
--- a/graphics/k3d/HISTORY
+++ b/graphics/k3d/HISTORY
@@ -1,3 +1,9 @@
+2006-07-16 Flavien Bridault <vlaaad AT sourcemage.org>
+ * DETAILS: Updated to 0.5.15.0, removed MAINTAINER,
+ formatted description
+ * DEPENDS: Many changes to match new version
+ * CONFIGURE: Prompt about XML support provider
+
2006-03-12 Karsten Behrmann <BearPerson AT sourcemage.org>
* DETAILS: (automated) Add KEYWORDS

diff --git a/graphics/k3d/k3d-0.5.15.0-src.tar.bz2.sig
b/graphics/k3d/k3d-0.5.15.0-src.tar.bz2.sig
new file mode 100644
index 0000000..e5192ab
Binary files /dev/null and b/graphics/k3d/k3d-0.5.15.0-src.tar.bz2.sig differ



  • [SM-Commit] GIT changes to master grimoire by Flavien Bridault (45ceef6d901586b00b3ffa146b1c475edc42349c), Flavien Bridault, 07/16/2006

Archive powered by MHonArc 2.6.24.

Top of Page