2014-01-13 09:20:36 +01:00
|
|
|
################################################################################
|
2014-01-12 18:53:15 +01:00
|
|
|
#
|
|
|
|
# jasper
|
|
|
|
#
|
2014-01-13 09:20:36 +01:00
|
|
|
################################################################################
|
2014-01-12 18:53:15 +01:00
|
|
|
|
|
|
|
JASPER_VERSION = 1.900.1
|
|
|
|
JASPER_SITE = http://sources.openelec.tv/devel
|
|
|
|
JASPER_SOURCE = jasper-$(JASPER_VERSION).tar.bz2
|
|
|
|
JASPER_INSTALL_STAGING = YES
|
|
|
|
JASPER_DEPENDENCIES = jpeg
|
|
|
|
JASPER_LICENSE = MIT
|
2014-01-30 09:48:11 +01:00
|
|
|
JASPER_LICENSE_FILES = LICENSE
|
2014-09-10 10:49:46 +02:00
|
|
|
# needed to fix rpath issue (http://autobuild.buildroot.net/results/307/307cac65287420252a5bb64715d9a1edd90e72fa/)
|
|
|
|
JASPER_AUTORECONF = YES
|
2014-01-12 18:53:15 +01:00
|
|
|
|
2015-05-19 20:29:00 +02:00
|
|
|
# Xtensa gcc is unable to generate correct code with -O0 enabled by
|
|
|
|
# --enable-debug. Allow package build but disable debug.
|
|
|
|
ifeq ($(BR2_xtensa)$(BR2_ENABLE_DEBUG),yy)
|
|
|
|
JASPER_CONF_OPTS += --disable-debug
|
|
|
|
endif
|
|
|
|
|
2014-01-12 18:53:15 +01:00
|
|
|
$(eval $(autotools-package))
|