libdcp
maintainer markusk
· 4 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The source is a git checkout from the project's own domain (carlh.net), which is plausibly official; building from source is normal AUR practice, even if the host is not on a whitelist.
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-2507) reviewed the full PKGBUILD and judged it LOW (confidence 95%): The source is a git checkout from the project's own domain (carlh.net), which is plausibly official; building from source is normal AUR practice, even if the host is not on a whitelist.
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:14
source=("${pkgname}-${pkgver}::git+https://git.carlh.net/git/${pkgname}.git#tag=v${pkgver}")
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Markus Kalb <mk@filmkreis.tu-darmstadt.de>
2
# Maintainer: Benjamin Radel <aur@radel.tk>
3
# Contributor: Stefan Karner <stefan.karner@student.tuwien.ac.at>
4
pkgname=libdcp
5
pkgver=1.10.59
6
pkgrel=1
7
pkgdesc="A small C++ library which can create and read Digital Cinema Packages using JPEG2000 and WAV files"
8
arch=('i686' 'x86_64')
9
url="https://carlh.net/libdcp"
10
license=('GPL-2.0-or-later')
11
depends=('libxml++2.6' 'xmlsec' 'imagemagick' 'libharu>=2.4.5' 'openjpeg2>=2.5' 'libcxml>=0.17.17' 'libsigc++>=2.0' 'boost-libs>=1.91.0' 'xerces-c' 'libasdcp-cth>=1.0.9')
12
makedepends=('git' 'python' 'boost>=1.91.0' 'gcc' 'pkg-config' 'fast_float>=7.0')
13
_cherrypicks=()
14
source=("${pkgname}-${pkgver}::git+https://git.carlh.net/git/${pkgname}.git#tag=v${pkgver}")
15
sha256sums=('9568a65beef074a99cc29ebaf76b80f73fbe40429eeafc54fff985259e77b966')
16
17
prepare() {
18
cd "$srcdir/${pkgname}-${pkgver}"
19
### Cherry pick upstream commits (fixes and such) ###
20
for c in "${_cherrypicks[@]}"; do
21
echo "Applying commit ${c}"
22
git cherry-pick "${c}";
23
done
24
### Apply patches ###
25
for p in "${source[@]}"; do
26
if [[ "$p" =~ \.patch$ ]]; then
27
echo "Applying patch ${p##*/}"
28
patch -p1 -N -i "${srcdir}/${p##*/}"
29
fi
30
done
31
}
32
33
build() {
34
### Configure libdcp ###
35
cd "${srcdir}/${pkgname}-${pkgver}"
36
python waf configure --prefix=/usr --disable-tests --disable-examples --disable-benchmarks --disable-dumpimage
37
python waf build
38
}
39
40
package() {
41
cd "${srcdir}/${pkgname}-${pkgver}"
42
python waf install --destdir="$pkgdir"
43
cd "${pkgdir}"
44
if [ -d usr/lib64 ]
45
then
46
mv usr/lib64 usr/lib
47
fi
48
}
49
Changes since previous scan
--- PKGBUILD @ 2026-07-29 00:25+++ PKGBUILD @ 2026-08-03 00:08@@ -2,17 +2,17 @@ # Maintainer: Benjamin Radel <aur@radel.tk> # Contributor: Stefan Karner <stefan.karner@student.tuwien.ac.at> pkgname=libdcp-pkgver=1.10.58+pkgver=1.10.59 pkgrel=1 pkgdesc="A small C++ library which can create and read Digital Cinema Packages using JPEG2000 and WAV files" arch=('i686' 'x86_64') url="https://carlh.net/libdcp" license=('GPL-2.0-or-later')-depends=('libxml++2.6' 'xmlsec' 'imagemagick' 'libharu>=2.4.5' 'openjpeg2>=2.5' 'libcxml>=0.17.15' 'libsigc++>=2.0' 'boost-libs>=1.89.0' 'xerces-c' 'libasdcp-cth>=1.0.8')+depends=('libxml++2.6' 'xmlsec' 'imagemagick' 'libharu>=2.4.5' 'openjpeg2>=2.5' 'libcxml>=0.17.17' 'libsigc++>=2.0' 'boost-libs>=1.91.0' 'xerces-c' 'libasdcp-cth>=1.0.9') makedepends=('git' 'python' 'boost>=1.91.0' 'gcc' 'pkg-config' 'fast_float>=7.0') _cherrypicks=() source=("${pkgname}-${pkgver}::git+https://git.carlh.net/git/${pkgname}.git#tag=v${pkgver}")-sha256sums=('748ccc6df09f9dd5baf69930464696758dfa3cf24a60ff11ce70312b9e69095b')+sha256sums=('9568a65beef074a99cc29ebaf76b80f73fbe40429eeafc54fff985259e77b966') prepare() { cd "$srcdir/${pkgname}-${pkgver}"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 17:12:22 | MEDIUM | 1 |
| 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 |