Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] dolphin-emu: update to 5.0.19870.
@ 2023-10-14  7:02 AnErrupTion
  2024-01-13  1:46 ` github-actions
  2024-01-28  1:46 ` [PR PATCH] [Closed]: " github-actions
  0 siblings, 2 replies; 3+ messages in thread
From: AnErrupTion @ 2023-10-14  7:02 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 599 bytes --]

There is a new pull request by AnErrupTion against master on the void-packages repository

https://github.com/AnErrupTion/void-packages dolphin-19870
https://github.com/void-linux/void-packages/pull/46673

dolphin-emu: update to 5.0.19870.
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, x86_64-glibc
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl

A patch file from https://github.com/void-linux/void-packages/pull/46673.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-dolphin-19870-46673.patch --]
[-- Type: text/x-diff, Size: 6309 bytes --]

From 58d9bf199c002f471b90407078a1e809c9b8aae2 Mon Sep 17 00:00:00 2001
From: AnErrupTion <anerruption@disroot.org>
Date: Sat, 14 Oct 2023 09:00:56 +0200
Subject: [PATCH] dolphin-emu: update to 5.0.19870.

---
 .../patches/0001-Add-musl-fix.patch           | 39 ----------------
 srcpkgs/dolphin-emu/template                  | 46 +++++++++----------
 2 files changed, 23 insertions(+), 62 deletions(-)
 delete mode 100644 srcpkgs/dolphin-emu/patches/0001-Add-musl-fix.patch

diff --git a/srcpkgs/dolphin-emu/patches/0001-Add-musl-fix.patch b/srcpkgs/dolphin-emu/patches/0001-Add-musl-fix.patch
deleted file mode 100644
index 995d7e27fa75b..0000000000000
--- a/srcpkgs/dolphin-emu/patches/0001-Add-musl-fix.patch
+++ /dev/null
@@ -1,39 +0,0 @@
-From 3a08670281daa82c75a96a6076f00d42280cb309 Mon Sep 17 00:00:00 2001
-From: AnErrupTion <anerruption@disroot.org>
-Date: Fri, 7 Jul 2023 18:31:59 +0200
-Subject: [PATCH] Add musl fix
-
----
- Source/Core/Common/Network.cpp | 9 ++++++++-
- 1 file changed, 8 insertions(+), 1 deletion(-)
-
-diff --git a/Source/Core/Common/Network.cpp b/Source/Core/Common/Network.cpp
-index a5e56b74d2..3e1d47b279 100644
---- a/Source/Core/Common/Network.cpp
-+++ b/Source/Core/Common/Network.cpp
-@@ -18,6 +18,13 @@
- 
- #include <fmt/format.h>
- 
-+#define _GNU_SOURCE
-+#include <features.h>
-+#ifndef __USE_GNU
-+    #define __MUSL__ 
-+#endif
-+#undef _GNU_SOURCE
-+
- #include "Common/BitUtils.h"
- #include "Common/Random.h"
- #include "Common/StringUtil.h"
-@@ -563,7 +570,7 @@ const char* DecodeNetworkError(s32 error_code)
-                  sizeof(buffer), nullptr);
-   return buffer;
- #elif defined(IS_BSD_STRERROR) ||                                                                  \
--    ((_POSIX_C_SOURCE >= 200112L || _XOPEN_SOURCE >= 600) && !_GNU_SOURCE)
-+    ((_POSIX_C_SOURCE >= 200112L || _XOPEN_SOURCE >= 600) && !_GNU_SOURCE) || defined(__MUSL__)
-   strerror_r(error_code, buffer, sizeof(buffer));
-   return buffer;
- #else
--- 
-2.41.0
-
diff --git a/srcpkgs/dolphin-emu/template b/srcpkgs/dolphin-emu/template
index b4c8b64368a4b..16ec537aa6cc6 100644
--- a/srcpkgs/dolphin-emu/template
+++ b/srcpkgs/dolphin-emu/template
@@ -1,18 +1,18 @@
 # Template file for 'dolphin-emu'
 pkgname=dolphin-emu
-version=5.0.19368
+version=5.0.19870
 revision=1
-_dolphin_commit=dadbeb4bae7e7fa23af2b46e0add4143094dc107
-_mgba_commit=44e074a15e9651481f7f652ac006a7c9d58cbeb9
-_googletest_commit=be03d00f5f0cc3a997d1a368bee8a1fe93651f48
-_zlib_ng_commit=cf89cf35037f152ce7adfeca864656de5d33ea1e
-_cubeb_commit=27d2a102b0b75d9e49d43bc1ea516233fb87d778
+_dolphin_commit=032c77b462a220016f23c5079e71bb23e0ad2adf
+_mgba_commit=f637b5b1e8f9759495463677532309e307baf157
+_googletest_commit=7e33b6a1c497ced1e98fc60175aeb4678419281c
+_zlib_ng_commit=73bbb54cf6686a81710a1326c4cf1cfee9a49784
+_cubeb_commit=ac8474a5929e9de3bce84f16f8c589240eb9f7c4
 _sanitizers_cmake_commit=c3dc841af4dbf44669e65b82cb68a575864326bd
-_implot_commit=cc5e1daa5c7f2335a9460ae79c829011dc5cef2d
+_implot_commit=85573fe04ad27f912074a2e7cde889fdf912b0c6
 _libspng_commit=e5c1fc470fceaca08b8c30dc40768c28b82b9e12
-_rcheevos_commit=3af1e2fc5188d6e932ee379942f4049ea877e648
-_vma_commit=d9a2e4641ba4808e803ff555be132f280366ab47
-_spirv_cross_commit=b8e742c91ba47eb3238c939ee11ec9ba2ba247bf
+_rcheevos_commit=111db1cabe6a3723155cbe8726874b4b3abbbb6c
+_vma_commit=f428606392ffbe0a9b7a6673a7c1ed97d4ff9a62
+_spirv_cross_commit=bccaa94db814af33d8ef05c153e7c34d8bd4d685
 #Version/hash pair can be found at https://dolphin-emu.org/download/
 archs="x86_64* aarch64* ppc64le*"
 create_wrksrc=yes
@@ -23,10 +23,10 @@ configure_args="-DUSE_SHARED_ENET=ON
  -DDOLPHIN_WC_BRANCH=master"
 hostmakedepends="pkg-config qt6-tools qt6-base gettext-devel"
 makedepends="
- zlib-devel glew-devel libusb-devel qt6-base-devel miniupnpc-devel libevdev-devel
- SDL2-devel pulseaudio-devel alsa-lib-devel ffmpeg-devel libgomp-devel libcurl-devel
- portaudio-devel libopenal-devel soundtouch-devel lzo-devel libbluetooth-devel
- mbedtls-devel SFML-devel libenet-devel liblzma-devel pugixml-devel"
+ zlib-devel glew-devel libusb-devel qt6-base-devel qt6-svg-devel miniupnpc-devel
+ libevdev-devel SDL2-devel pulseaudio-devel alsa-lib-devel ffmpeg-devel libgomp-devel
+ libcurl-devel portaudio-devel libopenal-devel soundtouch-devel lzo-devel
+ libbluetooth-devel mbedtls-devel SFML-devel libenet-devel liblzma-devel pugixml-devel"
 depends="desktop-file-utils"
 short_desc="Gamecube / Wii / Triforce emulator"
 maintainer="Henry Naguski <henry@nilsu.org>"
@@ -43,17 +43,17 @@ distfiles="https://github.com/dolphin-emu/dolphin/archive/${_dolphin_commit}.tar
  https://github.com/RetroAchievements/rcheevos/archive/${_rcheevos_commit}.tar.gz
  https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/archive/${_vma_commit}.tar.gz
  https://github.com/KhronosGroup/SPIRV-Cross/archive/${_spirv_cross_commit}.tar.gz"
-checksum="ef9af8103ec35808a6250b7eadda1a33877719ffb2aad2d65571843e7ae0f69a
- 9fed790727c64dd113b32445061a890d33bf12d237aacef533d818a0721534f0
- 92c9f67f20c6cc71589408d6d7d25e8c82df045b432da5993b51837e637b93fa
- d151f75cb7f3d26b3901ab6962dbe2469a49980e52dd48f8571f057ee2c07c1b
- 9326a22d41b30b6d613c248a8ea2eb56c5ffc76a7080b0127165682fd8eba13e
+checksum="20594f6b9dbdc8f7e4f38bd9ef2bf0ebd565c42f75f86e5d3482ebf1b3cdec6f
+ eb7bedc089b261c4573c2d57be4b4c172bcaa9e1fd0028a2713456f81baf14da
+ f70077cd1f90d2b901dbe0cf04b035b8ee33b8941965ec25e145216f6267ebca
+ dc1d6e1ac656c089f19ea1d361c3a1e41885ea4159513900f902994c27963cb9
+ f678fc7b23f09303e3a8db7ed70e792d5fd21fb57c2ece1c70a65749d72f1093
  19d511a3a4ddc872c89ab62c070dd8d1fcc733e6ea4655f5876a60237cd556ba
- af51940ae6482c0e96ffb4309982fa309f9aa383cd8f980081681010c8c3a835
+ 648b9f8e0dbacf31cf811eb561d0f6106de57b23212b08301d02ebb3aa57bd20
  e3094cf323d7b5c3a69210c2a8d97725b8ec2867aa83007b864c2c468e63b468
- 2350d4479a9ca725a269eee5c1aeccf3e54ea2cf7bf9dd82bd0f07c59f96f5bd
- 5e12a559454dfdf46a7935f33c759f2e2fb2f59539aeec8779d5f32375c91c4b
- 6f65717f6b4b4cf1a5f37bcc60708b6a78f6ae316d460107ad57b8b15f7a2b42"
+ f9ff12cffc6b61674cff8768f631978035fbbed6e3e85b75a5208be9d43ee9cc
+ 540c11d2ee64c474c10a79291af12c1c1f7e1d84ca7f6dbcda4061cfaf5f3b3b
+ b2455457ff31704c4a2ad22f58387fd57b76f0c342ddf9c50af94f13e241268f"
 nopie=yes
 
 case "$XBPS_TARGET_MACHINE" in

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: dolphin-emu: update to 5.0.19870.
  2023-10-14  7:02 [PR PATCH] dolphin-emu: update to 5.0.19870 AnErrupTion
@ 2024-01-13  1:46 ` github-actions
  2024-01-28  1:46 ` [PR PATCH] [Closed]: " github-actions
  1 sibling, 0 replies; 3+ messages in thread
From: github-actions @ 2024-01-13  1:46 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 305 bytes --]

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/pull/46673#issuecomment-1890242892

Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that.  If this pull request is still relevant bump it or assign it.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PR PATCH] [Closed]: dolphin-emu: update to 5.0.19870.
  2023-10-14  7:02 [PR PATCH] dolphin-emu: update to 5.0.19870 AnErrupTion
  2024-01-13  1:46 ` github-actions
@ 2024-01-28  1:46 ` github-actions
  1 sibling, 0 replies; 3+ messages in thread
From: github-actions @ 2024-01-28  1:46 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 434 bytes --]

There's a closed pull request on the void-packages repository

dolphin-emu: update to 5.0.19870.
https://github.com/void-linux/void-packages/pull/46673

Description:
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, x86_64-glibc
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-01-28  1:46 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-10-14  7:02 [PR PATCH] dolphin-emu: update to 5.0.19870 AnErrupTion
2024-01-13  1:46 ` github-actions
2024-01-28  1:46 ` [PR PATCH] [Closed]: " github-actions

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).