Merge pull request #1644 from awiouy/mono5-9

mono: update to 5.0.0.100
This commit is contained in:
Christian Hewitt 2017-05-28 06:56:56 +04:00 committed by GitHub
commit 1c3a4a333c
3 changed files with 12 additions and 14 deletions

View File

@ -1,6 +1,6 @@
################################################################################
# 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
# it under the terms of the GNU General Public License as published by
@ -17,23 +17,18 @@
################################################################################
PKG_NAME="libgdiplus"
PKG_VERSION="4.2"
PKG_ARCH="any"
PKG_VERSION="5.4"
PKG_LICENSE="GPL"
PKG_SITE="https://github.com/mono/libgdiplus"
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_SECTION="tools"
PKG_SHORTDESC="libgiplus"
PKG_LONGDESC="An Open Source implementation of the GDI+ API"
PKG_IS_ADDON="no"
PKG_AUTORECONF="yes"
PKG_CONFIGURE_OPTS_TARGET="--enable-shared \
--with-libgif \
--with-libjpeg \
--with-libtiff"
--with-libgif=$TARGET_PREFIX \
--with-libjpeg=$TARGET_PREFIX \
--with-libtiff=$TARGET_PREFIX"
makeinstall_target() {
make install DESTDIR=$INSTALL

View File

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

View File

@ -1,6 +1,6 @@
################################################################################
# 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
# it under the terms of the GNU General Public License as published by
@ -17,7 +17,7 @@
################################################################################
PKG_NAME="mono"
PKG_VERSION="4.8.1.0"
PKG_VERSION="5.0.0.100"
PKG_REV="104"
PKG_ARCH="any"
PKG_LICENSE="MIT"