Subject: CVS commit: pkgsrc/devel/liboil
To: None <pkgsrc-changes@NetBSD.org>
From: Julio M. Merino Vidal <jmmv@netbsd.org>
List: pkgsrc-changes
Date: 01/15/2006 19:51:56
Module Name:	pkgsrc
Committed By:	jmmv
Date:		Sun Jan 15 19:51:56 UTC 2006

Update of /cvsroot/pkgsrc/devel/liboil
In directory ivanova.netbsd.org:/tmp/cvs-serv24430

Log Message:
Initial import of liboil, version 0.3.6:

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.).

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 broader range of applications.

This is needed for the upcoming gstreamer 0.10.


Vendor Tag:	TNF
Release Tags:	pkgsrc-base
		
N pkgsrc/devel/liboil/Makefile
N pkgsrc/devel/liboil/PLIST
N pkgsrc/devel/liboil/distinfo
N pkgsrc/devel/liboil/DESCR

No conflicts created by this import