Skip to content

Commit 9ddf1b7

Browse files
committed
Update RPCS3 recipe and launcher for their move to KDE6.10 runtime
1 parent 4ec31aa commit 9ddf1b7

2 files changed

Lines changed: 9 additions & 69 deletions

File tree

rpcs3/component_launcher.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
component_name="$(basename "$(dirname "$(readlink -f "${BASH_SOURCE[0]}")")")"
55
component_path="$(cd "$(dirname "${BASH_SOURCE[0]}" )" && pwd)"
66

7-
export LD_LIBRARY_PATH="$component_path/lib:$rd_shared_libs:$rd_shared_libs/org.kde.Platform/6.10/:$rd_shared_libs/org.gnome.Platform/49/:$ffmpeg_path/25.08:${DEFAULT_LD_LIBRARY_PATH}"
7+
export LD_LIBRARY_PATH="$component_path/lib:${DEFAULT_LD_LIBRARY_PATH}"
88
export QT_PLUGIN_PATH="${QT_PLUGIN_PATH}"
99
export QT_QPA_PLATFORM_PLUGIN_PATH="${QT_QPA_PLATFORM_PLUGIN_PATH}"
1010

rpcs3/component_recipe.json

Lines changed: 8 additions & 68 deletions
Original file line numberDiff line numberDiff line change
@@ -54,87 +54,27 @@
5454
}
5555
],
5656
"libs": [
57-
{
58-
"library": "libevdev.so.2",
59-
"runtime_name": "org.gnome.Platform",
60-
"runtime_version": "49",
61-
"dest": "shared-libs"
62-
},
6357
{
6458
"library": "libLLVM.so.20.1",
6559
"source": "lib",
66-
"dest": "shared-libs"
60+
"dest": "lib"
6761
},
6862
{
69-
"library": "libGLEW.so.2.2",
63+
"library": "libGLEW.so.2.2.0",
7064
"source": "lib",
71-
"dest": "shared-libs"
65+
"dest": "lib"
7266
},
7367
{
74-
"library": "libGLU.so.1",
68+
"library": "libGLU.so.1.3.1",
7569
"source": "lib",
76-
"dest": "shared-libs"
70+
"dest": "lib"
7771
},
7872
{
79-
"library": "libSDL3.so.0",
73+
"library": "libSDL3.so.0.4.2",
8074
"source": "lib",
81-
"dest": "shared-libs"
82-
},
83-
{
84-
"library": "libQt6MultimediaWidgets.so.6",
85-
"runtime_name": "org.kde.Platform",
86-
"runtime_version": "6.10",
87-
"dest": "shared-libs"
88-
},
89-
{
90-
"library": "libQt6Multimedia.so.6",
91-
"runtime_name": "org.kde.Platform",
92-
"runtime_version": "6.10",
93-
"dest": "shared-libs"
94-
},
95-
{
96-
"library": "libQt6Widgets.so.6",
97-
"runtime_name": "org.kde.Platform",
98-
"runtime_version": "6.10",
99-
"dest": "shared-libs"
100-
},
101-
{
102-
"library": "libQt6Gui.so.6",
103-
"runtime_name": "org.kde.Platform",
104-
"runtime_version": "6.10",
105-
"dest": "shared-libs"
106-
},
107-
{
108-
"library": "libQt6Core.so.6",
109-
"runtime_name": "org.kde.Platform",
110-
"runtime_version": "6.10",
111-
"dest": "shared-libs"
112-
},
113-
{
114-
"library": "libQt6Concurrent.so.6",
115-
"runtime_name": "org.kde.Platform",
116-
"runtime_version": "6.10",
117-
"dest": "shared-libs"
118-
},
119-
{
120-
"library": "libQt6SvgWidgets.so.6",
121-
"runtime_name": "org.kde.Platform",
122-
"runtime_version": "6.10",
123-
"dest": "shared-libs"
124-
},
125-
{
126-
"library": "libQt6Svg.so.6",
127-
"runtime_name": "org.kde.Platform",
128-
"runtime_version": "6.10",
129-
"dest": "shared-libs"
130-
},
131-
{
132-
"library": "libQt6DBus.so.6",
133-
"runtime_name": "org.kde.Platform",
134-
"runtime_version": "6.10",
135-
"dest": "shared-libs"
75+
"dest": "lib"
13676
}
13777
]
13878
}
13979
]
140-
}
80+
}

0 commit comments

Comments
 (0)