Package Details: pcsxr-git 1.9.94.r1697.6484236c-2

Git Clone URL: https://aur.archlinux.org/pcsxr-git.git (read-only, click to copy)
Package Base: pcsxr-git
Description: A Sony PlayStation emulator based on the PCSX-df Project
Upstream URL: https://github.com/pcsxr/PCSX-Reloaded/tree/master/pcsxr
Licenses: GPL
Conflicts: pcsx-df, pcsxr
Provides: pcsxr
Replaces: pcsxr-svn
Submitter: alucryd
Maintainer: tallero
Last Packager: tallero
Votes: 47
Popularity: 0.000000
First Submitted: 2016-08-16 19:25 (UTC)
Last Updated: 2021-06-03 09:27 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 .. 9 Next › Last »

kenzanin commented on 2020-01-29 18:06 (UTC) (edited on 2020-01-29 18:25 (UTC) by kenzanin)

my working BUILDPKG config

build() { cd pcsxr/pcsxr/build

cmake .. \ -DCMAKE_BUILD_TYPE='Release' \ -DCMAKE_INSTALL_PREFIX='/usr' \ -DCMAKE_INSTALL_LIBDIR='/usr/lib' \ -DSND_BACKEND='pulse' \ -DENABLE_CCDDA='ON' \ -DUSE_LIBARCHIVE='ON' \ -DUSE_LIBCDIO='ON' \ -DUSE_LIBARCHIVE:BOOL="1" \ -DCMAKE_C_FLAGS_RELEASE:STRING="-O2 -DNDEBUG -mtune=native -pipe -I/usr/include/harfbuzz/ -lglfw -lGLU -lGL " \ -DCMAKE_CXX_FLAGS_RELEASE:STRING="-O2 -DNDEBUG -mtune=native -pipe -I/usr/include/harfbuzz/ -lglfw -lGLU -lGL " \ -DOpenGL_GL_PREFERENCE:STRING="GLVND" make -j4 }

tallero commented on 2020-01-26 04:18 (UTC)

not building due to https://bbs.archlinux.org/viewtopic.php?id=248498

CarterCox commented on 2018-04-08 02:28 (UTC)

Oh man, this works! The non-development version actually doesn't! Thank goodness.

michelesr commented on 2017-12-03 02:11 (UTC)

I had issues with pcsxr crashing when using XVideo driver (libDFXVideo.so). I managed to get it working again by changing -DCMAKE_BUILD_TYPE from 'Release' to 'RelWithDebInfo'.

ozgursarier commented on 2017-10-28 03:55 (UTC)

@dantob: Thanks for advice. I've applied that. CD-R plugin is working now.

gfurst commented on 2017-10-28 03:36 (UTC)

I don't get it, seems messed up, plugins doesn't show up at first, and if you point it to the folder they're located (/usr/lib/games/psemu?) they still wont work or open configuration windows? Is this still being worked on, or better try for another emulator?

dantob commented on 2017-07-01 17:23 (UTC)

I needed sed this to properly link libDFCdrom against system libcdio sed -i 's/iso9660/cdio/' cmake/FindCdio.cmake

mirh commented on 2017-06-10 11:08 (UTC)

Somebody should switch to either of these mirrors/forks before codeplex closes https://github.com/pcsxr/PCSX-Reloaded https://github.com/iCatButler/pcsxr

Joffrey commented on 2017-04-08 09:55 (UTC) (edited on 2017-04-08 09:57 (UTC) by Joffrey)

In Pcsxr depends: libm.so = libmesode package ?

Ufeldraku commented on 2017-02-16 01:44 (UTC)

Please update pkgbuild, as autogen isn't in the code anymore.