libgdiplus: update to 5.4

This commit is contained in:
awiouy 2017-05-25 17:43:40 +02:00
parent 3a202a3020
commit 2c8e9d4a15

View File

@ -1,6 +1,6 @@
################################################################################ ################################################################################
# This file is part of LibreELEC - https://libreelec.tv # This file is part of LibreELEC - https://libreelec.tv
# Copyright (C) 2016 Team LibreELEC # Copyright (C) 2016-present Team LibreELEC
# #
# LibreELEC is free software: you can redistribute it and/or modify # LibreELEC is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by # it under the terms of the GNU General Public License as published by
@ -17,23 +17,18 @@
################################################################################ ################################################################################
PKG_NAME="libgdiplus" PKG_NAME="libgdiplus"
PKG_VERSION="4.2" PKG_VERSION="5.4"
PKG_ARCH="any"
PKG_LICENSE="GPL" PKG_LICENSE="GPL"
PKG_SITE="https://github.com/mono/libgdiplus" PKG_SITE="https://github.com/mono/libgdiplus"
PKG_URL="https://github.com/mono/libgdiplus/archive/$PKG_VERSION.tar.gz" PKG_URL="https://github.com/mono/libgdiplus/archive/$PKG_VERSION.tar.gz"
PKG_DEPENDS_TARGET="toolchain giflib libjpeg-turbo tiff libXext libexif glib cairo" PKG_DEPENDS_TARGET="toolchain giflib libjpeg-turbo tiff libXext libexif glib cairo"
PKG_SECTION="tools"
PKG_SHORTDESC="libgiplus"
PKG_LONGDESC="An Open Source implementation of the GDI+ API" PKG_LONGDESC="An Open Source implementation of the GDI+ API"
PKG_IS_ADDON="no"
PKG_AUTORECONF="yes" PKG_AUTORECONF="yes"
PKG_CONFIGURE_OPTS_TARGET="--enable-shared \ PKG_CONFIGURE_OPTS_TARGET="--enable-shared \
--with-libgif \ --with-libgif=$TARGET_PREFIX \
--with-libjpeg \ --with-libjpeg=$TARGET_PREFIX \
--with-libtiff" --with-libtiff=$TARGET_PREFIX"
makeinstall_target() { makeinstall_target() {
make install DESTDIR=$INSTALL make install DESTDIR=$INSTALL