initial buildroot for linux 5.15

This commit is contained in:
Huan.Feng
2021-12-06 14:12:13 +08:00
parent d7767d594e
commit 7b6fc358fa
12736 changed files with 508822 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
config BR2_PACKAGE_XAPP_XVIDTUNE
bool "xvidtune"
select BR2_PACKAGE_XLIB_LIBXAW
select BR2_PACKAGE_XLIB_LIBXXF86VM
help
video mode tuner for Xorg
@@ -0,0 +1,4 @@
# From http://lists.x.org/archives/xorg-announce/2013-January/002129.html
sha256 24e5e103933a04bfb2e1d18562619ed74031ab515e7343eb546bacdbcbeecf01 xvidtune-1.0.3.tar.bz2
# Locally computed
sha256 f3da8eaed19e27e4f67e6f076d4ebdb8d649e15a8ad33a415fb65a23de1b6689 COPYING
@@ -0,0 +1,14 @@
################################################################################
#
# xapp_xvidtune
#
################################################################################
XAPP_XVIDTUNE_VERSION = 1.0.3
XAPP_XVIDTUNE_SOURCE = xvidtune-$(XAPP_XVIDTUNE_VERSION).tar.bz2
XAPP_XVIDTUNE_SITE = http://xorg.freedesktop.org/releases/individual/app
XAPP_XVIDTUNE_LICENSE = MIT
XAPP_XVIDTUNE_LICENSE_FILES = COPYING
XAPP_XVIDTUNE_DEPENDENCIES = xlib_libXaw xlib_libXxf86vm
$(eval $(autotools-package))