From 773c602c332e8274601006b5e0f86522013d64e2 Mon Sep 17 00:00:00 2001 From: zlice Date: Wed, 22 Mar 2023 20:01:52 -0400 Subject: [PATCH] timg: revbump for ffmpeg6 --- srcpkgs/timg/patches/musl.patch | 10 ++++++++++ srcpkgs/timg/template | 4 ++-- 2 files changed, 12 insertions(+), 2 deletions(-) create mode 100644 srcpkgs/timg/patches/musl.patch 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"