frei0r-plugins: update to 1.7.0.
Also added build options for cairo and gavl.
This commit is contained in:
parent
4d2cc08dc5
commit
40c6003885
1 changed files with 8 additions and 3 deletions
|
@ -1,12 +1,17 @@
|
|||
# Template file for 'frei0r-plugins'
|
||||
pkgname=frei0r-plugins
|
||||
version=1.6.1
|
||||
version=1.7.0
|
||||
revision=1
|
||||
build_style=cmake
|
||||
hostmakedepends="autoconf"
|
||||
# XXX: opencv should also be a possible dependency
|
||||
makedepends="$(vopt_if gavl gavl-devel) $(vopt_if cairo cairo-devel)"
|
||||
short_desc="Minimalistic API for a collection of free video effects plugins"
|
||||
maintainer="Diogo Leal <diogo@diogoleal.com>"
|
||||
license="GPL-2"
|
||||
license="GPL-2.0-or-later"
|
||||
homepage="http://frei0r.dyne.org/"
|
||||
distfiles="https://files.dyne.org/frei0r/releases/frei0r-plugins-${version}.tar.gz"
|
||||
checksum=e0c24630961195d9bd65aa8d43732469e8248e8918faa942cfb881769d11515e
|
||||
checksum=1b1ff8f0f9bc23eed724e94e9a7c1d8f0244bfe33424bb4fe68e6460c088523a
|
||||
|
||||
build_options="cairo gavl"
|
||||
build_options_default="cairo"
|
||||
|
|
Loading…
Reference in a new issue