ustreamer

MEDIUM
maintainer FabioLolix 3 votes scanned 2026-09-06 15:12:20.220602
View on AUR
Why flagged

This package was orphaned and re-adopted within the last 30 days — a window where ownership transfers can introduce malicious changes.

Triggered rules

Medium Recently orphaned & re-adopted orphaned_readopted

This package was orphaned and re-adopted within the last 30 days — a window where ownership transfers can introduce malicious changes.

PKGBUILD

1# Contributor: Maxim Devaev <mdevaev@gmail.com>
2# Author: Maxim Devaev <mdevaev@gmail.com>
3
4
5pkgname=ustreamer
6pkgver=6.31
7pkgrel=1
8pkgdesc="Lightweight and fast MJPEG-HTTP streamer"
9url="https://github.com/pikvm/ustreamer"
10license=(GPL)
11arch=(i686 x86_64 armv6h armv7h aarch64)
12depends=(libjpeg libevent libbsd libgpiod systemd)
13makedepends=(gcc make pkgconf systemd)
14source=(${pkgname}::"git+https://github.com/pikvm/ustreamer#commit=v${pkgver}")
15md5sums=(SKIP)
16
17
18_options="WITH_GPIO=1 WITH_SYSTEMD=1"
19if [ -e /usr/bin/python3 ]; then
20 _options="$_options WITH_PYTHON=1"
21 depends+=("python>=3.13" "python<3.14")
22 makedepends+=(python-setuptools python-pip python-build python-wheel)
23fi
24if [ -e /usr/include/janus/plugins/plugin.h ];then
25 depends+=(janus-gateway alsa-lib opus)
26 makedepends+=(janus-gateway alsa-lib opus)
27 _options="$_options WITH_JANUS=1"
28fi
29
30
31build() {
32 cd "$srcdir"
33 rm -rf $pkgname-build
34 cp -r $pkgname $pkgname-build
35 cd $pkgname-build
36 make $_options CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS" $MAKEFLAGS
37}
38
39package() {
40 cd "$srcdir/$pkgname-build"
41 make $_options CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS" DESTDIR="$pkgdir" PREFIX=/usr install
42}
43

Scan history

Scanned at (UTC)SeverityRules
2026-09-06 15:12:20 Medium 1
2026-06-18 16:11:54 Clean 0

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion