Browse Source
gifsicle: enable gifview
And add libx11 as optional dependency.
build-on-device
Leonid Plyushch
5 years ago
No known key found for this signature in database
GPG Key ID: 45F2964132545795
1 changed files with
4 additions and
1 deletions
-
packages/gifsicle/build.sh
|
@ -2,6 +2,9 @@ TERMUX_PKG_HOMEPAGE=https://www.lcdf.org/gifsicle/ |
|
|
TERMUX_PKG_DESCRIPTION="Tool for creating, editing, and getting information about GIF images and animations" |
|
|
TERMUX_PKG_DESCRIPTION="Tool for creating, editing, and getting information about GIF images and animations" |
|
|
TERMUX_PKG_LICENSE="GPL-2.0" |
|
|
TERMUX_PKG_LICENSE="GPL-2.0" |
|
|
TERMUX_PKG_VERSION=1.92 |
|
|
TERMUX_PKG_VERSION=1.92 |
|
|
|
|
|
TERMUX_PKG_REVISION=1 |
|
|
TERMUX_PKG_SRCURL=https://www.lcdf.org/gifsicle/gifsicle-${TERMUX_PKG_VERSION}.tar.gz |
|
|
TERMUX_PKG_SRCURL=https://www.lcdf.org/gifsicle/gifsicle-${TERMUX_PKG_VERSION}.tar.gz |
|
|
TERMUX_PKG_SHA256=5ab556c01d65fddf980749e3ccf50b7fd40de738b6df679999294cc5fabfce65 |
|
|
TERMUX_PKG_SHA256=5ab556c01d65fddf980749e3ccf50b7fd40de738b6df679999294cc5fabfce65 |
|
|
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--disable-gifview" |
|
|
# for gifview |
|
|
|
|
|
TERMUX_PKG_BUILD_DEPENDS="libx11" |
|
|
|
|
|
TERMUX_PKG_SUGGESTS="libx11" |
|
|