cinelerra-gg
MEDIUM
maintainer FabioLolix
5 votes
scanned 2026-09-05 14:00:22.289320
Why flagged
One or more source=() URLs point to a host outside the trusted allowlist (github.com, gitlab.com, codeberg.org, pypi.org, …).
Triggered rules
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
source=("cinelerra-gg::git+https://git.cinelerra-gg.org/goodguy/cinelerra.git#tag=${_pkgver}")
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Fabio 'Lolix' Loli <fabio.loli@disroot.org> -> https://github.com/FabioLolix
2
# Maintainer: pingplug < aur at pingplug dot me >
3
# Contributor: goodguy <lists.cinelerra-gg.org>
4
5
pkgname=cinelerra-gg
6
_pkgver=2026-02
7
pkgver=${_pkgver//-/.}
8
pkgrel=1
9
pkgdesc="Professional video editing and compositing environment"
10
arch=(x86_64)
11
url="https://www.cinelerra-gg.org"
12
license=(GPL-2.0-only)
13
depends=(alsa-lib aom dav1d fftw flac glu gtk2 libavc1394
14
libdv libiec61883 libpulse libtheora libusb libva libvdpau
15
libvorbis libvpx libwebp libxv numactl openexr opus
16
17
# namcap implicit depends
18
perl libogg libxext freetype2 glib2 at-spi2-core libxft libglvnd libxfixes libsndfile harfbuzz zlib glibc
19
libxinerama cairo libx11 fontconfig gdk-pixbuf2 imath pango jbigkit xz bzip2 libjpeg-turbo libpng gcc-libs
20
libtiff)
21
makedepends=(git cmake ctags libxml2 nasm perl-xml-libxml
22
perl-xml-parser python xorg-mkfontdir
23
xorg-mkfontscale yasm)
24
conflicts=(cin)
25
source=("cinelerra-gg::git+https://git.cinelerra-gg.org/goodguy/cinelerra.git#tag=${_pkgver}")
26
sha256sums=('adb639b90b0f38f0e9574e9690087b19a5b66ef6aeae03e0ba6faba140599f0a')
27
28
prepare() {
29
cd "${srcdir}/cinelerra-gg/cinelerra-5.1"
30
./autogen.sh
31
}
32
33
build() {
34
cd "${srcdir}/cinelerra-gg/cinelerra-5.1"
35
./configure \
36
--prefix=/usr \
37
--disable-static-build \
38
--without-cuda \
39
--with-exec-name=cinelerra-gg
40
make -j1
41
}
42
43
package() {
44
cd "${srcdir}/cinelerra-gg/cinelerra-5.1"
45
make -j1 DESTDIR="${pkgdir}" install
46
}
47
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-05 14:00:22 | Medium | 1 |
| 2026-06-20 00:18:46 | Medium | 1 |
| 2026-06-19 23:51:18 | Clean | 2 |
| 2026-06-19 19:07:35 | Low | 2 |
| 2026-06-18 16:11:54 | Medium | 1 |