pkgsrc-Changes archive

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

CVS commit: pkgsrc/emulators/emulationstation



Module Name:    pkgsrc
Committed By:   joerg
Date:           Mon Apr 20 00:35:23 UTC 2020

Modified Files:
        pkgsrc/emulators/emulationstation: distinfo
Added Files:
        pkgsrc/emulators/emulationstation/patches:
            patch-es-app_src_FileFilterIndex.h patch-es-app_src_MetaData.h
            patch-es-core_src_Settings.h patch-es-core_src_Sound.h

Log Message:
Add missing includes


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/emulators/emulationstation/distinfo
cvs rdiff -u -r0 -r1.1 \
    pkgsrc/emulators/emulationstation/patches/patch-es-app_src_FileFilterIndex.h \
    pkgsrc/emulators/emulationstation/patches/patch-es-app_src_MetaData.h \
    pkgsrc/emulators/emulationstation/patches/patch-es-core_src_Settings.h \
    pkgsrc/emulators/emulationstation/patches/patch-es-core_src_Sound.h

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

Modified files:

Index: pkgsrc/emulators/emulationstation/distinfo
diff -u pkgsrc/emulators/emulationstation/distinfo:1.6 pkgsrc/emulators/emulationstation/distinfo:1.7
--- pkgsrc/emulators/emulationstation/distinfo:1.6      Tue Mar 24 15:52:38 2020
+++ pkgsrc/emulators/emulationstation/distinfo  Mon Apr 20 00:35:23 2020
@@ -1,11 +1,15 @@
-$NetBSD: distinfo,v 1.6 2020/03/24 15:52:38 nia Exp $
+$NetBSD: distinfo,v 1.7 2020/04/20 00:35:23 joerg Exp $
 
 SHA1 (emulationstation-2.9.0.tar.gz) = f57e3cf13c4d58262c477dfc89f93177ce1395e3
 RMD160 (emulationstation-2.9.0.tar.gz) = af4d9cda5146ed5cd80be5263d1822f527f59e67
 SHA512 (emulationstation-2.9.0.tar.gz) = e48b0338578b4840f633dbeffc692b3a225b448bf02e5770f2fe8ebf0d27bd8447bff69abbefe4864ec402f057f75b023f165bf708150ec7be0c8d632ac2156a
 Size (emulationstation-2.9.0.tar.gz) = 849388 bytes
+SHA1 (patch-es-app_src_FileFilterIndex.h) = f0adecf824f34d44038b7015360e2102a9962b89
+SHA1 (patch-es-app_src_MetaData.h) = 766871ec7b3bc3a142f502e9c61d4f431f65ddbd
 SHA1 (patch-es-app_src_ScraperCmdLine.cpp) = cdb2ccc0a1cff45e407b3608c9c95b9aae7b3366
 SHA1 (patch-es-app_src_components_TextListComponent.h) = 63c33ad1f48a0654c881fc41455b22e3a8dc4c94
+SHA1 (patch-es-core_src_Settings.h) = 1c83a6d7ff35fc529fa808429b91ad783fc4b12a
+SHA1 (patch-es-core_src_Sound.h) = cc906d3eaa3450288cf139716becd6cd3794a822
 SHA1 (patch-es-core_src_components_ImageGridComponent.h) = f53ffe1528a351e58d99cfe76791c1ba4ab27b18
 SHA1 (patch-es-core_src_utils_FileSystemUtil.cpp) = bc0af15b0bd2bae44d8039911b2b1c6433f79b08
 SHA1 (patch-external_CMakeLists.txt) = d08cb2eecb59242ef1252338c6a79d6716ece8b1

Added files:

Index: pkgsrc/emulators/emulationstation/patches/patch-es-app_src_FileFilterIndex.h
diff -u /dev/null pkgsrc/emulators/emulationstation/patches/patch-es-app_src_FileFilterIndex.h:1.1
--- /dev/null   Mon Apr 20 00:35:23 2020
+++ pkgsrc/emulators/emulationstation/patches/patch-es-app_src_FileFilterIndex.h        Mon Apr 20 00:35:23 2020
@@ -0,0 +1,12 @@
+$NetBSD: patch-es-app_src_FileFilterIndex.h,v 1.1 2020/04/20 00:35:23 joerg Exp $
+
+--- es-app/src/FileFilterIndex.h.orig  2020-04-19 17:33:56.878739257 +0000
++++ es-app/src/FileFilterIndex.h
+@@ -3,6 +3,7 @@
+ #define ES_APP_FILE_FILTER_INDEX_H
+ 
+ #include <map>
++#include <string>
+ #include <vector>
+ 
+ class FileData;
Index: pkgsrc/emulators/emulationstation/patches/patch-es-app_src_MetaData.h
diff -u /dev/null pkgsrc/emulators/emulationstation/patches/patch-es-app_src_MetaData.h:1.1
--- /dev/null   Mon Apr 20 00:35:23 2020
+++ pkgsrc/emulators/emulationstation/patches/patch-es-app_src_MetaData.h       Mon Apr 20 00:35:23 2020
@@ -0,0 +1,12 @@
+$NetBSD: patch-es-app_src_MetaData.h,v 1.1 2020/04/20 00:35:23 joerg Exp $
+
+--- es-app/src/MetaData.h.orig 2020-04-19 17:33:17.811997487 +0000
++++ es-app/src/MetaData.h
+@@ -3,6 +3,7 @@
+ #define ES_APP_META_DATA_H
+ 
+ #include <map>
++#include <string>
+ #include <vector>
+ 
+ namespace pugi { class xml_node; }
Index: pkgsrc/emulators/emulationstation/patches/patch-es-core_src_Settings.h
diff -u /dev/null pkgsrc/emulators/emulationstation/patches/patch-es-core_src_Settings.h:1.1
--- /dev/null   Mon Apr 20 00:35:23 2020
+++ pkgsrc/emulators/emulationstation/patches/patch-es-core_src_Settings.h      Mon Apr 20 00:35:23 2020
@@ -0,0 +1,12 @@
+$NetBSD: patch-es-core_src_Settings.h,v 1.1 2020/04/20 00:35:23 joerg Exp $
+
+--- es-core/src/Settings.h.orig        2020-04-19 17:25:24.616894372 +0000
++++ es-core/src/Settings.h
+@@ -3,6 +3,7 @@
+ #define ES_CORE_SETTINGS_H
+ 
+ #include <map>
++#include <string>
+ 
+ //This is a singleton for storing settings.
+ class Settings
Index: pkgsrc/emulators/emulationstation/patches/patch-es-core_src_Sound.h
diff -u /dev/null pkgsrc/emulators/emulationstation/patches/patch-es-core_src_Sound.h:1.1
--- /dev/null   Mon Apr 20 00:35:23 2020
+++ pkgsrc/emulators/emulationstation/patches/patch-es-core_src_Sound.h Mon Apr 20 00:35:23 2020
@@ -0,0 +1,12 @@
+$NetBSD: patch-es-core_src_Sound.h,v 1.1 2020/04/20 00:35:23 joerg Exp $
+
+--- es-core/src/Sound.h.orig   2020-04-19 17:26:02.882026668 +0000
++++ es-core/src/Sound.h
+@@ -5,6 +5,7 @@
+ #include "SDL_audio.h"
+ #include <map>
+ #include <memory>
++#include <string>
+ 
+ class ThemeData;
+ 



Home | Main Index | Thread Index | Old Index