Maxime Gauduin pushed to branch main at Arch Linux / Packaging / Packages / 
dolphin-emu


Commits:
972961a7 by Maxime Gauduin at 2025-01-01T22:07:16+01:00
upgpkg: 1:2412-3

- - - - -
28d9e1a7 by Maxime Gauduin at 2025-01-01T22:12:44+01:00
fmt rebuild

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = dolphin-emu
        pkgdesc = A Gamecube and Wii emulator
        pkgver = 2412
-       pkgrel = 3
+       pkgrel = 4
        epoch = 1
        url = https://dolphin-emu.org
        arch = x86_64
@@ -27,7 +27,6 @@ pkgbase = dolphin-emu
        depends = libavformat.so
        depends = libavutil.so
        depends = libcurl.so
-       depends = libfmt.so
        depends = libgl
        depends = libspng.so
        depends = libswscale.so
@@ -50,6 +49,7 @@ pkgbase = dolphin-emu
        source = 
dolphin-emu::git+https://github.com/dolphin-emu/dolphin.git#tag=992b4ea9309899ebc7ca576ebea711a70523098a
        source = git+https://github.com/mozilla/cubeb.git
        source = git+https://github.com/epezent/implot.git
+       source = git+https://github.com/fmtlib/fmt.git
        source = git+https://github.com/mgba-emu/mgba.git
        source = git+https://github.com/zlib-ng/minizip-ng.git
        source = git+https://github.com/RetroAchievements/rcheevos.git
@@ -69,6 +69,7 @@ pkgbase = dolphin-emu
        b2sums = SKIP
        b2sums = SKIP
        b2sums = SKIP
+       b2sums = SKIP
 
 pkgname = dolphin-emu
        depends = bluez-libs
@@ -81,7 +82,6 @@ pkgname = dolphin-emu
        depends = libavformat.so
        depends = libavutil.so
        depends = libcurl.so
-       depends = libfmt.so
        depends = libgl
        depends = libspng.so
        depends = libswscale.so


=====================================
PKGBUILD
=====================================
@@ -8,7 +8,7 @@ pkgname=(
   dolphin-emu-tool
 )
 pkgver=2412
-pkgrel=3
+pkgrel=4
 epoch=1
 pkgdesc='A Gamecube and Wii emulator'
 arch=(x86_64)
@@ -25,7 +25,7 @@ depends=(
   libavformat.so
   libavutil.so
   libcurl.so
-  libfmt.so
+  #libfmt.so
   libgl
   #libsfml-network.so
   #libsfml-system.so
@@ -66,6 +66,7 @@ source=(
   dolphin-emu::git+https://github.com/dolphin-emu/dolphin.git#tag=${_tag}
   git+https://github.com/mozilla/cubeb.git
   git+https://github.com/epezent/implot.git
+  git+https://github.com/fmtlib/fmt.git
   git+https://github.com/mgba-emu/mgba.git
   git+https://github.com/zlib-ng/minizip-ng.git
   git+https://github.com/RetroAchievements/rcheevos.git
@@ -85,11 +86,12 @@ 
b2sums=('09e0e0dedac6bc7f91990f7a2002736a0f5a6ab303c8ee31a5d6f936e7611e762ccd836
         'SKIP'
         'SKIP'
         'SKIP'
+        'SKIP'
         'SKIP')
 
 prepare() {
   cd dolphin-emu
-  for submodule in 
Externals/{cubeb/cubeb,implot/implot,mGBA/mgba,minizip-ng/minizip-ng,rcheevos/rcheevos,spirv_cross/SPIRV-Cross,tinygltf/tinygltf,VulkanMemoryAllocator,zlib-ng/zlib-ng};
 do
+  for submodule in 
Externals/{cubeb/cubeb,implot/implot,fmt/fmt,mGBA/mgba,minizip-ng/minizip-ng,rcheevos/rcheevos,spirv_cross/SPIRV-Cross,tinygltf/tinygltf,VulkanMemoryAllocator,zlib-ng/zlib-ng};
 do
     git submodule init ${submodule}
     git config submodule.${submodule}.url ../${submodule##*/}
     git -c protocol.file.allow=always submodule update ${submodule}



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/dolphin-emu/-/compare/ef55feacf5a066f747f6359c202099161d0aec20...28d9e1a744494b0c7db01305e49b95dbb38aba74

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/dolphin-emu/-/compare/ef55feacf5a066f747f6359c202099161d0aec20...28d9e1a744494b0c7db01305e49b95dbb38aba74
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to