yngwin      15/07/29 13:02:13

  Modified:             ChangeLog
  Added:                photoqt-1.3.ebuild
  Log:
  version bump
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0x4FDF9CFD2FAC514E!)

Revision  Changes    Path
1.6                  media-gfx/photoqt/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/photoqt/ChangeLog?rev=1.6&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/photoqt/ChangeLog?rev=1.6&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/photoqt/ChangeLog?r1=1.5&r2=1.6

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/photoqt/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog   17 Mar 2015 14:59:34 -0000      1.5
+++ ChangeLog   29 Jul 2015 13:02:13 -0000      1.6
@@ -1,6 +1,11 @@
 # ChangeLog for media-gfx/photoqt
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/photoqt/ChangeLog,v 1.5 
2015/03/17 14:59:34 kensington Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/photoqt/ChangeLog,v 1.6 
2015/07/29 13:02:13 yngwin Exp $
+
+*photoqt-1.3 (29 Jul 2015)
+
+  29 Jul 2015; Ben de Groot <[email protected]> +photoqt-1.3.ebuild:
+  version bump
 
   17 Mar 2015; Michael Palimaka <[email protected]> photoqt-1.2.ebuild:
   Add missing dependencies wrt bug #543610.



1.1                  media-gfx/photoqt/photoqt-1.3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/photoqt/photoqt-1.3.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/photoqt/photoqt-1.3.ebuild?rev=1.1&content-type=text/plain

Index: photoqt-1.3.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-gfx/photoqt/photoqt-1.3.ebuild,v 1.1 
2015/07/29 13:02:13 yngwin Exp $

EAPI=5
inherit cmake-utils

DESCRIPTION="Simple but powerful Qt-based image viewer"
HOMEPAGE="http://photoqt.org/";
SRC_URI="http://photoqt.org/pkgs/${P}.tar.gz";

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="graphicsmagick exiv2"

RDEPEND="dev-qt/qtcore:5
        dev-qt/qtgui:5
        dev-qt/qtimageformats:5
        dev-qt/qtmultimedia:5
        dev-qt/qtnetwork:5
        dev-qt/qtquickcontrols:5
        dev-qt/qtsql:5
        dev-qt/qtsvg:5
        dev-qt/qtwidgets:5
        exiv2? ( media-gfx/exiv2:= )
        graphicsmagick? ( media-gfx/graphicsmagick )"
DEPEND="${RDEPEND}
        dev-qt/linguist-tools:5"

src_configure() {
        local mycmakeargs=(
                $(cmake-utils_use graphicsmagick GM)
                $(cmake-utils_use exiv2 EXIV2)
        )
        cmake-utils_src_configure
}

src_compile() {
        MAKEOPTS+=" -j1" cmake-utils_src_compile
}




Reply via email to