Gentoo Archives: gentoo-commits

From: "Bernard Cafarelli (voyageur)" <voyageur@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in gnustep-base/gnustep-gui: ChangeLog gnustep-gui-0.12.1.ebuild
Date: Thu, 03 Jan 2008 12:33:45
Message-Id: E1JAPGV-00010r-TP@stork.gentoo.org
1 voyageur 08/01/03 12:33:39
2
3 Modified: ChangeLog
4 Added: gnustep-gui-0.12.1.ebuild
5 Log:
6 Stable version bump
7 (Portage version: 2.1.4_rc14)
8
9 Revision Changes Path
10 1.57 gnustep-base/gnustep-gui/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnustep-base/gnustep-gui/ChangeLog?rev=1.57&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnustep-base/gnustep-gui/ChangeLog?rev=1.57&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnustep-base/gnustep-gui/ChangeLog?r1=1.56&r2=1.57
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/gnustep-base/gnustep-gui/ChangeLog,v
19 retrieving revision 1.56
20 retrieving revision 1.57
21 diff -u -r1.56 -r1.57
22 --- ChangeLog 8 Dec 2007 20:06:35 -0000 1.56
23 +++ ChangeLog 3 Jan 2008 12:33:39 -0000 1.57
24 @@ -1,6 +1,12 @@
25 # ChangeLog for gnustep-base/gnustep-gui
26 -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/gnustep-base/gnustep-gui/ChangeLog,v 1.56 2007/12/08 20:06:35 voyageur Exp $
28 +# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/gnustep-base/gnustep-gui/ChangeLog,v 1.57 2008/01/03 12:33:39 voyageur Exp $
30 +
31 +*gnustep-gui-0.12.1 (03 Jan 2008)
32 +
33 + 03 Jan 2008; Bernard Cafarelli <voyageur@g.o>
34 + +gnustep-gui-0.12.1.ebuild:
35 + Stable version bump
36
37 08 Dec 2007; Bernard Cafarelli <voyageur@g.o> -files/gsnd.initd,
38 -gnustep-gui-0.10.3.ebuild, -gnustep-gui-0.11.0.ebuild:
39
40
41
42 1.1 gnustep-base/gnustep-gui/gnustep-gui-0.12.1.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnustep-base/gnustep-gui/gnustep-gui-0.12.1.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnustep-base/gnustep-gui/gnustep-gui-0.12.1.ebuild?rev=1.1&content-type=text/plain
46
47 Index: gnustep-gui-0.12.1.ebuild
48 ===================================================================
49 # Copyright 1999-2008 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/gnustep-base/gnustep-gui/gnustep-gui-0.12.1.ebuild,v 1.1 2008/01/03 12:33:39 voyageur Exp $
52
53 inherit gnustep-base multilib
54
55 DESCRIPTION="Library of GUI classes written in Obj-C"
56 HOMEPAGE="http://www.gnustep.org/"
57 SRC_URI="ftp://ftp.gnustep.org/pub/gnustep/core/${P}.tar.gz"
58
59 KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86 ~x86-fbsd"
60 SLOT="0"
61 LICENSE="LGPL-2.1"
62
63 IUSE="jpeg gif png cups"
64
65 DEPEND="${GNUSTEP_CORE_DEPEND}
66 >=gnustep-base/gnustep-base-1.14.0
67 x11-libs/libXt
68 >=media-libs/tiff-3
69 jpeg? ( >=media-libs/jpeg-6b )
70 gif? ( >=media-libs/giflib-4.1 )
71 png? ( >=media-libs/libpng-1.2 )
72 cups? ( >=net-print/cups-1.1 )
73 media-libs/audiofile
74 app-text/aspell"
75 RDEPEND="${DEPEND}"
76
77 src_compile() {
78 egnustep_env
79
80 myconf="--with-tiff-include=/usr/include --with-tiff-library=/usr/$(get_libdir)"
81 use gif && myconf="$myconf --disable-ungif --enable-libgif"
82 myconf="$myconf `use_enable jpeg`"
83 myconf="$myconf `use_enable png`"
84 myconf="$myconf `use_enable cups`"
85 # gsnd is disabled until portaudio-19 is unmasked in portage
86 myconf="$myconf --disable-gsnd"
87
88 econf $myconf || die "configure failed"
89
90 egnustep_make || die
91 }
92
93
94
95 --
96 gentoo-commits@g.o mailing list