generated from gaoyang3513/SDK_RK3288
[Mod] First commit
This commit is contained in:
18
package/exempi/Config.in
Normal file
18
package/exempi/Config.in
Normal file
@ -0,0 +1,18 @@
|
||||
config BR2_PACKAGE_EXEMPI
|
||||
bool "exempi"
|
||||
depends on !BR2_STATIC_LIBS # dlfcn.h
|
||||
depends on BR2_INSTALL_LIBSTDCPP
|
||||
depends on BR2_TOOLCHAIN_HAS_THREADS
|
||||
depends on BR2_USE_WCHAR
|
||||
select BR2_PACKAGE_EXPAT
|
||||
select BR2_PACKAGE_LIBICONV if !BR2_ENABLE_LOCALE
|
||||
select BR2_PACKAGE_ZLIB
|
||||
help
|
||||
Exempi is an implementation of XMP (Extensible Metadata
|
||||
Platform). Version 2.x is based on Adobe XMP SDK.
|
||||
|
||||
http://libopenraw.freedesktop.org/wiki/Exempi
|
||||
|
||||
comment "exempi needs a toolchain w/ C++, dynamic library, threads, wchar"
|
||||
depends on BR2_STATIC_LIBS || !BR2_INSTALL_LIBSTDCPP || \
|
||||
!BR2_TOOLCHAIN_HAS_THREADS || !BR2_USE_WCHAR
|
||||
3
package/exempi/exempi.hash
Normal file
3
package/exempi/exempi.hash
Normal file
@ -0,0 +1,3 @@
|
||||
# Locally calculated
|
||||
sha256 072451ac1e0dc97ed69a2e5bfc235fd94fe093d837f65584d0e3581af5db18cd exempi-2.6.1.tar.bz2
|
||||
sha256 3d3c3593c15e0d35bdae0df7c642106250f6be3adc61477419413900f23ae607 COPYING
|
||||
18
package/exempi/exempi.mk
Normal file
18
package/exempi/exempi.mk
Normal file
@ -0,0 +1,18 @@
|
||||
################################################################################
|
||||
#
|
||||
# exempi
|
||||
#
|
||||
################################################################################
|
||||
|
||||
EXEMPI_VERSION = 2.6.1
|
||||
EXEMPI_SOURCE = exempi-$(EXEMPI_VERSION).tar.bz2
|
||||
EXEMPI_SITE = https://libopenraw.freedesktop.org/download
|
||||
EXEMPI_INSTALL_STAGING = YES
|
||||
EXEMPI_CONF_OPTS = --disable-unittest
|
||||
EXEMPI_DEPENDENCIES = host-pkgconf expat zlib \
|
||||
$(if $(BR2_PACKAGE_LIBICONV),libiconv)
|
||||
EXEMPI_LICENSE = BSD-3-Clause
|
||||
EXEMPI_LICENSE_FILES = COPYING
|
||||
EXEMPI_CPE_ID_VENDOR = exempi_project
|
||||
|
||||
$(eval $(autotools-package))
|
||||
Reference in New Issue
Block a user