Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

go2rtc 1.8.5 #5970

Merged
merged 5 commits into from
Feb 1, 2024
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions cross/go2rtc/Makefile
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
PKG_NAME = go2rtc
PKG_VERS = 1.8.4
PKG_VERS = 1.8.5
PKG_EXT = tar.gz
PKG_DIST_NAME = v$(PKG_VERS).$(PKG_EXT)
PKG_DIST_SITE = https://github.com/AlexxIT/go2rtc/archive
PKG_DIST_FILE = $(PKG_NAME)-$(PKG_VERS).$(PKG_EXT)
EXTRACT_PATH = $(WORK_DIR)/src/github.com/$(PKG_NAME)
PKG_DIR = src/github.com/$(PKG_NAME)/$(PKG_NAME)

PATCHES_LEVEL = 1

skrashevich marked this conversation as resolved.
Show resolved Hide resolved
BUILD_DEPENDS = native/go

HOMEPAGE = https://github.com/AlexxIT/go2rtc/
Expand All @@ -27,4 +29,4 @@ include ../../mk/spksrc.cross-go.mk
go2rtc_post_extract:
@$(MSG) Rename extracted folder to make imports work when used as GOPATH
cd $(EXTRACT_PATH) && [ -d "$(PKG_NAME)-$(PKG_VERS)" ] && mv "$(PKG_NAME)-$(PKG_VERS)" $(PKG_NAME)
cd "$(EXTRACT_PATH)/$(PKG_NAME)" && env $(ENV) go mod edit -go=1.20 && env $(ENV) go get github.com/tillberg/autorestart
cd "$(EXTRACT_PATH)/$(PKG_NAME)" && env $(ENV) go get github.com/tillberg/autorestart
6 changes: 3 additions & 3 deletions cross/go2rtc/digests
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
go2rtc-1.8.4.tar.gz SHA1 e10470ff603caf0aca51d5baddf8b77f4db8022d
go2rtc-1.8.4.tar.gz SHA256 2c2b7846a44b997f263cd59a21816cf5f16ddbb06785e5e236c262b9cb18536c
go2rtc-1.8.4.tar.gz MD5 6304fb7343e061cd3027b4a91b54833f
go2rtc-1.8.5.tar.gz SHA1 5b3d97ce591c08303df5bad6e9ae816c73ad12d6
go2rtc-1.8.5.tar.gz SHA256 330415a37efb1d02c647a6dca572612b54af22d9aeee7fca141db0eb42a8a5b3
go2rtc-1.8.5.tar.gz MD5 60938e1bbe591411e43c010e6305e545
6 changes: 3 additions & 3 deletions spk/go2rtc/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
SPK_NAME = go2rtc
SPK_VERS = 1.8.4
SPK_REV = 3
SPK_VERS = 1.8.5
SPK_REV = 4
SPK_ICON = src/go2rtc.png

DEPENDS = cross/go2rtc
Expand All @@ -10,7 +10,7 @@ UNSUPPORTED_ARCHS = $(PPC_ARCHS)
MAINTAINER = skrashevich
DESCRIPTION = Ultimate camera streaming application with support RTSP, RTMP, HTTP-FLV, WebRTC, MSE, HLS, MP4, MJPEG, HomeKit, FFmpeg, etc
DISPLAY_NAME = go2rtc
CHANGELOG = "Enhanced support for various formats and sources, including ADTS, MJPEG, and GoPro streaming.<br/>Fixed numerous issues in https sources, API ports, and RTP handling.<br/>Improved compatibility with specific devices like Tapo C210."
CHANGELOG = "Enhanced Rockchip transcoding, OPUS codec support, WebUI log viewer, Tapo and HomeKit source handling. Improved H265, FFmpeg, CORS support. Fixed D-Link SDP, exec source issues, H265 hardware profiles, OPUS audio, mdns log, Aqara G2H compatibility, reconnect panic."
LICENSE_FILE = $(WORK_DIR)/src/github.com/go2rtc/go2rtc/LICENSE
HOMEPAGE = https://github.com/AlexxIT/go2rtc
LICENSE = MIT
Expand Down