openal:ver.bump

This commit is contained in:
Rmys
2018-08-01 13:32:15 +03:00
parent 3fa352c6db
commit 5fda9eedda
2 changed files with 12 additions and 2 deletions
+4 -1
View File
@@ -15,10 +15,13 @@ def setup():
options = "-DALSA=1 \
-DPULSEAUDIO=1 \
-DOSS=1 \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INSTALL_LIBDIR=/usr/lib \
-DEXAMPLES=OFF"
if get.buildTYPE() == "emul32":
options += " -DCMAKE_INSTALL_PREFIX=/emul32 \
-DCMAKE_INSTALL_LIBDIR=/usr/lib32 \
-DLIB_SUFFIX=32"
shelltools.export("CFLAGS", "%s -m32" % get.CFLAGS())
@@ -33,7 +36,7 @@ def install():
# is there any "libdir" prefix for cmake ?
if get.buildTYPE() == "emul32":
from distutils.dir_util import copy_tree
copy_tree("%s/emul32/lib32/" % get.installDIR(), "%s/usr/lib32" % get.installDIR())
#copy_tree("%s/emul32/lib32/" % get.installDIR(), "%s/usr/lib32" % get.installDIR())
pisitools.removeDir("/emul32")
pisitools.dosed("%s/usr/lib32/pkgconfig/openal.pc" % get.installDIR(), "emul32", "usr")
return
+8 -1
View File
@@ -12,7 +12,7 @@
<IsA>library</IsA>
<Summary>Open Audio Library is a vendor-neutral API for interactive spatialized audio</Summary>
<Description>OpenAL is a cross-platform 3D audio API appropriate for use with gaming applications and many other types of audio applications. The basic OpenAL objects are a Listener, a Source, and a Buffer.</Description>
<Archive sha1sum="5d6151b544caaf53a15b798a495308e421044b0d" type="tarbz2">http://kcat.strangesoft.net/openal-releases/openal-soft-1.17.2.tar.bz2</Archive>
<Archive sha1sum="84d4dd33db40ce8a7347234e632965bceb984950" type="tarbz2">http://kcat.strangesoft.net/openal-releases/openal-soft-1.18.2.tar.bz2</Archive>
<BuildDependencies>
<Dependency>alsa-lib-devel</Dependency>
<Dependency>pulseaudio-libs-devel</Dependency>
@@ -67,6 +67,13 @@
</Package>
<History>
<Update release="5">
<Date>2018-08-01</Date>
<Version>1.18.2</Version>
<Comment>Version Bump</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="4">
<Date>2017-02-18</Date>
<Version>1.17.2</Version>