mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2025-12-12 09:10:30 +08:00
ustreamer min version == 1.5
This commit is contained in:
parent
300d4603ca
commit
f6e02e7219
2
Makefile
2
Makefile
@ -5,7 +5,7 @@ TESTENV_HID ?= /dev/ttyS10
|
|||||||
TESTENV_VIDEO ?= /dev/video0
|
TESTENV_VIDEO ?= /dev/video0
|
||||||
TESTENV_LOOP ?= /dev/loop7
|
TESTENV_LOOP ?= /dev/loop7
|
||||||
|
|
||||||
USTREAMER_MIN_VERSION ?= 1.4
|
USTREAMER_MIN_VERSION ?= $(shell grep -o 'ustreamer>=.*' PKGBUILD | sed 's/ustreamer>=//g')
|
||||||
|
|
||||||
|
|
||||||
# =====
|
# =====
|
||||||
|
|||||||
2
PKGBUILD
2
PKGBUILD
@ -37,7 +37,7 @@ depends=(
|
|||||||
nginx-mainline
|
nginx-mainline
|
||||||
openssl
|
openssl
|
||||||
raspberrypi-io-access
|
raspberrypi-io-access
|
||||||
ustreamer
|
ustreamer>=1.5
|
||||||
)
|
)
|
||||||
makedepends=(python-setuptools)
|
makedepends=(python-setuptools)
|
||||||
source=("$url/archive/v$pkgver.tar.gz")
|
source=("$url/archive/v$pkgver.tar.gz")
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user