package/gmrender-resurrect: bump to version 0.1

gmrender-resurrect uses threads since
8871dfd249

https://github.com/hzeller/gmrender-resurrect/compare/v0.0.9...v0.1

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
Fabrice Fontaine 2022-10-09 23:58:01 +02:00 committed by Peter Korsgaard
parent 026265bf7e
commit 771e92d01d
3 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
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_TOOLCHAIN_HAS_THREADS
depends on BR2_USE_MMU # gstreamer1
select BR2_PACKAGE_GSTREAMER1
select BR2_PACKAGE_GST1_PLUGINS_BASE # run-time only

View File

@ -1,3 +1,3 @@
# Locally calculated
sha256 c3a9c80c7058a9a1f32175da25a564fb3021a7055c2df3941e8da8860a509009 gmrender-resurrect-0.0.9.tar.gz
sha256 550b07bc6a073176ad7de0efd603663c9875311dfb81ae1075263e3fd6974335 gmrender-resurrect-0.1.tar.gz
sha256 c38aee9e3c8c4d5d594ff548a1be05453023016d6286931f6512db215ec1fd42 COPYING

View File

@ -4,7 +4,7 @@
#
################################################################################
GMRENDER_RESURRECT_VERSION = 0.0.9
GMRENDER_RESURRECT_VERSION = 0.1
GMRENDER_RESURRECT_SITE = $(call github,hzeller,gmrender-resurrect,v$(GMRENDER_RESURRECT_VERSION))
# Original distribution does not have default configure,
# so we need to autoreconf: