Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (7bd3c8345740089d71a9d81932dc8d70cd1d834c)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (7bd3c8345740089d71a9d81932dc8d70cd1d834c)
  • Date: Sun, 22 Mar 2009 21:32:18 -0500

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

libs/liboil/DETAILS | 40 ++++++++++++++++++++--------------------
libs/liboil/HISTORY | 4 +++-
2 files changed, 23 insertions(+), 21 deletions(-)

New commits:
commit 7bd3c8345740089d71a9d81932dc8d70cd1d834c
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

liboil: => 0.3.16

diff --git a/libs/liboil/DETAILS b/libs/liboil/DETAILS
index 6415912..0b91b62 100755
--- a/libs/liboil/DETAILS
+++ b/libs/liboil/DETAILS
@@ -1,40 +1,40 @@
SPELL=liboil
- VERSION=0.3.15
-
SOURCE_HASH=sha512:cfcbf4c3c1a1d77f5d4ca931f1070d4183523d8a706dd983929a04901a4578ea44ef8716860fba851dcbaeb49ae25329a6a3e10b22dd4c1e321cb6d8420d2ee7
+ VERSION=0.3.16
+
SOURCE_HASH=sha512:46e2803b129ab744eaa0949da4d960b443f00772fb7bf2dc5ab75c2d5fe39ef05d394e1f586188f7ffb54dc799b9be82bddbc145b3799ec77bfd4deea2d37501
SOURCE=$SPELL-$VERSION.tar.gz
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
SOURCE_URL[0]=http://liboil.freedesktop.org/download/$SOURCE
-# SOURCE_GPG=gurus.gpg:$SOURCE.sig:WORKS_FOR_ME
WEB_SITE=http://liboil.freedesktop.org
ENTERED=20041105
LICENSE[0]=LGPL
KEYWORDS="libs"
- SHORT="Optimized simple functions library for various CPUs"
+ SHORT="optimized simple functions library for various CPUs"
cat << EOF
-Liboil is a library of simple functions that are optimized for various CPUs.
-These functions are generally loops implementing simple algorithms, such as
-converting an array of N integers to floating-poing numbers or multiplying
-and summing an array of N numbers. Clearly such functions are candidates for
-significant optimization using various techniques, especially by using
+Liboil is a library of simple functions that are optimized for various CPUs.
+These functions are generally loops implementing simple algorithms, such as
+converting an array of N integers to floating-poing numbers or multiplying
+and summing an array of N numbers. Clearly such functions are candidates for
+significant optimization using various techniques, especially by using
extended instructions provided by modern CPUs (Altivec, MMX, SSE, etc.).

-Many multimedia applications and libraries already do similar things
internally.
-The goal of this project is to consolidate some of the code used by various
-multimedia projects, and also make optimizations easier to use by a broad
range
+Many multimedia applications and libraries already do similar things
+internally.
+The goal of this project is to consolidate some of the code used by various
+multimedia projects, and also make optimizations easier to use by a broad
range
of applications.

Or rather, that's the goal.

-The current status is that much of the infrastructure is developed to
determine
-the optimal function to use at runtime. There are a number of existing
function
-classes and reference functions (the minimum required for a user-visible
-function). Only a small number of hand-optimized function implementations
have
+The current status is that much of the infrastructure is developed to
determine
+the optimal function to use at runtime. There are a number of existing
function
+classes and reference functions (the minimum required for a user-visible
+function). Only a small number of hand-optimized function implementations
have
been added.

-Liboil is currently at the cusp of usefullness. If you feel liboil would be
-beneficial to your project, please feel free to encourage me. Additional
+Liboil is currently at the cusp of usefullness. If you feel liboil would be
+beneficial to your project, please feel free to encourage me. Additional
function classes will be added on request.

-Liboil requires GCC to build, since it uses GCC extensions heavily. It
requires
+Liboil requires GCC to build, since it uses GCC extensions heavily. It
requires
GLib-2.0 to build, but not at runtime. Liboil is under the LGPL license.
EOF
diff --git a/libs/liboil/HISTORY b/libs/liboil/HISTORY
index 58d6b5b..5282fb3 100644
--- a/libs/liboil/HISTORY
+++ b/libs/liboil/HISTORY
@@ -1,3 +1,6 @@
+2009-03-23 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 0.3.16; fixed long description wrap
+
2008-07-02 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 0.3.15

@@ -70,4 +73,3 @@

2004-11-05 Robin Cook <rcook AT wyrms.net>
* Initial Spell
-



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (7bd3c8345740089d71a9d81932dc8d70cd1d834c), Vlad Glagolev, 03/22/2009

Archive powered by MHonArc 2.6.24.

Top of Page