Search Criteria
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: | |
Provides: | |
Submitter: | drewbs |
Maintainer: | lubosz |
Last Packager: | lubosz |
Votes: | 33 |
Popularity: | 0.000000 |
First Submitted: | 2013-06-03 15:54 |
Last Updated: | 2020-03-01 13:00 |
Dependencies (6)
- curl (curl-git, curl-minimal-git)
- freeimage
- vlc (libvlc, vlc-decklink, vlc-git)
- cmake (cmake-git) (make)
- git (git-git) (make)
- rapidjson (rapidjson-git) (make)
Latest Comments
1 2 3 4 5 6 ... Next › Last »
ilikenwf commented on 2020-05-17 20:33
Fix for string issues (gcc 10 related?) https://gist.github.com/ilikenwf/759fc10d54bb88fe431b02eff86425aa
Noobfire commented on 2019-11-30 16:20
@Tromzy:
I had the exact same error as you. Checking what emulationstation does with strace, I found out that, for some bizarre reason, the directory where emulationstation searches for fonts and settings is /emulationstation/:
stat("/emulationstation/.emulationstation/es_systems.cfg", 0x7ffd5e1c9280) = -1 ENOENT (Datei oder Verzeichnis nicht gefunden) stat("/emulationstation/resources/mamenames.xml", 0x7ffd5e1c8ea0) = -1 ENOENT (Datei oder Verzeichnis nicht gefunden) stat("/emulationstation/resources/window_icon_256.png", 0x7ffd5e1c8d20) = -1 ENOENT (Datei oder Verzeichnis nicht gefunden) stat("/emulationstation/resources/opensans_hebrew_condensed_regular.ttf", 0x7ffd5e1c8c60) = -1 ENOENT (Datei oder Verzeichnis nicht gefunden)
Creating a symlink /emulationstation/ to the source directory, in my case (MANJARO: /var/tmp/pamac-build-[USERACCOUNT]/emulationstation-git/src/EmulationStation) and /emulationstation/.emulationstation to /home/[USERACCOUNT]/.emulationstation fixes the problem for me.
Obviously, this is a very hacky workaround. Some directory settings are messed up. Maybe you have an idea on how to fix that at compile time?
Tromzy commented on 2019-07-22 13:23
Nevermind, I managed to compile it from git directly and it works.
darkshines commented on 2019-07-22 13:09
I switched to Raspbian for my RPi, so I have no motivation in further maintaining the package. Sorry about that.
Tromzy commented on 2019-07-22 12:59
I still cannot get the git version to work, I get this error :
lvl0: Error - File type unknown! lvl0: CECInput::mAdapter->DetectAdapters failed emulationstation: /home/archlinux/.cache/yay/emulationstation-git/src/EmulationStation/es-core/src/resources/Font.cpp:17: Font::FontFace::FontFace(ResourceData&&, int): Assertion `!err' failed. zsh: abort (core dumped) emulationstation
The non-git version works fine, but the scraper does not work.
Menelkir commented on 2019-05-03 03:48
Can you add the desktop entry like the non-git one?
darkshines commented on 2019-02-19 08:44
I added
libcec
andrapidjson
as dependencies.Additionally, I updated the versioning scheme to current standards.
btd1337 commented on 2019-02-19 02:35
You need to add as dependency the following libraries for the project to be compiled:
and to add the command in 'buid()':
$ sudo make install
oi_wtf commented on 2019-02-11 00:37
<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:
chowbok commented on 2018-10-05 22:11
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.