commit: 02c204c2c96573b9a8a75bea3b50dc9f6f126a91 Author: Ben de Groot <yngwin <AT> gentoo <DOT> org> AuthorDate: Mon Aug 17 16:14:35 2015 +0000 Commit: Ben de Groot <yngwin <AT> gentoo <DOT> org> CommitDate: Mon Aug 17 16:20:16 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02c204c2
media-gfx/phototonic: version bump to 1.6.17 Package-Manager: portage-2.2.20.1 media-gfx/phototonic/Manifest | 1 + media-gfx/phototonic/phototonic-1.6.17.ebuild | 36 +++++++++++++++++++++++++++ 2 files changed, 37 insertions(+) diff --git a/media-gfx/phototonic/Manifest b/media-gfx/phototonic/Manifest index 1092dab..5a3ede0 100644 --- a/media-gfx/phototonic/Manifest +++ b/media-gfx/phototonic/Manifest @@ -1,2 +1,3 @@ DIST phototonic-1.5.54.tar.xz 160716 SHA256 a84ec02cd03635fd5f2b19deea46eec0c74e6f9fabb24943fcf37bbece1c214e SHA512 a4ce914503a8452bb6d2a2c97cef6c5b4b69e0d8c5a349bd5a68680731b3a9e70a9afa7ff63cb2836aa8d970f074b058627687fa7cdcfb898da13c696c2d6df7 WHIRLPOOL a17369097cdf5ec9efac2cefaee582aafbdbfee0a22ee8395c2824aa16913c10c929e8359fcd70d508400e85d4f30b25fcba7b176fc135a29b43d0e009080883 +DIST phototonic-1.6.17.tar.xz 167264 SHA256 f9d03344cb635948810c90695b592792106860bb35922b885325b2a3751c6411 SHA512 66c537c723b114de8a92692933a3671346919dde1ce028a9c067909403d91c0a161d5887e0c07e9309d524179308364fc93403c608b3226d74e28bc744e08cde WHIRLPOOL 052449af44277a3ea40562306854a745f8f02e5b137fc8e7f2aef824c06f08c967b38863204ece2f821d0fa90615163ca4fe8d9faa3729481542b0a0edd661b3 DIST phototonic-1.6.6.tar.xz 166448 SHA256 52b11420f2da6637f7b570029f6f6a8052277631e74bb80ad97be47a50c485a3 SHA512 ce1766b120ae27dacd34219943eec092385713e187415a65e59f1d0b94942266b02686377000be07a3a0ad2a0d4d4f19753d150ee6bf3c1ca85fa224eac6ebfd WHIRLPOOL 822c3248d0d1b4e5f3e3a7eec15e11aea598ebb43550601e5483cd6516c42cfd7ae04c79273766c117fc525b837b29a8546a8f272b4d5761e2957e9e6275cc80 diff --git a/media-gfx/phototonic/phototonic-1.6.17.ebuild b/media-gfx/phototonic/phototonic-1.6.17.ebuild new file mode 100644 index 0000000..cc3f4da --- /dev/null +++ b/media-gfx/phototonic/phototonic-1.6.17.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +inherit qmake-utils + +DESCRIPTION="Image viewer and organizer" +HOMEPAGE="http://oferkv.github.io/phototonic/" +if [[ ${PV} = *9999* ]]; then + inherit git-r3 + EGIT_REPO_URI="https://github.com/oferkv/phototonic.git" +else + SRC_URI="http://dev.gentoo.org/~yngwin/distfiles/${P}.tar.xz" + KEYWORDS="~amd64 ~x86" +fi + +LICENSE="GPL-3" +SLOT="0" +IUSE="svg tiff" + +RDEPEND="dev-qt/qtwidgets:5 + dev-qt/qtgui:5 + dev-qt/qtcore:5 + media-gfx/exiv2:= + svg? ( dev-qt/qtsvg:5 ) + tiff? ( dev-qt/qtimageformats:5 )" +DEPEND="${RDEPEND}" + +src_configure() { + eqmake5 +} + +src_install() { + emake install INSTALL_ROOT="${D}" +}