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


Commits:
05fa31c3 by Maxime Gauduin at 2024-03-27T14:06:48+01:00
upgpkg: 1:5.0.r21264.1efda863e4-1

- - - - -
75270705 by Maxime Gauduin at 2024-03-27T14:18:01+01:00
upgpkg: 1:5.0.r21264.1efda863e4-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = dolphin-emu
        pkgdesc = A Gamecube and Wii emulator
-       pkgver = 5.0.r20347.dc0814ae46
-       pkgrel = 2
+       pkgver = 5.0.r21264.1efda863e4
+       pkgrel = 1
        epoch = 1
        url = https://dolphin-emu.org
        arch = x86_64
@@ -16,7 +16,6 @@ pkgbase = dolphin-emu
        depends = alsa-lib
        depends = bluez-libs
        depends = bzip2
-       depends = enet
        depends = gcc-libs
        depends = glibc
        depends = hidapi
@@ -47,13 +46,15 @@ pkgbase = dolphin-emu
        optdepends = pulseaudio: PulseAudio backend
        options = !emptydirs
        options = !lto
-       source = 
dolphin-emu::git+https://github.com/dolphin-emu/dolphin.git#commit=dc0814ae4622313d513468bdc377ee9c031de199
+       source = 
dolphin-emu::git+https://github.com/dolphin-emu/dolphin.git#commit=1efda863e47b690f460f069502a4391b3c7d87c4
        source = git+https://github.com/mozilla/cubeb.git
+       source = git+https://github.com/lsalzman/enet.git
        source = git+https://github.com/epezent/implot.git
        source = git+https://github.com/mgba-emu/mgba.git
        source = git+https://github.com/RetroAchievements/rcheevos.git
        source = git+https://github.com/arsenm/sanitizers-cmake.git
        source = git+https://github.com/KhronosGroup/SPIRV-Cross.git
+       source = git+https://github.com/syoyo/tinygltf.git
        source = 
git+https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git
        source = git+https://github.com/zlib-ng/zlib-ng.git
        b2sums = SKIP
@@ -65,12 +66,13 @@ pkgbase = dolphin-emu
        b2sums = SKIP
        b2sums = SKIP
        b2sums = SKIP
+       b2sums = SKIP
+       b2sums = SKIP
 
 pkgname = dolphin-emu
        depends = alsa-lib
        depends = bluez-libs
        depends = bzip2
-       depends = enet
        depends = gcc-libs
        depends = glibc
        depends = hidapi


=====================================
PKGBUILD
=====================================
@@ -7,8 +7,8 @@ pkgname=(
   dolphin-emu
   dolphin-emu-tool
 )
-pkgver=5.0.r20347.dc0814ae46
-pkgrel=2
+pkgver=5.0.r21264.1efda863e4
+pkgrel=1
 epoch=1
 pkgdesc='A Gamecube and Wii emulator'
 arch=(x86_64)
@@ -18,7 +18,7 @@ depends=(
   alsa-lib
   bluez-libs
   bzip2
-  enet
+  #enet
   gcc-libs
   glibc
   hidapi
@@ -60,15 +60,17 @@ makedepends=(
 )
 optdepends=('pulseaudio: PulseAudio backend')
 options=(!emptydirs !lto)
-_commit=dc0814ae4622313d513468bdc377ee9c031de199
+_commit=1efda863e47b690f460f069502a4391b3c7d87c4
 source=(
   dolphin-emu::git+https://github.com/dolphin-emu/dolphin.git#commit=${_commit}
   git+https://github.com/mozilla/cubeb.git
+  git+https://github.com/lsalzman/enet.git
   git+https://github.com/epezent/implot.git
   git+https://github.com/mgba-emu/mgba.git
   git+https://github.com/RetroAchievements/rcheevos.git
   git+https://github.com/arsenm/sanitizers-cmake.git
   git+https://github.com/KhronosGroup/SPIRV-Cross.git
+  git+https://github.com/syoyo/tinygltf.git
   git+https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git
   git+https://github.com/zlib-ng/zlib-ng.git
 )
@@ -80,11 +82,13 @@ b2sums=('SKIP'
         'SKIP'
         'SKIP'
         'SKIP'
+        'SKIP'
+        'SKIP'
         'SKIP')
 
 prepare() {
   cd dolphin-emu
-  for submodule in 
Externals/{cubeb/cubeb,implot/implot,mGBA/mgba,rcheevos/rcheevos,spirv_cross/SPIRV-Cross,VulkanMemoryAllocator,zlib-ng/zlib-ng};
 do
+  for submodule in 
Externals/{cubeb/cubeb,enet/enet,implot/implot,mGBA/mgba,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/f1d2093dc285990a53e35cd38ae25c923a3380ce...75270705e935ac33394965538183ab8d7c0f424b

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


Reply via email to