|
|
|
@ -20,7 +20,7 @@
@@ -20,7 +20,7 @@
|
|
|
|
|
set -e -o pipefail |
|
|
|
|
|
|
|
|
|
# Qt 5.3, since that's the lowest supported version |
|
|
|
|
sudo add-apt-repository -y ppa:beineri/opt-qt532-trusty |
|
|
|
|
sudo add-apt-repository -y ppa:beineri/opt-qt551-trusty |
|
|
|
|
sudo apt-get update -qq |
|
|
|
|
|
|
|
|
|
# install needed Qt, OpenAL, opus, qrencode, GTK tray deps, sqlcipher |
|
|
|
@ -41,15 +41,15 @@ sudo apt-get install -y --force-yes \
@@ -41,15 +41,15 @@ sudo apt-get install -y --force-yes \
|
|
|
|
|
libtool \ |
|
|
|
|
libvpx-dev \ |
|
|
|
|
libxss-dev qrencode \ |
|
|
|
|
qt53base \ |
|
|
|
|
qt53script \ |
|
|
|
|
qt53svg \ |
|
|
|
|
qt53tools \ |
|
|
|
|
qt53xmlpatterns \ |
|
|
|
|
qt55base \ |
|
|
|
|
qt55script \ |
|
|
|
|
qt55svg \ |
|
|
|
|
qt55tools \ |
|
|
|
|
qt55xmlpatterns \ |
|
|
|
|
pkg-config || yes |
|
|
|
|
|
|
|
|
|
# Qt |
|
|
|
|
source /opt/qt53/bin/qt53-env.sh || yes |
|
|
|
|
source /opt/qt55/bin/qt55-env.sh || yes |
|
|
|
|
|
|
|
|
|
# ffmpeg |
|
|
|
|
if [ ! -e "libs" ]; then mkdir libs; fi |
|
|
|
|