diff options
author | Joonas Niilola <juippis@gmail.com> | 2018-07-07 19:28:57 +0300 |
---|---|---|
committer | Tony Vroon <chainsaw@gentoo.org> | 2018-07-11 09:53:14 +0100 |
commit | 3c9e6cf9a2eabe36787651ec222c6a7d46b644f4 (patch) | |
tree | e88effef5379dfb9cab3f5854a32fa007bd0555a /media-gfx/ephoto | |
parent | app-benchmarks/geekbench: drop old version (diff) | |
download | gentoo-3c9e6cf9a2eabe36787651ec222c6a7d46b644f4.tar.gz gentoo-3c9e6cf9a2eabe36787651ec222c6a7d46b644f4.tar.bz2 gentoo-3c9e6cf9a2eabe36787651ec222c6a7d46b644f4.zip |
media-gfx/ephoto: new package
Package-Manager: Portage[mgorny]-2.3.36.1
Closes: https://github.com/gentoo/gentoo/pull/9086
Diffstat (limited to 'media-gfx/ephoto')
-rw-r--r-- | media-gfx/ephoto/Manifest | 1 | ||||
-rw-r--r-- | media-gfx/ephoto/ephoto-1.5.ebuild | 28 | ||||
-rw-r--r-- | media-gfx/ephoto/metadata.xml | 26 |
3 files changed, 55 insertions, 0 deletions
diff --git a/media-gfx/ephoto/Manifest b/media-gfx/ephoto/Manifest new file mode 100644 index 000000000000..3bc1b6e34afc --- /dev/null +++ b/media-gfx/ephoto/Manifest @@ -0,0 +1 @@ +DIST ephoto-1.5.tar.xz 324384 BLAKE2B 20e6a8904b2b80c67355b404ae39b10cb00f050f44336d899e63cc8e6d73b9b6d37dd9147479a2b6fa783ec90a07762fd31663d85d92d518e39cebc858489c9d SHA512 a60558230750f0edf7fb28f1d002a905a2c9afaf00f110c08e35f9d44f7d3939167065e0ef3819ac9ef0cfeed4ec260aef5267d631343dcce4628de70e7a5f23 diff --git a/media-gfx/ephoto/ephoto-1.5.ebuild b/media-gfx/ephoto/ephoto-1.5.ebuild new file mode 100644 index 000000000000..0d9b39d3494e --- /dev/null +++ b/media-gfx/ephoto/ephoto-1.5.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DESCRIPTION="Enlightenment image viewer written with EFL" +HOMEPAGE="https://www.enlightenment.org/about-ephoto" +SRC_URI="http://www.smhouston.us/stuff/${P}.tar.xz" + +LICENSE="BSD-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="nls" + +RDEPEND=">=dev-libs/efl-1.18.0[eet,X]" +DEPEND=" + ${RDEPEND} + virtual/pkgconfig + nls? ( sys-devel/gettext ) +" + +src_configure() { + local myconf=( + $(use_enable nls) + ) + + econf "${myconf[@]}" +} diff --git a/media-gfx/ephoto/metadata.xml b/media-gfx/ephoto/metadata.xml new file mode 100644 index 000000000000..997099762b2c --- /dev/null +++ b/media-gfx/ephoto/metadata.xml @@ -0,0 +1,26 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>juippis@gmail.com</email> + </maintainer> + <maintainer type="project"> + <email>proxy-maint@gentoo.org</email> + <name>Proxy Maintainers</name> + </maintainer> + <longdescription> + Ephoto is an image viewer and editor written using the Enlightenment Foundation + Libraries(EFL). It focuses on simplicity and ease of use, while taking advantage of + the speed and small footprint the EFL provide. + + Ephoto’s features include: + - Browsing the filesystem and displaying images in an easy to use grid view. + - Browsing images in a single image view format, + - Viewing images in a slideshow, + - Editing your image with features such as cropping, auto enhance, blurring, + sharpening, brightness/contrast/gamma adjustments, hue/saturation/value + adjustments, and color level adjustment, + - Applying artistic filters to your image such as black and white and old photo, + - Drag And Drop along with file operations to easy maintain your photo directories. + </longdescription> +</pkgmetadata> |