summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexandre Bouvier2021-07-28 19:10:08 +0200
committerAlexandre Bouvier2021-07-28 19:10:08 +0200
commit9534ff051b890f29ab1d3638bde2c75f63c63b85 (patch)
treeb2056f2fc7a2b32a7b1b382ebb209dbc25751f80
parent72563174f2caca6d28690ddca09d0fc1e5a85f81 (diff)
downloadaur-9534ff051b890f29ab1d3638bde2c75f63c63b85.tar.gz
add libvorbis
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD10
2 files changed, 12 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 917a3a77d23c..5762346957ba 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,22 @@
pkgbase = libretro-genesis-plus-gx-wide-git
pkgdesc = Sega CD/Game Gear/Master System/Mega Drive/SG-1000 core
pkgver = r1539.73c298b
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/libretro/Genesis-Plus-GX-Wide
+ arch = arm
+ arch = armv6h
+ arch = armv7h
+ arch = i686
arch = x86_64
groups = libretro
license = custom
makedepends = git
depends = glibc
depends = libretro-core-info
+ depends = libvorbis
provides = libretro-genesis-plus-gx-wide
conflicts = libretro-genesis-plus-gx-wide
source = libretro-genesis-plus-gx-wide::git+https://github.com/libretro/Genesis-Plus-GX-Wide.git
- md5sums = SKIP
+ b2sums = SKIP
pkgname = libretro-genesis-plus-gx-wide-git
diff --git a/PKGBUILD b/PKGBUILD
index 5427aa91b849..c3ce76bf0d6c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,18 +2,18 @@
_pkgname=libretro-genesis-plus-gx-wide
pkgname=$_pkgname-git
pkgver=r1539.73c298b
-pkgrel=2
+pkgrel=3
pkgdesc="Sega CD/Game Gear/Master System/Mega Drive/SG-1000 core"
-arch=('x86_64')
+arch=('arm' 'armv6h' 'armv7h' 'i686' 'x86_64')
url="https://github.com/libretro/Genesis-Plus-GX-Wide"
license=('custom')
groups=('libretro')
-depends=('glibc' 'libretro-core-info')
+depends=('glibc' 'libretro-core-info' 'libvorbis')
makedepends=('git')
provides=("$_pkgname")
conflicts=("$_pkgname")
source=("$_pkgname::git+$url.git")
-md5sums=('SKIP')
+b2sums=('SKIP')
pkgver() {
cd $_pkgname
@@ -21,7 +21,7 @@ pkgver() {
}
build() {
- make -C $_pkgname -f Makefile.libretro
+ make -C $_pkgname -f Makefile.libretro SHARED_LIBVORBIS=1
}
package() {