blob: a603efbc165914170098239d31a3391d5416343b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
# Template file for 'ueberzugpp'
pkgname=ueberzugpp
version=2.9.10
revision=1
build_style=cmake
configure_args="
-DENABLE_OPENGL=ON -DCMAKE_BUILD_TYPE=Release -DENABLE_WAYLAND=OFF
-DTBB_DIR=/usr/lib/cmake/TBB -DOpenCV_DIR=/usr/lib/cmake/opencv4
-DECM_DIR=/usr/share/ECM
"
hostmakedepends="pkg-config"
makedepends="
pkgconf libvips-devel tbb-devel libvips-devel chafa-devel openssl-devel libsixel-devel
libsixel-devel cli11 fmt-devel spdlog range-v3 json-c++
wayland-protocols wayland-devel wayland-utils extra-cmake-modules
xcb-util-image-devel xcb-util-renderutil-devel libopencv-devel
guidelines-support-library libglvnd-devel
"
short_desc="Drop in replacement for ueberzug"
maintainer="Sashenka <sashenka.novackova@gmail.come>"
license="GPL-3.0-or-later"
homepage="https://github.com/jstkdng/ueberzugpp"
changelog="https://github.com/jstkdng/ueberzugpp/releases"
distfiles="https://github.com/jstkdng/ueberzugpp/archive/refs/tags/v${version}.tar.gz"
checksum=96bf3a16af7be233be2706481e340d5e085d7eb555f660062652358315085075
conflicts="ueberzug"
post_install() {
vlicense LICENSE
}
|