[arch-commits] Commit in dolphin-emu/trunk (PKGBUILD)

Maxime Gauduin alucryd at gemini.archlinux.org
Sun Jan 23 15:38:19 UTC 2022


    Date: Sunday, January 23, 2022 @ 15:38:19
  Author: alucryd
Revision: 1113627

ffmpeg 5.0: dolphin-emu 1:5.0.r15445.db02b50d2e-3

Modified:
  dolphin-emu/trunk/PKGBUILD

----------+
 PKGBUILD |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-01-23 15:33:08 UTC (rev 1113626)
+++ PKGBUILD	2022-01-23 15:38:19 UTC (rev 1113627)
@@ -4,7 +4,7 @@
 
 pkgname=dolphin-emu
 pkgver=5.0.r15445.db02b50d2e
-pkgrel=2
+pkgrel=3
 epoch=1
 pkgdesc='A Gamecube / Wii / Triforce emulator'
 arch=(x86_64)
@@ -22,6 +22,7 @@
   libavutil.so
   libcurl.so
   libevdev
+  #libfmt.so
   libgl
   #libmgba
   libminiupnpc.so
@@ -67,6 +68,7 @@
 }
 
 build() {
+  export CXXFLAGS+=" -fpermissive"
   cmake -S dolphin-emu -B build -G Ninja \
     -DCMAKE_BUILD_TYPE=None \
     -DCMAKE_INSTALL_PREFIX=/usr \



More information about the arch-commits mailing list