Successful build on arm64 pine a64 1GB on armbian

Started by alladinrouteme, September 17, 2019, 10:12:32 AM

Previous topic - Next topic

alladinrouteme

#!/bin/bash
# makeitso.sh
bash bootStrap.bash --deb --with-qt --with-system-libass --with-system-liba52  --with-system-libmad



if build complains about missing ARM64 support - just comment out that check in Makefile

ls debs
avidemux3-cli-2.7.5-190917-dev.deb
avidemux3-plugins-CLI-2.7.5-190917-plugins.deb
avidemux3-qt5-2.7.5-190917-runtime.deb
avidemux3-cli-2.7.5-190917-runtime.deb
avidemux3-plugins-COMMON-2.7.5-190917-plugins.deb
avidemux3-settings-2.7.5-190917-settings.deb
avidemux3-core-2.7.5-190916-dev.deb
avidemux3-plugins-qt5-2.7.5-190917-plugins.deb
avidemux3-core-2.7.5-190916-runtime.deb
avidemux3-qt5-2.7.5-190917-dev.deb


Environment:

uname -a
Linux alladin-pine64plus 5.3.0-rc3-sunxi64 #5.95 SMP Sun Sep 1 00:42:13 CEST 2019 aarch64 aarch64 aarch64 GNU/Linux


more /etc/os-release
NAME="Ubuntu"
VERSION="19.04 (Disco Dingo)"
ID=ubuntu
ID_LIKE=debian
PRETTY_NAME="Ubuntu 19.04"
VERSION_ID="19.04"
HOME_URL="https://www.ubuntu.com/"
SUPPORT_URL="https://help.ubuntu.com/"
BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/"
PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy"
VERSION_CODENAME=disco
UBUNTU_CODENAME=disco

eumagga0x2a

Is the unaccelerated "RGB" ("Qt") video output the only one which works then?

Quote from: alladinrouteme on September 17, 2019, 10:12:32 AM
bash bootStrap.bash --deb --with-qt --with-system-libass --with-system-liba52  --with-system-libmad

You can drop --with-qt, it is enabled by default and thus redundant.

Quoteif build complains about missing ARM64 support - just comment out that check in Makefile

-v please. Which Makefile has to be manually edited?