makedeb


ueberzugpp 2.9.6-0


Command line util which allows to display images in combination with X11 written in C++

Click here to go back to the commit logs for ueberzugpp.

Commit:


Hash: f3e6f36e0314b6f8d1a289c151eb80de05cf5f95

Message: add missing dependency

Diff


diff --git a/.SRCINFO b/.SRCINFO
index d954195..800125a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,6 +9,7 @@ pkgbase = ueberzugpp
 	makedepends = ninja
 	makedepends = cli11
 	depends = opencv
+	depends = libvips
 	depends = xcb-util-image
 	depends = nlohmann-json
 	provides = ueberzug
diff --git a/PKGBUILD b/PKGBUILD
index 712935a..6a78248 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ arch=("x86_64")
 url="https://github.com/jstkdng/ueberzugpp"
 license=("GPL3")
 makedepends=("cmake" "ninja" "cli11")
-depends=("opencv" "xcb-util-image" "nlohmann-json")
+depends=("opencv" "libvips" "xcb-util-image" "nlohmann-json")
 source=("https://github.com/jstkdng/${pkgname}/archive/v${pkgver}.tar.gz")
 sha256sums=('5ffe6e165839aba9d60daeb55dde79b9bcbc809e036704b12d63696c4a7d137f')
 provides=("ueberzug")