Module submission - liboil

dveatch@woh.rr.com dveatch at woh.rr.com
Thu Jun 2 15:26:52 UTC 2005


module name       : liboil
suggested section : libs
update (y/n)      : n
bugfix (y/n)      : n
security (y/n)    : n


Optionally used by gst-plugins.

dveatch

-------------- next part --------------
--- liboil/DETAILS
+++ liboil/DETAILS
@@ -0,0 +1, @@
+          MODULE=liboil
+         VERSION=0.3.2
+          SOURCE=$MODULE-$VERSION.tar.gz
+   SOURCE_URL[0]=http://www.schleef.org/liboil/download/
+      SOURCE_VFY=sha1:b99fb43dc2a06eeb3d27d58c46a75a6dad2eb0d1
+        WEB_SITE=http://www.schleef.org/liboil/
+         ENTERED=20050602
+         UPDATED=20050602
+           SHORT="Liboil is a library of simple functions that are optimized 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-point numbers or multiplying and summing an array of N numbers. Such functions are candidates for significant optimization using various techniques, especially by using extended instructions provided by modern CPUs (Altivec, MMX, SSE, etc.).
+
+A side note: gst-plugins can make use of this library.
+EOF


More information about the Lunar mailing list