* update frei0r-plugins to 2.3.3-2
This commit is contained in:
parent
e60b9931ed
commit
19e6625c21
23
frei0r-plugins/.SRCINFO
Normal file
23
frei0r-plugins/.SRCINFO
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
pkgbase = frei0r-plugins
|
||||||
|
pkgdesc = Collection of video effect plugins
|
||||||
|
pkgver = 2.3.3
|
||||||
|
pkgrel = 2
|
||||||
|
url = https://frei0r.dyne.org/
|
||||||
|
arch = x86_64
|
||||||
|
license = GPL-2.0-or-later
|
||||||
|
makedepends = cairo
|
||||||
|
makedepends = cmake
|
||||||
|
makedepends = gavl
|
||||||
|
makedepends = git
|
||||||
|
makedepends = ninja
|
||||||
|
makedepends = opencv
|
||||||
|
depends = gcc-libs
|
||||||
|
depends = glibc
|
||||||
|
optdepends = cairo: cairoaffineblend, cairoblend, cairogradient and cairoimagegrid plugins
|
||||||
|
optdepends = gavl: rgbparade, scale0tilt and vectorscope plugins
|
||||||
|
optdepends = opencv: facebl0r and facedetect plugins
|
||||||
|
source = git+https://github.com/dyne/frei0r#tag=v2.3.3
|
||||||
|
validpgpkeys = 6113D89CA825C5CEDD02C87273B35DA54ACB7D10
|
||||||
|
sha256sums = 8d0f2e8386ff070eaccc6764e4240b8da7cc67ea2899a73e94e11a5c5f21944c
|
||||||
|
|
||||||
|
pkgname = frei0r-plugins
|
5
frei0r-plugins/.nvchecker.toml
Normal file
5
frei0r-plugins/.nvchecker.toml
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
[frei0r-plugins]
|
||||||
|
source = 'github'
|
||||||
|
github = 'dyne/frei0r'
|
||||||
|
use_max_tag = true
|
||||||
|
prefix = 'v'
|
@ -3,23 +3,24 @@
|
|||||||
# Contributor: Sergej Pupykin <pupykin.s+arch@gmail.com>
|
# Contributor: Sergej Pupykin <pupykin.s+arch@gmail.com>
|
||||||
|
|
||||||
pkgname=frei0r-plugins
|
pkgname=frei0r-plugins
|
||||||
pkgver=2.3.2
|
pkgver=2.3.3
|
||||||
pkgrel=2
|
pkgrel=2
|
||||||
pkgdesc='Collection of video effect plugins'
|
pkgdesc='Collection of video effect plugins'
|
||||||
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
|
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
|
||||||
url='https://frei0r.dyne.org/'
|
url='https://frei0r.dyne.org/'
|
||||||
license=('GPL-2.0-or-later')
|
license=('GPL-2.0-or-later')
|
||||||
depends=('gcc-libs' 'glibc')
|
depends=('gcc-libs' 'glibc')
|
||||||
makedepends=('cairo' 'cmake' 'gavl' 'ninja' 'opencv')
|
makedepends=('cairo' 'cmake' 'gavl' 'git' 'ninja' 'opencv')
|
||||||
optdepends=('cairo: cairoaffineblend, cairoblend, cairogradient and cairoimagegrid plugins'
|
optdepends=('cairo: cairoaffineblend, cairoblend, cairogradient and cairoimagegrid plugins'
|
||||||
'gavl: rgbparade, scale0tilt and vectorscope plugins'
|
'gavl: rgbparade, scale0tilt and vectorscope plugins'
|
||||||
'opencv: facebl0r and facedetect plugins')
|
'opencv: facebl0r and facedetect plugins')
|
||||||
source=("https://github.com/dyne/frei0r/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
|
source=(git+https://github.com/dyne/frei0r#tag=v$pkgver)
|
||||||
validpgpkeys=('6113D89CA825C5CEDD02C87273B35DA54ACB7D10') # Denis Roio (Jaromil)
|
validpgpkeys=('6113D89CA825C5CEDD02C87273B35DA54ACB7D10') # Denis Roio (Jaromil)
|
||||||
sha256sums=('304291e0ecb456a8b054fe04e14adc50ace54d0223b7b29165ff5343e820ef9d')
|
sha256sums=('8d0f2e8386ff070eaccc6764e4240b8da7cc67ea2899a73e94e11a5c5f21944c')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cmake -S frei0r-$pkgver -B build -G Ninja -DCMAKE_INSTALL_PREFIX='/usr'
|
cmake -S frei0r -B build -G Ninja \
|
||||||
|
-DCMAKE_INSTALL_PREFIX='/usr'
|
||||||
cmake --build build
|
cmake --build build
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user