timg: revbump for ffmpeg6
This commit is contained in:
parent
473aae950c
commit
773c602c33
|
@ -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 <cstdint>
|
||||
#include <string>
|
||||
|
||||
namespace timg {
|
|
@ -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 <g33kk@pm.me>"
|
||||
license="GPL-2.0-only"
|
||||
|
|
Loading…
Reference in New Issue