[Lunar-commits] <moonbase> plib: version bumped to 1.8.5.
Florin Braescu
florin at lunar-linux.org
Tue Oct 21 19:21:35 CEST 2008
commit 8e08bae40507939bedcec07b2ab6ff011137c08b
Author: Florin Braescu <florin at lunar-linux.org>
Date: Tue Oct 21 20:21:35 2008 +0300
plib: version bumped to 1.8.5.
Changes:
* removed several widgets from pui/, which were declared
obsolete since a long time. Most of them are now available in puAux/
* several fixes and improvements to puAuxList
* puInputText scrolling fixed.
* Check ownership before deleting in ssgSimpleList.
* Fixed netSocket.
* Fixed mem leak in ssgVertSplitter.
* Added pview ssg-example.
* Fix clock delta in first call.
* Made colour of listbox changable.
* Fixed text with negative coordinates
* Fixed misc bugs in puAuxLargeInput
* Allow the user to activate a widget with custom mouse button.
* Made material loading from wavefront models more robust.
* Handle linux joysticks with a lot of axes.
* Avoid specular anomalies in 3ds files.
* Added a demo for ssgaShapes.
* Fixed the diameter of ssgaSphere.
* Fixed inability to add colour to the ssgaTeapot.
* Remove scale dep in ssgaFire.
Thanks to Rick Rein to point it out.
---
graphics/plib/BUILD | 7 -------
graphics/plib/DETAILS | 14 ++++----------
2 files changed, 4 insertions(+), 17 deletions(-)
diff --git a/graphics/plib/BUILD b/graphics/plib/BUILD
deleted file mode 100644
index 8c80798..0000000
--- a/graphics/plib/BUILD
+++ /dev/null
@@ -1,7 +0,0 @@
-(
-
- patch_it $SOURCE2 1 &&
- patch_it $SOURCE3 1 &&
- default_build
-
-) > $C_FIFO 2>&1
diff --git a/graphics/plib/DETAILS b/graphics/plib/DETAILS
index 27bec66..8b66029 100644
--- a/graphics/plib/DETAILS
+++ b/graphics/plib/DETAILS
@@ -1,17 +1,11 @@
MODULE=plib
- VERSION=1.8.4
+ VERSION=1.8.5
SOURCE=$MODULE-$VERSION.tar.gz
- SOURCE2=$MODULE-$VERSION-gcc41.patch.bz2
- SOURCE3=$MODULE-$VERSION-too-many-axes.patch.bz2
- SOURCE_URL=http://plib.sourceforge.net/dist/
- SOURCE2_URL=$PATCH_URL/
- SOURCE3_URL=$PATCH_URL/
- SOURCE_VFY=sha1:16d3faab36fdde85c5bf620046b56c65dfad6769
- SOURCE2_VFY=sha1:ddc1f94ef0d6bb5432b61e90bc129fb64e8fdf58
- SOURCE3_VFY=sha1:6f03d55f9c48fc5df7be9eb8142ada213a5b8e7b
+ SOURCE_URL=http://plib.sourceforge.net/dist
+ SOURCE_VFY=sha1:c2cf7e3e1e58f7b63dae4bb21e4fa82c3e4d4cfc
WEB_SITE=http://plib.sourceforge.net
ENTERED=20010922
- UPDATED=20070218
+ UPDATED=20081021
SHORT="A portable game library"
cat << EOF
More information about the Lunar-commits
mailing list