proton-cachyos-rtsp-bin

LOW
maintainer Wunderburst 1 votes scanned 2026-09-02 17:51:12.085206
View on AUR
Why flagged

The package is a prebuilt Proton build from a GitHub release, which is normal for such tools; the source is verifiable via checksum, and it installs only data and binaries intended for compatibility layers, with no evidence of malicious behavior or remote code execution.

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.

Low AI review llm_review

An AI model (qwen/qwen3-235b-a22b-2507) reviewed this and agrees it is LOW (confidence 95%): The package is a prebuilt Proton build from a GitHub release, which is normal for such tools; the source is verifiable via checksum, and it installs only data and binaries intended for compatibility layers, with no evidence of malicious behavior or remote code execution.

PKGBUILD

1# Maintainer: wundervrc <wunderburst@gmail.com>
2
3## Credits — this package ships other people's work:
4## CachyOS Proton https://github.com/CachyOS/proton-cachyos
5## Proton-RTSP https://github.com/SpookySkeletons/proton-rtsp
6## RTSP patchset Torge / Reyka Matthies (openglfreak)
7## Proton / Wine Valve, CodeWeavers, the Wine project
8
9pkgdesc='CachyOS Proton with the Proton-RTSP patchset, for VRChat livestream (RTSP/VRCDN) playback'
10_pkgname=proton-cachyos-rtsp
11pkgname=${_pkgname}-bin
12pkgver=11.0_20260703
13pkgrel=1
14arch=('x86_64')
15url='https://github.com/wundervrc/proton-cachyos-rtsp'
16license=('BSD' 'LGPL' 'zlib' 'MIT' 'MPL' 'custom')
17provides=('proton' "${_pkgname}=${pkgver/_/.}")
18conflicts=("${_pkgname}")
19
20## SLR build (runs inside Steam Linux Runtime 4.0), so this list is conservative
21## rather than minimal -- mirrors proton-rtsp-bin. All from official repos, no AUR deps.
22depends=('python'
23 'vulkan-icd-loader'
24 'lib32-vkd3d'
25 # libav support
26 'lib32-libva'
27 'lib32-libtheora'
28 'lib32-libvdpau'
29 # gstreamer support
30 'gst-plugins-bad-libs'
31 'libjpeg-turbo'
32 'graphene'
33 'lib32-libjpeg-turbo'
34 'lib32-libgudev'
35 # other
36 'lib32-openssl'
37 'lib32-libusb')
38
39optdepends=('steam: use proton with steam like intended'
40 'lib32-vulkan-icd-loader: dxvk dependency for 32bit prefixes'
41 'vulkan-driver: driver to be used by dxvk'
42 'winetricks: protonfixes backend - highly recommended'
43 'wine: support for 32bit prefixes'
44 'kdialog: KDE splash dialog support'
45 'zenity: GNOME splash dialog support')
46
47## Proton ships prebuilt PE/ELF binaries; stripping them breaks the build.
48options=(!strip emptydirs)
49
50_srcdir=${_pkgname}-${pkgver//_/-}-${pkgrel}
51_protondir=usr/share/steam/compatibilitytools.d/${_pkgname}
52_licensedir=usr/share/licenses/${pkgname}
53
54source=("${_srcdir}.tar.xz::${url}/releases/download/${_srcdir}/${_srcdir}.tar.xz")
55sha512sums=('f5be7df016f258425e6674b2650b33918da321c9ba6e44a42658789fc15e68794952bfc8396345311664d6f90fd524dd1844bc1d0d3bd29958b4a4ee5e0efa47')
56
57package() {
58 install -d "${pkgdir}/${_protondir}"
59 install -d "${pkgdir}/${_licensedir}"
60
61 ## licenses
62 mv "${_srcdir}/LICENSE" "${pkgdir}/${_licensedir}/license"
63 mv "${_srcdir}/LICENSE.OFL" "${pkgdir}/${_licensedir}/license_OFL"
64 mv "${_srcdir}/PATENTS.AV1" "${pkgdir}/${_licensedir}/license_AV1"
65
66 ## the build itself
67 mv "${_srcdir}"/* "${pkgdir}/${_protondir}/"
68}
69

Scan history

Scanned at (UTC)SeverityRules
2026-09-02 17:51:12 Low 2
2026-09-02 15:51:02 Low 2

Report a package

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

0 / 4000
Your suggestion