initial buildroot for linux 5.15
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
config BR2_PACKAGE_MIRACLECAST
|
||||
bool "miraclecast"
|
||||
depends on BR2_PACKAGE_SYSTEMD
|
||||
depends on BR2_TOOLCHAIN_USES_GLIBC
|
||||
depends on BR2_USE_WCHAR # glib2
|
||||
depends on BR2_TOOLCHAIN_HAS_THREADS # glib2
|
||||
depends on BR2_USE_MMU # glib2
|
||||
select BR2_PACKAGE_LIBGLIB2
|
||||
select BR2_PACKAGE_GSTREAMER1
|
||||
select BR2_PACKAGE_READLINE
|
||||
help
|
||||
The MiracleCast project provides software to connect external
|
||||
monitors to your system via Wifi. It is compatible to the
|
||||
Wifi-Display specification also known as Miracast. MiracleCast
|
||||
implements the Display-Source as well as Display-Sink side.
|
||||
|
||||
https://github.com/albfan/miraclecast
|
||||
|
||||
comment "miraclecast needs systemd and a glibc toolchain w/ threads and wchar"
|
||||
depends on BR2_USE_MMU
|
||||
depends on !BR2_TOOLCHAIN_USES_GLIBC || !BR2_USE_WCHAR \
|
||||
|| !BR2_TOOLCHAIN_HAS_THREADS || !BR2_PACKAGE_SYSTEMD
|
||||
@@ -0,0 +1,6 @@
|
||||
# Locally calculated
|
||||
sha256 e11440f782519663db367285dd54b53eb5feb78682dac42bd90230222de9f0fd miraclecast-c94be167c85c6ec8badd7ac79e3dea2e0b73225c.tar.gz
|
||||
sha256 66bdcc8bcbd1d5ee336c4c8e8749ea538e17b0c0e22b0f705025deb1e912a6d3 COPYING
|
||||
sha256 8e136a0e16783d79792e6a57a1422a40acea2e18affb5e2cecb858382f8b0a6c LICENSE_gdhcp
|
||||
sha256 a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861 LICENSE_htable
|
||||
sha256 dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551 LICENSE_lgpl
|
||||
@@ -0,0 +1,23 @@
|
||||
################################################################################
|
||||
#
|
||||
# miraclecast
|
||||
#
|
||||
################################################################################
|
||||
|
||||
MIRACLECAST_VERSION = c94be167c85c6ec8badd7ac79e3dea2e0b73225c
|
||||
MIRACLECAST_SITE = $(call github,albfan,miraclecast,$(MIRACLECAST_VERSION))
|
||||
MIRACLECAST_LICENSE = LGPL-2.1+, GPL-2.0 (gdhcp)
|
||||
MIRACLECAST_LICENSE_FILES = COPYING LICENSE_gdhcp LICENSE_htable LICENSE_lgpl
|
||||
MIRACLECAST_DEPENDENCIES = host-pkgconf systemd gstreamer1 \
|
||||
readline libglib2
|
||||
# Straight out the repository, no ./configure
|
||||
MIRACLECAST_AUTORECONF = YES
|
||||
|
||||
define MIRACLECAST_INSTALL_DBUS_POLICY
|
||||
$(INSTALL) -m 0644 -D \
|
||||
$(@D)/res/org.freedesktop.miracle.conf \
|
||||
$(TARGET_DIR)/etc/dbus-1/system.d/org.freedesktop.miracle.conf
|
||||
endef
|
||||
MIRACLECAST_POST_INSTALL_TARGET_HOOKS += MIRACLECAST_INSTALL_DBUS_POLICY
|
||||
|
||||
$(eval $(autotools-package))
|
||||
Reference in New Issue
Block a user