From: Georgi Valkov Date: Sat, 7 Feb 2026 16:41:58 +0000 (+0200) Subject: ustreamer: update to 6.52 X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=c913af4cfa6e2d26a420c2843cdab27026cf9021;p=openwrt-packages.git ustreamer: update to 6.52 fix a build error when compiled with WITH_SETPROCTITLE=1 undefined reference to setproctitle_init [1] https://github.com/openwrt/packages/pull/28472#issuecomment-3863583824 Signed-off-by: Georgi Valkov --- diff --git a/multimedia/ustreamer/Makefile b/multimedia/ustreamer/Makefile index 7ce259b2c..d640961f0 100644 --- a/multimedia/ustreamer/Makefile +++ b/multimedia/ustreamer/Makefile @@ -6,13 +6,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=ustreamer -PKG_VERSION:=6.51 +PKG_VERSION:=6.52 PKG_RELEASE:=1 PKG_MAINTAINER:=Georgi Valkov PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://codeload.github.com/pikvm/ustreamer/tar.gz/v$(PKG_VERSION)? -PKG_HASH:=384e90b0b8e9669cf903fad10e361401bfb1b2f808be44498e3855a65d7c0145 +PKG_HASH:=db00adfa02acfbdf6682ffae8e418b582d623e1971672d5df19858e02e2f3b0e PKG_LICENSE:=GPL-3.0 PKG_LICENSE_FILES:=LICENSE