Gentoo Archives: gentoo-commits

From: "Markus Meier (maekke)" <maekke@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-gfx/nip2: ChangeLog nip2-7.14.3.ebuild
Date: Sun, 27 Apr 2008 15:27:57
Message-Id: E1Jq8nD-0004JS-1F@stork.gentoo.org
1 maekke 08/04/27 15:27:55
2
3 Modified: ChangeLog
4 Added: nip2-7.14.3.ebuild
5 Log:
6 bump, bug #218517
7 (Portage version: 2.1.5_rc6)
8
9 Revision Changes Path
10 1.8 media-gfx/nip2/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/nip2/ChangeLog?rev=1.8&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/nip2/ChangeLog?rev=1.8&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/nip2/ChangeLog?r1=1.7&r2=1.8
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-gfx/nip2/ChangeLog,v
19 retrieving revision 1.7
20 retrieving revision 1.8
21 diff -u -r1.7 -r1.8
22 --- ChangeLog 16 Jan 2008 21:17:59 -0000 1.7
23 +++ ChangeLog 27 Apr 2008 15:27:54 -0000 1.8
24 @@ -1,6 +1,11 @@
25 # ChangeLog for media-gfx/nip2
26 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/nip2/ChangeLog,v 1.7 2008/01/16 21:17:59 maekke Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/nip2/ChangeLog,v 1.8 2008/04/27 15:27:54 maekke Exp $
29 +
30 +*nip2-7.14.3 (27 Apr 2008)
31 +
32 + 27 Apr 2008; Markus Meier <maekke@g.o> +nip2-7.14.3.ebuild:
33 + bump, bug #218517
34
35 16 Jan 2008; Markus Meier <maekke@g.o> -nip2-7.10.9.ebuild,
36 -nip2-7.10.16.ebuild:
37
38
39
40 1.1 media-gfx/nip2/nip2-7.14.3.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/nip2/nip2-7.14.3.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/nip2/nip2-7.14.3.ebuild?rev=1.1&content-type=text/plain
44
45 Index: nip2-7.14.3.ebuild
46 ===================================================================
47 # Copyright 2003-2008 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: /var/cvsroot/gentoo-x86/media-gfx/nip2/nip2-7.14.3.ebuild,v 1.1 2008/04/27 15:27:54 maekke Exp $
50
51 inherit fdo-mime
52
53 DESCRIPTION="VIPS Image Processing Graphical User Interface"
54 SRC_URI="http://www.vips.ecs.soton.ac.uk/supported/7.14/${P}.tar.gz"
55 HOMEPAGE="http://vips.sourceforge.net"
56
57 SLOT="0"
58 LICENSE="GPL-2"
59
60 KEYWORDS="~ppc ~x86"
61
62 IUSE="fftw"
63
64 RDEPEND=">=media-libs/vips-7.14.1
65 >=x11-libs/gtk+-2.4
66 dev-libs/libxml2
67 >=dev-libs/glib-2
68 fftw? ( >=sci-libs/fftw-3 )"
69
70 # Flex and bison are build dependencies, but are not needed at runtime
71 DEPEND="${RDEPEND}
72 sys-devel/flex
73 sys-devel/bison"
74
75 src_compile() {
76 local myconf
77 use fftw || myconf="--without-fftw"
78 econf ${myconf} || die "econf failed"
79 emake || die "emake failed"
80 }
81
82 src_install() {
83 # create these dirs to make the makefile installs these items correctly
84 dodir /usr/share/{applications,application-registry,mime-info}
85
86 insinto /usr/share/pixmaps
87 doins "${FILESDIR}"/nip2.png
88 insinto /usr/share/applications
89 doins "${FILESDIR}"/nip2.desktop
90 insinto /usr/share/mime/packages
91 doins "${FILESDIR}"/nip2.xml
92
93 einstall || die "einstall failed"
94 dodoc AUTHORS ChangeLog NEWS README*
95 }
96
97 pkg_postinst() {
98 fdo-mime_desktop_database_update
99 fdo-mime_mime_database_update
100 }
101
102 pkg_postrm() {
103 fdo-mime_desktop_database_update
104 fdo-mime_mime_database_update
105 }
106
107
108
109 --
110 gentoo-commits@l.g.o mailing list