mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-10 08:14:09 -09:00
jasper: new package
JPEG-2000 decoder. This package was originally found at : https://github.com/huceke/buildroot-rbp By gimli <ebsi4711@gmail.com> Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
d5486ec6c3
commit
9f596dbdf5
7
package/jasper/Config.in
Normal file
7
package/jasper/Config.in
Normal file
@@ -0,0 +1,7 @@
|
||||
config BR2_PACKAGE_JASPER
|
||||
bool "jasper"
|
||||
select BR2_PACKAGE_JPEG
|
||||
help
|
||||
JPEG-2000 decoder
|
||||
|
||||
http://www.ece.uvic.ca/~mdadams/jasper/
|
||||
15
package/jasper/jasper.mk
Normal file
15
package/jasper/jasper.mk
Normal file
@@ -0,0 +1,15 @@
|
||||
#############################################################
|
||||
#
|
||||
# jasper
|
||||
#
|
||||
#############################################################
|
||||
|
||||
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
|
||||
JASPER_LICENSE_FILE = LICENSE
|
||||
|
||||
$(eval $(autotools-package))
|
||||
Reference in New Issue
Block a user