summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaxim Devaev2021-10-01 17:12:24 +0300
committerMaxim Devaev2021-10-01 17:12:24 +0300
commit69566c12d90182920af1c038015e3613f97652f3 (patch)
tree2826e23449db8f6bc0b3197794c5e305ad36dfbe
parent43407f223c64ed2068f2d98275881cf04a6b422f (diff)
downloadaur-69566c12d90182920af1c038015e3613f97652f3.tar.gz
bump
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD7
2 files changed, 8 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cca12f5ff090..b917dcbc3e6b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ustreamer
pkgdesc = Lightweight and fast MJPG-HTTP streamer
- pkgver = 3.23
+ pkgver = 4.6
pkgrel = 1
url = https://github.com/pikvm/ustreamer
arch = i686
@@ -17,8 +17,7 @@ pkgbase = ustreamer
depends = libbsd
depends = libgpiod
depends = python
- source = ustreamer::git+https://github.com/pikvm/ustreamer#commit=v3.23
+ source = ustreamer::git+https://github.com/pikvm/ustreamer#commit=v4.6
md5sums = SKIP
pkgname = ustreamer
-
diff --git a/PKGBUILD b/PKGBUILD
index 508c19c6a94a..327906cf82f4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=ustreamer
-pkgver=3.23
+pkgver=4.6
pkgrel=1
pkgdesc="Lightweight and fast MJPG-HTTP streamer"
url="https://github.com/pikvm/ustreamer"
@@ -26,6 +26,11 @@ if [ -e /opt/vc/include/IL/OMX_Core.h ]; then
makedepends+=(raspberrypi-firmware)
_options="$_options WITH_OMX=1"
fi
+if [ -e /usr/include/janus/plugins/plugin.h ];then
+ depends+=(janus-gateway-pikvm)
+ makedepends+=(janus-gateway-pikvm)
+ _options="$_options WITH_JANUS=1"
+fi
# LD does not link mmal with this option