media-gfx/ephoto: new package
authorJoonas Niilola <juippis@gmail.com>
Sat, 7 Jul 2018 16:28:57 +0000 (19:28 +0300)
committerTony Vroon <chainsaw@gentoo.org>
Wed, 11 Jul 2018 08:53:14 +0000 (09:53 +0100)
Package-Manager: Portage[mgorny]-2.3.36.1
Closes: https://github.com/gentoo/gentoo/pull/9086

media-gfx/ephoto/Manifest [new file with mode: 0644]
media-gfx/ephoto/ephoto-1.5.ebuild [new file with mode: 0644]
media-gfx/ephoto/metadata.xml [new file with mode: 0644]

diff --git a/media-gfx/ephoto/Manifest b/media-gfx/ephoto/Manifest
new file mode 100644 (file)
index 0000000..3bc1b6e
--- /dev/null
@@ -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 (file)
index 0000000..0d9b39d
--- /dev/null
@@ -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 (file)
index 0000000..9970997
--- /dev/null
@@ -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>