Page MenuHomeSolus

D11569.id28024.diff
No OneTemporary

D11569.id28024.diff

diff --git a/abi_used_symbols b/abi_used_symbols
--- a/abi_used_symbols
+++ b/abi_used_symbols
@@ -459,6 +459,7 @@
libQt5Gui.so.5:_ZN12QKeySequenceC1ERKS_
libQt5Gui.so.5:_ZN12QKeySequenceC1Eiiii
libQt5Gui.so.5:_ZN12QKeySequenceD1Ev
+libQt5Gui.so.5:_ZN12QPaintDeviceC2Ev
libQt5Gui.so.5:_ZN12QPainterPath5arcToERK6QRectFdd
libQt5Gui.so.5:_ZN12QPainterPath6lineToERK7QPointF
libQt5Gui.so.5:_ZN12QPainterPath6moveToERK7QPointF
@@ -522,6 +523,8 @@
libQt5Gui.so.5:_ZN6QColorC1Ej
libQt5Gui.so.5:_ZN6QColoraSEN2Qt11GlobalColorE
libQt5Gui.so.5:_ZN6QColoraSERKS_
+libQt5Gui.so.5:_ZN6QImage18rgbSwapped_inplaceEv
+libQt5Gui.so.5:_ZN6QImage23convertToFormat_inplaceENS_6FormatE6QFlagsIN2Qt19ImageConversionFlagEE
libQt5Gui.so.5:_ZN6QImage8fromDataEPKhiPKc
libQt5Gui.so.5:_ZN6QImage8setPixelEiij
libQt5Gui.so.5:_ZN6QImageC1EPKhiiNS_6FormatEPFvPvES3_
@@ -627,8 +630,8 @@
libQt5Gui.so.5:_ZNK6QColor6greenFEv
libQt5Gui.so.5:_ZNK6QColor6valueFEv
libQt5Gui.so.5:_ZNK6QColorcv8QVariantEv
-libQt5Gui.so.5:_ZNK6QImage17rgbSwapped_helperEv
libQt5Gui.so.5:_ZNK6QImage22convertToFormat_helperENS_6FormatE6QFlagsIN2Qt19ImageConversionFlagEE
+libQt5Gui.so.5:_ZNK6QImage4sizeEv
libQt5Gui.so.5:_ZNK7QPixmap16devicePixelRatioEv
libQt5Gui.so.5:_ZNK7QPixmap4saveERK7QStringPKci
libQt5Gui.so.5:_ZNK7QPixmap4sizeEv
@@ -649,6 +652,7 @@
libQt5Gui.so.5:_ZNK9QKeyEvent9modifiersEv
libQt5Gui.so.5:_ZTI10QValidator
libQt5Gui.so.5:_ZTI18QSyntaxHighlighter
+libQt5Gui.so.5:_ZTV6QImage
libQt5Widgets.so.5:_ZN10QBoxLayout10addSpacingEi
libQt5Widgets.so.5:_ZN10QBoxLayout10addStretchEi
libQt5Widgets.so.5:_ZN10QBoxLayout10setSpacingEi
@@ -1206,6 +1210,7 @@
libQt5Widgets.so.5:_ZN7QWidget11qt_metacastEPKc
libQt5Widgets.so.5:_ZN7QWidget11resizeEventEP12QResizeEvent
libQt5Widgets.so.5:_ZN7QWidget11setDisabledEb
+libQt5Widgets.so.5:_ZN7QWidget11setGeometryERK5QRect
libQt5Widgets.so.5:_ZN7QWidget11tabletEventEP12QTabletEvent
libQt5Widgets.so.5:_ZN7QWidget12focusInEventEP11QFocusEvent
libQt5Widgets.so.5:_ZN7QWidget12grabKeyboardEv
@@ -1218,6 +1223,7 @@
libQt5Widgets.so.5:_ZN7QWidget13setFixedWidthEi
libQt5Widgets.so.5:_ZN7QWidget13setSizePolicyE11QSizePolicy
libQt5Widgets.so.5:_ZN7QWidget13setStyleSheetERK7QString
+libQt5Widgets.so.5:_ZN7QWidget13setWindowFlagEN2Qt10WindowTypeEb
libQt5Widgets.so.5:_ZN7QWidget13setWindowIconERK5QIcon
libQt5Widgets.so.5:_ZN7QWidget13setWindowRoleERK7QString
libQt5Widgets.so.5:_ZN7QWidget14activateWindowEv
@@ -1229,6 +1235,7 @@
libQt5Widgets.so.5:_ZN7QWidget14setFocusPolicyEN2Qt11FocusPolicyE
libQt5Widgets.so.5:_ZN7QWidget14setMinimumSizeEii
libQt5Widgets.so.5:_ZN7QWidget14setWindowFlagsE6QFlagsIN2Qt10WindowTypeEE
+libQt5Widgets.so.5:_ZN7QWidget14setWindowStateE6QFlagsIN2Qt11WindowStateEE
libQt5Widgets.so.5:_ZN7QWidget14setWindowTitleERK7QString
libQt5Widgets.so.5:_ZN7QWidget14showFullScreenEv
libQt5Widgets.so.5:_ZN7QWidget14updateGeometryEv
@@ -1590,6 +1597,7 @@
libQt5Widgets.so.5:_ZNK7QWidget11isMaximizedEv
libQt5Widgets.so.5:_ZNK7QWidget11mapToGlobalERK6QPoint
libQt5Widgets.so.5:_ZNK7QWidget11paintEngineEv
+libQt5Widgets.so.5:_ZNK7QWidget11windowStateEv
libQt5Widgets.so.5:_ZNK7QWidget12isFullScreenEv
libQt5Widgets.so.5:_ZNK7QWidget12saveGeometryEv
libQt5Widgets.so.5:_ZNK7QWidget12windowHandleEv
diff --git a/package.yml b/package.yml
--- a/package.yml
+++ b/package.yml
@@ -1,8 +1,8 @@
name : dolphin-emu
-version : 5.0.14690
-release : 40
+version : 5.0.14790
+release : 41
source :
- - git|https://github.com/dolphin-emu/dolphin.git : a1e806ed76e6746259a730a5db82052b53f084f1
+ - git|https://github.com/dolphin-emu/dolphin.git : 3cc274880f47d340bd508dba91aaf37c48acd367
license : GPL-2.0-or-later
component : games.emulator
summary : GameCube / Wii emulator
diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml
--- a/pspec_x86_64.xml
+++ b/pspec_x86_64.xml
@@ -29,7 +29,6 @@
<Path fileType="data">/usr/share/dolphin-emu/sys/GC/font_japanese.bin</Path>
<Path fileType="data">/usr/share/dolphin-emu/sys/GC/font_western.bin</Path>
<Path fileType="data">/usr/share/dolphin-emu/sys/GameSettings/0000000100000002.ini</Path>
- <Path fileType="data">/usr/share/dolphin-emu/sys/GameSettings/0000000100000002r1.ini</Path>
<Path fileType="data">/usr/share/dolphin-emu/sys/GameSettings/C.ini</Path>
<Path fileType="data">/usr/share/dolphin-emu/sys/GameSettings/D43.ini</Path>
<Path fileType="data">/usr/share/dolphin-emu/sys/GameSettings/D43E01.ini</Path>
@@ -236,6 +235,8 @@
<Path fileType="data">/usr/share/dolphin-emu/sys/GameSettings/GC9.ini</Path>
<Path fileType="data">/usr/share/dolphin-emu/sys/GameSettings/GCC.ini</Path>
<Path fileType="data">/usr/share/dolphin-emu/sys/GameSettings/GCCE01.ini</Path>
+ <Path fileType="data">/usr/share/dolphin-emu/sys/GameSettings/GCCJGC.ini</Path>
+ <Path fileType="data">/usr/share/dolphin-emu/sys/GameSettings/GCCP01.ini</Path>
<Path fileType="data">/usr/share/dolphin-emu/sys/GameSettings/GCD.ini</Path>
<Path fileType="data">/usr/share/dolphin-emu/sys/GameSettings/GCDP08.ini</Path>
<Path fileType="data">/usr/share/dolphin-emu/sys/GameSettings/GCE.ini</Path>
@@ -347,6 +348,7 @@
<Path fileType="data">/usr/share/dolphin-emu/sys/GameSettings/GKZ.ini</Path>
<Path fileType="data">/usr/share/dolphin-emu/sys/GameSettings/GL5.ini</Path>
<Path fileType="data">/usr/share/dolphin-emu/sys/GameSettings/GL7.ini</Path>
+ <Path fileType="data">/usr/share/dolphin-emu/sys/GameSettings/GL8.ini</Path>
<Path fileType="data">/usr/share/dolphin-emu/sys/GameSettings/GLC.ini</Path>
<Path fileType="data">/usr/share/dolphin-emu/sys/GameSettings/GLEE08.ini</Path>
<Path fileType="data">/usr/share/dolphin-emu/sys/GameSettings/GLEJ08.ini</Path>
@@ -631,6 +633,7 @@
<Path fileType="data">/usr/share/dolphin-emu/sys/GameSettings/R2P.ini</Path>
<Path fileType="data">/usr/share/dolphin-emu/sys/GameSettings/R2Q.ini</Path>
<Path fileType="data">/usr/share/dolphin-emu/sys/GameSettings/R2R.ini</Path>
+ <Path fileType="data">/usr/share/dolphin-emu/sys/GameSettings/R2V.ini</Path>
<Path fileType="data">/usr/share/dolphin-emu/sys/GameSettings/R35.ini</Path>
<Path fileType="data">/usr/share/dolphin-emu/sys/GameSettings/R38.ini</Path>
<Path fileType="data">/usr/share/dolphin-emu/sys/GameSettings/R3A.ini</Path>
@@ -1113,6 +1116,7 @@
<Path fileType="data">/usr/share/dolphin-emu/sys/GameSettings/S3H.ini</Path>
<Path fileType="data">/usr/share/dolphin-emu/sys/GameSettings/S59.ini</Path>
<Path fileType="data">/usr/share/dolphin-emu/sys/GameSettings/S5D.ini</Path>
+ <Path fileType="data">/usr/share/dolphin-emu/sys/GameSettings/S5S.ini</Path>
<Path fileType="data">/usr/share/dolphin-emu/sys/GameSettings/S72.ini</Path>
<Path fileType="data">/usr/share/dolphin-emu/sys/GameSettings/S75.ini</Path>
<Path fileType="data">/usr/share/dolphin-emu/sys/GameSettings/SAG.ini</Path>
@@ -1171,6 +1175,7 @@
<Path fileType="data">/usr/share/dolphin-emu/sys/GameSettings/SFR.ini</Path>
<Path fileType="data">/usr/share/dolphin-emu/sys/GameSettings/SG2.ini</Path>
<Path fileType="data">/usr/share/dolphin-emu/sys/GameSettings/SG3.ini</Path>
+ <Path fileType="data">/usr/share/dolphin-emu/sys/GameSettings/SG7.ini</Path>
<Path fileType="data">/usr/share/dolphin-emu/sys/GameSettings/SG8.ini</Path>
<Path fileType="data">/usr/share/dolphin-emu/sys/GameSettings/SGD.ini</Path>
<Path fileType="data">/usr/share/dolphin-emu/sys/GameSettings/SGT.ini</Path>
@@ -1183,6 +1188,7 @@
<Path fileType="data">/usr/share/dolphin-emu/sys/GameSettings/SHO.ini</Path>
<Path fileType="data">/usr/share/dolphin-emu/sys/GameSettings/SHP.ini</Path>
<Path fileType="data">/usr/share/dolphin-emu/sys/GameSettings/SHW.ini</Path>
+ <Path fileType="data">/usr/share/dolphin-emu/sys/GameSettings/SHX.ini</Path>
<Path fileType="data">/usr/share/dolphin-emu/sys/GameSettings/SIL.ini</Path>
<Path fileType="data">/usr/share/dolphin-emu/sys/GameSettings/SIS.ini</Path>
<Path fileType="data">/usr/share/dolphin-emu/sys/GameSettings/SJB.ini</Path>
@@ -1266,6 +1272,7 @@
<Path fileType="data">/usr/share/dolphin-emu/sys/GameSettings/SRT.ini</Path>
<Path fileType="data">/usr/share/dolphin-emu/sys/GameSettings/SRV.ini</Path>
<Path fileType="data">/usr/share/dolphin-emu/sys/GameSettings/SRW.ini</Path>
+ <Path fileType="data">/usr/share/dolphin-emu/sys/GameSettings/SRX.ini</Path>
<Path fileType="data">/usr/share/dolphin-emu/sys/GameSettings/SS8.ini</Path>
<Path fileType="data">/usr/share/dolphin-emu/sys/GameSettings/SS9.ini</Path>
<Path fileType="data">/usr/share/dolphin-emu/sys/GameSettings/SSC.ini</Path>
@@ -2074,12 +2081,12 @@
</Files>
</Package>
<History>
- <Update release="40">
- <Date>2021-07-21</Date>
- <Version>5.0.14690</Version>
+ <Update release="41">
+ <Date>2021-08-01</Date>
+ <Version>5.0.14790</Version>
<Comment>Packaging update</Comment>
<Name>Thomas Staudinger</Name>
<Email>Staudi.Kaos@gmail.com</Email>
</Update>
</History>
</PISI>
\ No newline at end of file

File Metadata

Mime Type
text/plain
Expires
Thu, Aug 10, 7:40 PM (21 h, 49 m ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5795274
Default Alt Text
D11569.id28024.diff (9 KB)

Event Timeline