import freealut 1.1.0
freealut is a free implementation of the OpenAL Utility Toolkit (ALUT). ok jolan@
This commit is contained in:
parent
21b36db35c
commit
39631f4ac6
37
audio/freealut/Makefile
Normal file
37
audio/freealut/Makefile
Normal file
@ -0,0 +1,37 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2006/10/30 23:37:24 steven Exp $
|
||||
|
||||
COMMENT= "OpenAL Utility Toolkit"
|
||||
|
||||
DISTNAME= freealut-1.1.0
|
||||
SHARED_LIBS += alut 1.0 # .1.0
|
||||
CATEGORIES= audio
|
||||
|
||||
HOMEPAGE= http://www.openal.org/
|
||||
|
||||
# LGPL
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
WANTLIB= m ossaudio pthread
|
||||
|
||||
MASTER_SITES= http://www.openal.org/openal_webstf/downloads/
|
||||
|
||||
LIB_DEPENDS= openal.>=1.0::audio/openal
|
||||
|
||||
USE_LIBTOOL= Yes
|
||||
CONFIGURE_STYLE=gnu
|
||||
CONFIGURE_ARGS= --enable-dependency-tracking
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include/" \
|
||||
LDFLAGS="-lossaudio -L${LOCALBASE}/lib"
|
||||
|
||||
TESTS= errorstuff fileloader memoryloader retrostuff version waveforms
|
||||
|
||||
do-regress:
|
||||
.for t in ${TESTS}
|
||||
@echo test_${t}
|
||||
@cd ${WRKBUILD}/test_suite && ./test_${t}
|
||||
.endfor
|
||||
|
||||
.include <bsd.port.mk>
|
4
audio/freealut/distinfo
Normal file
4
audio/freealut/distinfo
Normal file
@ -0,0 +1,4 @@
|
||||
MD5 (freealut-1.1.0.tar.gz) = e089b28a0267faabdb6c079ee173664a
|
||||
RMD160 (freealut-1.1.0.tar.gz) = 6cbf31bd2e51240721a5ee919e576e7348d954ab
|
||||
SHA1 (freealut-1.1.0.tar.gz) = b2c04d2b5e0896b3164c01deda39f58933c8055f
|
||||
SIZE (freealut-1.1.0.tar.gz) = 461830
|
12
audio/freealut/patches/patch-src_alutInputStream_c
Normal file
12
audio/freealut/patches/patch-src_alutInputStream_c
Normal file
@ -0,0 +1,12 @@
|
||||
$OpenBSD: patch-src_alutInputStream_c,v 1.1.1.1 2006/10/30 23:37:24 steven Exp $
|
||||
--- src/alutInputStream.c.orig Mon Oct 16 15:18:11 2006
|
||||
+++ src/alutInputStream.c Mon Oct 16 15:18:20 2006
|
||||
@@ -4,7 +4,7 @@
|
||||
#include <sys/types.h>
|
||||
#include <sys/stat.h>
|
||||
|
||||
-#if HAVE_STAT
|
||||
+#if HAVE_STAT || HAVE_SYS_STAT_H
|
||||
#if HAVE_UNISTD_H
|
||||
#include <unistd.h>
|
||||
#endif
|
1
audio/freealut/pkg/DESCR
Normal file
1
audio/freealut/pkg/DESCR
Normal file
@ -0,0 +1 @@
|
||||
freealut is a free implementation of the OpenAL Utility Toolkit (ALUT).
|
2
audio/freealut/pkg/PFRAG.shared
Normal file
2
audio/freealut/pkg/PFRAG.shared
Normal file
@ -0,0 +1,2 @@
|
||||
@comment $OpenBSD: PFRAG.shared,v 1.1.1.1 2006/10/30 23:37:24 steven Exp $
|
||||
@lib lib/libalut.so.${LIBalut_VERSION}
|
9
audio/freealut/pkg/PLIST
Normal file
9
audio/freealut/pkg/PLIST
Normal file
@ -0,0 +1,9 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2006/10/30 23:37:24 steven Exp $
|
||||
%%SHARED%%
|
||||
bin/freealut-config
|
||||
include/AL/
|
||||
include/AL/alut.h
|
||||
lib/libalut.a
|
||||
lib/libalut.la
|
||||
lib/pkgconfig/
|
||||
lib/pkgconfig/freealut.pc
|
Loading…
Reference in New Issue
Block a user