diff --git a/srcpkgs/timg/patches/musl.patch b/srcpkgs/timg/patches/musl.patch new file mode 100644 index 00000000000..f2eb8738d79 --- /dev/null +++ b/srcpkgs/timg/patches/musl.patch @@ -0,0 +1,10 @@ +--- a/src/termutils.h ++++ b/src/termutils.h +@@ -16,6 +16,7 @@ + #ifndef TIMG_TERMUTILS_H + #define TIMG_TERMUTILS_H + ++#include + #include + + namespace timg { diff --git a/srcpkgs/timg/template b/srcpkgs/timg/template index 2a2ab763d2f..c4ef9765ff4 100644 --- a/srcpkgs/timg/template +++ b/srcpkgs/timg/template @@ -1,11 +1,11 @@ # Template file for 'timg' pkgname=timg version=1.4.5 -revision=1 +revision=2 build_style=cmake configure_args="-DWITH_OPENSLIDE_SUPPORT=off -Wno-dev" hostmakedepends="pkg-config git" -makedepends="libgraphicsmagick-devel ffmpeg-devel libjpeg-turbo-devel libexif-devel" +makedepends="libgraphicsmagick-devel ffmpeg6-devel libjpeg-turbo-devel libexif-devel" short_desc="24-bit color image & video viewer for terminal" maintainer="33KK " license="GPL-2.0-only"