From 71bc00c87bba1ce31de0dac6c3b7fd1aee6917fc Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 14 Jul 2018 20:52:04 +0100 Subject: gentoo resync : 14.07.2018 --- media-gfx/ephoto/Manifest | 3 +++ media-gfx/ephoto/ephoto-1.5.ebuild | 28 ++++++++++++++++++++++++++++ media-gfx/ephoto/metadata.xml | 26 ++++++++++++++++++++++++++ 3 files changed, 57 insertions(+) create mode 100644 media-gfx/ephoto/Manifest create mode 100644 media-gfx/ephoto/ephoto-1.5.ebuild create mode 100644 media-gfx/ephoto/metadata.xml (limited to 'media-gfx/ephoto') diff --git a/media-gfx/ephoto/Manifest b/media-gfx/ephoto/Manifest new file mode 100644 index 000000000000..ff15c3b41dbe --- /dev/null +++ b/media-gfx/ephoto/Manifest @@ -0,0 +1,3 @@ +DIST ephoto-1.5.tar.xz 324384 BLAKE2B 20e6a8904b2b80c67355b404ae39b10cb00f050f44336d899e63cc8e6d73b9b6d37dd9147479a2b6fa783ec90a07762fd31663d85d92d518e39cebc858489c9d SHA512 a60558230750f0edf7fb28f1d002a905a2c9afaf00f110c08e35f9d44f7d3939167065e0ef3819ac9ef0cfeed4ec260aef5267d631343dcce4628de70e7a5f23 +EBUILD ephoto-1.5.ebuild 533 BLAKE2B 1d5e884b4009853cede8eea909221999880fe2de12a08969b3facd3ede5ef7eb0e85e0d082f8f700a8b755ee2b3aeaf7def9282b711b4ef27bdb49209c892c4a SHA512 ae7b18946f3558c87c3c890b607bda83cfefa2e21477a7c9004d2a11f4a4b8e69fd00a0f0c7aca6eb5a2e1310a65241725f73d970d6feb87f4f21252d1e50f56 +MISC metadata.xml 1203 BLAKE2B 81c54ec20b38cfbaac1af938c254c1b4a7a4f05f930c49221e4a7069dafa072c28dac491f314043b5df20cb459e068e9082ae10f4a8f84371127d842d5033ef1 SHA512 54f5e200874bfe2a33343f147f320960be3cfcffb710ddf20e4721c446f1d3cc67a87185d4347c64ba80ecae1836cff757e2d44bd368d96c7459776b67b411d7 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 @@ + + + + + juippis@gmail.com + + + proxy-maint@gentoo.org + Proxy Maintainers + + + 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. + + -- cgit v1.2.3