Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package dolphin-emu for openSUSE:Factory checked in at 2022-10-15 16:38:01 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/dolphin-emu (Old) and /work/SRC/openSUSE:Factory/.dolphin-emu.new.2275 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "dolphin-emu" Sat Oct 15 16:38:01 2022 rev:2 rq:1011031 version:5.0.17269 Changes: -------- --- /work/SRC/openSUSE:Factory/dolphin-emu/dolphin-emu.changes 2022-07-09 17:05:39.592934935 +0200 +++ /work/SRC/openSUSE:Factory/.dolphin-emu.new.2275/dolphin-emu.changes 2022-10-15 16:40:44.622627245 +0200 @@ -1,0 +2,15 @@ +Fri Oct 14 17:17:06 UTC 2022 - Jannik Seiler <se...@mosad.xyz> + +- Updated to 5.0.17269 48c9c224cf9f82f0f9f2690b7cc6283d7448480c + * Added dolphin-emu-not-discord-presence.patch to fix build + failure if discord presence is disabled. + * Reduce pipeline compilation stutter through forcing FBFetch in ubershaders. + * Added support for native motion/rumble with SDL2. + * Added SD card folder syncing support. + * Added flush command buffers after multiple EFB copies. + * Added accurately handle the copy filter and gamma for EFB and XFB copies. + * Added HLE broadband device. + * Added support for libaesnd microcode. + * Added support for NFS files. + +------------------------------------------------------------------- Old: ---- dolphin-emu-5.0.16793.tar.xz New: ---- dolphin-emu-5.0.17269.tar.xz dolphin-emu-not-discord-presence.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ dolphin-emu.spec ++++++ --- /var/tmp/diff_new_pack.w0nGc8/_old 2022-10-15 16:40:45.310628899 +0200 +++ /var/tmp/diff_new_pack.w0nGc8/_new 2022-10-15 16:40:45.318628918 +0200 @@ -16,15 +16,16 @@ # -%define commit 3cd82b619388d0877436390093a6edc2319a6904 +%define commit 48c9c224cf9f82f0f9f2690b7cc6283d7448480c Name: dolphin-emu -Version: 5.0.16793 +Version: 5.0.17269 Release: 0 Summary: Dolphin, a GameCube and Wii Emulator License: GPL-2.0-or-later URL: https://dolphin-emu.org -# n=dolphin-emu && v=5.0.16793 && c=3cd82b619388d0877436390093a6edc2319a6904 && cd /tmp && git clone https://github.com/$n/dolphin.git $n && cd $n && git checkout $c && rm -rf .??* && cd .. && n=dolphin-emu && d=$n-$v && mv $n $d && f=$d.tar.xz && tar c --remove-files "$d" | xz -9e > "$f" +# n=dolphin-emu && v=5.0.17269 && c=48c9c224cf9f82f0f9f2690b7cc6283d7448480c && cd /tmp && git clone https://github.com/$n/dolphin.git $n && cd $n && git checkout $c && rm -rf .??* && cd .. && n=dolphin-emu && d=$n-$v && mv $n $d && f=$d.tar.xz && tar c --remove-files "$d" | xz -9e > "$f" Source0: %{name}-%{version}.tar.xz +Patch0: %{name}-not-discord-presence.patch BuildRequires: cmake BuildRequires: fdupes BuildRequires: hicolor-icon-theme @@ -64,7 +65,6 @@ BuildRequires: pkgconfig(soundtouch) BuildRequires: pkgconfig(xi) BuildRequires: pkgconfig(xrandr) -BuildRequires: pkgconfig(zlib) Requires: nintendo-gamecube-wiimote-udev-rules ExclusiveArch: x86_64 aarch64 ++++++ dolphin-emu-5.0.16793.tar.xz -> dolphin-emu-5.0.17269.tar.xz ++++++ /work/SRC/openSUSE:Factory/dolphin-emu/dolphin-emu-5.0.16793.tar.xz /work/SRC/openSUSE:Factory/.dolphin-emu.new.2275/dolphin-emu-5.0.17269.tar.xz differ: char 17, line 1 ++++++ dolphin-emu-not-discord-presence.patch ++++++ --- dolphin-emu-5.0.17269.orig/Source/Core/UICommon/DiscordPresence.cpp 2022-09-03 09:21:58.000000000 +0200 +++ dolphin-emu-5.0.17269/Source/Core/UICommon/DiscordPresence.cpp 2022-10-14 18:56:51.461270659 +0200 @@ -259,6 +259,9 @@ return true; #endif +#ifndef USE_DISCORD_PRESENCE + return false; +#endif } void UpdateDiscordPresence(int party_size, SecretType type, const std::string& secret,