Date: Saturday, September 5, 2020 @ 16:11:56 Author: alucryd Revision: 699178
upgpkg: libretro-dolphin 32957-1 Modified: libretro-dolphin/trunk/PKGBUILD ----------+ PKGBUILD | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-09-05 15:22:05 UTC (rev 699177) +++ PKGBUILD 2020-09-05 16:11:56 UTC (rev 699178) @@ -1,7 +1,7 @@ # Maintainer: Maxime Gauduin <[email protected]> pkgname=libretro-dolphin -pkgver=29760 +pkgver=32957 pkgrel=1 pkgdesc='Nintendo GC/Wii core' arch=(x86_64) @@ -10,9 +10,13 @@ groups=(libretro) depends=( bluez-libs + enet + fmt hidapi + libevdev + libpng libretro-core-info - libudev.so + libsystemd libx11 libxi libxrandr @@ -30,7 +34,8 @@ ) provides=(libretro-dolphin) conflicts=(libretro-dolphin) -source=(libretro-dolphin::git+https://github.com/libretro/dolphin.git#commit=08efaa3b9d010101e95fc4f37f3564527c28421d) +_commit=f4f49478b602ae96bab7389788eaa43a2ab00fbd +source=(libretro-dolphin::git+https://github.com/libretro/dolphin.git#commit=${_commit}) sha256sums=(SKIP) pkgver() { @@ -43,8 +48,13 @@ cmake -S libretro-dolphin -B build \ -DCMAKE_BUILD_TYPE=None \ -DCMAKE_INSTALL_PREFIX=/usr \ + -DENABLE_LTO=ON \ + -DENABLE_NOGUI=OFF \ + -DENABLE_QT=OFF \ + -DENABLE_TESTS=OFF \ -DLIBRETRO=ON \ - -DLIBRETRO_STATIC=1 + -DUSE_SHARED_ENET=ON \ + -Wno-dev make -C build }
