Update buidlroot to version 2016.08.1
This commit is contained in:
19
bsp/buildroot/package/gmrender-resurrect/Config.in
Normal file
19
bsp/buildroot/package/gmrender-resurrect/Config.in
Normal file
@@ -0,0 +1,19 @@
|
||||
config BR2_PACKAGE_GMRENDER_RESURRECT
|
||||
bool "gmrender-resurrect"
|
||||
depends on BR2_USE_WCHAR # gstreamer1 -> libglib2
|
||||
depends on BR2_TOOLCHAIN_HAS_THREADS # gstreamer1 -> libglib2, libupnp
|
||||
depends on BR2_USE_MMU # gstreamer1
|
||||
# uses <error.h>
|
||||
depends on !BR2_TOOLCHAIN_USES_MUSL
|
||||
select BR2_PACKAGE_GSTREAMER1
|
||||
select BR2_PACKAGE_GST1_PLUGINS_BASE # run-time only
|
||||
select BR2_PACKAGE_LIBUPNP
|
||||
help
|
||||
UPnP (DLNA) media renderer based on gstreamer
|
||||
|
||||
https://github.com/hzeller/gmrender-resurrect
|
||||
|
||||
comment "gmrender-resurrect needs a glibc or uClibc toolchain w/ wchar, threads"
|
||||
depends on BR2_USE_MMU
|
||||
depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS || \
|
||||
BR2_TOOLCHAIN_USES_MUSL
|
||||
@@ -0,0 +1,2 @@
|
||||
# Locally calculated
|
||||
sha256 8cd9eae3e6be75684c9b7c4d29702fcbbeead0ded1d4f7cf8fb65fe1dc718596 gmrender-resurrect-48caaa4f6c386fd1586126c801cd326f96d5fa5c.tar.gz
|
||||
@@ -0,0 +1,16 @@
|
||||
################################################################################
|
||||
#
|
||||
# gmrender-resurrect
|
||||
#
|
||||
################################################################################
|
||||
|
||||
GMRENDER_RESURRECT_VERSION = 48caaa4f6c386fd1586126c801cd326f96d5fa5c
|
||||
GMRENDER_RESURRECT_SITE = $(call github,hzeller,gmrender-resurrect,$(GMRENDER_RESURRECT_VERSION))
|
||||
# Original distribution does not have default configure,
|
||||
# so we need to autoreconf:
|
||||
GMRENDER_RESURRECT_AUTORECONF = YES
|
||||
GMRENDER_RESURRECT_LICENSE = GPLv2+
|
||||
GMRENDER_RESURRECT_LICENSE_FILES = COPYING
|
||||
GMRENDER_RESURRECT_DEPENDENCIES = gstreamer1 libupnp
|
||||
|
||||
$(eval $(autotools-package))
|
||||
Reference in New Issue
Block a user