From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 385771581C1 for ; Mon, 15 Jul 2024 06:58:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5D7AC2BC013; Mon, 15 Jul 2024 06:58:38 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3B1E22BC013 for ; Mon, 15 Jul 2024 06:58:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 31C5433BF08 for ; Mon, 15 Jul 2024 06:58:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8FC471869 for ; Mon, 15 Jul 2024 06:58:35 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1721026656.ac1a1d32118821c56ab5d8ed1ed61095e9fd32f5.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/entice/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/entice/Manifest media-gfx/entice/entice-0.0.1.ebuild X-VCS-Directories: media-gfx/entice/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: ac1a1d32118821c56ab5d8ed1ed61095e9fd32f5 X-VCS-Branch: master Date: Mon, 15 Jul 2024 06:58:35 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 8cd501bf-7459-4cad-bc12-04c9691c1030 X-Archives-Hash: 576a374bab41e3fd68377b4cfe76bfcd commit: ac1a1d32118821c56ab5d8ed1ed61095e9fd32f5 Author: Joonas Niilola gentoo org> AuthorDate: Mon Jul 15 06:57:36 2024 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Mon Jul 15 06:57:36 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac1a1d32 media-gfx/entice: add 0.0.1 Signed-off-by: Joonas Niilola gentoo.org> media-gfx/entice/Manifest | 1 + media-gfx/entice/entice-0.0.1.ebuild | 44 ++++++++++++++++++++++++++++++++++++ 2 files changed, 45 insertions(+) diff --git a/media-gfx/entice/Manifest b/media-gfx/entice/Manifest index 32b2bc3334ea..332a28885576 100644 --- a/media-gfx/entice/Manifest +++ b/media-gfx/entice/Manifest @@ -1 +1,2 @@ +DIST entice-0.0.1.tar.xz 3994332 BLAKE2B 38f225a0464b0fcc956b32b02afd0ca9b0923bf0cf70688fe87ee29ef67ef6eda5d81eff957c68927e660f09f2d5b9592c6a5659aa5303a3b8ee88a4af523394 SHA512 2e2dbb24ed1ed97c20683bf93bf4d89afae7d18ed891025fe15a3f70f77e18cefbc5e1430c88cb06a89990def2088a414751407d60227ddbf9a2cb9dfa0609aa DIST entice-0_pre20220809.tar.gz 7940222 BLAKE2B 8fb23d904e66894f60db94e64f5d9f0f00b82d6409c3c5e3439ecb8cd7835d2aadd7e52280eed4fc81fd0ac92fc02c9ad58c32d263f3081d93986bf21037c04e SHA512 2f6d549d87ca39be3b2d2fa15b488c6ddf0a31fc5164d90e7b4c37343af2fe44c674330b3764f100b048f94da003c7807e28b95ab059e3c04632026e53e5b96b diff --git a/media-gfx/entice/entice-0.0.1.ebuild b/media-gfx/entice/entice-0.0.1.ebuild new file mode 100644 index 000000000000..d27098a8b85b --- /dev/null +++ b/media-gfx/entice/entice-0.0.1.ebuild @@ -0,0 +1,44 @@ +# Copyright 2022-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit meson optfeature xdg + +DESCRIPTION="A simple image viewer based on EFL" +HOMEPAGE="https://git.enlightenment.org/vtorri/entice https://github.com/vtorri/entice" +SRC_URI="https://git.enlightenment.org/vtorri/entice/releases/download/v${PV}/${P}.tar.xz" + +LICENSE="BSD-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +DEPEND="|| ( dev-libs/efl[X] dev-libs/efl[wayland] ) + media-libs/libexif" +RDEPEND="${DEPEND}" + +S="${WORKDIR}" + +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 "pdf support" dev-libs/efl[pdf] + 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] +}