Advertisement
Guest User

Untitled

a guest
Jun 26th, 2018
361
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.00 KB | None | 0 0
  1. name : pcsx2
  2. version : 1.4.99
  3. release : 1
  4. source :
  5. - https://github.com/PCSX2/pcsx2/archive/master.zip : e7c96116d923f1a82d5fc050f2a8e155bb4eb0834672a787a51ecc438c1a70d1
  6. license :
  7. - GPL-2.0-or-later
  8. - GPL-3.0-or-later
  9. - LGPL-2.1-or-later
  10. - LGPL-3.0-or-later
  11. component : games.emulator
  12. summary : PCSX2 - The Playstation 2 Emulator
  13. description: |
  14. 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.
  15. builddeps :
  16. - pkgconfig32(alsa)
  17. - pkgconfig32(freetype2)
  18. - pkgconfig32(gl)
  19. - pkgconfig32(glew)
  20. - pkgconfig32(glib-2.0)
  21. - pkgconfig32(gtk+-2.0)
  22. - pkgconfig32(liblzma)
  23. - pkgconfig32(libpng)
  24. - pkgconfig32(libudev)
  25. - pkgconfig32(portaudio-2.0)
  26. - pkgconfig32(soundtouch)
  27. - pkgconfig32(sdl2)
  28. - pkgconfig32(zlib)
  29. - pkgconfig32(x11)
  30. - pkgconfig32(xext)
  31. - bzip2-32bit-devel
  32. - glibc-32bit-devel
  33. - libaio-32bit-devel
  34. - libgcrypt-32bit-devel
  35. - png++
  36. - wxwidgets-32bit-devel
  37. rundeps :
  38. - libaio-32bit
  39. - libgcrypt-32bit
  40. patterns :
  41. - /usr/lib32
  42. setup : |
  43.  
  44. export WXWIDGETSEMUL32=1
  45.  
  46. %cmake_ninja -DCMAKE_BUILD_TYPE=Release \
  47. -DUSE_VTUNE=FALSE \
  48. -DCMAKE_AR=/usr/bin/gcc-ar \
  49. -DCMAKE_RANLIB=/usr/bin/gcc-ranlib \
  50. -DCMAKE_NM=/usr/bin/gcc-nm \
  51. -DPACKAGE_MODE=TRUE \
  52. -DCMAKE_TOOLCHAIN_FILE="cmake/linux-compiler-i386-multilib.cmake" \
  53. -DCMAKE_LIB_SUFFIX="32" \
  54. -DPLUGIN_DIR="/usr/lib32/%package%" \
  55. -DGAMEINDEX_DIR='/usr/share/%package%' \
  56. -DDISABLE_ADVANCE_SIMD=TRUE \
  57. -DEXTRA_PLUGINS=FALSE \
  58. -DXDG_STD=TRUE
  59. build : |
  60. %ninja_build
  61. install : |
  62. %ninja_install
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement