As an addition to what @Ziemas said:
Could you please use _gitroot and _gitname?
Just as well, would it not be easier to use symbolic links rather than bash scripts for /usr/bin/*?
Search Criteria
Package Details: ppsspp-git 1.17.1.r785.cbdb2a37eb-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/ppsspp-git.git (read-only, click to copy) |
---|---|
Package Base: | ppsspp-git |
Description: | A PSP emulator written in C++ |
Upstream URL: | https://www.ppsspp.org/ |
Licenses: | GPL2 |
Conflicts: | ppsspp |
Provides: | ppsspp |
Submitter: | libcg |
Maintainer: | loathingkernel |
Last Packager: | loathingkernel |
Votes: | 43 |
Popularity: | 0.42 |
First Submitted: | 2012-11-05 20:36 (UTC) |
Last Updated: | 2024-06-21 11:26 (UTC) |
Dependencies (30)
- fontconfig (fontconfig-gitAUR, fontconfig-ubuntuAUR)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- glew (glew-libepoxyAUR, glew-waylandAUR, glew-osmesa-gitAUR, glew-wayland-gitAUR, glew-gitAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR, glibc-eac-rocoAUR)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- libgl (nvidia-340xx-utilsAUR, libglvnd-gitAUR, amdgpu-pro-oglpAUR, amdgpu-pro-oglp-legacyAUR, libglvnd)
- libpng (libpng-apngAUR, libpng-gitAUR)
- libzip (libzip-gitAUR)
- ppsspp-assets-gitAUR
- qt5-base (qt5-base-gitAUR, qt5-base-headlessAUR)
- qt5-multimedia
- sdl2 (sdl2-compat-gitAUR, sdl2-gitAUR)
- sdl2_ttf
- snappy (snappy-gitAUR)
- zlib (zlib-ng-compat-gitAUR, zlib-gitAUR, zlib-ng-compatAUR)
- zstd (zstd-gitAUR, zstd-staticAUR)
- clang (llvm-rocm-gitAUR, llvm-gitAUR, clang-minimal-gitAUR) (make)
- cmake (cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- glew (glew-libepoxyAUR, glew-waylandAUR, glew-osmesa-gitAUR, glew-wayland-gitAUR, glew-gitAUR) (make)
- glu (glu-gitAUR) (make)
- libglvnd (libglvnd-gitAUR) (make)
- libpng (libpng-apngAUR, libpng-gitAUR) (make)
- libzip (libzip-gitAUR) (make)
- ninja (ninja-kitwareAUR, ninja-memAUR, ninja-fuchsia-gitAUR, ninja-gitAUR, ninja-jobserverAUR) (make)
- python (python37AUR, python311AUR, python310AUR) (make)
- sdl2 (sdl2-compat-gitAUR, sdl2-gitAUR) (make)
- sdl2_ttf (make)
- snappy (snappy-gitAUR) (make)
- zlib (zlib-ng-compat-gitAUR, zlib-gitAUR, zlib-ng-compatAUR) (make)
Required by (0)
Sources (2)
Latest Comments
« First ‹ Previous 1 .. 8 9 10 11 12 13 14 Next › Last »
mvdan commented on 2013-03-15 17:06 (UTC)
Ziemas commented on 2013-03-14 00:18 (UTC)
Any chance you could get this to build the Qt GUI?
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.
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.