2015-10-19 14:06:53 +02:00
|
|
|
################################################################################
|
|
|
|
#
|
|
|
|
# gmrender-resurrect
|
|
|
|
#
|
|
|
|
################################################################################
|
|
|
|
|
2022-10-09 23:58:01 +02:00
|
|
|
GMRENDER_RESURRECT_VERSION = 0.1
|
2019-12-26 10:00:54 +01:00
|
|
|
GMRENDER_RESURRECT_SITE = $(call github,hzeller,gmrender-resurrect,v$(GMRENDER_RESURRECT_VERSION))
|
2015-10-19 14:06:53 +02:00
|
|
|
# Original distribution does not have default configure,
|
|
|
|
# so we need to autoreconf:
|
|
|
|
GMRENDER_RESURRECT_AUTORECONF = YES
|
2017-03-30 15:43:32 +02:00
|
|
|
GMRENDER_RESURRECT_LICENSE = GPL-2.0+
|
2015-10-19 14:06:53 +02:00
|
|
|
GMRENDER_RESURRECT_LICENSE_FILES = COPYING
|
2019-12-26 10:00:54 +01:00
|
|
|
GMRENDER_RESURRECT_DEPENDENCIES = \
|
|
|
|
gstreamer1 \
|
2021-01-25 20:49:47 +01:00
|
|
|
libupnp
|
2015-10-19 14:06:53 +02:00
|
|
|
|
|
|
|
$(eval $(autotools-package))
|