Skip to content

Commit

Permalink
add libsixel test
Browse files Browse the repository at this point in the history
  • Loading branch information
wjz304 committed Aug 6, 2023
1 parent 99fb731 commit a2fba34
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 0 deletions.
1 change: 1 addition & 0 deletions external/Config.in
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
source "$BR2_EXTERNAL_ARPL_PATH/libsixel/Config.in"
source "$BR2_EXTERNAL_ARPL_PATH/r8125/Config.in"
source "$BR2_EXTERNAL_ARPL_PATH/r8169/Config.in"
8 changes: 8 additions & 0 deletions external/libsixel/Config.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
config BR2_PACKAGE_LIBSIXEL
bool "libsixel"
depends on BR2_USE_MMU
help
This package provides encoder/decoder implementation for
DEC SIXEL graphics, and some converter programs.

https://github.com/saitoha/libsixel
1 change: 1 addition & 0 deletions external/libsixel/libsixel.hash
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
sha256 f555dd6fbc4b6a79b29670472a8d0455699901342ef6eda9e178e067fc6e0b60 libsixel-6a5be8b72d84037b83a5ea838e17bcf372ab1d5f.tar.gz
17 changes: 17 additions & 0 deletions external/libsixel/libsixel.mk
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
################################################################################
#
# libsixel
#
################################################################################
# 6a5be8b72d84037b83a5ea838e17bcf372ab1d5f is v1.8.6 commit ID
LIBSIXEL_VERSION = 6a5be8b72d84037b83a5ea838e17bcf372ab1d5f
LIBSIXEL_SITE = $(call github,saitoha,libsixel,$(LIBSIXEL_VERSION))
LIBSIXEL_LICENSE = MIT
LIBSIXEL_LICENSE_FILES = LICENSE

LIBSIXEL_CPE_ID_VENDOR = libsixel_project
LIBSIXEL_INSTALL_STAGING = YES
LIBSIXEL_AUTORECONF = YES

$(eval $(autotools-package))
$(eval $(host-autotools-package))
1 change: 1 addition & 0 deletions files/configs/arpl_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -120,5 +120,6 @@ BR2_PACKAGE_HOST_DOSFSTOOLS=y
BR2_PACKAGE_HOST_E2FSPROGS=y
# ARPL external packages (in /root/arpl-i18n/external)
#
BR2_PACKAGE_LIBSIXEL=y
BR2_PACKAGE_R8125=y
BR2_PACKAGE_R8169=y

0 comments on commit a2fba34

Please sign in to comment.