sagiadinos / garlic-player

Digital Signage Player based on SMIL
https://garlic-player.com
GNU Affero General Public License v3.0
82 stars 14 forks source link

How to build garlic-player for Odroid C4? #29

Closed bladerunner2020 closed 1 year ago

bladerunner2020 commented 2 years ago

I would like to try garlic-player with Odroid C4 (arm64, ubuntu OS). Is there any instruction how to build it?

sagiadinos commented 2 years ago

In the Wiki you will find an HowTo

Edit: The QT _version of your Ubuntu must be >= Qt 5.11

bladerunner2020 commented 2 years ago

Thanks, I missed this page. Failed to install libqtav-dev

root@odroid:~# sudo apt install libqtav-dev
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 libqtav-dev : Depends: libqtav1 (= 1.13.0+ds-1build2) but it is not going to be installed
               Depends: libqtavwidgets1 (= 1.13.0+ds-1build2) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
sagiadinos commented 2 years ago

That is an error message about unmet dependencies: There must be something wrong with the Ubuntu installation/package systeme:

https://packages.ubuntu.com/en/focal/libqtav-dev is in universe

Is "universe" activated in Ubuntu package manager?

Did a sudo apt-get install -f helps?

You can also try: sudo apt-get update sudo apt-get clean sudo apt-get autoremove

Here is another tutorial for unmet dependecies in Ubuntu. https://net2.com/how-to-fix-unmet-dependencies-error-in-ubuntu/