Skip to content

Commit 66e825d

Browse files
committed
go2rtc: update to 1.9.13
- Update version - No patch refresh needed Changelog: https://github.com/AlexxIT/go2rtc/releases/tag/v1.9.13 Signed-off-by: Vladimir Ermakov <[email protected]>
1 parent afce316 commit 66e825d

File tree

1 file changed

+13
-3
lines changed

1 file changed

+13
-3
lines changed

multimedia/go2rtc/Makefile

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
include $(TOPDIR)/rules.mk
22

33
PKG_NAME:=go2rtc
4-
PKG_VERSION:=1.9.12
4+
PKG_VERSION:=1.9.13
55
PKG_RELEASE:=1
66

77
PKG_SOURCE_PROTO:=git
88
PKG_SOURCE_URL:=https://github.com/AlexxIT/go2rtc.git
9-
PKG_MIRROR_HASH:=097ddc9a9837c2705c0a7da2ae7dd671673697048955240b82b3db9eb370deb5
9+
PKG_MIRROR_HASH:=74ee944e3b3855d9afc0d60f833b99f3378f78d20714e4b759da41c98126fa57
1010
PKG_SOURCE_VERSION:=v$(PKG_VERSION)
1111

1212
PKG_LICENSE:=MIT
@@ -23,12 +23,22 @@ GO_PKG_EXCLUDES:=examples/
2323
include $(INCLUDE_DIR)/package.mk
2424
include ../../lang/golang/golang-package.mk
2525

26+
# NOTE: Since version 1.9.9 project contains some arch-dependent code,
27+
# which should be selected by magic go comments or file endings,
28+
# which unfortunately sometimes breaks on openwrt for some targets.
29+
# So I mark package as broken for some of known bad targets.
30+
#
31+
# MIPS - only mipsel variant supported
32+
# RV64 - currently selection broken
33+
#
34+
GO2RTC_DEPENDS:=@(mips|mips64|riscv64):BROKEN
35+
2636
define Package/go2rtc
2737
SECTION:=multimedia
2838
CATEGORY:=Multimedia
2939
TITLE:=go2rtc camera streaming
3040
URL:=https://github.com/AlexxIT/go2rtc
31-
DEPENDS:=$(GO_ARCH_DEPENDS) +ffmpeg
41+
DEPENDS:=$(GO_ARCH_DEPENDS) $(GO2RTC_DEPENDS) +ffmpeg
3242
USERID:=go2rtc:go2rtc
3343
endef
3444

0 commit comments

Comments
 (0)