pianoteq
maintainer napaalm
· 10 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 (bundled tarball), which is normal for proprietary software like Pianoteq; the non-whitelisted logo download is harmless data.
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 (bundled tarball), which is normal for proprietary software like Pianoteq; the non-whitelisted logo download is harmless data.
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:25
'https://www.pianoteq.com/images/logo/pianoteq_icon_128.png')
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: napaalm <nap@napaalm.xyz>
2
# Maintainer: Christopher Arndt <aur -at- chrisarndt -dot- de>
3
# Contributor: spider-mario <spidermario@free.fr>
4
# Contributor: CrocoDuck <crocoduck dot oducks at gmail dot com>
5
# Contributor: Simon Thorpe <simon@hivetechnology.com.au>
6
7
pkgname=pianoteq
8
pkgver=9.2.1
9
pkgrel=1
10
_name="Pianoteq ${pkgver%%.*}"
11
pkgdesc='Physical modelling piano instrument standalone program, VST3 and LV2 plugin. STANDARD version'
12
arch=(aarch64 armv7h x86_64)
13
url="https://www.modartt.com/pianoteq"
14
license=(LicenseRef-EULA)
15
groups=(lv2-plugins pro-audio vst3-plugins)
16
depends=(alsa-lib fontconfig freetype2 gcc-libs glibc libglvnd ttf-font)
17
makedepends=(gendesk)
18
optdepends=(
19
'jack: JACK support for stand-alone application'
20
'lv2-host: for loading the LV2 plugin'
21
'vst3-host: for loading the VST3 plugin'
22
)
23
conflicts=(pianoteq-stage pianoteq-trial-bin)
24
source=("local://pianoteq_setup_v${pkgver//./}.tar.xz"
25
'https://www.pianoteq.com/images/logo/pianoteq_icon_128.png')
26
sha256sums=('888298997cbb77998690e354a91f75423a3b20818913d781378a42af4f83ee7a'
27
'94ee64cf6688a49d74f0bf70d811e7466abac103feeab17496a89f828afcc6d3')
28
29
prepare() {
30
cd "$_name"
31
# Generate Desktop Entry
32
gendesk -f -n \
33
--pkgname=$pkgname \
34
--pkgdesc="$pkgdesc" \
35
--name="$_name" \
36
--exec="\"$_name\"" \
37
--categories='Audio;AudioVideo;AudioVideoEditing;Midi;Music;Sequencer;'
38
}
39
40
package() {
41
depends+=(libasound.so libfreetype.so libfontconfig.so)
42
cd "$_name"
43
44
# Define architecture specific directory
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 stand-alone executable and symlink
54
install -vDm 755 "$_archdir/$_name" -t "$pkgdir"/usr/bin
55
ln -sf "$_name" "$pkgdir"/usr/bin/${pkgname}${pkgver%%.*}
56
# Install VST3 plug-in bundle
57
install -vDm 755 "$_archdir/$_name.vst3"/Contents/$CARCH-linux/*.so \
58
-t "$pkgdir/usr/lib/vst3/$_name.vst3"/Contents/$CARCH-linux
59
# Install LV2 plug-in bundle
60
install -vDm 755 "$_archdir/$_name.lv2"/*.so -t "$pkgdir/usr/lib/lv2/$_name.lv2"
61
install -vDm 644 "$_archdir/$_name.lv2"/*.ttl -t "$pkgdir/usr/lib/lv2/$_name.lv2"
62
63
# Install desktop launcher
64
install -vDm 644 "$srcdir"/pianoteq_icon_128.png "$pkgdir"/usr/share/pixmaps/$pkgname.png
65
install -vDm 644 $pkgname.desktop -t "$pkgdir"/usr/share/applications
66
67
# Install license
68
install -vDm 644 *Licence* -t "$pkgdir"/usr/share/licenses/$pkgname
69
70
# Install documentation
71
install -vDm 644 README_LINUX.txt Documentation/* -t "$pkgdir"/usr/share/doc/$pkgname
72
}
73
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 |