initial buildroot for linux 5.15
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
config BR2_PACKAGE_QT5LOTTIE
|
||||
bool "qt5lottie"
|
||||
depends on BR2_PACKAGE_QT5_JSCORE_AVAILABLE
|
||||
select BR2_PACKAGE_QT5DECLARATIVE
|
||||
select BR2_PACKAGE_QT5DECLARATIVE_QUICK
|
||||
help
|
||||
Qt is a cross-platform application and UI framework for
|
||||
developers using C++.
|
||||
|
||||
This package corresponds to the qt5lottie module.
|
||||
|
||||
https://doc.qt.io/qt-5/qtlottieanimation-index.html
|
||||
@@ -0,0 +1,6 @@
|
||||
# Hash from: http://download.qt.io/official_releases/qt/5.15/5.15.2/submodules/qtlottie-everywhere-src-5.15.2.tar.xz.sha256
|
||||
sha256 cec6095ab8f714e609d2ad3ea8c4fd819461ce8793adc42abe37d0f6dc432517 qtlottie-everywhere-src-5.15.2.tar.xz
|
||||
|
||||
# Hashes for license files:
|
||||
sha256 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903 LICENSE.GPL3
|
||||
sha256 0dbe024961f6ab5c52689cbd036c977975d0d0f6a67ff97762d96cb819dd5652 LICENSE.GPL3-EXCEPT
|
||||
@@ -0,0 +1,16 @@
|
||||
################################################################################
|
||||
#
|
||||
# qt5lottie
|
||||
#
|
||||
################################################################################
|
||||
|
||||
QT5LOTTIE_VERSION = $(QT5_VERSION)
|
||||
QT5LOTTIE_SITE = $(QT5_SITE)
|
||||
QT5LOTTIE_SOURCE = qtlottie-$(QT5_SOURCE_TARBALL_PREFIX)-$(QT5LOTTIE_VERSION).tar.xz
|
||||
QT5LOTTIE_DEPENDENCIES = qt5declarative
|
||||
QT5LOTTIE_INSTALL_STAGING = YES
|
||||
|
||||
QT5LOTTIE_LICENSE = GPL-3.0
|
||||
QT5LOTTIE_LICENSE_FILES = LICENSE.GPL3 LICENSE.GPL3-EXCEPT
|
||||
|
||||
$(eval $(qmake-package))
|
||||
Reference in New Issue
Block a user