chiark
/
gitweb
/
~mdw
/
termux-packages
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
02380b9
)
libgd: Add --without-vpx for now
author
Fredrik Fornwall
<fredrik@fornwall.net>
Fri, 29 Apr 2016 14:11:50 +0000
(10:11 -0400)
committer
Fredrik Fornwall
<fredrik@fornwall.net>
Fri, 29 Apr 2016 14:11:50 +0000
(10:11 -0400)
packages/libgd/build.sh
patch
|
blob
|
blame
|
history
diff --git
a/packages/libgd/build.sh
b/packages/libgd/build.sh
index 6013535edd6c06c08c83c03f940ac00c516af2dc..2020bb213069192c436a688f6db699bd426c3a91 100644
(file)
--- a/
packages/libgd/build.sh
+++ b/
packages/libgd/build.sh
@@
-2,4
+2,7
@@
TERMUX_PKG_HOMEPAGE=http://libgd.org
TERMUX_PKG_DESCRIPTION="GD is an open source code library for the dynamic creation of images by programmers"
TERMUX_PKG_VERSION=2.1.1
TERMUX_PKG_SRCURL=https://github.com/libgd/libgd/releases/download/gd-${TERMUX_PKG_VERSION}/libgd-${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_DESCRIPTION="GD is an open source code library for the dynamic creation of images by programmers"
TERMUX_PKG_VERSION=2.1.1
TERMUX_PKG_SRCURL=https://github.com/libgd/libgd/releases/download/gd-${TERMUX_PKG_VERSION}/libgd-${TERMUX_PKG_VERSION}.tar.gz
-TERMUX_PKG_DEPENDS="freetype, fontconfig, libjpeg-turbo, libpng, libtiff"
\ No newline at end of file
+TERMUX_PKG_DEPENDS="freetype, fontconfig, libjpeg-turbo, libpng, libtiff"
+# Disable vpx support for now, look at https://github.com/gagern/libgd/commit/d41eb72cd4545c394578332e5c102dee69e02ee8
+# for enabling:
+TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--without-vpx"