Package Base Details: ppsspp-git

Git Clone URL: https://aur.archlinux.org/ppsspp-git.git (read-only, click to copy)
Submitter: libcg
Maintainer: loathingkernel
Last Packager: loathingkernel
Votes: 42
Popularity: 0.013930
First Submitted: 2012-11-05 20:36 (UTC)
Last Updated: 2024-04-07 18:23 (UTC)

Pinned Comments

xdavidwu commented on 2021-02-09 03:30 (UTC)

Please don't flag this package out-of-date when you see the version string is. This is a VCS package. It always grabs the latest source from upstream repo and version string is generated at build time. As long as it builds fine, it is up-to-date. It is your responsibility to decide when to rebuild (update). I won't bump the version for you.

Also, I am running a daily build service, and by that, I can check that it builds fine daily. Ancient version string does not mean that I have loose track of the latest source.

Latest Comments

« First ‹ Previous 1 .. 8 9 10 11 12 13

libcg commented on 2013-01-11 13:45 (UTC)

Please tell me it's fixed. :)

TobyJamesJoy commented on 2013-01-10 06:04 (UTC)

@ffuentes i somehow managed to get the package to build (successive random retries did the trick) to start it i ran: cd /usr/share/ppsspp ./PPSSPPSDL

<deleted-account> commented on 2013-01-10 02:51 (UTC)

How am I supposed to start the emulator? I've installed it and running PPSSPP on the Terminal doesn't do anything.

libcg commented on 2013-01-09 22:34 (UTC)

Seems good to me, I'll take a look at it. Thank you

quadpl_03 commented on 2013-01-07 19:52 (UTC)

I had to make a couple changes to PKGBUILD to get it to compile and run properly after installation: --- PKGBUILD.old 2012-12-06 09:35:41.000000000 -0600 +++ PKGBUILD 2013-01-07 13:49:02.915989167 -0600 @@ -26,7 +26,11 @@ export LDFLAGS="" - ./b.sh + mkdir build + pushd build + cmake .. + make + popd } package() { @@ -37,7 +41,7 @@ cp $srcdir/ppsspp/build/PPSSPPHeadless ./usr/share/ppsspp cp $srcdir/ppsspp/build/PPSSPPSDL ./usr/share/ppsspp - cp -r $srcdir/ppsspp/assets/ ./usr/share/ppsspp + cp -r $srcdir/ppsspp/build/assets/ ./usr/share/ppsspp cd ./usr/bin/

TobyJamesJoy commented on 2013-01-02 23:00 (UTC)

I'm getting a similar, or the same error: ==> Starting package()... cp: cannot stat ‘/home/toby/builds/ppsspp/ppsspp-git/src/ppsspp/build/PPSSPPSDL’: No such file or directory ==> ERROR: A failure occurred in package(). Aborting...

<deleted-account> commented on 2012-12-20 15:07 (UTC)

System updated and Fixed!

<deleted-account> commented on 2012-12-18 11:32 (UTC)

Hi, I have this error: [ 81%] Building CXX object CMakeFiles/Core.dir/Core/HLE/sceMpeg.cpp.o [ 81%] Building CXX object CMakeFiles/Core.dir/Core/HLE/sceNet.cpp.o make[2]: *** [CMakeFiles/Core.dir/Core/HLE/sceKernelThread.cpp.o] Error 1 make[2]: *** Se espera a que terminen otras tareas.... make[1]: *** [CMakeFiles/Core.dir/all] Error 2 make: *** [all] Error 2 ==> Entrando a ambiente fakeroot... ==> Iniciando package()... cp: no se puede efectuar `stat' sobre «/tmp/yaourt-tmp-isaac/aur-ppsspp-git/src/ppsspp/build/PPSSPPHeadless»: No existe el fichero o el directorio ==> ERROR: Se produjo un error en package(). Cancelando... ==> ERROR: Makepkg no ha podido compilar ppsspp-git.

libcg commented on 2012-12-06 15:37 (UTC)

Package updated, it now builds fine from git.

<deleted-account> commented on 2012-11-06 19:38 (UTC)

PKGBUILD error: cp: impossibile eseguire stat di "/tmp/yaourt-tmp-matt/aur-ppsspp-git/src/ppsspp/SDL/build/ppsspp": File o directory non esistente