summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCecile Tonglet2017-12-26 22:26:45 +0100
committerCecile Tonglet2017-12-27 01:10:00 +0100
commit787b1ae10d488f746cb9c94a69da065006403eba (patch)
treeb8b7f086962dd8170bd72befe5856666ef338cdb
parenta91cd8bc3d9e47c545e76a4e731ddd2d2e56f425 (diff)
downloadaur-787b1ae10d488f746cb9c94a69da065006403eba.tar.gz
Fixed: core mupen64plus broken
> New build instruction seems to break compatibility to some cores e.g. > mupen64plus. To recover compatibility you should remove the line > starts with "export PKG_CONFIG_PATH ..." Tested on RPI2
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 2 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2f748a99f942..f8b19b67db21 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = retroarch-rbp-git
pkgdesc = Reference frontend for the libretro API.
- pkgver = 1.7.0.16.g4b728cd264
+ pkgver = 1.7.0.18.g2768f639a2
pkgrel = 1
url = http://www.libretro.com
arch = arm
@@ -11,8 +11,6 @@ pkgbase = retroarch-rbp-git
makedepends = git
depends = raspberrypi-firmware
depends = libusb
- depends = openal
- depends = sdl2
optdepends = libretro-desmume: Nintendo DS core
optdepends = libretro-gambatte: Nintendo Game Boy/Game Boy Color core
optdepends = libretro-genesis-plus: Sega Master System/Genesis/Game Gear/CD/32X core
diff --git a/PKGBUILD b/PKGBUILD
index a6fdc3b0bbc3..a3ee19865cb8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: Themaister <maister@archlinux.us>
pkgname=retroarch-rbp-git
-pkgver=1.7.0.16.g4b728cd264
+pkgver=1.7.0.18.g2768f639a2
pkgrel=1
pkgdesc="Reference frontend for the libretro API."
arch=('arm' 'armv6h' 'armv7h')
@@ -45,8 +45,6 @@ pkgver() {
build() {
cd "${_gitname}"
- export PKG_CONFIG_PATH="/opt/vc/lib/pkgconfig:$PKG_CONFIG_PATH"
-
./configure --prefix=/usr \
--enable-neon --enable-dispmanx --enable-floathard --enable-udev \
--disable-ffmpeg --disable-cg --disable-jack --disable-oss --disable-sdl