mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-31 14:37:59 +00:00
libpng12: update to libpng-1.2.49
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
cff4336694
commit
4c173c2d44
@ -19,12 +19,12 @@
|
||||
################################################################################
|
||||
|
||||
PKG_NAME="libpng"
|
||||
PKG_VERSION="1.2.47"
|
||||
PKG_VERSION="1.2.49"
|
||||
PKG_REV="1"
|
||||
PKG_ARCH="any"
|
||||
PKG_LICENSE="OSS"
|
||||
PKG_SITE="http://www.libpng.org/"
|
||||
PKG_URL="$SOURCEFORGE_SRC/libpng/$PKG_NAME-$PKG_VERSION.tar.bz2"
|
||||
PKG_URL="$SOURCEFORGE_SRC/libpng/$PKG_NAME-$PKG_VERSION.tar.xz"
|
||||
PKG_DEPENDS="zlib"
|
||||
PKG_BUILD_DEPENDS="toolchain zlib"
|
||||
PKG_PRIORITY="optional"
|
||||
|
@ -24,4 +24,4 @@
|
||||
|
||||
TGZ_PKG="`echo $PKG_URL | sed 's%.*/\(.*\)$%\1%'`"
|
||||
|
||||
tar xjf $SOURCES/$1/$TGZ_PKG -C $BUILD >/dev/null 2>&1
|
||||
tar xJf $SOURCES/$1/$TGZ_PKG -C $BUILD >/dev/null 2>&1
|
||||
|
Loading…
x
Reference in New Issue
Block a user