libopenshot

MEDIUM
maintainer mhdi 2 votes scanned 2026-09-03 09:52:42.317461
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:
2# Contributor: Rafael Dominiquini <rafaeldominiquini at gmail dot com>
3# Contributor: Caleb Maclennan <caleb@alerque.com>
4# Contributor: David Runge <dvzrv@archlinux.org>
5# Contributor: Martin Wimpress <code@flexion.org>
6# Contributor: Foster McLane <fkmclane@gmail.com>
7# Contributor: Jonathan Thomas <jonathan@openshot.org>
8
9pkgname=libopenshot
10pkgver=0.7.0
11pkgrel=1
12pkgdesc="A video editing, animation, and playback library for C++, Python, and Ruby"
13arch=('x86_64')
14url="https://github.com/openshot/libopenshot"
15license=('LGPL-3.0-or-later')
16depends=('babl'
17 'ffmpeg'
18 'glibc'
19 'imagemagick'
20 'jsoncpp'
21 'libgcc'
22 'libgomp'
23 'libopenshot-audio'
24 'libstdc++'
25 'opencv'
26 'protobuf'
27 'python'
28 'qt5-base'
29 'resvg'
30 'ruby'
31 'zeromq')
32makedepends=('catch2' 'cmake' 'cppzmq' 'doxygen' 'swig')
33provides=('libopenshot.so')
34source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
35sha512sums=('d36ad17e65534c890358ea7a12b039e94296327341835f39c5d76d257f5be5e8f874124b51005cd710cfc668a44dd898f63de2c674544d30b5a9d012273f56ce')
36b2sums=('3c11f13d881b798e173c685f20700a2e060606a852834905547d971a569d85ccd7951753f4de2d119caebfacd1917df30c8038c6b69f3c9d31560c92e9b361d4')
37
38build() {
39 local cmake_options=(
40 -B build
41 -D CMAKE_BUILD_TYPE=Release
42 -D CMAKE_INSTALL_PREFIX=/usr
43 -S "${pkgname}-${pkgver}"
44 -W no-dev
45 )
46 cmake "${cmake_options[@]}"
47 cmake --build build
48}
49
50package() {
51 DESTDIR="${pkgdir}" cmake --install build
52}
53

Scan history

Scanned at (UTC)SeverityRules
2026-09-03 09:52:42 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