upgpkg(main/optipng): 0.7.8

This commit is contained in:
Twaik Yont 2023-12-22 14:58:17 +02:00
parent 21a85b908b
commit 13c82c0b7d
2 changed files with 7 additions and 9 deletions

View File

@ -2,10 +2,10 @@ TERMUX_PKG_HOMEPAGE=https://optipng.sourceforge.net/
TERMUX_PKG_DESCRIPTION="PNG optimizer that recompresses image files to a smaller size, without losing any information"
TERMUX_PKG_LICENSE="ZLIB"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION=0.7.7
TERMUX_PKG_REVISION=2
TERMUX_PKG_VERSION="0.7.8"
TERMUX_PKG_SRCURL=http://downloads.sourceforge.net/project/optipng/OptiPNG/optipng-${TERMUX_PKG_VERSION}/optipng-${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_SHA256=4f32f233cef870b3f95d3ad6428bfe4224ef34908f1b42b0badf858216654452
TERMUX_PKG_SHA256=25a3bd68481f21502ccaa0f4c13f84dcf6b20338e4c4e8c51f2cefbd8513398c
TERMUX_PKG_AUTO_UPDATE=true
TERMUX_PKG_DEPENDS="libpng, zlib"
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--with-system-zlib --with-system-libpng --mandir=$TERMUX_PREFIX/share/man"
TERMUX_PKG_BUILD_IN_SRC=true

View File

@ -1,10 +1,8 @@
diff -u -r ../optipng-0.7.4/configure ./configure
--- ../optipng-0.7.4/configure 2012-08-25 02:12:00.000000000 +0200
+++ ./configure 2014-03-19 00:01:50.000000000 +0100
@@ -130,7 +130,6 @@
+++ ./configure
@@ -158,7 +158,6 @@
* )
echo "error: unknown option: $arg"
echo "Type \"$0 -help\" for help"
echo "$0: error: unknown option: '$arg'"
echo "Type \"$0 --help\" for help"
- exit 64 # EX_USAGE
;;
esac