mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
libopenal: update to 1.23.1.
This commit is contained in:
parent
ba02ec00df
commit
67d27fb089
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'libopenal'
|
||||
pkgname=libopenal
|
||||
version=1.22.2
|
||||
version=1.23.1
|
||||
revision=1
|
||||
build_style=cmake
|
||||
configure_args="-DALSOFT_EXAMPLES=OFF"
|
||||
|
@ -13,7 +13,7 @@ license="LGPL-2.1-or-later"
|
|||
homepage="http://openal-soft.org/"
|
||||
changelog="https://raw.githubusercontent.com/kcat/openal-soft/master/ChangeLog"
|
||||
distfiles="http://openal-soft.org/openal-releases/openal-soft-${version}.tar.bz2"
|
||||
checksum=ae94cc95cda76b7cc6e92e38c2531af82148e76d3d88ce996e2928a1ea7c3d20
|
||||
checksum=796f4b89134c4e57270b7f0d755f0fa3435b90da437b745160a49bd41c845b21
|
||||
|
||||
build_options="sndio"
|
||||
build_options_default="sndio"
|
||||
|
@ -21,7 +21,7 @@ build_options_default="sndio"
|
|||
pre_configure() {
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
arm*) # Hack to not compile (broken) arm_neon.h inlining of indirect function calls
|
||||
sed -i CMakeLists.txt -e"s;arm_neon.h;arm_neon.xxx;"
|
||||
vsed -i CMakeLists.txt -e "s;arm_neon.h;arm_neon.xxx;"
|
||||
;;
|
||||
esac
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue