fluxcast

LOW
maintainer Illium 0 votes scanned 2026-09-20 19:33:19.533630
View on AUR
Why flagged

Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.

Triggered rules

Low Few votes, recently uploaded zero_votes_recent

Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.

PKGBUILD

1# Maintainer: Illia Pukalov <illia@fluxcast.dev>
2# Contributor: alba4k <blaskoazzolaaaron[at]gmail.com>
3
4pkgname=fluxcast
5pkgver=0.2.6
6pkgrel=1
7pkgdesc="Stream your Linux desktop to a Smart TV via Miracast/WFD, DLNA, or Cast"
8arch=('any')
9url="https://github.com/IlyaP358/fluxcast"
10license=('GPL-3.0-or-later')
11depends=(
12 dnsmasq
13 ffmpeg
14 glib2
15 gst-plugin-pipewire
16 gst-plugins-bad
17 gst-plugins-base
18 gst-plugins-good
19 gst-plugins-ugly
20 gst-python
21 gstreamer
22 iw
23 libappindicator
24 libnotify
25 libpulse
26 networkmanager
27 python-dbus-next
28 python-gobject
29 python-pillow
30 python-pystray
31 tk
32 wf-recorder
33 wpa_supplicant
34 xdg-desktop-portal
35 xorg-xrandr
36)
37optdepends=(
38 'python-pychromecast: Needed for the Cast protocol'
39 'python-upnpclient: Needed for the DLNA protocol'
40)
41install="$pkgname.install"
42source=("$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/v$pkgver.tar.gz")
43sha256sums=('8b5511645e3f8995624939d5d490e06b21691e157d14e731c7895e372da66b2f')
44
45package() {
46 cd "$pkgname-$pkgver"
47
48 install -Dm644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname/"
49 install -Dm644 README.md -t "$pkgdir/usr/share/doc/$pkgname/"
50 install -Dm644 documentation/DOCUMENTATION.md \
51 -t "$pkgdir/usr/share/doc/$pkgname/documentation/"
52
53 env DESTDIR="$pkgdir" FLUXCAST_VERSION="$pkgver" ./meta/install.sh
54
55 sed -i "s|^__installed_version__ = \"dev\"|__installed_version__ = \"$pkgver\"|" \
56 "$pkgdir/opt/fluxcast/version.py"
57}
58

Scan history

Scanned at (UTC)SeverityRules
2026-09-20 19:33:19 Low 1

Report a package

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

0 / 4000
Your suggestion