initial buildroot for linux 5.15
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
config BR2_PACKAGE_KVAZAAR
|
||||
bool "kvazaar"
|
||||
depends on BR2_INSTALL_LIBSTDCPP
|
||||
depends on BR2_TOOLCHAIN_HAS_THREADS
|
||||
depends on BR2_TOOLCHAIN_HAS_SYNC_4
|
||||
# use deprecated altivec vec_lvsl()
|
||||
depends on !BR2_powerpc && !BR2_powerpc64 && !BR2_powerpc64le
|
||||
help
|
||||
An open-source HEVC encoder licensed under LGPLv2.1
|
||||
|
||||
https://github.com/ultravideo/kvazaar
|
||||
|
||||
comment "kvazaar needs a toolchain w/ C++, threads"
|
||||
depends on !BR2_powerpc && !BR2_powerpc64 && !BR2_powerpc64le
|
||||
depends on BR2_TOOLCHAIN_HAS_SYNC_4
|
||||
depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS
|
||||
@@ -0,0 +1,3 @@
|
||||
# Locally calculated
|
||||
sha256 480ecfd9b4d2b7d21b355e4a35fcf47b4db7a3b0315b6219d93733db42392bd9 kvazaar-1.2.0.tar.gz
|
||||
sha256 531712277c3543b9ee86c4c4e0e424f531b893a44cc021c74a24b038d8de4d2a COPYING
|
||||
@@ -0,0 +1,16 @@
|
||||
################################################################################
|
||||
#
|
||||
# kvazaar
|
||||
#
|
||||
################################################################################
|
||||
|
||||
KVAZAAR_VERSION = 1.2.0
|
||||
KVAZAAR_SITE = $(call github,ultravideo,kvazaar,v$(KVAZAAR_VERSION))
|
||||
KVAZAAR_LICENSE = LGPL-2.1+
|
||||
KVAZAAR_LICENSE_FILES = COPYING
|
||||
KVAZAAR_AUTORECONF = YES
|
||||
KVAZAAR_INSTALL_STAGING = YES
|
||||
KVAZAAR_DEPENDENCIES = host-pkgconf
|
||||
KVAZAAR_CONF_OPTS = --without-cryptopp
|
||||
|
||||
$(eval $(autotools-package))
|
||||
Reference in New Issue
Block a user