mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2025-04-10 19:15:12 +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:
|
x-checker-data:
|
||||||
type: git
|
type: git
|
||||||
tag-pattern: ^v([\d.]+)$
|
tag-pattern: ^v([\d.]+)$
|
||||||
modules:
|
|
||||||
- name: libaio
|
- name: libaio
|
||||||
no-autogen: true
|
no-autogen: true
|
||||||
make-install-args:
|
make-install-args:
|
||||||
|
@ -598,6 +598,7 @@ modules:
|
||||||
cleanup:
|
cleanup:
|
||||||
- /include
|
- /include
|
||||||
- /lib/*.a
|
- /lib/*.a
|
||||||
|
|
||||||
- name: portaudio
|
- name: portaudio
|
||||||
buildsystem: cmake-ninja
|
buildsystem: cmake-ninja
|
||||||
config-opts:
|
config-opts:
|
||||||
|
@ -616,6 +617,7 @@ modules:
|
||||||
x-checker-data:
|
x-checker-data:
|
||||||
type: git
|
type: git
|
||||||
tag-pattern: ^v([\d.]+)$
|
tag-pattern: ^v([\d.]+)$
|
||||||
|
|
||||||
- name: soundtouch
|
- name: soundtouch
|
||||||
buildsystem: cmake-ninja
|
buildsystem: cmake-ninja
|
||||||
sources:
|
sources:
|
||||||
|
@ -633,6 +635,7 @@ modules:
|
||||||
- /lib/pkgconfig
|
- /lib/pkgconfig
|
||||||
- /share/doc
|
- /share/doc
|
||||||
- /lib/*.a
|
- /lib/*.a
|
||||||
|
|
||||||
- name: png++
|
- name: png++
|
||||||
disabled: true
|
disabled: true
|
||||||
buildsystem: simple
|
buildsystem: simple
|
||||||
|
@ -644,6 +647,7 @@ modules:
|
||||||
url: >-
|
url: >-
|
||||||
https://download.savannah.nongnu.org/releases/pngpp/png++-0.2.10.tar.gz
|
https://download.savannah.nongnu.org/releases/pngpp/png++-0.2.10.tar.gz
|
||||||
sha256: 998af216ab16ebb88543fbaa2dbb9175855e944775b66f2996fc945c8444eee1
|
sha256: 998af216ab16ebb88543fbaa2dbb9175855e944775b66f2996fc945c8444eee1
|
||||||
|
|
||||||
- name: libpcap
|
- name: libpcap
|
||||||
buildsystem: cmake-ninja
|
buildsystem: cmake-ninja
|
||||||
sources:
|
sources:
|
||||||
|
@ -660,6 +664,7 @@ modules:
|
||||||
- /share/man
|
- /share/man
|
||||||
- /lib/pkgconfig
|
- /lib/pkgconfig
|
||||||
- /lib/*.a
|
- /lib/*.a
|
||||||
|
|
||||||
- name: pcsx2
|
- name: pcsx2
|
||||||
buildsystem: cmake-ninja
|
buildsystem: cmake-ninja
|
||||||
builddir: true
|
builddir: true
|
||||||
|
@ -678,8 +683,9 @@ modules:
|
||||||
sources:
|
sources:
|
||||||
- type: git
|
- type: git
|
||||||
url: https://github.com/PCSX2/pcsx2.git
|
url: https://github.com/PCSX2/pcsx2.git
|
||||||
tag: v1.7.2889
|
tag: v1.7.3172
|
||||||
commit: a6649b2d6b558806fbe7cbaf6296014e3c5c192e
|
commit: 7a5f63e0f5925ff29f589883e04d3c66779f4f17
|
||||||
|
|
||||||
# PCSX2 Flathub Workaround - START
|
# PCSX2 Flathub Workaround - START
|
||||||
# This workaround disables the PCSX2 libraries (disable-submodules: true) and install them separately
|
# 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
|
# 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
|
commit: e47e674cd09583ff0503f0f6defd6d23d8b718d3
|
||||||
# PCSX2 Flathub Workaround - END
|
# 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
|
# PCSX2 - END
|
||||||
|
|
||||||
# Dolphin - START
|
# Dolphin - START
|
||||||
|
|
Loading…
Reference in a new issue