# This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # openal-soft # openal-soft/pkg-descr # openal-soft/Makefile # openal-soft/pkg-plist # openal-soft/distinfo # openal-soft/files # openal-soft/files/patch-CMakeLists.txt # echo c - openal-soft mkdir -p openal-soft > /dev/null 2>&1 echo x - openal-soft/pkg-descr sed 's/^X//' >openal-soft/pkg-descr << 'eee93c2736a394e14e1e020e2260b1bc' XOpenAL Soft is a software implementation of the OpenAL 3D audio API and an Xalternative to the somewhat outdated reference implementation. XAs stated on the website, OpenAL provides capabilities for playing audio in a Xvirtual 3d environment. Distance attenuation, doppler shift, and directional Xsound emitters are among the features handled by the API. More advanced Xeffects, including air absorption, low-pass filters, and reverb, are Xavailable through the EFX extension. It also facilitates streaming audio, Xmulti-channel buffers, and audio capture. X XWWW: http://kcat.strangesoft.net/openal.html eee93c2736a394e14e1e020e2260b1bc echo x - openal-soft/Makefile sed 's/^X//' >openal-soft/Makefile << 'd072a77458189396a765ae30d82ebaa5' X# New ports collection makefile for: openal-soft X# Date created: 2009-02-01 X# Whom: Marcus von Appen X# X# $FreeBSD$ X# X XPORTNAME= openal-soft XPORTVERSION= 1.6.372 XCATEGORIES= audio XMASTER_SITES= http://kcat.strangesoft.net/openal-releases/ X XMAINTAINER= mva@sysfault.org XCOMMENT= A software implementation of the OpenAL specification X XCONFLICTS= openal-200[0-9]* X XUSE_BZIP2= yes XUSE_CMAKE= yes XUSE_LDCONFIG= yes XCMAKE_USE_PTHREAD= yes XCMAKE_ARGS= -DALSA:BOOL=OFF X X.include d072a77458189396a765ae30d82ebaa5 echo x - openal-soft/pkg-plist sed 's/^X//' >openal-soft/pkg-plist << '8cfb2e7426d85c593ad40c07f2c5dc29' Xbin/openal-info Xinclude/AL/al.h Xinclude/AL/alc.h Xinclude/AL/alext.h Xlib/libopenal.so.1.6.372 Xlib/libopenal.so.1 Xlib/libopenal.so Xlibdata/pkgconfig/openal.pc X@dirrm include/AL 8cfb2e7426d85c593ad40c07f2c5dc29 echo x - openal-soft/distinfo sed 's/^X//' >openal-soft/distinfo << '6ebdb0043b08e76d20b35497cb7b7870' XMD5 (openal-soft-1.6.372.tar.bz2) = 8dc255ba24859953335a0402a644c4ca XSHA256 (openal-soft-1.6.372.tar.bz2) = f69b2ee7768b8b7eff324d9bc6044c903ab40ddc294c4d37d4ccb092adc7c8b8 XSIZE (openal-soft-1.6.372.tar.bz2) = 77568 6ebdb0043b08e76d20b35497cb7b7870 echo c - openal-soft/files mkdir -p openal-soft/files > /dev/null 2>&1 echo x - openal-soft/files/patch-CMakeLists.txt sed 's/^X//' >openal-soft/files/patch-CMakeLists.txt << '5873601451e9c97e3da9a03d927c31ff' X--- CMakeLists.txt.orig 2008-11-21 17:57:01.000000000 +0100 X+++ CMakeLists.txt 2009-02-01 17:28:27.000000000 +0100 X@@ -371,7 +371,7 @@ X DESTINATION include/AL X ) X INSTALL(FILES "${OpenAL_BINARY_DIR}/admin/pkgconfig/openal.pc" X- DESTINATION lib/pkgconfig) X+ DESTINATION libdata/pkgconfig) X X IF(EXAMPLES) X ADD_EXECUTABLE(openal-info examples/openal-info.c) 5873601451e9c97e3da9a03d927c31ff exit