openal:rebuild

This commit is contained in:
Rmys
2019-01-23 17:46:19 +03:00
parent 4250adc6e2
commit 10122f5f87
2 changed files with 12 additions and 1 deletions
+2
View File
@@ -22,6 +22,7 @@ def setup():
if get.buildTYPE() == "emul32":
options += " -DCMAKE_INSTALL_PREFIX=/emul32 \
-DCMAKE_INSTALL_LIBDIR=/usr/lib32 \
-DALSOFT_NO_QT5=TRUE \
-DLIB_SUFFIX=32"
shelltools.export("CFLAGS", "%s -m32" % get.CFLAGS())
@@ -39,6 +40,7 @@ def install():
#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")
pisitools.dosed("%s/usr/lib32/cmake/OpenAL/OpenALConfig.cmake" % get.installDIR(), "emul32", "usr")
return
pisitools.dodoc("COPYING", "alsoftrc.sample")
+10 -1
View File
@@ -14,9 +14,10 @@
<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="84d4dd33db40ce8a7347234e632965bceb984950" type="tarbz2">http://kcat.strangesoft.net/openal-releases/openal-soft-1.18.2.tar.bz2</Archive>
<BuildDependencies>
<Dependency>cmake</Dependency>
<Dependency>alsa-lib-devel</Dependency>
<Dependency>pulseaudio-libs-devel</Dependency>
<Dependency>cmake</Dependency>
<Dependency>qt5-base-devel</Dependency>
</BuildDependencies>
<Patches>
<!-- <Patch level="1">pthread.patch</Patch> -->
@@ -30,6 +31,7 @@
<Name>openal</Name>
<RuntimeDependencies>
<Dependency>alsa-lib</Dependency>
<Dependency>qt5-base</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
@@ -67,6 +69,13 @@
</Package>
<History>
<Update release="6">
<Date>2019-01-23</Date>
<Version>1.18.2</Version>
<Comment>Rebuild.</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="5">
<Date>2018-08-01</Date>
<Version>1.18.2</Version>