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