public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:master commit in: media-gfx/timg/
@ 2024-06-25  9:10 David Roman
  0 siblings, 0 replies; 4+ messages in thread
From: David Roman @ 2024-06-25  9:10 UTC (permalink / raw
  To: gentoo-commits

commit:     819cd1364f2d259273d73b0aab7d8cc7bf6c609e
Author:     Ivan Lloro <ivan.lloro.boada <AT> gmail <DOT> com>
AuthorDate: Fri Jun 21 07:42:32 2024 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Fri Jun 21 07:42:32 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=819cd136

media-gfx/timg: new package, add 1.6.0

Signed-off-by: Ivan Lloro <ivan.lloro.boada <AT> gmail.com>

 media-gfx/timg/Manifest          |  1 +
 media-gfx/timg/metadata.xml      | 11 +++++++++++
 media-gfx/timg/timg-1.6.0.ebuild | 31 +++++++++++++++++++++++++++++++
 3 files changed, 43 insertions(+)

diff --git a/media-gfx/timg/Manifest b/media-gfx/timg/Manifest
new file mode 100644
index 000000000..60b220065
--- /dev/null
+++ b/media-gfx/timg/Manifest
@@ -0,0 +1 @@
+DIST timg-1.6.0.tar.gz 1166246 BLAKE2B 9cf2424bf2a3a87692ee23ec70fab82a391a1bf5fec3495d57535886dbae571d35c307fc9f3bee3189fb5ad0391fd80f82b0d84875aca9373ef7f0f669cb80cd SHA512 6b1f68f9dc38f1b9f1738a9e85f14b86576b241fa6f8a204018e293a286a7f9c7c1f2425afbe2c9b7f682f1cd35eed0e53f9df3bccc4e4ba9d41fc36d00dabc6

diff --git a/media-gfx/timg/metadata.xml b/media-gfx/timg/metadata.xml
new file mode 100644
index 000000000..4158a1477
--- /dev/null
+++ b/media-gfx/timg/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+     <maintainer type="person">
+             <email>ivan.lloro.boada@gmail.com</email>
+             <name>Ivan Lloro</name>
+     </maintainer>
+     <upstream>
+             <remote-id type="github">hzeller/timg</remote-id>
+     </upstream>
+</pkgmetadata>

diff --git a/media-gfx/timg/timg-1.6.0.ebuild b/media-gfx/timg/timg-1.6.0.ebuild
new file mode 100644
index 000000000..10ff44e60
--- /dev/null
+++ b/media-gfx/timg/timg-1.6.0.ebuild
@@ -0,0 +1,31 @@
+# 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.19
+	>=dev-util/pkgconf-2.2.0
+	>=dev-vcs/git-2.44.2
+	>=media-libs/libsixel-1.10.3-r1
+	>=media-libs/libjpeg-turbo-3.0.0
+	>=media-libs/libexif-0.6.24
+	>=media-video/ffmpeg-4.4.4-r9
+	>=media-gfx/graphicsmagick-1.3.42
+	>=gnome-base/librsvg-2.57.3
+	>=x11-libs/cairo-1.18.0
+	>=app-text/poppler-24.04.0
+"
+
+DEPEND="${RDEPEND}"


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] repo/proj/guru:master commit in: media-gfx/timg/
@ 2024-06-28 10:58 David Roman
  0 siblings, 0 replies; 4+ messages in thread
From: David Roman @ 2024-06-28 10:58 UTC (permalink / raw
  To: gentoo-commits

commit:     3ec76abc420a6237e929cfe5f24fd7188fc88d0b
Author:     Ivan Lloro <ivan.lloro.boada <AT> gmail <DOT> com>
AuthorDate: Fri Jun 28 05:49:02 2024 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Fri Jun 28 05:49:02 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3ec76abc

media-gfx/timg: Added cairo use flag requirement to dependency cairo (https://bugs.gentoo.org/934948).

Signed-off-by: Ivan Lloro <ivan.lloro.boada <AT> gmail.com>

 media-gfx/timg/timg-1.6.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/timg/timg-1.6.0.ebuild b/media-gfx/timg/timg-1.6.0.ebuild
index 10ff44e60..a5bc79766 100644
--- a/media-gfx/timg/timg-1.6.0.ebuild
+++ b/media-gfx/timg/timg-1.6.0.ebuild
@@ -25,7 +25,7 @@ RDEPEND="
 	>=media-gfx/graphicsmagick-1.3.42
 	>=gnome-base/librsvg-2.57.3
 	>=x11-libs/cairo-1.18.0
-	>=app-text/poppler-24.04.0
+	>=app-text/poppler-24.04.0[cairo]
 "
 
 DEPEND="${RDEPEND}"


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] repo/proj/guru:master commit in: media-gfx/timg/
@ 2024-08-06  3:19 Lucio Sauer
  0 siblings, 0 replies; 4+ messages in thread
From: Lucio Sauer @ 2024-08-06  3:19 UTC (permalink / raw
  To: gentoo-commits

commit:     a59d565f2a54dd29042469084078d658a6c19932
Author:     Ivan Lloro <ivan.lloro.boada <AT> gmail <DOT> com>
AuthorDate: Mon Aug  5 12:15:11 2024 +0000
Commit:     Lucio Sauer <watermanpaint <AT> posteo <DOT> net>
CommitDate: Mon Aug  5 13:44:09 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a59d565f

media-gfx/timg: Dependencies in alphabetical order as mandated by Gentoo's style guide

Signed-off-by: Ivan Lloro <ivan.lloro.boada <AT> gmail.com>

 media-gfx/timg/timg-1.6.0.ebuild | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/media-gfx/timg/timg-1.6.0.ebuild b/media-gfx/timg/timg-1.6.0.ebuild
index a5bc79766..40e4548eb 100644
--- a/media-gfx/timg/timg-1.6.0.ebuild
+++ b/media-gfx/timg/timg-1.6.0.ebuild
@@ -16,16 +16,16 @@ KEYWORDS="~amd64"
 
 RDEPEND="
 	>=app-arch/libdeflate-1.19
+	>=app-text/poppler-24.04.0[cairo]
 	>=dev-util/pkgconf-2.2.0
 	>=dev-vcs/git-2.44.2
-	>=media-libs/libsixel-1.10.3-r1
-	>=media-libs/libjpeg-turbo-3.0.0
+	>=gnome-base/librsvg-2.57.3
 	>=media-libs/libexif-0.6.24
-	>=media-video/ffmpeg-4.4.4-r9
+	>=media-libs/libjpeg-turbo-3.0.0
+	>=media-libs/libsixel-1.10.3-r1
 	>=media-gfx/graphicsmagick-1.3.42
-	>=gnome-base/librsvg-2.57.3
+	>=media-video/ffmpeg-4.4.4-r9
 	>=x11-libs/cairo-1.18.0
-	>=app-text/poppler-24.04.0[cairo]
 "
 
 DEPEND="${RDEPEND}"


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] repo/proj/guru:master commit in: media-gfx/timg/
@ 2024-08-07 10:33 Lucio Sauer
  0 siblings, 0 replies; 4+ messages in thread
From: Lucio Sauer @ 2024-08-07 10:33 UTC (permalink / raw
  To: gentoo-commits

commit:     af90ce47c52861147cfa12981d6273211bf48c25
Author:     Ivan Lloro <ivan.lloro.boada <AT> gmail <DOT> com>
AuthorDate: Tue Aug  6 17:40:50 2024 +0000
Commit:     Lucio Sauer <watermanpaint <AT> posteo <DOT> net>
CommitDate: Tue Aug  6 17:42:58 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=af90ce47

media-gfx/timg: Added missing dev-libs/glib dependency

Closes: https://bugs.gentoo.org/937440
Signed-off-by: Ivan Lloro <ivan.lloro.boada <AT> gmail.com>

 media-gfx/timg/timg-1.6.0.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/media-gfx/timg/timg-1.6.0.ebuild b/media-gfx/timg/timg-1.6.0.ebuild
index 40e4548eb..aec5745b4 100644
--- a/media-gfx/timg/timg-1.6.0.ebuild
+++ b/media-gfx/timg/timg-1.6.0.ebuild
@@ -17,6 +17,7 @@ KEYWORDS="~amd64"
 RDEPEND="
 	>=app-arch/libdeflate-1.19
 	>=app-text/poppler-24.04.0[cairo]
+	>=dev-libs/glib-2.78.6
 	>=dev-util/pkgconf-2.2.0
 	>=dev-vcs/git-2.44.2
 	>=gnome-base/librsvg-2.57.3


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2024-08-07 10:33 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-28 10:58 [gentoo-commits] repo/proj/guru:master commit in: media-gfx/timg/ David Roman
  -- strict thread matches above, loose matches on Subject: below --
2024-08-07 10:33 Lucio Sauer
2024-08-06  3:19 Lucio Sauer
2024-06-25  9:10 David Roman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox