X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/blobdiff_plain/39d7cdd7f16012a5f2d577368fd166fcf91ebd40..60a26b9f4c17c594ae15baf50533678957869ded:/scripts/setup-ubuntu.sh diff --git a/scripts/setup-ubuntu.sh b/scripts/setup-ubuntu.sh index 3f921bd6..3151fc28 100755 --- a/scripts/setup-ubuntu.sh +++ b/scripts/setup-ubuntu.sh @@ -1,15 +1,16 @@ #!/bin/sh PACKAGES="" +PACKAGES="$PACKAGES ant" # Used by jack and aptsigner. PACKAGES="$PACKAGES asciidoc" PACKAGES="$PACKAGES automake" PACKAGES="$PACKAGES bison" -PACKAGES="$PACKAGES cmake" PACKAGES="$PACKAGES curl" # Used for fetching sources. 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 +18,8 @@ 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 python3.6" 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