Package Details: emulationstation-git 1:2.4.1.r503.gc9b3f5b6-1

Git Clone URL: https://aur.archlinux.org/emulationstation-git.git (read-only, click to copy)
Package Base: emulationstation-git
Description: Emulation Station is a flexible emulator front-end supporting keyboardless navigation and custom system themes. Active fork by the RetroPie project.
Upstream URL: https://github.com/RetroPie/EmulationStation
Licenses: MIT
Provides: emulationstation
Submitter: drewbs
Maintainer: lubosz
Last Packager: lubosz
Votes: 34
Popularity: 0.000027
First Submitted: 2013-06-03 15:54 (UTC)
Last Updated: 2020-03-01 13:00 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 Next › Last »

darkshines commented on 2019-02-19 08:44 (UTC)

I added libcec and rapidjson as dependencies.

Additionally, I updated the versioning scheme to current standards.

btd1337 commented on 2019-02-19 02:35 (UTC) (edited on 2019-02-19 03:24 (UTC) by btd1337)

You need to add as dependency the following libraries for the project to be compiled:

  • libcec
  • rapidjson

and to add the command in 'buid()':

$ sudo make install

oi_wtf commented on 2019-02-11 00:37 (UTC) (edited on 2019-02-12 16:33 (UTC) by oi_wtf)

<s> It seems this needs some libcec since a few commits back. Could you add that to (make)depends? </s>

Edit: I misread the error messages, the real issue seems to be this one:

CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the CMake files:
RAPIDJSON_INCLUDE_DIRS (ADVANCED)

chowbok commented on 2018-10-05 22:11 (UTC)

Can the resources directory at least be copied to somewhere in /usr/share so that those of us with automated AUR apps don't have to re-download the source after installation? Maybe with a note saying to copy it over so that people who haven't read this page still know what's going on.

Enverex commented on 2018-09-21 15:34 (UTC)

Can you update the source for "git://github.com/zeux/pugixml.git" to "https+git://github.com/zeux/pugixml.git" please? (to avoid clashing with RPCS3 and AFAIK "https+git" is the typically used proto anyway).

Marach commented on 2018-08-25 15:52 (UTC)

Temporary fix: Copy [tarball directory]/src/EmulationStation/resources to ~/.emulationstation/

Unfortunately, this cannot be fixed by the pkgbuild itself right now, as per the issue linked below. An upstream change is needed to look for the resources folder in /usr/share or any other global location.

darkshines commented on 2018-06-19 12:31 (UTC)

So far, no luck. Sorry.

Tromzy commented on 2018-06-19 12:18 (UTC)

Any update on this ?

jvalecillos commented on 2018-06-03 18:06 (UTC) (edited on 2018-06-03 18:17 (UTC) by jvalecillos)

I have the same error as @quellen. For some reason the path references the directory where the package was compiled. @darkshines do you have any progress?

Edit: By searching for this issue I've found an issue already reported about it: https://github.com/RetroPie/EmulationStation/issues/427

darkshines commented on 2018-05-08 06:44 (UTC)

It seems like most people just use RetroPie-Setup, which configures and builds emulationstation and additionally copies some resources to the config directory of ES. I asked for a hint upstream and will fix the PKGBUILD as soon as I can get it to run myself.