net.rpcs3.RPCS3/net.rpcs3.RPCS3.yaml

92 lines
2.8 KiB
YAML
Raw Normal View History

2021-02-21 15:27:24 +00:00
id: net.rpcs3.RPCS3
runtime: org.kde.Platform
2024-04-21 17:44:11 +00:00
runtime-version: '6.7'
2021-02-21 15:27:24 +00:00
sdk: org.kde.Sdk
2021-03-30 10:00:15 +00:00
sdk-extensions:
2024-04-18 12:04:44 +00:00
- org.freedesktop.Sdk.Extension.llvm18
2021-02-21 15:27:24 +00:00
command: rpcs3
rename-desktop-file: rpcs3.desktop
2021-05-19 17:41:18 +00:00
rename-appdata-file: rpcs3.metainfo.xml
2021-02-21 15:27:24 +00:00
rename-icon: rpcs3
2020-07-06 11:05:39 +00:00
finish-args:
- --device=all
- --filesystem=home:ro
- --filesystem=/media
- --filesystem=/run/media
2021-02-21 15:27:24 +00:00
- --share=ipc
- --socket=fallback-x11
- --socket=pulseaudio
- --socket=wayland
2021-02-21 15:27:24 +00:00
- --share=network
- --talk-name=org.freedesktop.ScreenSaver
- --talk-name=org.mate.ScreenSaver
2022-10-11 17:15:13 +00:00
2020-07-06 11:05:39 +00:00
modules:
2021-02-21 15:27:24 +00:00
- shared-modules/glu/glu-9.json
- shared-modules/glew/glew.json
2020-07-06 11:05:39 +00:00
2021-02-21 15:27:24 +00:00
- name: libevdev
buildsystem: meson
2020-07-06 11:05:39 +00:00
config-opts:
2021-02-21 15:27:24 +00:00
- -Dtests=disabled
- -Ddocumentation=disabled
2020-07-06 11:05:39 +00:00
cleanup:
2021-02-21 15:27:24 +00:00
- /bin
- /include
- /lib/pkgconfig
- /share
2020-07-06 11:05:39 +00:00
sources:
2021-02-21 15:27:24 +00:00
- type: archive
url: https://www.freedesktop.org/software/libevdev/libevdev-1.13.3.tar.xz
sha256: abf1aace86208eebdd5d3550ffded4c8d73bb405b796d51c389c9d0604cbcfbf
x-checker-data:
2021-02-21 15:27:24 +00:00
type: anitya
project-id: 20540
2021-06-04 12:41:33 +00:00
stable-only: true
2021-02-21 15:27:24 +00:00
url-template: https://www.freedesktop.org/software/libevdev/libevdev-$version.tar.xz
2020-07-06 11:05:39 +00:00
2021-02-21 15:27:24 +00:00
- name: rpcs3
buildsystem: cmake-ninja
2021-09-01 09:08:00 +00:00
builddir: true
2020-07-06 11:05:39 +00:00
build-options:
2024-04-18 12:04:44 +00:00
append-ld-library-path: /usr/lib/sdk/llvm18/lib
append-path: /usr/lib/sdk/llvm18/bin
2022-10-11 17:15:13 +00:00
cflags: &optflags -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong
-grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection
-fcf-protection -fno-omit-frame-pointer
cflags-override: true
cxxflags: *optflags
cxxflags-override: true
2021-03-30 10:00:15 +00:00
env:
AR: llvm-ar
CC: clang
CXX: clang++
RANLIB: llvm-ranlib
ldflags: -fuse-ld=lld
2020-07-06 11:05:39 +00:00
config-opts:
2021-02-21 15:27:24 +00:00
- -DCMAKE_BUILD_TYPE=RelWithDebInfo
2023-05-06 20:17:11 +00:00
- -DBUILD_LLVM=OFF
2021-02-21 15:27:24 +00:00
- -DUSE_NATIVE_INSTRUCTIONS=OFF
- -DUSE_PRECOMPILED_HEADERS=OFF
- -DUSE_SDL=ON
2021-06-04 12:41:33 +00:00
- -DUSE_SYSTEM_CURL=ON
2023-08-03 22:10:19 +00:00
- -DUSE_SYSTEM_FFMPEG=OFF
2021-02-21 15:27:24 +00:00
- -DUSE_SYSTEM_LIBPNG=ON
- -DUSE_SYSTEM_SDL=ON
2021-06-04 12:41:33 +00:00
- -DUSE_SYSTEM_ZLIB=ON
2022-03-11 00:34:27 +00:00
- -Wno-dev
2020-07-06 11:05:39 +00:00
post-install:
- cp /usr/lib/sdk/llvm18/lib/libLLVM.so.18.1 /app/lib/
2022-10-11 17:15:13 +00:00
- |-
set -eux
2020-07-06 11:05:39 +00:00
2022-10-11 17:15:13 +00:00
COMM_TAG="$(awk -F'[\{,]' '/version{.*}/{printf "%d.%d.%d", $2, $3, $4}' ../rpcs3/rpcs3_version.cpp)"
2020-07-06 11:05:39 +00:00
COMM_COUNT="$(git rev-list --count HEAD)";
COMM_HASH="$(git rev-parse --short=8 HEAD)";
sed -i 's|</component>|<releases><release date="'$(git show -s --format=%cs)'" version="'"${COMM_TAG}"'-'"${COMM_COUNT}"'-'"${COMM_HASH}"'"/></releases></component>|' ${FLATPAK_DEST}/share/metainfo/rpcs3.metainfo.xml
2020-07-06 11:05:39 +00:00
sources:
2021-02-21 15:27:24 +00:00
- type: git
url: https://github.com/RPCS3/rpcs3.git
branch: master
commit: b4ff988bd88589cf12b46f3e8979efcf529f87b0