Package Details: epsxe 2.0.5-34

Git Clone URL: https://aur.archlinux.org/epsxe.git (read-only, click to copy)
Package Base: epsxe
Description: Enhanced PSX emulator
Upstream URL: https://epsxe.com
Keywords: emulator playstation
Licenses: unknown
Conflicts: bin32-epsxe
Submitter: None
Maintainer: hav3lock
Last Packager: hav3lock
Votes: 229
Popularity: 0.39
First Submitted: 2007-05-02 16:59 (UTC)
Last Updated: 2024-09-14 02:27 (UTC)

Pinned Comments

Latest Comments

« First ‹ Previous 1 .. 7 8 9 10 11 12 13 14 15 16 17 .. 33 Next › Last »

hav3lock commented on 2017-01-19 02:00 (UTC)

So the plugins only work with the 32-bit version of epsxe: I'm considering either splitting epsxe, or maybe only supporting the 32-bit version; what would y'all prefer?

hav3lock commented on 2016-12-24 00:22 (UTC)

@hare, should be fixed now.

hare commented on 2016-12-10 21:39 (UTC)

@hav3lock: Hi, I had a dependency issue with libtinfo. Running makepkg -si in the epsxe directory gave: error: target not found: libtinfo ==> ERROR: 'pacman' failed to install missing dependencies. I downloaded libtinfo 6-14 from the AUR, installed it, and then installed epsxe without error. Don't know if dependencies need updated or I was missing something (nobody below seems to have had this issue). This was just after a system upgrade.

okabekudo commented on 2016-11-27 18:38 (UTC)

@di72nn Thanks for the info kind sir. I thought it was provided by the libtinfo package. Obviously I got the wrong package then

di72nn commented on 2016-11-27 14:18 (UTC)

@okabekudo: libtinfo.so.5 is present in ncurses5-compat-libs. @hav3lock: please check, maybe it's time to update dependencies.

okabekudo commented on 2016-11-27 14:10 (UTC)

/opt/epsxe/epsxe: error while loading shared libraries: libtinfo.so.5: cannot open shared object file: No such file or directory Did everything others in the comments did....

Vaporeon commented on 2016-11-01 11:55 (UTC)

You should be using arch specific source arrays rather than checking for it. https://wiki.archlinux.org/index.php/PKGBUILD#source

eniac commented on 2016-07-12 14:56 (UTC)

To make its icon appear in gnome I had change the following lines in epsxe.desktop: Icon=/usr/share/pixmaps/epsxe.png Exec=/sbin/epsxe

hav3lock commented on 2016-07-12 01:07 (UTC)

lol, you're right, xD I can't believe I didn't even notice that discrepancy.

di72nn commented on 2016-07-11 17:22 (UTC)

It builds fine now, but you probably want to have `cd "${srcdir}"` instead of `cd "${srcpath}"` (since `$srcpath` is not defined now).