linphone-desktop
maintainer nathanchere
· 15 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The source is a Git repository from the official project GitLab instance, which is a legitimate and expected source for building the package; the non-standard host flag is a false positive as GitLab is a trusted forge.
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 source is a Git repository from the official project GitLab instance, which is a legitimate and expected source for building the package; the non-standard host flag is a false positive as GitLab is a trusted forge.
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:13
"git+https://gitlab.linphone.org/BC/public/linphone-desktop.git#tag=${pkgver}"
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Nathan Chere <aur@nathanchere.com.au>
2
3
pkgname=linphone-desktop
4
pkgver=5.3.1
5
pkgrel=2
6
pkgdesc='A free VoIP and video softphone based on the SIP protocol'
7
arch=(x86_64)
8
url='http://linphone.org'
9
license=('GPL-3.0-only')
10
depends=('qt6-base' 'qt6-declarative' 'qt6-networkauth' 'qt6-svg' 'qt6-multimedia' 'qt6-speech' 'qt6-tools' 'libpulse' 'libxcrypt-compat' 'v4l-utils' 'glew')
11
makedepends=('coreutils' 'git' 'gendesk' 'cmake' 'yasm' 'nasm' 'doxygen' 'perl' 'python-pystache' 'python-six')
12
source=(
13
"git+https://gitlab.linphone.org/BC/public/linphone-desktop.git#tag=${pkgver}"
14
"linphone.png::https://gitlab.linphone.org/BC/public/linphone-desktop/-/raw/8dfd384e3df08b200c8eb382b740da6839961bf0/linphone-app/assets/icons/hicolor/128x128/apps/icon.png"
15
"linphone_package-cmake.patch"
16
)
17
sha512sums=('a7adeec5b8e116ad8504e443429fc8607cc4001f6eeb0a4b2c9eb8f81d1768a8ddec3104649d74a1683e0b934975d27cfd323fcac8ee357df6ae5853ce54a3a5'
18
'd6495cdc022b1e4c92b3641cb70347e7e6b6ef47599004de729e908b4876a12540713ab54b588611c99c8025fb9b33e3392573c85c13f72cdaee8bcf7a73d65d'
19
'7bc4c74555e7ef3bf65daa136e015e7f338ed63dc65989852754256d813cc859c78174480ee524a5efafc61e9414db76c5ca6abf13d654db696de34c068ed460')
20
options=()
21
provides=(linphone=${pkgver})
22
23
prepare() {
24
cd "$srcdir/linphone-desktop"
25
patch -p1 < "$srcdir/linphone_package-cmake.patch"
26
git submodule update --init --recursive
27
}
28
29
build() {
30
cd "$srcdir/linphone-desktop"
31
32
mkdir -p build && cd build
33
34
cmake .. -DCMAKE_BUILD_PARALLEL_LEVEL=$(nproc) -DCMAKE_BUILD_TYPE=RelWithDebInfo
35
cmake --build . --target install --parallel $(nproc) --config RelWithDebInfo
36
37
cd "$srcdir"
38
gendesk -f -n \
39
--pkgname="$pkgname" \
40
--pkgdesc="$pkgdesc" \
41
--name="Linphone Desktop 5" \
42
--genericname="VoIP Client" \
43
--categories=Network \
44
--icon=linphone.png \
45
--exec=/opt/linphone/linphone-launcher \
46
--terminal=false \
47
--startupnotify=true \
48
--comment "Linphone"
49
}
50
51
package() {
52
mkdir -p "$pkgdir/opt/linphone/"
53
cp -r "$srcdir/linphone-desktop/build/OUTPUT/." "$pkgdir/opt/linphone/"
54
55
mkdir -p "$pkgdir/usr/share/applications/"
56
install -Dm644 "$srcdir/linphone-desktop.desktop" "$pkgdir/usr/share/applications/"
57
58
mkdir -p "$pkgdir/usr/share/pixmaps/"
59
install -Dm644 "$srcdir/linphone.png" "$pkgdir/usr/share/pixmaps/"
60
61
echo "#!/bin/bash" > "$pkgdir/opt/linphone/linphone-launcher"
62
echo 'LD_LIBRARY_PATH="/opt/linphone/lib:$LD_LIBRARY_PATH" /opt/linphone/bin/linphone "$@"' >> "$pkgdir/opt/linphone/linphone-launcher"
63
chmod +x "$pkgdir/opt/linphone/linphone-launcher"
64
65
mkdir -p "$pkgdir/usr/bin/"
66
ln -s /opt/linphone/linphone-launcher "$pkgdir/usr/bin/linphone"
67
}
68
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 |