compressonator-git

MEDIUM
maintainer marmis 0 votes scanned 2026-08-20 01:42:48.230657
View on AUR
Why flagged

This package was orphaned and re-adopted within the last 30 days — a window where ownership transfers can introduce malicious changes.

Triggered rules

Medium Recently orphaned & re-adopted orphaned_readopted

This package was orphaned and re-adopted within the last 30 days — a window where ownership transfers can introduce malicious changes.

PKGBUILD

1# Maintainer: Lubosz Sarnecki < lubosz at gmail dot com >
2
3basename=compressonator
4pkgname=$basename-git
5pkgver=v3.2.4691+44+gbfc4b162
6pkgrel=1
7pkgdesc="Tool suite for Texture and 3D Model Compression, Optimization and Analysis. Lubosz's Linux GUI port branch."
8arch=('x86_64')
9url="https://github.com/GPUOpen-Tools/Compressonator"
10license=('MIT')
11replaces=('compressonator-cli-bin')
12conflicts=('compressonator-cli-bin')
13makedepends=('cmake' 'git' 'boost')
14depends=('qt5-webengine' 'boost-libs' 'opencv' 'draco-git')
15source=("git+https://github.com/lubosz/Compressonator.git#branch=gui-cmake-qt5-linux")
16sha256sums=('SKIP')
17
18pkgver() {
19 cd "${srcdir}/Compressonator"
20 git describe --tags | sed 's/-/+/g'
21}
22
23build() {
24 cd "${srcdir}"
25 rm build -rf && mkdir -p build
26 cd build
27 cmake ../Compressonator/Compressonator \
28 -DCMAKE_INSTALL_PREFIX=/usr \
29 -DCMAKE_INSTALL_LIBDIR=lib \
30 -DCMAKE_INSTALL_SBINDIR=bin \
31 -DCMAKE_INSTALL_SYSCONFDIR=/etc \
32 -DCMAKE_BUILD_TYPE=Release \
33 -DBUILD_SHARED_LIBS=on
34 make
35}
36
37package() {
38 cd "${srcdir}/build"
39 DESTDIR="${pkgdir}" make install
40 mv ${pkgdir}/usr/bin/CompressonatorCLI-bin ${pkgdir}/usr/bin/compressonator-cli
41
42 install -Dm644 "${srcdir}"/Compressonator/Compressonator/License/GUILicense.txt "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
43}
44

Scan history

Scanned at (UTC)SeverityRules
2026-08-20 01:42:48 Medium 1
2026-06-18 16:11:54 Clean 0

Report a package

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

0 / 4000
Your suggestion