Merge pull request #1643 from awiouy/mono5-8

mono: update to 5.0.0.100
This commit is contained in:
Christian Hewitt 2017-05-27 06:54:32 +04:00 committed by GitHub
commit d88ef305cc
3 changed files with 13 additions and 15 deletions

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 \
--with-libgif \ PKG_CONFIGURE_OPTS_TARGET="--enable-shared \
--with-libjpeg \ --with-libgif=$TARGET_PREFIX \
--with-libtiff" --with-libjpeg=$TARGET_PREFIX \
--with-libtiff=$TARGET_PREFIX"
makeinstall_target() { makeinstall_target() {
make install DESTDIR=$INSTALL make install DESTDIR=$INSTALL

View File

@ -1,3 +1,6 @@
104:
- Update to 5.0.0.100
103: 103:
- Update to 4.8.1.0 - Update to 4.8.1.0

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-2017 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,8 +17,8 @@
################################################################################ ################################################################################
PKG_NAME="mono" PKG_NAME="mono"
PKG_VERSION="4.8.1.0" PKG_VERSION="5.0.0.100"
PKG_REV="103" PKG_REV="104"
PKG_ARCH="any" PKG_ARCH="any"
PKG_LICENSE="MIT" PKG_LICENSE="MIT"
PKG_SITE="http://www.mono-project.com" PKG_SITE="http://www.mono-project.com"