summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Niels Horn2011-09-06 03:28:36 +0200
committer Robby Workman2011-09-06 06:03:03 +0200
commit547f983cb4651995c67e4b231f24adb4eb80f44b (patch)
tree642639a13d545710e5e8af27a8719909c31b2935
parent04b87ed702ffaae5d229f6c971fa9979d9974182 (diff)
downloadslackbuilds-547f983cb4651995c67e4b231f24adb4eb80f44b.tar.gz
development/Pivy: Updated for version hg_20101207.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
-rw-r--r--development/Pivy/Pivy.SlackBuild32
-rw-r--r--development/Pivy/Pivy.info8
-rw-r--r--development/Pivy/README4
-rw-r--r--development/Pivy/slack-desc2
4 files changed, 30 insertions, 16 deletions
diff --git a/development/Pivy/Pivy.SlackBuild b/development/Pivy/Pivy.SlackBuild
index a208059bd0..d08c1e10c9 100644
--- a/development/Pivy/Pivy.SlackBuild
+++ b/development/Pivy/Pivy.SlackBuild
@@ -2,13 +2,32 @@
# Slackware build script for Pivy
-# Originally written by Aleksandar Samardzic <asamardzic@gmail.com>
-# As of version hg_20100410 maintained by Niels Horn <niels.horn@gmail.com>
-# Revision date: 2010/07/10
+# Copyright 2008 Aleksandar Samardzic <asamardzic@gmail.com>
+# Copyright 2010-2011 Niels Horn, Rio de Janeiro, RJ, Brazil
+# All rights reserved.
+#
+# Redistribution and use of this script, with or without modification, is
+# permitted provided that the following conditions are met:
+#
+# 1. Redistributions of this script must retain the above copyright
+# notice, this list of conditions and the following disclaimer.
+#
+# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ''AS IS'' AND ANY EXPRESS OR IMPLIED
+# WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
+# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
+# EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
+# PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
+# OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
+# WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
+# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
+# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+# Revision date: 2011/08/10
PRGNAM=Pivy
-VERSION=${VERSION:-hg_20100410}
-BUILD=${BUILD:-2}
+VERSION=${VERSION:-hg_20101207}
+BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
@@ -33,9 +52,6 @@ elif [ "$ARCH" = "i686" ]; then
elif [ "$ARCH" = "x86_64" ]; then
SLKCFLAGS="-O2 -fPIC"
LIBDIRSUFFIX="64"
-elif [ "$ARCH" = "arm" ]; then
- SLKCFLAGS="-O2 -march=armv4t"
- LIBDIRSUFFIX=""
else
SLKCFLAGS="-O2"
LIBDIRSUFFIX=""
diff --git a/development/Pivy/Pivy.info b/development/Pivy/Pivy.info
index 7c6eb3b165..cb253cb79f 100644
--- a/development/Pivy/Pivy.info
+++ b/development/Pivy/Pivy.info
@@ -1,10 +1,10 @@
PRGNAM="Pivy"
-VERSION="hg_20100410"
+VERSION="hg_20101207"
HOMEPAGE="http://pivy.coin3d.org/"
-DOWNLOAD="http://www.nielshorn.net/_download/Pivy-hg_20100410.tar.bz2"
-MD5SUM="ccafe7981ca890a5d8533d0b75894a1f"
+DOWNLOAD="http://www.nielshorn.net/_download/slackware/source/Pivy-hg_20101207.tar.bz2"
+MD5SUM="ba6e9960f7cf0f9624d7b4f14172725a"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Niels Horn"
EMAIL="niels.horn@gmail.com"
-APPROVED="rworkman"
+APPROVED="dsomero"
diff --git a/development/Pivy/README b/development/Pivy/README
index 656a5c9da5..1c16f4283b 100644
--- a/development/Pivy/README
+++ b/development/Pivy/README
@@ -8,6 +8,4 @@ Pivy allows:
* incorporation of Scripting Nodes into the scene graph which are capable
of executing Python code and callback functions
-This script is tested using the Mercurial snapshot from 2010/04/10.
-
-This requires Coin.
+This requires Coin and SoQt.
diff --git a/development/Pivy/slack-desc b/development/Pivy/slack-desc
index 84263b69c9..2bcab69c9c 100644
--- a/development/Pivy/slack-desc
+++ b/development/Pivy/slack-desc
@@ -5,7 +5,7 @@
# make exactly 11 lines for the formatting to be correct. It's also
# customary to leave one space after the ':'.
- |-----handy-ruler------------------------------------------------------|
+ |-----handy-ruler------------------------------------------------------|
Pivy: Pivy (a Coin binding for Python)
Pivy:
Pivy: Pivy is an extension to the Python programming language,