db86ae88e12694f535d5a98e182964b29ca2819f
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / jasper / jasper.mk
1 ################################################################################
2 #
3 # jasper
4 #
5 ################################################################################
6
7 JASPER_VERSION = 1.900.1
8 JASPER_SITE = http://sources.openelec.tv/devel
9 JASPER_SOURCE = jasper-$(JASPER_VERSION).tar.bz2
10 JASPER_INSTALL_STAGING = YES
11 JASPER_DEPENDENCIES = jpeg
12 JASPER_LICENSE = MIT
13 JASPER_LICENSE_FILES = LICENSE
14 # needed to fix rpath issue (http://autobuild.buildroot.net/results/307/307cac65287420252a5bb64715d9a1edd90e72fa/)
15 JASPER_AUTORECONF = YES
16
17 # Xtensa gcc is unable to generate correct code with -O0 enabled by
18 # --enable-debug. Allow package build but disable debug.
19 ifeq ($(BR2_xtensa)$(BR2_ENABLE_DEBUG),yy)
20 JASPER_CONF_OPTS += --disable-debug
21 endif
22
23 $(eval $(autotools-package))