- @requirements@ wasn't properly set in openal.pc, causing openal to never

get picked up.
- regen patches while here

from brad@
This commit is contained in:
jasper 2008-04-04 09:33:10 +00:00
parent 4da0d724a7
commit aea74efec6
5 changed files with 27 additions and 13 deletions

View File

@ -1,7 +1,9 @@
# $OpenBSD: Makefile,v 1.6 2007/09/15 21:26:02 simon Exp $
# $OpenBSD: Makefile,v 1.7 2008/04/04 09:33:10 jasper Exp $
COMMENT= cross-platform 3D audio API
DISTNAME= openal-0.0.8
PKGNAME= ${DISTNAME}p0
CATEGORIES= audio
SHARED_LIBS += openal 1.0 # .0.0

View File

@ -0,0 +1,12 @@
$OpenBSD: patch-admin_pkgconfig_openal_pc_in,v 1.1 2008/04/04 09:33:10 jasper Exp $
--- admin/pkgconfig/openal.pc.in.orig Sat Feb 11 04:36:55 2006
+++ admin/pkgconfig/openal.pc.in Tue Apr 1 15:41:59 2008
@@ -5,7 +5,7 @@ includedir=@includedir@
Name: OpenAL
Description: OpenAL is a cross-platform 3D audio API.
-Requires: @requirements@
+Requires:
Version: @PACKAGE_VERSION@
Libs: -L${libdir} -lopenal
Cflags: -I${includedir}

View File

@ -1,7 +1,7 @@
$OpenBSD: patch-src_al_mixfunc_c,v 1.1 2006/10/30 23:31:37 steven Exp $
--- src/al_mixfunc.c.orig Sat Oct 21 11:20:39 2006
+++ src/al_mixfunc.c Sat Oct 21 11:21:02 2006
@@ -38,7 +38,7 @@ ALboolean _alMixFuncInit( ALMixFunc *mf,
$OpenBSD: patch-src_al_mixfunc_c,v 1.2 2008/04/04 09:33:10 jasper Exp $
--- src/al_mixfunc.c.orig Fri Sep 30 11:20:51 2005
+++ src/al_mixfunc.c Tue Apr 1 15:30:54 2008
@@ -38,7 +38,7 @@ ALboolean _alMixFuncInit( ALMixFunc *mf, ALuint size )
return AL_FALSE;
}

View File

@ -1,7 +1,7 @@
$OpenBSD: patch-src_arch_i386_x86_cpu_caps_prk_c,v 1.1 2006/10/30 23:31:37 steven Exp $
--- src/arch/i386/x86_cpu_caps_prk.c.orig Sat Oct 21 11:21:22 2006
+++ src/arch/i386/x86_cpu_caps_prk.c Sat Oct 21 11:21:42 2006
@@ -47,7 +47,7 @@ struct x86cpu_caps_s x86cpu_caps_use = {
$OpenBSD: patch-src_arch_i386_x86_cpu_caps_prk_c,v 1.2 2008/04/04 09:33:10 jasper Exp $
--- src/arch/i386/x86_cpu_caps_prk.c.orig Thu Jan 19 15:58:51 2006
+++ src/arch/i386/x86_cpu_caps_prk.c Tue Apr 1 15:30:54 2008
@@ -47,7 +47,7 @@ struct x86cpu_caps_s x86cpu_caps_use = { 1, 1, 1, 1, 1
void _alDetectCPUCaps(void)
{
/* compile time detection */

View File

@ -1,7 +1,7 @@
$OpenBSD: patch-src_arch_i386_x86_floatmul_c,v 1.1 2006/10/30 23:31:37 steven Exp $
--- src/arch/i386/x86_floatmul.c.orig Sat Oct 21 11:22:41 2006
+++ src/arch/i386/x86_floatmul.c Sat Oct 21 11:22:57 2006
@@ -34,7 +34,7 @@ void _alFloatMul(ALshort *bpt, ALfloat s
$OpenBSD: patch-src_arch_i386_x86_floatmul_c,v 1.2 2008/04/04 09:33:10 jasper Exp $
--- src/arch/i386/x86_floatmul.c.orig Wed Dec 21 14:06:35 2005
+++ src/arch/i386/x86_floatmul.c Tue Apr 1 15:30:54 2008
@@ -34,7 +34,7 @@ void _alFloatMul(ALshort *bpt, ALfloat sa, ALuint len)
ALint scaled_sa = sa * SCALING_FACTOR;
ALint iter;