Date: Saturday, March 4, 2023 @ 17:56:21 Author: arojas Revision: 1412343
upgpkg: vbam 2.1.5-2: FFmpeg 6 rebuild Modified: vbam/trunk/PKGBUILD ----------+ PKGBUILD | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-03-04 17:54:32 UTC (rev 1412342) +++ PKGBUILD 2023-03-04 17:56:21 UTC (rev 1412343) @@ -9,7 +9,7 @@ ) _pkgname=visualboyadvance-m pkgver=2.1.5 -pkgrel=1 +pkgrel=2 pkgdesc='Nintendo GameBoy Advance emulator' arch=(x86_64) url=https://vba-m.com @@ -45,6 +45,8 @@ cd ${_pkgname} # Unbundle doctest (bundled one is not glibc 2.34 compatible) sed -e 's|${CMAKE_SOURCE_DIR}/third_party|/usr|' -i src/wx/tests/CMakeLists.txt + # Fix build with openal 1.23 + sed -e '/AL_NO_PROTOTYPES/d' -i src/wx/openal.h } #pkgver() {
