Gentoo Archives: gentoo-commits

From: "Ben de Groot (yngwin)" <yngwin@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-gfx/photoqt: photoqt-1.1.0.1.ebuild photoqt-1.2.ebuild ChangeLog
Date: Fri, 06 Feb 2015 13:48:08
Message-Id: 20150206134803.6AE4B112E9@oystercatcher.gentoo.org
1 yngwin 15/02/06 13:48:03
2
3 Modified: photoqt-1.1.0.1.ebuild ChangeLog
4 Added: photoqt-1.2.ebuild
5 Log:
6 fix deps (bug #539008); version bump
7
8 (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 0x4FDF9CFD2FAC514E!)
9
10 Revision Changes Path
11 1.4 media-gfx/photoqt/photoqt-1.1.0.1.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/photoqt/photoqt-1.1.0.1.ebuild?rev=1.4&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/photoqt/photoqt-1.1.0.1.ebuild?rev=1.4&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/photoqt/photoqt-1.1.0.1.ebuild?r1=1.3&r2=1.4
16
17 Index: photoqt-1.1.0.1.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/media-gfx/photoqt/photoqt-1.1.0.1.ebuild,v
20 retrieving revision 1.3
21 retrieving revision 1.4
22 diff -u -r1.3 -r1.4
23 --- photoqt-1.1.0.1.ebuild 17 Dec 2014 18:11:14 -0000 1.3
24 +++ photoqt-1.1.0.1.ebuild 6 Feb 2015 13:48:03 -0000 1.4
25 @@ -1,6 +1,6 @@
26 -# Copyright 1999-2014 Gentoo Foundation
27 +# Copyright 1999-2015 Gentoo Foundation
28 # Distributed under the terms of the GNU General Public License v2
29 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/photoqt/photoqt-1.1.0.1.ebuild,v 1.3 2014/12/17 18:11:14 kensington Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/photoqt/photoqt-1.1.0.1.ebuild,v 1.4 2015/02/06 13:48:03 yngwin Exp $
31
32 EAPI=5
33 inherit cmake-utils
34 @@ -14,14 +14,16 @@
35 KEYWORDS="~amd64 ~x86"
36 IUSE="graphicsmagick exiv2"
37
38 -DEPEND="dev-qt/linguist-tools:5
39 - dev-qt/qtmultimedia:5
40 +RDEPEND="dev-qt/qtgui:5
41 dev-qt/qtimageformats:5
42 - dev-qt/qtgui:5
43 + dev-qt/qtmultimedia:5
44 dev-qt/qtnetwork:5
45 + dev-qt/qtsql:5
46 + dev-qt/qtwidgets:5
47 exiv2? ( media-gfx/exiv2:= )
48 graphicsmagick? ( media-gfx/graphicsmagick )"
49 -RDEPEND="${DEPEND}"
50 +DEPEND="${RDEPEND}
51 + dev-qt/linguist-tools:5"
52
53 src_configure() {
54 local mycmakeargs=(
55 @@ -30,3 +32,7 @@
56 )
57 cmake-utils_src_configure
58 }
59 +
60 +src_compile() {
61 + MAKEOPTS+=" -j1" cmake-utils_src_compile
62 +}
63
64
65
66 1.4 media-gfx/photoqt/ChangeLog
67
68 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/photoqt/ChangeLog?rev=1.4&view=markup
69 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/photoqt/ChangeLog?rev=1.4&content-type=text/plain
70 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/photoqt/ChangeLog?r1=1.3&r2=1.4
71
72 Index: ChangeLog
73 ===================================================================
74 RCS file: /var/cvsroot/gentoo-x86/media-gfx/photoqt/ChangeLog,v
75 retrieving revision 1.3
76 retrieving revision 1.4
77 diff -u -r1.3 -r1.4
78 --- ChangeLog 17 Dec 2014 18:10:19 -0000 1.3
79 +++ ChangeLog 6 Feb 2015 13:48:03 -0000 1.4
80 @@ -1,6 +1,12 @@
81 # ChangeLog for media-gfx/photoqt
82 -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
83 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/photoqt/ChangeLog,v 1.3 2014/12/17 18:10:19 kensington Exp $
84 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
85 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/photoqt/ChangeLog,v 1.4 2015/02/06 13:48:03 yngwin Exp $
86 +
87 +*photoqt-1.2 (06 Feb 2015)
88 +
89 + 06 Feb 2015; Ben de Groot <yngwin@g.o> +photoqt-1.2.ebuild,
90 + photoqt-1.1.0.1.ebuild:
91 + fix deps (bug #539008); version bump
92
93 17 Dec 2014; Michael Palimaka <kensington@g.o> photoqt-1.1.0.1.ebuild:
94 Pin dev-qt/linguist-tools to SLOT 5.
95
96
97
98 1.1 media-gfx/photoqt/photoqt-1.2.ebuild
99
100 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/photoqt/photoqt-1.2.ebuild?rev=1.1&view=markup
101 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/photoqt/photoqt-1.2.ebuild?rev=1.1&content-type=text/plain
102
103 Index: photoqt-1.2.ebuild
104 ===================================================================
105 # Copyright 1999-2015 Gentoo Foundation
106 # Distributed under the terms of the GNU General Public License v2
107 # $Header: /var/cvsroot/gentoo-x86/media-gfx/photoqt/photoqt-1.2.ebuild,v 1.1 2015/02/06 13:48:03 yngwin Exp $
108
109 EAPI=5
110 inherit cmake-utils
111
112 DESCRIPTION="Simple but powerful Qt-based image viewer"
113 HOMEPAGE="http://photoqt.org/"
114 SRC_URI="http://photoqt.org/pkgs/${P}.tar.gz"
115
116 LICENSE="GPL-2"
117 SLOT="0"
118 KEYWORDS="~amd64 ~x86"
119 IUSE="graphicsmagick exiv2"
120
121 RDEPEND="dev-qt/qtgui:5
122 dev-qt/qtimageformats:5
123 dev-qt/qtmultimedia:5
124 dev-qt/qtnetwork:5
125 dev-qt/qtsql:5
126 dev-qt/qtwidgets:5
127 exiv2? ( media-gfx/exiv2:= )
128 graphicsmagick? ( media-gfx/graphicsmagick )"
129 DEPEND="${RDEPEND}
130 dev-qt/linguist-tools:5"
131
132 src_configure() {
133 local mycmakeargs=(
134 $(cmake-utils_use graphicsmagick GM)
135 $(cmake-utils_use exiv2 EXIV2)
136 )
137 cmake-utils_src_configure
138 }
139
140 src_compile() {
141 MAKEOPTS+=" -j1" cmake-utils_src_compile
142 }