mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/mgba to 0.10.3-1
This commit is contained in:
parent
b17da1a497
commit
93fccd02ab
2 changed files with 43 additions and 3 deletions
40
extra/mgba/.SRCINFO
Normal file
40
extra/mgba/.SRCINFO
Normal file
|
@ -0,0 +1,40 @@
|
|||
pkgbase = mgba
|
||||
pkgver = 0.10.3
|
||||
pkgrel = 1
|
||||
url = http://mgba.io
|
||||
arch = x86_64
|
||||
license = custom:MPL2
|
||||
makedepends = cmake
|
||||
makedepends = qt5-multimedia
|
||||
makedepends = sdl2
|
||||
makedepends = zlib
|
||||
makedepends = libpng
|
||||
makedepends = libzip
|
||||
makedepends = libedit
|
||||
makedepends = ffmpeg
|
||||
makedepends = desktop-file-utils
|
||||
makedepends = qt5-tools
|
||||
makedepends = lua
|
||||
optdepends = lua: scripting support
|
||||
source = mgba-0.10.3.tar.gz::https://github.com/mgba-emu/mgba/archive/0.10.3.tar.gz
|
||||
sha256sums = be2cda7de3da8819fdab0c659c5cd4c4b8ca89d9ecddeeeef522db6d31a64143
|
||||
|
||||
pkgname = libmgba
|
||||
pkgdesc = Shared library of mGBA
|
||||
depends = zlib
|
||||
depends = libpng
|
||||
depends = libzip
|
||||
depends = libedit
|
||||
depends = ffmpeg
|
||||
depends = sqlite
|
||||
|
||||
pkgname = mgba-sdl
|
||||
pkgdesc = A Nintendo Gameboy Advance Emulator focusing on both speed and accuracy
|
||||
depends = libmgba
|
||||
depends = sdl2
|
||||
|
||||
pkgname = mgba-qt
|
||||
pkgdesc = A Nintendo Gameboy Advance Emulator focusing on both speed and accuracy. Qt5 UI.
|
||||
depends = libmgba
|
||||
depends = qt5-multimedia
|
||||
depends = sdl2
|
|
@ -7,8 +7,8 @@
|
|||
|
||||
pkgbase=mgba
|
||||
pkgname=('libmgba' 'mgba-sdl' 'mgba-qt')
|
||||
pkgver=0.10.2
|
||||
pkgrel=2
|
||||
pkgver=0.10.3
|
||||
pkgrel=1
|
||||
arch=('x86_64')
|
||||
url='http://mgba.io'
|
||||
license=('custom:MPL2')
|
||||
|
@ -16,7 +16,7 @@ makedepends=('cmake' 'qt5-multimedia' 'sdl2' 'zlib' 'libpng' 'libzip' 'libedit'
|
|||
'ffmpeg' 'desktop-file-utils' 'qt5-tools' 'lua')
|
||||
optdepends=('lua: scripting support')
|
||||
source=($pkgbase-$pkgver.tar.gz::https://github.com/mgba-emu/mgba/archive/$pkgver.tar.gz)
|
||||
sha256sums=('60afef8fb79ba1f7be565b737bae73c6604a790391c737f291482a7422d675ae')
|
||||
sha256sums=('be2cda7de3da8819fdab0c659c5cd4c4b8ca89d9ecddeeeef522db6d31a64143')
|
||||
|
||||
build() {
|
||||
cmake -B build -S mgba-$pkgver \
|
||||
|
|
Loading…
Reference in a new issue