[csw-devel] SF.net SVN: gar:[7422] csw/mgar/pkg
dmichelsen at users.sourceforge.net
dmichelsen at users.sourceforge.net
Tue Nov 24 23:27:18 CET 2009
Revision: 7422
http://gar.svn.sourceforge.net/gar/?rev=7422&view=rev
Author: dmichelsen
Date: 2009-11-24 22:27:18 +0000 (Tue, 24 Nov 2009)
Log Message:
-----------
liboil: Initial commit
Modified Paths:
--------------
csw/mgar/pkg/liboil/trunk/Makefile
csw/mgar/pkg/liboil/trunk/checksums
Added Paths:
-----------
csw/mgar/pkg/liboil/
Modified: csw/mgar/pkg/liboil/trunk/Makefile
===================================================================
--- csw/mgar/pkg/libschroedinger/trunk/Makefile 2009-11-20 09:34:23 UTC (rev 7360)
+++ csw/mgar/pkg/liboil/trunk/Makefile 2009-11-24 22:27:18 UTC (rev 7422)
@@ -1,18 +1,18 @@
-GARNAME = libschroedinger
-GARVERSION = 1.0.7
+GARNAME = liboil
+GARVERSION = 0.3.16
CATEGORIES = lib
-DESCRIPTION = A cross-platform implementation of the Dirac video compression specification
+DESCRIPTION = A library of simple functions that are optimized for various CPUs
define BLURB
- A new release of Schrödinger is available. Schrödinger (o"schro"
- for short) is a cross-platform implementation of the Dirac video
- compression specification as a C library. Many media frameworks
- such as GStreamer and ffmpeg use schro to encode and decode Dirac
- video.
+ 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.).
endef
-MASTER_SITES = http://diracvideo.org/download/schroedinger/
-DISTNAME = schroedinger-$(GARVERSION)
+MASTER_SITES = http://liboil.freedesktop.org/download/
DISTFILES = $(DISTNAME).tar.gz
# We define upstream file regex so we can be notifed of new upstream software release
Modified: csw/mgar/pkg/liboil/trunk/checksums
===================================================================
--- csw/mgar/pkg/libschroedinger/trunk/checksums 2009-11-20 09:34:23 UTC (rev 7360)
+++ csw/mgar/pkg/liboil/trunk/checksums 2009-11-24 22:27:18 UTC (rev 7422)
@@ -0,0 +1 @@
+febb1d9f9bc4c440fcf622dc90f8b6b7 liboil-0.3.16.tar.gz
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list