Hey just took over ppsspp in [community], I split it into ppsspp and ppsspp-qt. I did the same with the git version [1], would you mind if I took over this package? I have also set up nightly builds on my repo [2].
[1] https://github.com/alucryd/aur-alucryd/blob/master/personal/ppsspp-git/PKGBUILD
[2] http://pkgbuild.com/~alucryd/alucryd/x86_64/
Search Criteria
Package Details: ppsspp-git 1.18.1.r1606.f573b0c72c-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.015044 |
First Submitted: | 2012-11-05 20:36 (UTC) |
Last Updated: | 2025-04-06 14:33 (UTC) |
Dependencies (28)
- fontconfig (fontconfig-gitAUR, fontconfig-ubuntuAUR)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- glew (glew-libepoxyAUR, glew-wayland-gitAUR, glew-gitAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- libgl (libglvnd-gitAUR, amdgpu-pro-oglp-legacyAUR, nvidia-340xx-utilsAUR, amdgpu-pro-oglpAUR, libglvnd)
- libpng (libpng-gitAUR, libpng-apngAUR)
- libzip (libzip-gitAUR)
- ppsspp-assets-gitAUR
- sdl2AUR (sdl2-compat-gitAUR, sdl2-gitAUR, sdl2-compat)
- sdl2_ttf
- snappy (snappy-gitAUR)
- zlib (zlib-ng-compat-gitAUR, zlib-gitAUR, zlib-ng-compat)
- zstd (zstd-gitAUR, zstd-staticAUR)
- clang (llvm-gitAUR, clang-minimal-gitAUR, clang17-binAUR) (make)
- cmake (cmake-gitAUR, cmake3AUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- glew (glew-libepoxyAUR, glew-wayland-gitAUR, glew-gitAUR) (make)
- glu (glu-gitAUR) (make)
- libglvnd (libglvnd-gitAUR) (make)
- libpng (libpng-gitAUR, libpng-apngAUR) (make)
- libzip (libzip-gitAUR) (make)
- ninja (ninja-kitwareAUR, ninja-memAUR, ninja-fuchsia-gitAUR, ninja-gitAUR, ninja-jobserverAUR) (make)
- python (python37AUR, python311AUR, python310AUR) (make)
- sdl2AUR (sdl2-compat-gitAUR, sdl2-gitAUR, sdl2-compat) (make)
- sdl2_ttf (make)
- snappy (snappy-gitAUR) (make)
- zlib (zlib-ng-compat-gitAUR, zlib-gitAUR, zlib-ng-compat) (make)
Required by (0)
Sources (2)
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 11 12 .. 14 Next › Last »
alucryd commented on 2015-03-10 16:18 (UTC)
alucryd commented on 2015-03-10 16:17 (UTC)
Hey just took over ppsspp in [community], I split it into ppsspp and ppsspp-qt. I did the same with the git version [1], would you mind if I took over this package? I have also set up nightly builds on my repo [2].
[1] https://github.com/alucryd/aur-alucryd/blob/master/personal/ppsspp-git/PKGBUILD
[2] http://pkgbuild.com/~alucryd/alucryd/x86_64/
m45t3r commented on 2015-02-11 15:36 (UTC)
Another new version (v1.0.r47.gf9974c7-2) thanks to @sl1pkn07. Changelog:
-Remove qt5-multimedia, not needed anymore since we build it with sdl2 (http://forums.ppsspp.org/showthread.php?tid=7493&pid=87238#pid87238).
-Added hicolor-icon-theme to make namcap happy.
-Run gtk-update-icon post-install to fix icon cache.
-Added option to clone everything using https instead of git protocol (git is still the default).
m45t3r commented on 2015-02-11 15:17 (UTC)
> system ffmpeg have a atrac3 support like a bundled ffmpeg?
Seems so.
$ ffmpeg -codecs | grep atrac3
ffmpeg version 2.5.3 Copyright (c) 2000-2015 the FFmpeg developers
built on Jan 10 2015 23:24:25 with gcc 4.9.2 (GCC) 20141224 (prerelease)
configuration: --prefix=/usr --disable-debug --disable-static --disable-stripping --enable-avisynth --enable-avresample --enable-fontconfig --enable-gnutls --enable-gpl --enable-libass --enable-libbluray --enable-libfreetype --enable-libfribidi --enable-libgsm --enable-libmodplug --enable-libmp3lame --enable-libopencore_amrnb --enable-libopencore_amrwb --enable-libopenjpeg --enable-libopus --enable-libpulse --enable-librtmp --enable-libschroedinger --enable-libspeex --enable-libtheora --enable-libv4l2 --enable-libvorbis --enable-libvpx --enable-libx264 --enable-libx265 --enable-libxvid --enable-runtime-cpudetect --enable-shared --enable-swresample --enable-vdpau --enable-version3 --enable-x11grab
libavutil 54. 15.100 / 54. 15.100
libavcodec 56. 13.100 / 56. 13.100
libavformat 56. 15.102 / 56. 15.102
libavdevice 56. 3.100 / 56. 3.100
libavfilter 5. 2.103 / 5. 2.103
libavresample 2. 1. 0 / 2. 1. 0
libswscale 3. 1.101 / 3. 1.101
libswresample 1. 1.100 / 1. 1.100
libpostproc 53. 3.100 / 53. 3.100
D.A.L. atrac3 ATRAC3 (Adaptive TRansform Acoustic Coding 3)
D.A.L. atrac3p ATRAC3+ (Adaptive TRansform Acoustic Coding 3+) (decoders: atrac3plus )
If there is no sound in ATRAC3/ATRAC3+ games using system ffmpeg, please report, but it should work.
> and please use git+https://github.foo in url repositories (for fascist firewalls)
I prefer to use the git protocol since it's faster (at least in my university 100 Gpbs band). But I added an option to change protocol to https (git is still the default).
> ppsspp-qt-git E: Files in /usr/share/icons/hicolor but no call to gtk-update-icon-cache or xdg-icon-resource to update the icon cache
> ppsspp-qt-git E: Dependency hicolor-icon-theme detected and not included (needed for hicolor theme hierarchy)
Ok, I will added them in the next release (and remove qt5-multimedia, does not seem to be necessary according to namcap).
sl1pkn07 commented on 2015-02-11 14:44 (UTC)
ppsspp-qt-git E: Files in /usr/share/icons/hicolor but no call to gtk-update-icon-cache or xdg-icon-resource to update the icon cache
ppsspp-qt-git E: Dependency hicolor-icon-theme detected and not included (needed for hicolor theme hierarchy)
sl1pkn07 commented on 2015-02-11 14:36 (UTC)
system ffmpeg have a atrac3 support like a bundled ffmpeg?
and please use git+https://github.foo in url repositories (for fascist firewalls)
m45t3r commented on 2015-02-11 11:06 (UTC)
Another new version (v1.0.r47.gf9974c7-1), with more profund changes:
-Completely remove Qt4 build support. Please use the old PKGBUILD (http://pastebin.com/dE4mbuUk) if you want to try the Qt4 version, but remember this is completely unsupported.
-Added brackets and quotes around variables for consistency (comestic change).
-Using build-in script ("b.sh") to compile. This should be more saner, safer and maybe faster (since it uses make -j4 explicitly).
-Using system ffmpeg instead of PPSSPP's internal copy. Less things to build, less things to download, faster builds.
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.