summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexandre Bouvier2023-07-31 22:14:13 +0200
committerAlexandre Bouvier2023-07-31 22:14:13 +0200
commitef7375ea3701b4afc081a08aa496ca5b1713c653 (patch)
tree0ecc6bcea14ec3a265ca30d96174ac633da8fc60
parent35590eda5caf142fef7e23d6ef88c6acbdcdcfbd (diff)
downloadaur-libretro-dolphin-git.tar.gz
add fmt9
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 638f25e89e63..2c8cb18e1b99 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = libretro-dolphin-git
pkgdesc = Nintendo GameCube/Wii core
pkgver = r33042.2f4b0f7902
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/libretro/dolphin
arch = x86_64
groups = libretro
@@ -11,6 +11,7 @@ pkgbase = libretro-dolphin-git
makedepends = cmake
makedepends = cubeb
makedepends = curl
+ makedepends = fmt9
makedepends = git
makedepends = hidapi
makedepends = libevdev
@@ -58,6 +59,7 @@ pkgname = libretro-dolphin-git
depends = libcubeb.so
depends = libEGL.so
depends = libevdev.so
+ depends = libfmt.so
depends = libGLX.so
depends = libhidapi-hidraw.so
depends = liblzma.so
diff --git a/PKGBUILD b/PKGBUILD
index 0a89a1ad1d16..1d6074723c98 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=libretro-dolphin
pkgname=$_pkgname-git
pkgver=r33042.2f4b0f7902
-pkgrel=3
+pkgrel=4
pkgdesc="Nintendo GameCube/Wii core"
arch=('x86_64')
url="https://github.com/libretro/dolphin"
@@ -27,6 +27,7 @@ makedepends=(
'cmake'
'cubeb'
'curl'
+ 'fmt9'
'git'
'hidapi'
'libevdev'
@@ -67,7 +68,6 @@ build() {
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_C_FLAGS_RELEASE="-DNDEBUG" \
-DCMAKE_CXX_FLAGS_RELEASE="-DNDEBUG" \
- -DCMAKE_DISABLE_FIND_PACKAGE_fmt=ON \
-DENABLE_LTO=OFF \
-DENABLE_TESTS=OFF \
-DLIBRETRO=ON \
@@ -83,6 +83,7 @@ package() {
'libcubeb.so'
'libEGL.so'
'libevdev.so'
+ 'libfmt.so'
'libGLX.so'
'libhidapi-hidraw.so'
'liblzma.so'