Package Details: emulationstation-de 3.1.0-1

Git Clone URL: https://aur.archlinux.org/emulationstation-de.git (read-only, click to copy)
Package Base: emulationstation-de
Description: ES-DE (EmulationStation Desktop Edition) is a frontend for browsing and launching games from your multi-platform collection
Upstream URL: https://es-de.org
Keywords: emulation emulationstation es-de frontend
Licenses: MIT
Conflicts: emulationstation, emulationstation-git
Submitter: LeonStyhre
Maintainer: LeonStyhre
Last Packager: LeonStyhre
Votes: 10
Popularity: 0.24
First Submitted: 2021-12-29 13:20 (UTC)
Last Updated: 2024-09-13 17:46 (UTC)

Latest Comments

« First ‹ Previous 1 2

megamik commented on 2022-03-13 12:59 (UTC)

Many thanks, it compiles and installs perfectly. I have also done a quick test, including some video playback, and everything seems to be working fine.

LeonStyhre commented on 2022-03-06 14:05 (UTC)

Hi! Apparently Arch/Manjaro has just updated FFmpeg to version 5.0 which quite annoyingly breaks backward compatibility with FFmpeg 4.4.

I have added a patch now which should make ES-DE build correctly and I have performed some basic testing. But there may be other issues of course caused by the FFmpeg version bump. Please let me know if you see anything strange related to the video player.

megamik commented on 2022-03-06 10:59 (UTC) (edited on 2022-03-06 11:11 (UTC) by megamik)

Compilation fails with:

es-core/src/components/VideoFFmpegComponent.cpp:467:5: error: ‘av_get_channel_layout_string’ was not declared in this scope; did you mean ‘av_get_sample_fmt_string’?

... and:

es-core/src/components/VideoFFmpegComponent.cpp:1250:77: error: invalid conversion from ‘AVCodec**’ to ‘const AVCodec**’ [-fpermissive]