Sorry, everyone, I've been out of the game for a while traveling. Working a VM setup and will update this soon.
Search Criteria
Package Details: play-emu-git 0.59.r52.g8e1cc18b-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/play-emu-git.git (read-only, click to copy) |
---|---|
Package Base: | play-emu-git |
Description: | Play! is an experimental Playstation 2 emulator. |
Upstream URL: | https://purei.org/ |
Keywords: | emulator Play! PlayStation PS2 retro |
Licenses: | MIT |
Submitter: | ProfessorKaos64 |
Maintainer: | FabioLolix |
Last Packager: | FabioLolix |
Votes: | 3 |
Popularity: | 0.000000 |
First Submitted: | 2016-09-20 00:16 (UTC) |
Last Updated: | 2023-04-08 16:59 (UTC) |
Dependencies (8)
- glew (glew-libepoxyAUR, glew-waylandAUR, glew-osmesa-gitAUR, glew-wayland-gitAUR, glew-gitAUR)
- openal (openal-gitAUR)
- qt5-base (qt5-base-gitAUR, qt5-base-headlessAUR)
- qt5-x11extras
- cmake (cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- ninja (ninja-kitwareAUR, ninja-memAUR, ninja-fuchsia-gitAUR, ninja-gitAUR, ninja-jobserverAUR) (make)
- nlohmann-json (nlohmann-json-gitAUR) (make)
Required by (0)
Sources (11)
- git+https://github.com/Cyan4973/xxHash.git
- git+https://github.com/facebook/zstd.git
- git+https://github.com/gulrak/filesystem.git
- git+https://github.com/jpd002/AltKit.git
- git+https://github.com/jpd002/libchdr.git
- git+https://github.com/jpd002/Nuanceur.git
- git+https://github.com/jpd002/Play--CodeGen.git
- git+https://github.com/jpd002/Play--Framework.git
- git+https://github.com/jpd002/Play-Dependencies.git
- git+https://github.com/rs/SDWebImage.git
- play-emu
Latest Comments
ProfessorKaos64 commented on 2020-04-19 14:41 (UTC)
BlackLotus89 commented on 2018-06-10 22:01 (UTC) (edited on 2018-06-10 22:31 (UTC) by BlackLotus89)
First this shouldn't install Play-Ui, but Play/build/Source/ui_unix/Play. Play-Ui still links to many boost libraries (play-emu is trying to remove as many boost deps as it can) and isn't really the binary you want to use (it's just not working as well and yes they are different and Play-Ui has bugs)
Secondly your version pulls the Play-Builds, but only does a "git submodule update"!
$ git submodule update > Cloning into '/tmp/proof/Play-Build/CodeGen'...
Cloning into '/tmp/proof/Play-Build/Dependencies'...
Cloning into '/tmp/proof/Play-Build/Framework'...
Cloning into '/tmp/proof/Play-Build/Nuanceur'...
Cloning into '/tmp/proof/Play-Build/Play'...
Submodule path 'CodeGen': checked out '32a22c41fd2fad69d645c142819c3ad4395c853f'
Submodule path 'Dependencies': checked out 'fc20795082254ab69475bade07595eec1c71b175'
Submodule path 'Framework': checked out '9413ffbfd48459c0036f35322bd52eb5ea434be1'
Submodule path 'Nuanceur': checked out '30124a2db63011bff7dc0f0ea620d467f7b0d1ef'
Submodule path 'Play': checked out '47ece5f3df3285cea93f2af8070f6cd9cdb8eb10'
$ git show 47ece5f3df3285cea93f2af8070f6cd9cdb8eb10
commit 47ece5f3df3285cea93f2af8070f6cd9cdb8eb10 (HEAD)
Author: Jean-Philip Desjardins jean-philip.desjardins@polymtl.ca
Date: Sun Sep 11 19:56:09 2016 -0400
So the code we are ALWAYS pulling is from 2016 and yes it is "from git", but you could as well download the 2016 tarballs at this stage. So yeah it is version-locked. Here is a PKGBUILDs that solves that problem https://gist.github.com/BlackLotus/13d002488fbaf4ff0c654c26d673f8a2 please be so kind and adopt the fixes out of this PKGBUILD. Since there are 2 build systems I will create a git package that uses a differnet build system. I know this isn't good form and I will later delete it again, but I would really like an up to date version of this package.
So tldr; I have troubles/issues with it and your git package is version locked.
Kind regards,
ts
ProfessorKaos64 commented on 2018-06-09 02:35 (UTC)
Please do not flag this as out of date unless you have trouble / issues. It is a git package, not version-locked..
Pinned Comments
ProfessorKaos64 commented on 2016-09-20 15:15 (UTC)