public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Joonas Niilola" <juippis@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/entice/
Date: Wed,  5 Jan 2022 07:17:45 +0000 (UTC)	[thread overview]
Message-ID: <1641367057.84e5418abdd02c11958d98355bd22fe1a20661b8.juippis@gentoo> (raw)

commit:     84e5418abdd02c11958d98355bd22fe1a20661b8
Author:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Wed Jan  5 07:14:54 2022 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Wed Jan  5 07:17:37 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84e5418a

media-gfx/entice: initial import

 - Entice is a simple image viewer, based on Enlightenment Foundation
   Libraries.

Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 media-gfx/entice/Manifest                    |  1 +
 media-gfx/entice/entice-0_pre20210919.ebuild | 45 ++++++++++++++++++++++++++++
 media-gfx/entice/metadata.xml                |  8 +++++
 3 files changed, 54 insertions(+)

diff --git a/media-gfx/entice/Manifest b/media-gfx/entice/Manifest
new file mode 100644
index 000000000000..90f03ec21da9
--- /dev/null
+++ b/media-gfx/entice/Manifest
@@ -0,0 +1 @@
+DIST entice-0_pre20210919.tar.gz 102691 BLAKE2B 2967f34acad5900c798ec2fa776cc5722cf34f4f097e37dfce50749e80a02a422f77e93f2a2d149f2151512fa6ce8f51ca9a29650276eae8cb6609c2b0e2bf20 SHA512 8f38f00d344b8477a410176e7a1ecf75ffe46a413caca4b497d81440b2a48e52cd6da35305729fe971a955de2c613ab7f78ce5c6b60884b771e8298d12f0c782

diff --git a/media-gfx/entice/entice-0_pre20210919.ebuild b/media-gfx/entice/entice-0_pre20210919.ebuild
new file mode 100644
index 000000000000..dada1963f8f3
--- /dev/null
+++ b/media-gfx/entice/entice-0_pre20210919.ebuild
@@ -0,0 +1,45 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit meson optfeature xdg
+
+MY_COMMIT="8b62c4ff8eeadd37d5304a01b287da3011283b66"
+
+DESCRIPTION="A simple image viewer based on EFL"
+HOMEPAGE="https://github.com/vtorri/entice"
+SRC_URI="https://github.com/vtorri/entice/archive/${MY_COMMIT}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND="|| ( dev-libs/efl[X,opengl] dev-libs/efl[wayland] )
+	media-libs/libexif"
+RDEPEND="${DEPEND}"
+
+S="${WORKDIR}/entice-${MY_COMMIT}"
+
+pkg_postinst() {
+	xdg_pkg_postinst
+
+	optfeature_header "Image format support:"
+	optfeature "avif support" dev-libs/efl[avif]
+	optfeature "bmp,wbmp support" dev-libs/efl[bmp]
+	optfeature "dds support" dev-libs/efl[dds]
+	optfeature "gif support" dev-libs/efl[gif]
+	optfeature "heif support" dev-libs/efl[heif]
+	optfeature "ico,cur support" dev-libs/efl[ico]
+	optfeature "jp2k support" dev-libs/efl[jpeg2k]
+	optfeature "pmaps support" dev-libs/efl[pmaps]
+	optfeature "psd support" dev-libs/efl[psd]
+	optfeature "raw support" dev-libs/efl[raw]
+	optfeature "svg,rsvg support" dev-libs/efl[svg]
+	optfeature "tga support" dev-libs/efl[tga]
+	optfeature "tgv support" dev-libs/efl[tgv]
+	optfeature "tiff support" dev-libs/efl[tiff]
+	optfeature "webp support" dev-libs/efl[webp]
+	optfeature "xcf support" dev-libs/efl[xcf]
+	optfeature "xpm support" dev-libs/efl[xpm]
+}

diff --git a/media-gfx/entice/metadata.xml b/media-gfx/entice/metadata.xml
new file mode 100644
index 000000000000..a1fbf3c0c993
--- /dev/null
+++ b/media-gfx/entice/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+  <maintainer type="person">
+    <email>juippis@gentoo.org</email>
+    <name>Joonas Niilola</name>
+  </maintainer>
+</pkgmetadata>


             reply	other threads:[~2022-01-05  7:17 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-01-05  7:17 Joonas Niilola [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-01-07  7:37 [gentoo-commits] repo/gentoo:master commit in: media-gfx/entice/ Joonas Niilola
2022-03-14 16:26 Joonas Niilola
2022-03-14 16:26 Joonas Niilola
2023-04-10 10:41 Joonas Niilola
2023-04-10 10:41 Joonas Niilola
2023-05-11  7:01 Joonas Niilola
2023-05-11  7:01 Joonas Niilola
2023-05-16  5:58 Joonas Niilola
2024-07-15  6:58 Joonas Niilola
2024-08-27  7:00 Joonas Niilola
2024-08-27  7:00 Joonas Niilola
2024-09-10  6:24 Joonas Niilola
2024-09-10  6:24 Joonas Niilola

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1641367057.84e5418abdd02c11958d98355bd22fe1a20661b8.juippis@gentoo \
    --to=juippis@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox