summaryrefslogtreecommitdiff
path: root/graphics/cal3d-examples/patches
diff options
context:
space:
mode:
authorgarbled <garbled>2004-02-10 09:15:39 +0000
committergarbled <garbled>2004-02-10 09:15:39 +0000
commit72c2f82c4ef4fceace53bdde4ef9e58af15dc9c9 (patch)
tree5eb5cf04b6faf6b38f7b6f5832a6c2a9ca7022cb /graphics/cal3d-examples/patches
parent653c06e2ed0185078a55d30f156fe95a69f9deff (diff)
downloadpkgsrc-72c2f82c4ef4fceace53bdde4ef9e58af15dc9c9.tar.gz
Add package for cal3d-examples. Example programs, and useful demo tools
for the cal3d 3d skeletal animation library.
Diffstat (limited to 'graphics/cal3d-examples/patches')
-rw-r--r--graphics/cal3d-examples/patches/patch-aa35
-rw-r--r--graphics/cal3d-examples/patches/patch-ab13
2 files changed, 48 insertions, 0 deletions
diff --git a/graphics/cal3d-examples/patches/patch-aa b/graphics/cal3d-examples/patches/patch-aa
new file mode 100644
index 00000000000..34292a9d9bb
--- /dev/null
+++ b/graphics/cal3d-examples/patches/patch-aa
@@ -0,0 +1,35 @@
+$NetBSD: patch-aa,v 1.1.1.1 2004/02/10 09:15:39 garbled Exp $
+
+--- ../thecallydemo-0.9.1b/data/cally.cfg~ Wed Aug 6 03:57:54 2003
++++ ../thecallydemo-0.9.1b/data/cally.cfg Wed Nov 5 05:45:30 2003
+@@ -4,7 +4,7 @@
+ # model: cally
+ #
+
+-path=data/cally/
++path=@@DATADIR@@/cally/
+
+ scale=1.0
+
+--- ../thecallydemo-0.9.1b/data/skeleton.cfg~ Wed Aug 6 03:57:54 2003
++++ ../thecallydemo-0.9.1b/data/skeleton.cfg Wed Nov 5 05:45:57 2003
+@@ -4,7 +4,7 @@
+ # model: skeleton
+ #
+
+-path=data/skeleton/
++path=@@DATADIR@@/skeleton/
+
+ scale=1.0
+
+--- ../thecallydemo-0.9.1b/data/paladin.cfg~ Wed Aug 6 03:57:54 2003
++++ ../thecallydemo-0.9.1b/data/paladin.cfg Wed Nov 5 05:45:46 2003
+@@ -4,7 +4,7 @@
+ # model: paladin
+ #
+
+-path=data/paladin/
++path=@@DATADIR@@/paladin/
+
+ scale=0.5
+
diff --git a/graphics/cal3d-examples/patches/patch-ab b/graphics/cal3d-examples/patches/patch-ab
new file mode 100644
index 00000000000..0912eaa9fc3
--- /dev/null
+++ b/graphics/cal3d-examples/patches/patch-ab
@@ -0,0 +1,13 @@
+$NetBSD: patch-ab,v 1.1.1.1 2004/02/10 09:15:39 garbled Exp $
+
+--- examples/cally/src/demo.cpp~ Wed Aug 6 04:24:41 2003
++++ examples/cally/src/demo.cpp Wed Nov 5 05:28:49 2003
+@@ -28,7 +28,7 @@
+ // Constructors //
+ //----------------------------------------------------------------------------//
+
+-Demo::Demo() : m_strDatapath("data/"), m_strCal3D_Datapath("")
++Demo::Demo() : m_strDatapath(CAL3D_DATADIR), m_strCal3D_Datapath("")
+ {
+ m_width = 640;
+ m_height = 480;