Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-gfx/gimageview: gimageview-0.2.27-r3.ebuild ChangeLog
Date: Tue, 28 Jan 2014 07:38:27
Message-Id: 20140128073823.44A892004C@flycatcher.gentoo.org
1 ssuominen 14/01/28 07:38:23
2
3 Modified: gimageview-0.2.27-r3.ebuild ChangeLog
4 Log:
5 Link the gimv executable against mathlib for floor() and pow() wrt #417995 by SN (Enlik)
6
7 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
8
9 Revision Changes Path
10 1.5 media-gfx/gimageview/gimageview-0.2.27-r3.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/gimageview/gimageview-0.2.27-r3.ebuild?rev=1.5&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/gimageview/gimageview-0.2.27-r3.ebuild?rev=1.5&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/gimageview/gimageview-0.2.27-r3.ebuild?r1=1.4&r2=1.5
15
16 Index: gimageview-0.2.27-r3.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-gfx/gimageview/gimageview-0.2.27-r3.ebuild,v
19 retrieving revision 1.4
20 retrieving revision 1.5
21 diff -u -r1.4 -r1.5
22 --- gimageview-0.2.27-r3.ebuild 5 May 2012 07:00:22 -0000 1.4
23 +++ gimageview-0.2.27-r3.ebuild 28 Jan 2014 07:38:23 -0000 1.5
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2012 Gentoo Foundation
26 +# Copyright 1999-2014 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/gimageview/gimageview-0.2.27-r3.ebuild,v 1.4 2012/05/05 07:00:22 jdhore Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/gimageview/gimageview-0.2.27-r3.ebuild,v 1.5 2014/01/28 07:38:23 ssuominen Exp $
30
31 # TODO: USE xine could be restored if support for xine-lib-1.2.x
32 # is patched in wrt #397639
33 @@ -31,6 +31,9 @@
34 virtual/pkgconfig"
35
36 src_prepare() {
37 + # link gimv executable against -lm for floor() and pow()
38 + sed -i -e 's/$(gimv_LDADD)/& -lm/' src/Makefile.in || die #417995
39 +
40 epatch \
41 "${FILESDIR}"/${P}-sort_fix.diff \
42 "${FILESDIR}"/${P}-gtk12_fix.diff \
43
44
45
46 1.33 media-gfx/gimageview/ChangeLog
47
48 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/gimageview/ChangeLog?rev=1.33&view=markup
49 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/gimageview/ChangeLog?rev=1.33&content-type=text/plain
50 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/gimageview/ChangeLog?r1=1.32&r2=1.33
51
52 Index: ChangeLog
53 ===================================================================
54 RCS file: /var/cvsroot/gentoo-x86/media-gfx/gimageview/ChangeLog,v
55 retrieving revision 1.32
56 retrieving revision 1.33
57 diff -u -r1.32 -r1.33
58 --- ChangeLog 5 May 2012 07:00:22 -0000 1.32
59 +++ ChangeLog 28 Jan 2014 07:38:23 -0000 1.33
60 @@ -1,6 +1,11 @@
61 # ChangeLog for media-gfx/gimageview
62 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
63 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/gimageview/ChangeLog,v 1.32 2012/05/05 07:00:22 jdhore Exp $
64 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
65 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/gimageview/ChangeLog,v 1.33 2014/01/28 07:38:23 ssuominen Exp $
66 +
67 + 28 Jan 2014; Samuli Suominen <ssuominen@g.o>
68 + gimageview-0.2.27-r3.ebuild:
69 + Link the gimv executable against mathlib for floor() and pow() wrt #417995 by
70 + SN (Enlik)
71
72 05 May 2012; Jeff Horelick <jdhore@g.o> gimageview-0.2.27-r3.ebuild:
73 dev-util/pkgconfig -> virtual/pkgconfig
74 @@ -127,4 +132,3 @@
75 Initial import. Thanks to Sadayuki Kobayashi <desperado@××××××××.com>,
76 MATSUU Takuto <matsuu@g.o> and Lindsay Holmwood
77 <holmwoodl@×××××××××.au>. Bug #21066
78 -