pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/emulators/dolphin-emu



Module Name:    pkgsrc
Committed By:   nia
Date:           Wed Dec 17 23:16:03 UTC 2025

Modified Files:
        pkgsrc/emulators/dolphin-emu: distinfo
Added Files:
        pkgsrc/emulators/dolphin-emu/patches:
            patch-Source_Core_VideoCommon_TextureDecoder__Generic.cpp

Log Message:
dolphin-emu: Add missing include.

Should help the build on NetBSD/i386 11.0 and others.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/emulators/dolphin-emu/distinfo
cvs rdiff -u -r0 -r1.1 \
    pkgsrc/emulators/dolphin-emu/patches/patch-Source_Core_VideoCommon_TextureDecoder__Generic.cpp

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/emulators/dolphin-emu/distinfo
diff -u pkgsrc/emulators/dolphin-emu/distinfo:1.9 pkgsrc/emulators/dolphin-emu/distinfo:1.10
--- pkgsrc/emulators/dolphin-emu/distinfo:1.9   Thu Jun 12 07:37:34 2025
+++ pkgsrc/emulators/dolphin-emu/distinfo       Wed Dec 17 23:16:03 2025
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.9 2025/06/12 07:37:34 wiz Exp $
+$NetBSD: distinfo,v 1.10 2025/12/17 23:16:03 nia Exp $
 
 BLAKE2s (dolphin-emu-5.0.tar.gz) = ceec308ace0877748d49e954798a71f9262e2af537ada0a88e59c887adf1b904
 SHA512 (dolphin-emu-5.0.tar.gz) = 8de76f811abfb82e19502336734e86ba600c11d9fa95bcf7f70a2a525165d07ead826854c39377602aab7856a057af9ba91bff458cf2dd008712527290489d3a
@@ -18,3 +18,4 @@ SHA1 (patch-Source_Core_Core_MemTools.cp
 SHA1 (patch-Source_Core_Core_MemoryWatcher.cpp) = 7897655f0f9f20db17e9423bf484416084cfed5d
 SHA1 (patch-Source_Core_VideoCommon_DriverDetails.cpp) = 227d2ab5835be08b23f13346c9b9252ae3295155
 SHA1 (patch-Source_Core_VideoCommon_DriverDetails.h) = dc3a8f559253ea2a3f75223cfe7eb0a6c2c39ce1
+SHA1 (patch-Source_Core_VideoCommon_TextureDecoder__Generic.cpp) = 2b6ca028e94291511c411dcf9cb8fe19e83582c2

Added files:

Index: pkgsrc/emulators/dolphin-emu/patches/patch-Source_Core_VideoCommon_TextureDecoder__Generic.cpp
diff -u /dev/null pkgsrc/emulators/dolphin-emu/patches/patch-Source_Core_VideoCommon_TextureDecoder__Generic.cpp:1.1
--- /dev/null   Wed Dec 17 23:16:03 2025
+++ pkgsrc/emulators/dolphin-emu/patches/patch-Source_Core_VideoCommon_TextureDecoder__Generic.cpp      Wed Dec 17 23:16:03 2025
@@ -0,0 +1,14 @@
+$NetBSD: patch-Source_Core_VideoCommon_TextureDecoder__Generic.cpp,v 1.1 2025/12/17 23:16:03 nia Exp $
+
+Add missing <cstring> header needed for memset.
+
+--- Source/Core/VideoCommon/TextureDecoder_Generic.cpp.orig    2025-12-17 23:12:36.583573291 +0000
++++ Source/Core/VideoCommon/TextureDecoder_Generic.cpp
+@@ -4,6 +4,7 @@
+ 
+ #include <algorithm>
+ #include <cmath>
++#include <cstring>
+ 
+ #include "Common/CommonFuncs.h"
+ #include "Common/CommonTypes.h"



Home | Main Index | Thread Index | Old Index