PINE64

Full Version: Successful build on arm64 pine a64 1GB on armbian
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Code:
#!/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:

Code:
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
Code:
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

[Image: index.php?action=dlattach;topic=18851.0;...3712;image]
Good news ;-) Always good to see builds for the 'basic' pine.

For those who are not accustomed to compile from deb files, is this batch downloading the deb files or is it necessary to download them first in a folder then launch the bash from there?
Is there a single command activating all the arm64 support (i.e instead of adding them one by one in the bash file)?

Edit: wondering why the attached image is not visible?!?!