diff options
author | Danny Rawlins <contact@romster.me> | 2021-02-16 22:35:27 +1100 |
---|---|---|
committer | Danny Rawlins <contact@romster.me> | 2021-02-16 22:35:27 +1100 |
commit | 90826ee136ccf2f38c6fc3e2e4b23e36d0b56a87 (patch) | |
tree | bfd153fda5be94dcd077d16345c860c562c0359b /openal-32 | |
parent | eb87d2edc2796d9123f982259a118d726daaccfe (diff) | |
download | compat-32-90826ee136ccf2f38c6fc3e2e4b23e36d0b56a87.tar.gz compat-32-90826ee136ccf2f38c6fc3e2e4b23e36d0b56a87.tar.xz |
openal-32: 1.21.0 -> 1.21.1
Diffstat (limited to 'openal-32')
-rw-r--r-- | openal-32/.footprint | 4 | ||||
-rw-r--r-- | openal-32/.signature | 8 | ||||
-rw-r--r-- | openal-32/Pkgfile | 6 |
3 files changed, 9 insertions, 9 deletions
diff --git a/openal-32/.footprint b/openal-32/.footprint index 1e9cc731..6743d4c7 100644 --- a/openal-32/.footprint +++ b/openal-32/.footprint @@ -5,7 +5,7 @@ drwxr-xr-x root/root usr/lib32/cmake/OpenAL/ -rw-r--r-- root/root usr/lib32/cmake/OpenAL/OpenALConfig-release.cmake -rw-r--r-- root/root usr/lib32/cmake/OpenAL/OpenALConfig.cmake lrwxrwxrwx root/root usr/lib32/libopenal.so -> libopenal.so.1 -lrwxrwxrwx root/root usr/lib32/libopenal.so.1 -> libopenal.so.1.21.0 --rwxr-xr-x root/root usr/lib32/libopenal.so.1.21.0 +lrwxrwxrwx root/root usr/lib32/libopenal.so.1 -> libopenal.so.1.21.1 +-rwxr-xr-x root/root usr/lib32/libopenal.so.1.21.1 drwxr-xr-x root/root usr/lib32/pkgconfig/ -rw-r--r-- root/root usr/lib32/pkgconfig/openal.pc diff --git a/openal-32/.signature b/openal-32/.signature index 31b4feaf..cf8c6f80 100644 --- a/openal-32/.signature +++ b/openal-32/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/compat-32.pub -RWSwxGo/zH7eXdyZhJ/xmLX80Gmv6+QneQF3hcOSYgccIhZQXC+G18luldBsFQa7ocygG1V4M23KE5lfVYCcitTRW+N3ydlm0AU= -SHA256 (Pkgfile) = ce1ebfffadc240eb4b2e8c7d45bd17bb7f534e804ee8732d0dd5c754c83d8474 -SHA256 (.footprint) = 7be53cfddb062ea402e30971ff584f60ef172dd8e6e17fe937e65faa3f878f9f -SHA256 (openal-soft-1.21.0.tar.gz) = cd3650530866f3906058225f4bfbe0052be19e0a29dcc6df185a460f9948feec +RWSwxGo/zH7eXbkRwsRdkK/LjXdAWMKASNzPnzr768tg0aOIOsbqEWG1sY48ljlLCVQ/jYY4WpzrlI+0vLOOLNyA395PQZqRTwg= +SHA256 (Pkgfile) = 654d9838db9ce5e99c94cc5e879e0b80b0e18b5db3616ab1064160604658b139 +SHA256 (.footprint) = eb3dd1491c8a9faa93b435ad71b98979dcea218286730d5b3fb7fbc440f8d2f4 +SHA256 (openal-soft-1.21.1.tar.gz) = 8ac17e4e3b32c1af3d5508acfffb838640669b4274606b7892aa796ca9d7467f diff --git a/openal-32/Pkgfile b/openal-32/Pkgfile index 9ca756ef..5846789d 100644 --- a/openal-32/Pkgfile +++ b/openal-32/Pkgfile @@ -4,14 +4,14 @@ # Depends on: alsa-lib-32 openal name=openal-32 -version=1.21.0 +version=1.21.1 release=1 -source=(https://github.com/kcat/openal-soft/archive/openal-soft-$version.tar.gz) +source=(https://github.com/kcat/openal-soft/archive/$version/openal-soft-$version.tar.gz) build() { [ -e '/usr/bin/ninja' ] && PKGMK_OPENAL+=' -G Ninja' - cmake -S openal-soft-openal-soft-$version -B build ${PKGMK_OPENAL_32} \ + cmake -S openal-soft-$version -B build ${PKGMK_OPENAL_32} \ -D CMAKE_INSTALL_PREFIX=/usr \ -D CMAKE_INSTALL_LIBDIR=lib32 \ -D ALSOFT_UTILS=OFF \ |