fluxcast
LOW
maintainer Illium
0 votes
scanned 2026-09-20 19:33:19.533630
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
4
pkgname=fluxcast
5
pkgver=0.2.6
6
pkgrel=1
7
pkgdesc="Stream your Linux desktop to a Smart TV via Miracast/WFD, DLNA, or Cast"
8
arch=('any')
9
url="https://github.com/IlyaP358/fluxcast"
10
license=('GPL-3.0-or-later')
11
depends=(
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
)
37
optdepends=(
38
'python-pychromecast: Needed for the Cast protocol'
39
'python-upnpclient: Needed for the DLNA protocol'
40
)
41
install="$pkgname.install"
42
source=("$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/v$pkgver.tar.gz")
43
sha256sums=('8b5511645e3f8995624939d5d490e06b21691e157d14e731c7895e372da66b2f')
44
45
package() {
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) | Severity | Rules |
|---|---|---|
| 2026-09-20 19:33:19 | Low | 1 |