Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- name : pcsx2
- version : 1.4.99
- release : 1
- source :
- - https://github.com/PCSX2/pcsx2/archive/master.zip : e7c96116d923f1a82d5fc050f2a8e155bb4eb0834672a787a51ecc438c1a70d1
- license :
- - GPL-2.0-or-later
- - GPL-3.0-or-later
- - LGPL-2.1-or-later
- - LGPL-3.0-or-later
- component : games.emulator
- summary : PCSX2 - The Playstation 2 Emulator
- description: |
- PCSX2 is an open-source PlayStation 2 (AKA PS2) emulator. Its purpose is to emulate the PS2 hardware, using a combination of MIPS CPU Interpreters, Recompilers and a Virtual Machine which manages hardware states and PS2 system memory. This allows you to play PS2 games on your PC, with many additional features and benefits.
- builddeps :
- - pkgconfig32(alsa)
- - pkgconfig32(freetype2)
- - pkgconfig32(gl)
- - pkgconfig32(glew)
- - pkgconfig32(glib-2.0)
- - pkgconfig32(gtk+-2.0)
- - pkgconfig32(liblzma)
- - pkgconfig32(libpng)
- - pkgconfig32(libudev)
- - pkgconfig32(portaudio-2.0)
- - pkgconfig32(soundtouch)
- - pkgconfig32(sdl2)
- - pkgconfig32(zlib)
- - pkgconfig32(x11)
- - pkgconfig32(xext)
- - bzip2-32bit-devel
- - glibc-32bit-devel
- - libaio-32bit-devel
- - libgcrypt-32bit-devel
- - png++
- - wxwidgets-32bit-devel
- rundeps :
- - libaio-32bit
- - libgcrypt-32bit
- patterns :
- - /usr/lib32
- setup : |
- export WXWIDGETSEMUL32=1
- %cmake_ninja -DCMAKE_BUILD_TYPE=Release \
- -DUSE_VTUNE=FALSE \
- -DCMAKE_AR=/usr/bin/gcc-ar \
- -DCMAKE_RANLIB=/usr/bin/gcc-ranlib \
- -DCMAKE_NM=/usr/bin/gcc-nm \
- -DPACKAGE_MODE=TRUE \
- -DCMAKE_TOOLCHAIN_FILE="cmake/linux-compiler-i386-multilib.cmake" \
- -DCMAKE_LIB_SUFFIX="32" \
- -DPLUGIN_DIR="/usr/lib32/%package%" \
- -DGAMEINDEX_DIR='/usr/share/%package%' \
- -DDISABLE_ADVANCE_SIMD=TRUE \
- -DEXTRA_PLUGINS=FALSE \
- -DXDG_STD=TRUE
- build : |
- %ninja_build
- install : |
- %ninja_install
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement