cinelerra-gg-git

MEDIUM
maintainer FabioLolix 13 votes scanned 2026-09-05 14:00:22.289320
View on AUR
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:79 source=("cinelerra-gg::git+https://git.cinelerra-gg.org/goodguy/cinelerra.git")

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
4pkgname=cinelerra-gg-git
5pkgver=2026.08.r0.ga96d27fe
6pkgrel=1
7pkgdesc="Professional video editing and compositing environment"
8arch=(x86_64)
9url="https://www.cinelerra-gg.org"
10license=(GPL-2.0-only)
11depends=(
12 alsa-lib
13 aom dav1d
14 at-spi2-core
15 bzip2
16 cairo
17 fftw
18 flac
19 fontconfig
20 freetype2
21 gdk-pixbuf2
22 giflib
23 glib2
24 glibc
25 glu
26 gtk2
27 harfbuzz
28 imath
29 jbigkit
30 lcms2
31 libavc1394
32 libdv
33 libgcc
34 libglvnd
35 libiec61883
36 libjpeg-turbo
37 libogg
38 libpng
39 libpulse
40 libsndfile
41 libstdc++
42 libtheora
43 libtiff
44 libusb
45 libva
46 libvdpau
47 libvorbis
48 libvpx
49 libwebp
50 libx11
51 libxext
52 libxfixes
53 libxft
54 libxinerama
55 libxv
56 numactl
57 openexr
58 opus
59 pango
60 perl
61 sh
62 xz
63 zlib
64 )
65makedepends=(
66 cmake
67 ctags
68 git
69 libxml2
70 nasm
71 perl-xml-libxml
72 perl-xml-parser
73 python
74 xorg-mkfontdir
75 xorg-mkfontscale
76 yasm
77 )
78conflicts=(cinelerra-gg cin)
79source=("cinelerra-gg::git+https://git.cinelerra-gg.org/goodguy/cinelerra.git")
80sha256sums=('SKIP')
81
82pkgver() {
83 cd "${srcdir}/cinelerra-gg/cinelerra-5.1"
84 git describe --long --tags | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
85}
86
87prepare() {
88 cd "${srcdir}/cinelerra-gg/cinelerra-5.1"
89 ./autogen.sh
90}
91
92build() {
93 cd "${srcdir}/cinelerra-gg/cinelerra-5.1"
94 ./configure \
95 --prefix=/usr \
96 --disable-static-build \
97 --without-cuda \
98 --with-exec-name=cinelerra-gg
99
100 make -j1
101}
102
103package() {
104 cd "${srcdir}/cinelerra-gg/cinelerra-5.1"
105 make -j1 DESTDIR="${pkgdir}" install
106}
107

Changes since previous scan

--- PKGBUILD @ 2026-06-20 00:18
+++ PKGBUILD @ 2026-09-05 14:00
@@ -2,24 +2,79 @@
# Maintainer: pingplug < aur at pingplug dot me >
pkgname=cinelerra-gg-git
-pkgver=2026.02.r0.g3e6fc6d7
+pkgver=2026.08.r0.ga96d27fe
pkgrel=1
pkgdesc="Professional video editing and compositing environment"
arch=(x86_64)
url="https://www.cinelerra-gg.org"
license=(GPL-2.0-only)
-depends=(alsa-lib aom dav1d fftw flac glu gtk2 libavc1394
- libdv libiec61883 libpulse libtheora libusb libva libvdpau
- libvorbis libvpx libwebp libxv numactl openexr opus
-
- # namcap implicit depends
- perl libogg libxext freetype2 glib2 at-spi2-core libxft libglvnd libxfixes libsndfile harfbuzz zlib glibc
- libxinerama cairo libx11 fontconfig gdk-pixbuf2 imath pango jbigkit xz bzip2 libjpeg-turbo libpng gcc-libs
- libtiff)
-makedepends=(cmake ctags git libxml2 nasm perl-xml-libxml
- perl-xml-parser python xorg-mkfontdir
- xorg-mkfontscale yasm)
-provides=(cinelerra-gg)
+depends=(
+ alsa-lib
+ aom dav1d
+ at-spi2-core
+ bzip2
+ cairo
+ fftw
+ flac
+ fontconfig
+ freetype2
+ gdk-pixbuf2
+ giflib
+ glib2
+ glibc
+ glu
+ gtk2
+ harfbuzz
+ imath
+ jbigkit
+ lcms2
+ libavc1394
+ libdv
+ libgcc
+ libglvnd
+ libiec61883
+ libjpeg-turbo
+ libogg
+ libpng
+ libpulse
+ libsndfile
+ libstdc++
+ libtheora
+ libtiff
+ libusb
+ libva
+ libvdpau
+ libvorbis
+ libvpx
+ libwebp
+ libx11
+ libxext
+ libxfixes
+ libxft
+ libxinerama
+ libxv
+ numactl
+ openexr
+ opus
+ pango
+ perl
+ sh
+ xz
+ zlib
+ )
+makedepends=(
+ cmake
+ ctags
+ git
+ libxml2
+ nasm
+ perl-xml-libxml
+ perl-xml-parser
+ python
+ xorg-mkfontdir
+ xorg-mkfontscale
+ yasm
+ )
conflicts=(cinelerra-gg cin)
source=("cinelerra-gg::git+https://git.cinelerra-gg.org/goodguy/cinelerra.git")
sha256sums=('SKIP')

Scan history

Scanned at (UTC)SeverityRules
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

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion