Skip to content

Commit

Permalink
media-gfx/ephoto: new package
Browse files Browse the repository at this point in the history
Package-Manager: Portage[mgorny]-2.3.36.1
Closes: gentoo#9086
  • Loading branch information
juippis authored and tonyvroon committed Jul 11, 2018
1 parent 60c218e commit 3c9e6cf
Show file tree
Hide file tree
Showing 3 changed files with 55 additions and 0 deletions.
1 change: 1 addition & 0 deletions media-gfx/ephoto/Manifest
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
DIST ephoto-1.5.tar.xz 324384 BLAKE2B 20e6a8904b2b80c67355b404ae39b10cb00f050f44336d899e63cc8e6d73b9b6d37dd9147479a2b6fa783ec90a07762fd31663d85d92d518e39cebc858489c9d SHA512 a60558230750f0edf7fb28f1d002a905a2c9afaf00f110c08e35f9d44f7d3939167065e0ef3819ac9ef0cfeed4ec260aef5267d631343dcce4628de70e7a5f23
28 changes: 28 additions & 0 deletions media-gfx/ephoto/ephoto-1.5.ebuild
Original file line number Diff line number Diff line change
@@ -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[@]}"
}
26 changes: 26 additions & 0 deletions media-gfx/ephoto/metadata.xml
Original file line number Diff line number Diff line change
@@ -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>[email protected]</email>
</maintainer>
<maintainer type="project">
<email>[email protected]</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>

0 comments on commit 3c9e6cf

Please sign in to comment.