author | Maxime Gauduin
<alucryd@archlinux.org> 2022-01-31 10:51:06 UTC |
committer | Maxime Gauduin
<alucryd@archlinux.org> 2022-01-31 10:51:06 UTC |
parent | b9317429189ba7b45e9b9475011780d36abe00ff |
PKGBUILD | +4 | -3 |
diff --git a/PKGBUILD b/PKGBUILD index 7cc44ee..3767555 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,14 +3,14 @@ pkgname=gegl _tag='0dcdbe3e1244110e8284219250bf2345672de6a0' pkgver=0.4.34 -pkgrel=1 +pkgrel=2 pkgdesc="Graph based image processing framework" arch=('x86_64') url="https://www.gegl.org/" license=('GPL3' 'LGPL3') depends=('babl' 'libspiro' 'json-glib' 'libgexiv2' 'libraw' 'openexr' 'librsvg' 'libtiff' 'luajit' 'jasper' 'lensfun' 'suitesparse' 'poppler-glib') -makedepends=('intltool' 'ruby' 'mesa' 'glu' 'ffmpeg' 'exiv2' 'vala' 'gobject-introspection' 'git' 'meson' 'python-gobject') -optdepends=('ffmpeg: ffmpeg plugin' 'graphviz: for gegl-introspect') +makedepends=('intltool' 'ruby' 'mesa' 'glu' 'ffmpeg4.4' 'exiv2' 'vala' 'gobject-introspection' 'git' 'meson' 'python-gobject') +optdepends=('ffmpeg4.4: ffmpeg plugin' 'graphviz: for gegl-introspect') source=("git+https://gitlab.gnome.org/GNOME/gegl.git#tag=$_tag") sha256sums=('SKIP') @@ -22,6 +22,7 @@ pkgver() { build() { mkdir -p build cd build + export PKG_CONFIG_PATH='/usr/lib/ffmpeg4.4/pkgconfig' arch-meson ../$pkgname \ -Dworkshop=true \ -Dmrg=disabled \