Bump buidlroot version to 2018.02.6
This commit is contained in:
@@ -3,8 +3,8 @@ comment "imlib2 needs a toolchain w/ dynamic library"
|
||||
|
||||
config BR2_PACKAGE_IMLIB2
|
||||
bool "imlib2"
|
||||
select BR2_PACKAGE_FREETYPE
|
||||
depends on !BR2_STATIC_LIBS # dlopen()
|
||||
select BR2_PACKAGE_FREETYPE
|
||||
help
|
||||
Imlib 2 is the successor to Imlib. This library provides
|
||||
routines to load, save and render images in various formats.
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
# From https://sourceforge.net/projects/enlightenment/files/imlib2-src/1.4.9/
|
||||
md5 23ef8b49f2793bc63b16839a2062298b imlib2-1.4.9.tar.bz2
|
||||
sha1 f389d67c337b604a365e620b0083b2d342dd724e imlib2-1.4.9.tar.bz2
|
||||
# From https://sourceforge.net/projects/enlightenment/files/imlib2-src/1.4.10/
|
||||
md5 a0de8524592bbd9f24fcc6cb8352137c imlib2-1.4.10.tar.bz2
|
||||
sha1 664df65c6265a2825d685d2f3a4f0d072eb626ac imlib2-1.4.10.tar.bz2
|
||||
|
||||
# Locally computed
|
||||
sha256 fb70339dd33a77b6213c7ae067fccf93d04af44ff3f937c61f8863f7970e73f6 COPYING
|
||||
sha256 8c9a2e92ed4937e2d30c2ea95439c36ed3002fc47e34efee43455a460fee8ef5 COPYING-PLAIN
|
||||
|
||||
@@ -4,11 +4,11 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
IMLIB2_VERSION = 1.4.9
|
||||
IMLIB2_VERSION = 1.4.10
|
||||
IMLIB2_SOURCE = imlib2-$(IMLIB2_VERSION).tar.bz2
|
||||
IMLIB2_SITE = http://downloads.sourceforge.net/project/enlightenment/imlib2-src/$(IMLIB2_VERSION)
|
||||
IMLIB2_LICENSE = imlib2 license
|
||||
IMLIB2_LICENSE_FILES = COPYING
|
||||
IMLIB2_LICENSE = Imlib2
|
||||
IMLIB2_LICENSE_FILES = COPYING COPYING-PLAIN
|
||||
|
||||
IMLIB2_INSTALL_STAGING = YES
|
||||
IMLIB2_DEPENDENCIES = host-pkgconf freetype
|
||||
|
||||
Reference in New Issue
Block a user