openal:ver.bump
This commit is contained in:
@@ -15,10 +15,13 @@ def setup():
|
|||||||
options = "-DALSA=1 \
|
options = "-DALSA=1 \
|
||||||
-DPULSEAUDIO=1 \
|
-DPULSEAUDIO=1 \
|
||||||
-DOSS=1 \
|
-DOSS=1 \
|
||||||
|
-DCMAKE_INSTALL_PREFIX=/usr \
|
||||||
|
-DCMAKE_INSTALL_LIBDIR=/usr/lib \
|
||||||
-DEXAMPLES=OFF"
|
-DEXAMPLES=OFF"
|
||||||
|
|
||||||
if get.buildTYPE() == "emul32":
|
if get.buildTYPE() == "emul32":
|
||||||
options += " -DCMAKE_INSTALL_PREFIX=/emul32 \
|
options += " -DCMAKE_INSTALL_PREFIX=/emul32 \
|
||||||
|
-DCMAKE_INSTALL_LIBDIR=/usr/lib32 \
|
||||||
-DLIB_SUFFIX=32"
|
-DLIB_SUFFIX=32"
|
||||||
shelltools.export("CFLAGS", "%s -m32" % get.CFLAGS())
|
shelltools.export("CFLAGS", "%s -m32" % get.CFLAGS())
|
||||||
|
|
||||||
@@ -33,7 +36,7 @@ def install():
|
|||||||
# is there any "libdir" prefix for cmake ?
|
# is there any "libdir" prefix for cmake ?
|
||||||
if get.buildTYPE() == "emul32":
|
if get.buildTYPE() == "emul32":
|
||||||
from distutils.dir_util import copy_tree
|
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.removeDir("/emul32")
|
||||||
pisitools.dosed("%s/usr/lib32/pkgconfig/openal.pc" % get.installDIR(), "emul32", "usr")
|
pisitools.dosed("%s/usr/lib32/pkgconfig/openal.pc" % get.installDIR(), "emul32", "usr")
|
||||||
return
|
return
|
||||||
|
|||||||
@@ -12,7 +12,7 @@
|
|||||||
<IsA>library</IsA>
|
<IsA>library</IsA>
|
||||||
<Summary>Open Audio Library is a vendor-neutral API for interactive spatialized audio</Summary>
|
<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>
|
<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>
|
<BuildDependencies>
|
||||||
<Dependency>alsa-lib-devel</Dependency>
|
<Dependency>alsa-lib-devel</Dependency>
|
||||||
<Dependency>pulseaudio-libs-devel</Dependency>
|
<Dependency>pulseaudio-libs-devel</Dependency>
|
||||||
@@ -67,6 +67,13 @@
|
|||||||
</Package>
|
</Package>
|
||||||
|
|
||||||
<History>
|
<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">
|
<Update release="4">
|
||||||
<Date>2017-02-18</Date>
|
<Date>2017-02-18</Date>
|
||||||
<Version>1.17.2</Version>
|
<Version>1.17.2</Version>
|
||||||
|
|||||||
Reference in New Issue
Block a user