libopenshot
MEDIUM
maintainer mhdi
2 votes
scanned 2026-09-03 09:52:42.317461
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
9
pkgname=libopenshot
10
pkgver=0.7.0
11
pkgrel=1
12
pkgdesc="A video editing, animation, and playback library for C++, Python, and Ruby"
13
arch=('x86_64')
14
url="https://github.com/openshot/libopenshot"
15
license=('LGPL-3.0-or-later')
16
depends=('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')
32
makedepends=('catch2' 'cmake' 'cppzmq' 'doxygen' 'swig')
33
provides=('libopenshot.so')
34
source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
35
sha512sums=('d36ad17e65534c890358ea7a12b039e94296327341835f39c5d76d257f5be5e8f874124b51005cd710cfc668a44dd898f63de2c674544d30b5a9d012273f56ce')
36
b2sums=('3c11f13d881b798e173c685f20700a2e060606a852834905547d971a569d85ccd7951753f4de2d119caebfacd1917df30c8038c6b69f3c9d31560c92e9b361d4')
37
38
build() {
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
50
package() {
51
DESTDIR="${pkgdir}" cmake --install build
52
}
53
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-03 09:52:42 | Medium | 1 |
| 2026-06-18 16:11:54 | Clean | 0 |