mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-07 03:10:15 -04:00
media-gfx/timg: add 1.6.3
Signed-off-by: Ivan Lloro <ivan.lloro.boada@gmail.com>
This commit is contained in:
@@ -1 +1,2 @@
|
||||
DIST timg-1.6.2.tar.gz 1223894 BLAKE2B 06d855d7e567cc280d28f568e7db65df542bd869255d32db37679bcd062957f07a0d9a5a67cbd46c9df7b6627c22538bcaa5ee971b05e2e4f89426f3af037293 SHA512 572e62b668001d2915c2110d894755729f3ce474fbdd7ac01b29a545d099ed701d6a9f08e4e2ec6818c3d2a866a7c24d0ed092ef031dffaca87dd9e93ac3953f
|
||||
DIST timg-1.6.3.tar.gz 1223853 BLAKE2B ce52abcc94a16d7ae0b03f2696b94ae6acc296daf7e310f3631ca56b521a70384a2f2a8440da2520ee489c4e4a32d6b7a39872ceb6b039230bf75b3e048f9ae0 SHA512 eaec72f59fcff35a873d38acb1b7f93a55b812b11d58523716cc0338cb9c7cd2958c51d5956eabfb7988b2faae12009c5bb97347aa57d9aa80c6ed32bb5877ef
|
||||
|
||||
32
media-gfx/timg/timg-1.6.3.ebuild
Normal file
32
media-gfx/timg/timg-1.6.3.ebuild
Normal file
@@ -0,0 +1,32 @@
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
EAPI=8
|
||||
|
||||
inherit cmake
|
||||
|
||||
DESCRIPTION="Terminal image and video viewer"
|
||||
|
||||
HOMEPAGE="https://timg.sh/"
|
||||
|
||||
SRC_URI="https://github.com/hzeller/timg/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
RDEPEND="
|
||||
>=app-arch/libdeflate-1.24
|
||||
>=app-text/poppler-25.09.1[cairo]
|
||||
>=dev-libs/glib-2.84.4
|
||||
>=dev-util/pkgconf-2.5.1
|
||||
>=dev-vcs/git-2.51.0
|
||||
>=gnome-base/librsvg-2.60.0
|
||||
>=media-libs/libexif-0.6.25
|
||||
>=media-libs/libjpeg-turbo-3.1.1
|
||||
>=media-libs/libsixel-1.10.5
|
||||
>=media-gfx/graphicsmagick-1.3.45-r2
|
||||
>=media-video/ffmpeg-7.1.2
|
||||
>=x11-libs/cairo-1.18.4-r1
|
||||
"
|
||||
|
||||
DEPEND="${RDEPEND}"
|
||||
Reference in New Issue
Block a user