Lukas Fleischer pushed to branch main at Arch Linux / Packaging / Packages / mgba
Commits: 2e8c6fd5 by Lukas Fleischer at 2025-09-25T13:57:16-04:00 upgpkg: 0.10.5-2: rebuild against ffmpeg 8 (and friends) - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = mgba pkgdesc = A Nintendo Gameboy Advance Emulator focusing on speed and accuracy pkgver = 0.10.5 - pkgrel = 1 + pkgrel = 2 url = http://mgba.io arch = x86_64 license = MPL-2.0 ===================================== PKGBUILD ===================================== @@ -10,7 +10,7 @@ pkgname=( 'mgba-qt' ) pkgver=0.10.5 -pkgrel=1 +pkgrel=2 pkgdesc='A Nintendo Gameboy Advance Emulator focusing on speed and accuracy' arch=('x86_64') url='http://mgba.io' @@ -36,6 +36,7 @@ build() { cmake -B build -S mgba-$pkgver \ -DCMAKE_BUILD_TYPE=None \ -DCMAKE_INSTALL_PREFIX=/usr \ + -DCMAKE_POLICY_VERSION_MINIMUM=3.5 \ -Wno-dev cmake --build build } View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/mgba/-/commit/2e8c6fd570e1c5431bab73968795d3737961f6b5 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/mgba/-/commit/2e8c6fd570e1c5431bab73968795d3737961f6b5 You're receiving this email because of your account on gitlab.archlinux.org.