summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaxime Gauduin2019-02-19 21:13:54 +0100
committerMaxime Gauduin2019-02-19 21:13:54 +0100
commitb41b6d0d0ac06df383f7a73373c5f72c1d4d5f4b (patch)
treeafd2cc82b52d62c68428c30482e4d0a04ce0a7ae
parent62ded0d29d36a3107d0c475dcdcd43b7fe89e0cf (diff)
downloadaur-b41b6d0d0ac06df383f7a73373c5f72c1d4d5f4b.tar.gz
fix libretro-dolphin-git
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD16
2 files changed, 12 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e88a75d21812..db491ddba80a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sat Jan 19 20:16:10 UTC 2019
+# Tue Feb 19 20:13:53 UTC 2019
pkgbase = libretro-dolphin-git
pkgdesc = Nintendo GC/Wii core
- pkgver = r29719.7796f12fbf
+ pkgver = r29733.ed805733c6
pkgrel = 1
url = https://github.com/libretro/dolphin
arch = x86_64
@@ -12,9 +12,8 @@ pkgbase = libretro-dolphin-git
makedepends = git
makedepends = mesa
depends = libretro-core-info
- depends = libcurl.so
- depends = libusb-1.0.so
- depends = libxi
+ depends = libudev.so
+ depends = libx11
depends = libxrandr
depends = zlib
provides = libretro-dolphin
diff --git a/PKGBUILD b/PKGBUILD
index 7f67020c34d7..dece78090ece 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,18 +1,17 @@
# Maintainer: Maxime Gauduin <alucryd@archlinux.org>
pkgname=libretro-dolphin-git
-pkgver=r29719.7796f12fbf
+pkgver=r29733.ed805733c6
pkgrel=1
pkgdesc='Nintendo GC/Wii core'
arch=(x86_64)
-url='https://github.com/libretro/dolphin'
+url=https://github.com/libretro/dolphin
license=(GPL2)
groups=(libretro-unstable)
depends=(
libretro-core-info
- libcurl.so
- libusb-1.0.so
- libxi
+ libudev.so
+ libx11
libxrandr
zlib
)
@@ -43,9 +42,10 @@ build() {
cd build
cmake ../libretro-dolphin \
- -DCMAKE_BUILD_TYPE='Release' \
- -DCMAKE_INSTALL_PREFIX='/usr' \
- -DLIBRETRO='ON'
+ -DCMAKE_BUILD_TYPE=Release \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DLIBRETRO=ON \
+ -DLIBRETRO_STATIC=1
make
}