mirror of
https://github.com/RetroDECK/net.rpcs3.RPCS3.git
synced 2025-01-20 15:55:40 +00:00
Update rpcs3.git
This commit is contained in:
parent
e931836da7
commit
59dffb4d19
|
@ -1,102 +1,102 @@
|
||||||
id: "net.rpcs3.RPCS3"
|
id: net.rpcs3.RPCS3
|
||||||
runtime: "org.kde.Platform"
|
runtime: org.kde.Platform
|
||||||
runtime-version: "5.15"
|
runtime-version: '5.15'
|
||||||
sdk: "org.kde.Sdk"
|
sdk: org.kde.Sdk
|
||||||
command: "rpcs3"
|
command: rpcs3
|
||||||
rename-desktop-file: "rpcs3.desktop"
|
rename-desktop-file: rpcs3.desktop
|
||||||
rename-appdata-file: "rpcs3.appdata.xml"
|
rename-appdata-file: rpcs3.appdata.xml
|
||||||
rename-icon: "rpcs3"
|
rename-icon: rpcs3
|
||||||
finish-args:
|
finish-args:
|
||||||
- "--share=ipc"
|
- --share=ipc
|
||||||
- "--socket=wayland"
|
- --socket=wayland
|
||||||
- "--socket=fallback-x11"
|
- --socket=fallback-x11
|
||||||
- "--socket=pulseaudio"
|
- --socket=pulseaudio
|
||||||
- "--share=network"
|
- --share=network
|
||||||
- "--device=all"
|
- --device=all
|
||||||
- "--filesystem=host:ro"
|
- --filesystem=host:ro
|
||||||
- "--talk-name=org.a11y.Bus"
|
- --talk-name=org.a11y.Bus
|
||||||
add-extensions:
|
add-extensions:
|
||||||
org.freedesktop.Platform.ffmpeg-full:
|
org.freedesktop.Platform.ffmpeg-full:
|
||||||
directory: "lib/ffmpeg"
|
directory: lib/ffmpeg
|
||||||
add-ld-path: "."
|
add-ld-path: .
|
||||||
version: "20.08"
|
version: '20.08'
|
||||||
autodownload: true
|
autodownload: true
|
||||||
autodelete: false
|
autodelete: false
|
||||||
cleanup-commands:
|
cleanup-commands:
|
||||||
- "mkdir -p ${FLATPAK_DEST}/lib/ffmpeg"
|
- mkdir -p ${FLATPAK_DEST}/lib/ffmpeg
|
||||||
modules:
|
modules:
|
||||||
- "shared-modules/glu/glu-9.json"
|
- shared-modules/glu/glu-9.json
|
||||||
- "shared-modules/glew/glew.json"
|
- shared-modules/glew/glew.json
|
||||||
- "shared-modules/libusb/libusb.json"
|
- shared-modules/libusb/libusb.json
|
||||||
|
|
||||||
- name: "libevdev"
|
- name: libevdev
|
||||||
buildsystem: "meson"
|
buildsystem: meson
|
||||||
config-opts:
|
config-opts:
|
||||||
- "-Dtests=disabled"
|
- -Dtests=disabled
|
||||||
- "-Ddocumentation=disabled"
|
- -Ddocumentation=disabled
|
||||||
cleanup:
|
cleanup:
|
||||||
- "/bin"
|
- /bin
|
||||||
- "/include"
|
- /include
|
||||||
- "/lib/pkgconfig"
|
- /lib/pkgconfig
|
||||||
- "/share"
|
- /share
|
||||||
sources:
|
sources:
|
||||||
- type: "archive"
|
- type: archive
|
||||||
url: "https://www.freedesktop.org/software/libevdev/libevdev-1.11.0.tar.xz"
|
url: https://www.freedesktop.org/software/libevdev/libevdev-1.11.0.tar.xz
|
||||||
sha256: "63f4ea1489858a109080e0b40bd43e4e0903a1e12ea888d581db8c495747c2d0"
|
sha256: 63f4ea1489858a109080e0b40bd43e4e0903a1e12ea888d581db8c495747c2d0
|
||||||
x-checker-data:
|
x-checker-data:
|
||||||
type: "anitya"
|
type: anitya
|
||||||
project-id: 20540
|
project-id: 20540
|
||||||
url-template: "https://www.freedesktop.org/software/libevdev/libevdev-$version.tar.xz"
|
url-template: https://www.freedesktop.org/software/libevdev/libevdev-$version.tar.xz
|
||||||
|
|
||||||
- name: "rpcs3-llvm"
|
- name: rpcs3-llvm
|
||||||
buildsystem: "cmake-ninja"
|
buildsystem: cmake-ninja
|
||||||
builddir: true
|
builddir: true
|
||||||
build-options:
|
build-options:
|
||||||
cxxflags: "-msse -msse2 -mcx16"
|
cxxflags: -msse -msse2 -mcx16
|
||||||
ldflags: "-fuse-ld=lld"
|
ldflags: -fuse-ld=lld
|
||||||
env:
|
env:
|
||||||
AR: "llvm-ar"
|
AR: llvm-ar
|
||||||
CC: "clang"
|
CC: clang
|
||||||
CXX: "clang++"
|
CXX: clang++
|
||||||
RANLIB: "llvm-ranlib"
|
RANLIB: llvm-ranlib
|
||||||
config-opts:
|
config-opts:
|
||||||
- "-DCMAKE_BUILD_TYPE=Release"
|
- -DCMAKE_BUILD_TYPE=Release
|
||||||
- "-DBUILD_SHARED_LIBS=OFF"
|
- -DBUILD_SHARED_LIBS=OFF
|
||||||
- "-DLLVM_CCACHE_BUILD=ON"
|
- -DLLVM_CCACHE_BUILD=ON
|
||||||
- "-DLLVM_TARGETS_TO_BUILD='X86'"
|
- -DLLVM_TARGETS_TO_BUILD='X86'
|
||||||
- "-DLLVM_BUILD_RUNTIME=OFF"
|
- -DLLVM_BUILD_RUNTIME=OFF
|
||||||
- "-DLLVM_BUILD_TOOLS=OFF"
|
- -DLLVM_BUILD_TOOLS=OFF
|
||||||
- "-DLLVM_INCLUDE_DOCS=OFF"
|
- -DLLVM_INCLUDE_DOCS=OFF
|
||||||
- "-DLLVM_INCLUDE_EXAMPLES=OFF"
|
- -DLLVM_INCLUDE_EXAMPLES=OFF
|
||||||
- "-DLLVM_INCLUDE_TESTS=OFF"
|
- -DLLVM_INCLUDE_TESTS=OFF
|
||||||
- "-DLLVM_INCLUDE_TOOLS=OFF"
|
- -DLLVM_INCLUDE_TOOLS=OFF
|
||||||
- "-DLLVM_INCLUDE_UTILS=OFF"
|
- -DLLVM_INCLUDE_UTILS=OFF
|
||||||
- "-DLLVM_USE_INTEL_JITEVENTS=ON"
|
- -DLLVM_USE_INTEL_JITEVENTS=ON
|
||||||
- "-DLLVM_ENABLE_Z3_SOLVER=OFF"
|
- -DLLVM_ENABLE_Z3_SOLVER=OFF
|
||||||
- "-DCMAKE_CXX_STANDARD=17"
|
- -DCMAKE_CXX_STANDARD=17
|
||||||
cleanup:
|
cleanup:
|
||||||
- "*"
|
- '*'
|
||||||
sources:
|
sources:
|
||||||
- type: "git"
|
- type: git
|
||||||
url: "https://github.com/RPCS3/llvm-mirror.git"
|
url: https://github.com/RPCS3/llvm-mirror.git
|
||||||
branch: "master"
|
branch: master
|
||||||
commit: "716bb292ba3b4e5c0ceff72fee911ed2b53232cf"
|
commit: 716bb292ba3b4e5c0ceff72fee911ed2b53232cf
|
||||||
|
|
||||||
- name: "rpcs3"
|
- name: rpcs3
|
||||||
buildsystem: "cmake-ninja"
|
buildsystem: cmake-ninja
|
||||||
build-options:
|
build-options:
|
||||||
cflags: &optflags "-fuse-linker-plugin -fuse-ld=gold"
|
cflags: -fuse-linker-plugin -fuse-ld=gold
|
||||||
cxxflags: *optflags
|
cxxflags: -fuse-linker-plugin -fuse-ld=gold
|
||||||
config-opts:
|
config-opts:
|
||||||
- "-DCMAKE_BUILD_TYPE=RelWithDebInfo"
|
- -DCMAKE_BUILD_TYPE=RelWithDebInfo
|
||||||
- "-DBUILD_LLVM_SUBMODULE=OFF"
|
- -DBUILD_LLVM_SUBMODULE=OFF
|
||||||
- "-DUSE_NATIVE_INSTRUCTIONS=OFF"
|
- -DUSE_NATIVE_INSTRUCTIONS=OFF
|
||||||
- "-DUSE_PRECOMPILED_HEADERS=OFF"
|
- -DUSE_PRECOMPILED_HEADERS=OFF
|
||||||
- "-DUSE_SYSTEM_FFMPEG=ON"
|
- -DUSE_SYSTEM_FFMPEG=ON
|
||||||
- "-DUSE_SYSTEM_LIBPNG=ON"
|
- -DUSE_SYSTEM_LIBPNG=ON
|
||||||
- "-DUSE_SYSTEM_ZLIB=ON"
|
- -DUSE_SYSTEM_ZLIB=ON
|
||||||
- "-DUSE_SYSTEM_CURL=ON"
|
- -DUSE_SYSTEM_CURL=ON
|
||||||
- "-DUSE_SYS_LIBUSB=ON"
|
- -DUSE_SYS_LIBUSB=ON
|
||||||
post-install:
|
post-install:
|
||||||
- |
|
- |
|
||||||
set -eux;
|
set -eux;
|
||||||
|
@ -108,7 +108,7 @@ modules:
|
||||||
COMM_HASH="$(git rev-parse --short=8 HEAD)";
|
COMM_HASH="$(git rev-parse --short=8 HEAD)";
|
||||||
sed -i 's|</component>|<content_rating type="oars-1.1"/><releases><release date="'$(git show -s --format=%cs)'" version="'"${COMM_TAG}"'-'"${COMM_COUNT}"'-'"${COMM_HASH}"'"/></releases></component>|' ${FLATPAK_DEST}/share/metainfo/rpcs3.appdata.xml;
|
sed -i 's|</component>|<content_rating type="oars-1.1"/><releases><release date="'$(git show -s --format=%cs)'" version="'"${COMM_TAG}"'-'"${COMM_COUNT}"'-'"${COMM_HASH}"'"/></releases></component>|' ${FLATPAK_DEST}/share/metainfo/rpcs3.appdata.xml;
|
||||||
sources:
|
sources:
|
||||||
- type: "git"
|
- type: git
|
||||||
url: "https://github.com/RPCS3/rpcs3.git"
|
url: https://github.com/RPCS3/rpcs3.git
|
||||||
branch: "master"
|
branch: master
|
||||||
commit: "a47bda026bf61999d6cecda0297c9154f51b090d"
|
commit: 8be2a55ccc3b3763e2bae078ef55d8668bd79062
|
||||||
|
|
Loading…
Reference in a new issue