Gentoo Archives: gentoo-commits

From: "Jeremy Olexa (darkside)" <darkside@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-emulation/fuse: ChangeLog fuse-0.10.0.2.ebuild fuse-0.9.0.ebuild
Date: Sun, 25 Jan 2009 02:36:57
Message-Id: E1LQurl-00072o-NS@stork.gentoo.org
1 darkside 09/01/25 02:36:53
2
3 Modified: ChangeLog
4 Added: fuse-0.10.0.2.ebuild
5 Removed: fuse-0.9.0.ebuild
6 Log:
7 Version bump by José Manuel Ferrer Ortiz, remove old
8 (Portage version: 2.2_rc23/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.24 app-emulation/fuse/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/fuse/ChangeLog?rev=1.24&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/fuse/ChangeLog?rev=1.24&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/fuse/ChangeLog?r1=1.23&r2=1.24
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/app-emulation/fuse/ChangeLog,v
20 retrieving revision 1.23
21 retrieving revision 1.24
22 diff -u -r1.23 -r1.24
23 --- ChangeLog 28 Jul 2008 18:42:53 -0000 1.23
24 +++ ChangeLog 25 Jan 2009 02:36:53 -0000 1.24
25 @@ -1,6 +1,12 @@
26 # ChangeLog for app-emulation/fuse
27 -# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/fuse/ChangeLog,v 1.23 2008/07/28 18:42:53 cardoe Exp $
29 +# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/fuse/ChangeLog,v 1.24 2009/01/25 02:36:53 darkside Exp $
31 +
32 +*fuse-0.10.0.2 (25 Jan 2009)
33 +
34 + 25 Jan 2009; Jeremy Olexa <darkside@g.o> -fuse-0.9.0.ebuild,
35 + +fuse-0.10.0.2.ebuild:
36 + Version bump by José Manuel Ferrer Ortiz, remove old
37
38 28 Jul 2008; Doug Goldstein <cardoe@g.o> metadata.xml:
39 add GLEP 56 USE flag desc from use.local.desc
40
41
42
43 1.1 app-emulation/fuse/fuse-0.10.0.2.ebuild
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/fuse/fuse-0.10.0.2.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/fuse/fuse-0.10.0.2.ebuild?rev=1.1&content-type=text/plain
47
48 Index: fuse-0.10.0.2.ebuild
49 ===================================================================
50 # Copyright 1999-2009 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/app-emulation/fuse/fuse-0.10.0.2.ebuild,v 1.1 2009/01/25 02:36:53 darkside Exp $
53
54 DESCRIPTION="Free Unix Spectrum Emulator by Philip Kendall"
55 HOMEPAGE="http://fuse-emulator.sourceforge.net"
56 SRC_URI="mirror://sourceforge/fuse-emulator/${P}.tar.gz"
57
58 LICENSE="GPL-2"
59 SLOT="0"
60 KEYWORDS="~amd64 ~ppc ~x86"
61 IUSE="alsa ao fbcon gpm gtk joystick libdsk libsamplerate memlimit png sdl svga X xml"
62
63 # This build is heavily use dependent. Fuse user interface use flags are, in
64 # order of precedence: gtk, sdl, X, svga and fbcon. X version of fuse will
65 # be built if no valid user interface flag is chosen. libdsk flag must be
66 # specified in order to take advantage of +3 emulation.
67 RDEPEND="|| (
68 gtk? ( >=x11-libs/gtk+-2
69 alsa? ( media-libs/alsa-lib )
70 ao? ( !alsa? ( media-libs/libao ) )
71 joystick? ( media-libs/libjsw ) )
72 sdl? ( >=media-libs/libsdl-1.2.4 )
73 X? ( x11-libs/libX11
74 x11-libs/libXext
75 alsa? ( media-libs/alsa-lib )
76 ao? ( !alsa? ( media-libs/libao ) )
77 joystick? ( media-libs/libjsw ) )
78 svga? ( media-libs/svgalib
79 alsa? ( media-libs/alsa-lib )
80 ao? ( !alsa? ( media-libs/libao ) ) )
81 fbcon? ( virtual/linux-sources
82 gpm? ( sys-libs/gpm )
83 alsa? ( media-libs/alsa-lib )
84 ao? ( !alsa? ( media-libs/libao ) )
85 joystick? ( media-libs/libjsw ) )
86 ( x11-libs/libX11
87 x11-libs/libXext
88 alsa? ( media-libs/alsa-lib )
89 ao? ( !alsa? ( media-libs/libao ) )
90 joystick? ( media-libs/libjsw ) )
91 )
92 >=app-emulation/libspectrum-0.5
93 libdsk? ( >=app-emulation/libdsk-1.1.5
94 app-emulation/lib765 )
95 png? ( media-libs/libpng )
96 libsamplerate? ( >=media-libs/libsamplerate-0.1.0 )
97 xml? ( dev-libs/libxml2 )"
98 DEPEND="${RDEPEND}
99 dev-lang/perl
100 dev-util/pkgconfig"
101
102 src_compile() {
103 local guiflag
104 if use gtk; then
105 guiflag=""
106 elif use sdl; then
107 guiflag="--with-sdl"
108 elif use X; then
109 guiflag="--without-gtk"
110 elif use svga; then
111 guiflag="--with-svgalib"
112 elif use fbcon; then
113 guiflag="--with-fb"
114 else
115 guiflag="--without-gtk"
116 fi
117 econf --without-glib --without-win32 \
118 ${guiflag} \
119 $(use_with gpm gpm) \
120 $(use_with libdsk plus3-disk) \
121 $(use_with alsa alsa) \
122 $(use_with ao libao) \
123 $(use_with libsamplerate libsamplerate) \
124 $(use_with joystick joystick) \
125 $(use_enable joystick ui-joystick) \
126 $(use_with xml libxml2) \
127 $(use_enable memlimit smallmem) \
128 || die "econf failed!"
129 emake || die "emake failed!"
130 }
131
132 src_install() {
133 emake install DESTDIR="${D}" || die
134 dodoc AUTHORS ChangeLog README THANKS
135 doman man/fuse.1
136 }