From 0037daf4dd534cbd0bb7363253d9d4004ce50b92 Mon Sep 17 00:00:00 2001 From: Mohammed Anas Date: Sat, 2 Dec 2023 00:19:39 +0000 Subject: [PATCH] libopenal: update to 1.23.1. --- srcpkgs/libopenal/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/libopenal/template b/srcpkgs/libopenal/template index 77218f9e539df..88d0f11307d81 100644 --- a/srcpkgs/libopenal/template +++ b/srcpkgs/libopenal/template @@ -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 }