openal: 1.18.0 -> 1.19.1

This commit is contained in:
Danny Rawlins 2019-04-28 15:56:08 +10:00
parent 36570569f1
commit ded594d9aa
3 changed files with 11 additions and 13 deletions

View File

@ -1,7 +1,6 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/altonegen
-rwxr-xr-x root/root usr/bin/bsincgen
-rwxr-xr-x root/root usr/bin/makehrtf
-rwxr-xr-x root/root usr/bin/openal-info
drwxr-xr-x root/root usr/include/
@ -18,8 +17,8 @@ drwxr-xr-x root/root usr/lib/cmake/OpenAL/
-rw-r--r-- root/root usr/lib/cmake/OpenAL/OpenALConfig-release.cmake
-rw-r--r-- root/root usr/lib/cmake/OpenAL/OpenALConfig.cmake
lrwxrwxrwx root/root usr/lib/libopenal.so -> libopenal.so.1
lrwxrwxrwx root/root usr/lib/libopenal.so.1 -> libopenal.so.1.18.0
-rwxr-xr-x root/root usr/lib/libopenal.so.1.18.0
lrwxrwxrwx root/root usr/lib/libopenal.so.1 -> libopenal.so.1.19.1
-rwxr-xr-x root/root usr/lib/libopenal.so.1.19.1
drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/openal.pc
drwxr-xr-x root/root usr/share/
@ -31,6 +30,7 @@ drwxr-xr-x root/root usr/share/openal/hrtf/
drwxr-xr-x root/root usr/share/openal/presets/
-rw-r--r-- root/root usr/share/openal/presets/3D7.1.ambdec
-rw-r--r-- root/root usr/share/openal/presets/hexagon.ambdec
-rw-r--r-- root/root usr/share/openal/presets/itu5.1-nocenter.ambdec
-rw-r--r-- root/root usr/share/openal/presets/itu5.1.ambdec
-rw-r--r-- root/root usr/share/openal/presets/presets.txt
-rw-r--r-- root/root usr/share/openal/presets/rectangle.ambdec

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/cl2bCksesT9v8ODDD8bfIC6CrsVNvffnqbvgidf9QFapJysRrIR4hglB9xTut4gcj5Euosg0Mbs1Jk+N6IDBgc=
SHA256 (Pkgfile) = 72d4f6b69f43f18f6aab3ece16edd247104a0f75647567fb89708bdbc419723b
SHA256 (.footprint) = 0fa45c45a318e68201eec5502dbee336cfc39549d5ec8ed9c86f13f4b7c18af1
SHA256 (openal-soft-1.18.0.tar.bz2) = 4433b1391c61a7ca36d82c946c8f0ffe410569d6437e4ce72b3547aaf966ecde
RWSE3ohX2g5d/aEzt+DViXW5TPB8ezt1gKYPTBR/EW9iaprLofKr1yJRiPGlo9U5RvTp7JEtrfnZPY28aYveAdX5SicEAm0a8Ac=
SHA256 (Pkgfile) = 86f47b5a6c173228bf30606741866db53223bad0259a4d363b645adcc958628d
SHA256 (.footprint) = 0be33e779a5a6dece2731c51a9d5405db415c6e09c48dff1abd861a8e9cd2209
SHA256 (openal-soft-1.19.1.tar.gz) = 9f3536ab2bb7781dbafabc6a61e0b34b17edd16bd6c2eaf2ae71bc63078f98c7

View File

@ -1,21 +1,19 @@
# Description: Cross-platform 3D audio.
# URL: http://kcat.strangesoft.net/openal.html
# URL: https://github.com/kcat/openal-soft
# Maintainer: Danny Rawlins, crux at romster dot me
# Packager: Matt Housh, jaeger at crux dot nu
# Depends on: alsa-lib cmake
name=openal
version=1.18.0
version=1.19.1
release=1
source=(http://kcat.strangesoft.net/openal-releases/openal-soft-$version.tar.bz2)
source=(https://github.com/kcat/openal-soft/archive/openal-soft-$version.tar.gz)
build() {
cd openal-soft-$version/build
cd openal-soft-openal-soft-$version/build
cmake ../ \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INSTALL_LIBDIR=lib \
-DOSS=OFF \
-DALSOFT_EXAMPLES=OFF \
-DCMAKE_BUILD_TYPE=Release #-DCMAKE_VERBOSE_MAKEFILE:BOOL="on"