pianoteq8
maintainer SpotlightKid
· 1 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package installs a prebuilt binary from a local source file (user-downloaded), not automatically fetched; the non-standard host flag is a false positive since the source is not downloaded by the PKGBUILD itself.
Triggered rules
LOW
AI review downgraded a static finding
llm_review
The static rules flagged this MEDIUM, but an AI model (qwen/qwen3-235b-a22b-07-25) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The package installs a prebuilt binary from a local source file (user-downloaded), not automatically fetched; the non-standard host flag is a false positive since the source is not downloaded by the PKGBUILD itself.
1 higher static finding superseded - not the current verdict (shown for transparency)
MEDIUM
source=() URL on a non-standard host
source_untrusted_domain
One or more source=() URLs point to a host outside the trusted allowlist (github.com, gitlab.com, codeberg.org, pypi.org, …).
-
PKGBUILD:26
'https://www.pianoteq.com/images/logo/pianoteq_icon_128.png')
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Christopher Arndt <aur -at- chrisarndt -dot- de>
2
# Maintainer: napaalm <nap@napaalm.xyz>
3
# Contributor: spider-mario <spidermario@free.fr>
4
5
pkgname=pianoteq8
6
pkgver=8.4.3
7
_name="Pianoteq ${pkgver%%.*}"
8
pkgrel=1
9
pkgdesc="Physical modelling piano instrument as a standalone program, VST2 and LV2 plugin (Legacy STANDARD version 8)"
10
arch=(aarch64 armv7h x86_64)
11
url='https://www.modartt.com/pianoteq'
12
license=(LicenseRef-EULA)
13
groups=(lv2-plugins pro-audio vst-plugins)
14
depends=(alsa-lib freetype2 gcc-libs glibc libglvnd ttf-font)
15
makedepends=(gendesk)
16
optdepends=(
17
'jack: JACK support for stand-alone application'
18
'lv2-host: for loading the LV2 plugin'
19
'vst-host: for loading the VST2 plugin'
20
)
21
conflicts=(pianoteq-standard-trial-bin)
22
# The source package must be downloaded manually.
23
# This can be done by going to the link here:
24
# https://www.modartt.com/download?file=pianoteq_linux_v843.7z
25
source=("local://pianoteq_linux_v${pkgver//./}.7z"
26
'https://www.pianoteq.com/images/logo/pianoteq_icon_128.png')
27
sha256sums=('ef6795f9dde3c116494ace88e1ed39e59ad1fddbe787001a33adde644400b4e8'
28
'94ee64cf6688a49d74f0bf70d811e7466abac103feeab17496a89f828afcc6d3')
29
30
prepare() {
31
gendesk -f -n \
32
--pkgname="$pkgname" \
33
--pkgdesc="$pkgdesc" \
34
--name="$_name" \
35
--exec="${pkgname}${pkgver%%.*}" \
36
--categories='Audio;AudioVideo;AudioVideoEditing;Midi;Music;Sequencer;'
37
}
38
39
package() {
40
depends+=(libfreetype.so libasound.so)
41
cd "$_name"
42
43
# Define architecture specific directory
44
# (i686 is no longer supported):
45
if [[ "$CARCH" == x86_64 ]]; then
46
_archdir=x86-64bit
47
elif [[ "$CARCH" == armv7h ]]; then
48
_archdir=arm-32bit
49
elif [[ "$CARCH" == aarch64 ]]; then
50
_archdir=arm-64bit
51
fi
52
53
# Install the standalone executable and symlink
54
install -Dm 755 "$_archdir/$_name" -t "$pkgdir"/usr/bin
55
ln -sf "$_name" "$pkgdir"/usr/bin/${pkgname}${pkgver%%.*}
56
57
# Install the LV2 plugin bundle
58
install -Dm644 "$_archdir/$_name.lv2"/*.ttl -t "$pkgdir/usr/lib/lv2/$_name.lv2"
59
install -Dm755 "$_archdir/$_name.lv2"/${_name/ /_}.so -t "$pkgdir/usr/lib/lv2/$_name.lv2"
60
61
# Install the VST2 plugin (same binary as the one in the LV2 bundle)
62
install -dm755 "$pkgdir"/usr/lib/vst
63
ln -sf "../lv2/$_name.lv2/${_name/ /_}.so" "$pkgdir/usr/lib/vst/$_name.so"
64
65
# Install desktop launcher
66
install -Dm 644 "$srcdir"/pianoteq_icon_128.png "$pkgdir"/usr/share/pixmaps/$pkgname.png
67
install -Dm 644 "$srcdir"/$pkgname.desktop -t "$pkgdir"/usr/share/applications/
68
69
# Install license
70
install -Dm644 Licence* -t "$pkgdir"/usr/share/licenses/$pkgname
71
72
# Install documentation
73
install -Dm644 README_LINUX.txt Documentation/* -t "$pkgdir"/usr/share/doc/$pkgname
74
}
75
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-03 00:08:14 | LOW | 2 |
| 2026-08-02 00:16:08 | LOW | 2 |
| 2026-08-01 00:11:18 | LOW | 2 |
| 2026-07-31 00:14:10 | LOW | 2 |
| 2026-07-30 00:17:23 | LOW | 2 |
| 2026-07-29 00:25:53 | LOW | 2 |
| 2026-07-28 00:07:28 | LOW | 2 |
| 2026-07-27 00:24:32 | LOW | 2 |
| 2026-07-26 00:07:32 | LOW | 2 |
| 2026-07-25 00:13:44 | LOW | 2 |
| 2026-07-24 00:02:28 | LOW | 2 |
| 2026-07-23 00:14:47 | LOW | 2 |
| 2026-07-22 00:29:32 | LOW | 2 |
| 2026-07-21 00:24:15 | LOW | 2 |
| 2026-07-20 00:19:49 | LOW | 2 |
| 2026-07-19 00:17:08 | LOW | 2 |
| 2026-07-18 00:14:48 | LOW | 2 |
| 2026-07-17 00:06:16 | LOW | 2 |
| 2026-07-16 00:05:41 | LOW | 2 |
| 2026-07-15 00:09:25 | LOW | 2 |