mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
community/vbam to 2.1.4.r568.639003a8-1
This commit is contained in:
parent
a26370f29a
commit
f36d34a074
1 changed files with 5 additions and 4 deletions
|
@ -9,13 +9,14 @@ pkgname=(
|
|||
vbam-sdl
|
||||
vbam-wx
|
||||
)
|
||||
pkgver=2.1.4.r453.65b5affe
|
||||
pkgrel=3
|
||||
pkgver=2.1.4.r568.639003a8
|
||||
pkgrel=1
|
||||
pkgdesc='Nintendo GameBoy Advance emulator'
|
||||
arch=(x86_64)
|
||||
url=https://vba-m.com
|
||||
license=(GPL2)
|
||||
depends=(
|
||||
glu
|
||||
libavcodec.so
|
||||
libavformat.so
|
||||
libavutil.so
|
||||
|
@ -37,7 +38,7 @@ makedepends=(
|
|||
zip
|
||||
)
|
||||
#_tag=8f4862de88de2f95866b7e501304f1e57a4e0abb
|
||||
_commit=65b5affe7ddd87653362d1bb1cb3da7979762b92
|
||||
_commit=639003a8b63e7955159b0d3747a38e2ecbd9c15a
|
||||
#source=(git+https://github.com/visualboyadvance-m/visualboyadvance-m.git?signed#tag=${_tag})
|
||||
source=(
|
||||
git+https://github.com/visualboyadvance-m/visualboyadvance-m.git#commit=${_commit}
|
||||
|
@ -49,7 +50,7 @@ b2sums=('SKIP'
|
|||
|
||||
prepare() {
|
||||
cd visualboyadvance-m
|
||||
patch -Np1 -i ../vbam-ffmpeg5.0.patch
|
||||
#patch -Np1 -i ../vbam-ffmpeg5.0.patch
|
||||
sed -e 's|${CMAKE_SOURCE_DIR}/third_party|/usr|' -i src/wx/tests/CMakeLists.txt # Unbundle doctest (bundled one is not glibc 2.34 compatible)
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue