X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/blobdiff_plain/39d7cdd7f16012a5f2d577368fd166fcf91ebd40..65512d6058693505a3615418bdc21de6b3c485cd:/scripts/setup-ubuntu.sh diff --git a/scripts/setup-ubuntu.sh b/scripts/setup-ubuntu.sh index 3f921bd6..88c09b2b 100755 --- a/scripts/setup-ubuntu.sh +++ b/scripts/setup-ubuntu.sh @@ -1,6 +1,7 @@ #!/bin/sh PACKAGES="" +PACKAGES="$PACKAGES ant" # Used by jack and aptsigner. PACKAGES="$PACKAGES asciidoc" PACKAGES="$PACKAGES automake" PACKAGES="$PACKAGES bison" @@ -10,6 +11,7 @@ PACKAGES="$PACKAGES flex" PACKAGES="$PACKAGES gettext" # Provides 'msgfmt' which the apt build uses. PACKAGES="$PACKAGES git" # Used by the neovim build. PACKAGES="$PACKAGES help2man" +PACKAGES="$PACKAGES intltool" # Used by qalc build. PACKAGES="$PACKAGES libc6-dev-i386" # Needed by luajit host part of the build for . PACKAGES="$PACKAGES libcurl4-openssl-dev" # XXX: Needed by apt build. PACKAGES="$PACKAGES libgdk-pixbuf2.0-dev" # Provides 'gkd-pixbuf-query-loaders' which the librsvg build uses. @@ -17,6 +19,7 @@ PACKAGES="$PACKAGES libglib2.0-dev" # Provides 'glib-genmarshal' which the glib PACKAGES="$PACKAGES libncurses5-dev" PACKAGES="$PACKAGES libtool-bin" PACKAGES="$PACKAGES lzip" +PACKAGES="$PACKAGES nasm" # Used by libjpeg-turbo for x86_64. PACKAGES="$PACKAGES subversion" # Used by the netpbm build. PACKAGES="$PACKAGES tar" PACKAGES="$PACKAGES unzip" @@ -28,6 +31,8 @@ PACKAGES="$PACKAGES scons" PACKAGES="$PACKAGES texinfo" PACKAGES="$PACKAGES xmlto" PACKAGES="$PACKAGES xutils-dev" # Provides 'makedepend' which the openssl build uses. +PACKAGES="$PACKAGES yasm" # Used by libvpx for x86_64 build. + DEBIAN_FRONTEND=noninteractive sudo apt-get install -yq $PACKAGES sudo mkdir -p /data/data/com.termux/files/usr