File tree Expand file tree Collapse file tree 1 file changed +13
-3
lines changed
Expand file tree Collapse file tree 1 file changed +13
-3
lines changed Original file line number Diff line number Diff line change 11include $(TOPDIR ) /rules.mk
22
33PKG_NAME: =go2rtc
4- PKG_VERSION: =1.9.12
4+ PKG_VERSION: =1.9.13
55PKG_RELEASE: =1
66
77PKG_SOURCE_PROTO: =git
88PKG_SOURCE_URL: =https://github.com/AlexxIT/go2rtc.git
9- PKG_MIRROR_HASH: =097ddc9a9837c2705c0a7da2ae7dd671673697048955240b82b3db9eb370deb5
9+ PKG_MIRROR_HASH: =74ee944e3b3855d9afc0d60f833b99f3378f78d20714e4b759da41c98126fa57
1010PKG_SOURCE_VERSION: =v$(PKG_VERSION )
1111
1212PKG_LICENSE: =MIT
@@ -23,12 +23,22 @@ GO_PKG_EXCLUDES:=examples/
2323include $(INCLUDE_DIR ) /package.mk
2424include ../../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+
2636define 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
3343endef
3444
You can’t perform that action at this time.
0 commit comments