Skip to content
This repository has been archived by the owner on Dec 16, 2021. It is now read-only.

Test Pegasus Frontend #3

Closed
tcamargo opened this issue Oct 30, 2018 · 5 comments
Closed

Test Pegasus Frontend #3

tcamargo opened this issue Oct 30, 2018 · 5 comments
Assignees

Comments

@tcamargo
Copy link
Owner

tcamargo commented Oct 30, 2018

http://pegasus-frontend.org/
To do:

  • ...
@tcamargo
Copy link
Owner Author

tcamargo commented Nov 5, 2018

http://doc.qt.io/qt-5/embedded-linux.html

For sqllite support: BR2_PACKAGE_QT5BASE_SQLITE_SYSTEM - solved

For keyboard to work: QT_QPA_EGLFS_NO_LIBINPUT=1 -- only if using eglfs

Workaround for nvidia - BR2_PACKAGE_QT5BASE_XCB

@tcamargo tcamargo self-assigned this Nov 13, 2018
@tcamargo
Copy link
Owner Author

tcamargo commented Nov 17, 2018

[w] qrc:/frontend/menu/settings/GamepadEditor.qml:22:1: module "QtGamepad" is not installed
solved
batocera-linux@54f36de
and previous 2 commits.

@tcamargo
Copy link
Owner Author

tcamargo commented Nov 19, 2018

video problem. arcade video snaps don't work. -- solved
[w] Error: "Internal data stream error."
select BR2_PACKAGE_GST1_PLUGINS_BASE_PLUGIN_AUDIOCONVERT # runtime
select BR2_PACKAGE_GST1_PLUGINS_BASE_PLUGIN_AUDIOMIXER # runtime
select BR2_PACKAGE_GST1_PLUGINS_BASE_PLUGIN_AUDIORESAMPLE # runtime
select BR2_PACKAGE_GST1_PLUGINS_BASE_PLUGIN_VIDEOCONVERT # runtime
select BR2_PACKAGE_GST1_PLUGINS_BASE_PLUGIN_VIDEOSCALE # runtime
select BR2_PACKAGE_GST1_PLUGINS_BASE_PLUGIN_VOLUME # runtime
select BR2_PACKAGE_GST1_PLUGINS_GOOD_PLUGIN_IMAGEFREEZE # runtime

@mmatyas
Copy link

mmatyas commented Nov 19, 2018

Hi, "Internal data stream error" comes from GStreamer, and can be caused by various reasons like bugs in a GStreamer codec, hardware issues, unsupported media format, etc. Do you see any "Additional debug info" on the terminal/log, like here? Perhaps a similar debugging with gst-launch could also help, it has more documentation here.

@tcamargo
Copy link
Owner Author

tcamargo pushed a commit that referenced this issue Mar 27, 2019
tcamargo pushed a commit that referenced this issue Apr 1, 2019
Add patches fixing a number of build issues with uClibc. The issue fixed
in patch #2 has been reported upstream. Patch #3 has been suggested by
upstream but not applied yet.

Drop the _SUBDIR assignment. The configure script moved to top level
directory since upstream commit a947c49bec3 from 2014. This allows
AUTORECONF to find configure.ac.

Fixes:
http://autobuild.buildroot.net/results/801/801e2b2909363b5dcd9735362bb921e017569edc/
http://autobuild.buildroot.net/results/398/3984c6cdd3398645c8ad98bbe23af9090cf4bfcf/
http://autobuild.buildroot.net/results/632/632f93046f9cceffd9b604911542426c10967e0f/

Cc: Alexander Dahl <[email protected]>
Signed-off-by: Baruch Siach <[email protected]>
Signed-off-by: Peter Korsgaard <[email protected]>
tcamargo pushed a commit that referenced this issue Jun 5, 2019
tcamargo pushed a commit that referenced this issue Aug 31, 2019
Add two upstream patches fixing musl vs kernel headers conflict. This
fixes build of strace for risc64 at it happens to use headers from both
sources.

Modify patch #3 to leave a single newline in user.h. Otherwise 'patch
-E' in apply-patches.sh deletes user.h instead of leaving it empty.

Fixes (strace):
http://autobuild.buildroot.net/results/ac32e83dc5eb5ce2809fc4b9d11f540dbdae9ed6/

Cc: Thomas Petazzoni <[email protected]>
Signed-off-by: Baruch Siach <[email protected]>
Signed-off-by: Thomas Petazzoni <[email protected]>
tcamargo pushed a commit that referenced this issue Jun 4, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants