Update to 0.3.5.

Change WWW to http://liboil.freedesktop.org now that its hosted there.
This commit is contained in:
Koop Mast 2005-11-05 14:56:18 +00:00
parent 1a65c9658d
commit 1c1ad8c847
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=147380
5 changed files with 5 additions and 26 deletions

View File

@ -6,10 +6,9 @@
#
PORTNAME= liboil
PORTVERSION= 0.3.3
PORTREVISION= 1
PORTVERSION= 0.3.5
CATEGORIES= devel
MASTER_SITES= http://www.schleef.org/liboil/download/
MASTER_SITES= http://liboil.freedesktop.org/download/
MAINTAINER= kwm@FreeBSD.org
COMMENT= Library of optimized inner loops

View File

@ -1,2 +1,2 @@
MD5 (liboil-0.3.3.tar.gz) = 5bcbee1d5e7f29c95d28620f1fe6b817
SIZE (liboil-0.3.3.tar.gz) = 671516
MD5 (liboil-0.3.5.tar.gz) = f365f0a4cc31b2ff029e37deccb09ff6
SIZE (liboil-0.3.5.tar.gz) = 689282

View File

@ -1,17 +0,0 @@
--- liboil/simdpack/sincos_f64.c.orig Sun Oct 9 09:59:12 2005
+++ liboil/simdpack/sincos_f64.c Sun Oct 9 10:01:03 2005
@@ -71,6 +71,7 @@
}
OIL_DEFINE_IMPL (sincos_f64_i20_fast, sincos_f64);
+/*
#ifdef _GNU_SOURCE
static void
sincos_f64_sincos (double *dest_sin, double *dest_cos, int n, double *offset,
@@ -83,5 +84,6 @@
}
}
OIL_DEFINE_IMPL (sincos_f64_sincos, sincos_f64);
#endif
+*/

View File

@ -10,4 +10,4 @@ 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.
WWW: http://www.schleef.org/liboil/
WWW: http://liboil.freedesktop.org

View File

@ -15,9 +15,6 @@ include/liboil-%%VERSION%%/liboil/liboiltypes.h
lib/liboil-%%VERSION%%.a
lib/liboil-%%VERSION%%.so
lib/liboil-%%VERSION%%.so.1
lib/liboiltmp1.a
lib/liboiltmp1.so
lib/liboiltmp1.so.0
libdata/pkgconfig/liboil-%%VERSION%%.pc
share/gtk-doc/html/liboil/ch01.html
share/gtk-doc/html/liboil/ch02.html