mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-01 21:23:51 -09:00
Version 0.3 (and 0.2) of gmrender-resurrect bring some bugfixes. For release notes since v0.1, see: https://github.com/hzeller/gmrender-resurrect/releases/tag/v0.3 https://github.com/hzeller/gmrender-resurrect/releases/tag/v0.2 Fixes: https://autobuild.buildroot.org/results/1e1/1e1e5a494bf1ca5ba920c4e06a1affff4ad61033// Signed-off-by: Thomas Bonnefille <thomas.bonnefille@bootlin.com> [Julien: add links to release notes] Signed-off-by: Julien Olivain <ju.o@free.fr>
19 lines
611 B
Makefile
19 lines
611 B
Makefile
################################################################################
|
|
#
|
|
# gmrender-resurrect
|
|
#
|
|
################################################################################
|
|
|
|
GMRENDER_RESURRECT_VERSION = 0.3
|
|
GMRENDER_RESURRECT_SITE = $(call github,hzeller,gmrender-resurrect,v$(GMRENDER_RESURRECT_VERSION))
|
|
# Original distribution does not have default configure,
|
|
# so we need to autoreconf:
|
|
GMRENDER_RESURRECT_AUTORECONF = YES
|
|
GMRENDER_RESURRECT_LICENSE = GPL-2.0+
|
|
GMRENDER_RESURRECT_LICENSE_FILES = COPYING
|
|
GMRENDER_RESURRECT_DEPENDENCIES = \
|
|
gstreamer1 \
|
|
libupnp
|
|
|
|
$(eval $(autotools-package))
|