mirror of
https://github.com/openwrt/video.git
synced 2026-04-15 10:51:58 +00:00
seatd: update to 0.9.1
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=seatd
|
||||
PKG_VERSION:=0.6.3
|
||||
PKG_RELEASE:=$(AUTORELEASE)
|
||||
PKG_VERSION:=0.9.1
|
||||
PKG_RELEASE:=1
|
||||
|
||||
PKG_SOURCE_PROTO:=git
|
||||
PKG_SOURCE_URL:=https://git.sr.ht/~kennylevinsen/seatd
|
||||
PKG_SOURCE_VERSION:=$(PKG_VERSION)
|
||||
PKG_MIRROR_HASH:=f3bcdf68b67ec48e637851031a839bff1835ca8462a03fa4f7556f431217af37
|
||||
PKG_MIRROR_HASH:=bf572e248ba9f4bd7808b3fdfad04719f72bf2d1702d4c3bb503a0688f341936
|
||||
|
||||
PKG_MAINTAINER:=Daniel Golle <daniel@makrotopia.org>
|
||||
PKG_LICENSE:=MIT
|
||||
@@ -75,4 +75,3 @@ endef
|
||||
|
||||
$(eval $(call BuildPackage,libseat))
|
||||
$(eval $(call BuildPackage,seatd))
|
||||
$(eval $(call HostBuild))
|
||||
|
||||
@@ -8,6 +8,6 @@ PROG=/usr/bin/seatd
|
||||
|
||||
start_service() {
|
||||
procd_open_instance
|
||||
procd_set_param command "$PROG"
|
||||
procd_set_param command "$PROG" -g video
|
||||
procd_close_instance
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user