Search Criteria
Package Details: epsxe-plugin-gpu-mesagl 1.78-5
Git Clone URL: | https://aur.archlinux.org/epsxe-plugin-gpu-mesagl.git (read-only, click to copy) |
---|---|
Package Base: | epsxe-plugin-gpu-mesagl |
Description: | Accelerated MesaGL plugin |
Upstream URL: | http://www.pbernert.com |
Licenses: | |
Submitter: | None |
Maintainer: | hav3lock |
Last Packager: | hav3lock |
Votes: | 94 |
Popularity: | 0.59 |
First Submitted: | 2007-05-02 17:06 |
Last Updated: | 2020-04-27 19:22 |
Latest Comments
hav3lock commented on 2020-04-27 19:23
Updated this. 64-bit users might have an issue with the plugin, if so please inform and I'll change it back to lib32-mesa.
hav3lock commented on 2020-04-27 19:11
I'll see about updating this in the coming weeks.
ArLi commented on 2016-07-31 13:41
even i have epsxe 32bit with `CARCH='i686' makepkg` and too many lib32-*, still no video plugin i can select(i confirm that so file in the /opt/epsxe/plugin..)
hav3lock commented on 2016-06-04 00:14
Yes, download a snapshot of epsxe:
Open it up and run `CARCH='i686' makepkg` and install the resulting package, said
package will be 32-bit.
FernandoBasso commented on 2016-06-03 21:26
I installed this plugin on a x86_64 system.
$ file /opt/epsxe/epsxe
/opt/epsxe/epsxe: ELF 64-bit LSB executable, x86-64, version 1 (GNU/Linux), statically linked, stripped
$ file /opt/epsxe/plugins/libgpuPeopsMesaGL.so.1.0.78
/opt/epsxe/plugins/libgpuPeopsMesaGL.so.1.0.78: ELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, stripped
$ file /opt/epsxe/plugins/libspuPeopsOSS.so.1.0.9
/opt/epsxe/plugins/libspuPeopsOSS.so.1.0.9: ELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, stripped
As we can see, there is a difference in the architecture of the plugins vs epsxe. Is there anyway to resolve this?
hav3lock commented on 2013-08-05 18:01
will update this package and other `epsxe-plugin' packages that I have adopted sometime this week.
hav3lock commented on 2013-07-21 06:44
please update your PKGBUILD to use $srcdir and $pkgdir, thank you. :)
Anonymous comment on 2011-07-31 08:38
% lsh /opt/epsxe/plugins/
total 1.7M
drwxrwxr-x 2 root games 4.0K Jul 31 09:50 .
drwxr-xr-x 11 root games 4.0K Jul 31 09:41 ..
-rwxr-xr-x 1 root games 419K Jul 31 09:50 libgpuPeopsMesaGL.so.1.0.78
-rwxrwxrwx 1 ilj users 677K Jul 31 09:48 libgpuPeopsSoftX.so.1.0.18
-rwxrwxr-x 1 root games 406K Jul 31 09:48 libgpuPeteXGL2.so.2.0.9
-rwxr-xr-x 1 root games 24K Jul 31 09:47 libpadJoy-0.8.so
-rw-r--r-- 1 root root 57K Jul 31 09:45 libspuPeopsALSA.so.1.0.9
-rwxr-xr-x 1 root games 59K Jul 31 09:46 libspuPeopsOSS.so.1.0.9
Note different file permissions and ownership settings. I think you guys need to decide upon a unified approach to this. chmod 755 and root.games seems like a sensible option to me.