mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2025-02-16 19:35:39 +00:00
Updated PCSX2 and added the QT version
This commit is contained in:
parent
7f3273d1a7
commit
5dfe98922b
|
@ -582,7 +582,7 @@ modules:
|
|||
x-checker-data:
|
||||
type: git
|
||||
tag-pattern: ^v([\d.]+)$
|
||||
modules:
|
||||
|
||||
- name: libaio
|
||||
no-autogen: true
|
||||
make-install-args:
|
||||
|
@ -598,6 +598,7 @@ modules:
|
|||
cleanup:
|
||||
- /include
|
||||
- /lib/*.a
|
||||
|
||||
- name: portaudio
|
||||
buildsystem: cmake-ninja
|
||||
config-opts:
|
||||
|
@ -616,6 +617,7 @@ modules:
|
|||
x-checker-data:
|
||||
type: git
|
||||
tag-pattern: ^v([\d.]+)$
|
||||
|
||||
- name: soundtouch
|
||||
buildsystem: cmake-ninja
|
||||
sources:
|
||||
|
@ -633,6 +635,7 @@ modules:
|
|||
- /lib/pkgconfig
|
||||
- /share/doc
|
||||
- /lib/*.a
|
||||
|
||||
- name: png++
|
||||
disabled: true
|
||||
buildsystem: simple
|
||||
|
@ -644,6 +647,7 @@ modules:
|
|||
url: >-
|
||||
https://download.savannah.nongnu.org/releases/pngpp/png++-0.2.10.tar.gz
|
||||
sha256: 998af216ab16ebb88543fbaa2dbb9175855e944775b66f2996fc945c8444eee1
|
||||
|
||||
- name: libpcap
|
||||
buildsystem: cmake-ninja
|
||||
sources:
|
||||
|
@ -660,6 +664,7 @@ modules:
|
|||
- /share/man
|
||||
- /lib/pkgconfig
|
||||
- /lib/*.a
|
||||
|
||||
- name: pcsx2
|
||||
buildsystem: cmake-ninja
|
||||
builddir: true
|
||||
|
@ -678,8 +683,9 @@ modules:
|
|||
sources:
|
||||
- type: git
|
||||
url: https://github.com/PCSX2/pcsx2.git
|
||||
tag: v1.7.2889
|
||||
commit: a6649b2d6b558806fbe7cbaf6296014e3c5c192e
|
||||
tag: v1.7.3172
|
||||
commit: 7a5f63e0f5925ff29f589883e04d3c66779f4f17
|
||||
|
||||
# PCSX2 Flathub Workaround - START
|
||||
# This workaround disables the PCSX2 libraries (disable-submodules: true) and install them separately
|
||||
# This is only to make it buildable by the flathub builder as normaly it seems not to be needed
|
||||
|
@ -738,6 +744,32 @@ modules:
|
|||
commit: e47e674cd09583ff0503f0f6defd6d23d8b718d3
|
||||
# PCSX2 Flathub Workaround - END
|
||||
|
||||
- name: pcsx2-qt
|
||||
buildsystem: cmake-ninja
|
||||
builddir: true
|
||||
config-opts:
|
||||
- '-DCMAKE_BUILD_TYPE=Release'
|
||||
- '-DPACKAGE_MODE=TRUE'
|
||||
- '-DXDG_STD=TRUE'
|
||||
- '-DDISABLE_BUILD_DATE=TRUE'
|
||||
- '-DDISABLE_PCSX2_WRAPPER=TRUE'
|
||||
- '-DDISABLE_ADVANCE_SIMD=TRUE'
|
||||
- '-DSDL2_API=TRUE'
|
||||
- '-DQT_BUILD=TRUE'
|
||||
cleanup:
|
||||
- /share/pixmaps
|
||||
- /share/man
|
||||
- /share/doc
|
||||
post-install:
|
||||
- >-
|
||||
ln -s ${FLATPAK_DEST}/share/PCSX2/resources
|
||||
${FLATPAK_DEST}/bin/resources
|
||||
sources:
|
||||
- type: git
|
||||
url: https://github.com/PCSX2/pcsx2.git
|
||||
tag: v1.7.3172
|
||||
commit: 7a5f63e0f5925ff29f589883e04d3c66779f4f17
|
||||
|
||||
# PCSX2 - END
|
||||
|
||||
# Dolphin - START
|
||||
|
|
Loading…
Reference in a new issue