1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
|
# ChangeLog for app-emulation/pose
# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/app-emulation/pose/ChangeLog,v 1.17 2006/01/15 21:42:41 vanquirius Exp $
15 Jan 2006; Marcelo Goes <vanquirius@gentoo.org> pose-3.5-r4.ebuild:
Take my devspace out of SRC_URI.
30 Sep 2005; Marcelo Goes <vanquirius@gentoo.org>
-files/gcc-3.3_fix.diff.bz2, -files/choose-gl.diff,
-files/detect-fluid.diff, -files/init-clipwidget.diff,
-files/separate-builddir.diff, -pose-3.5-r1.ebuild, pose-3.5-r4.ebuild:
Remove old ebuild. Bundled up patches in one file and sent them to mirrors.
Use epatch instead of patch and emake instead of make.
19 Apr 2005; Stephanie Lockwood-Childs <wormo@gentoo.org>
pose-3.5-r1.ebuild, pose-3.5-r4.ebuild:
marked -ppc because there is some var args trickery that isn't even
compiling on ppc (see SrcShared/HostControl.cpp:HostTraceOutputVT() trying
to cast a pointer to a va_list)
07 Jun 2004; Daniel Black <dragonheart@gentoo.org> +metadata.xml,
-pose-3.5-r2.ebuild, -pose-3.5-r3.ebuild:
remove old ebuilds
*pose-3.5-r4 (30 Jan 2004)
30 Jan 2004; George Shapovalov <george@gentoo.org> pose-3.5-r4.ebuild :
a fix for the "touchscreen clicks" problem (#5219),
thanks to Jake Hamby <jhamby@naobject.com> for spotiing it and the solution
(a run-time problem, so another revision bump..)
*pose-3.5-r3 (26 Jan 2004)
26 Jan 2004; George Shapovalov <george@gentoo.org> pose-3.5-r3.ebuild, files/gcc-3.3_fix.diff.bz2 :
fixes for fltk and gcc-3.3 problems (#5219 mostly, see also ##26265 and 30210)
big thanks to Tom Collins <ltskinol@excite.com> for suggesting the fix.
*pose-3.5-r2 (07 Aug 2003)
07 Aug 2003; George Shapovalov <george@gentoo.org> pose-3.5-r2.ebuild :
A weird fix to the fltk problem. Need to have both installed later fltk version
and local 1.0.11 in order to build successfully. Will keep it like this for now (#5219)
30 Mar 2003; George Shapovalov <george@gentoo.org> pose-3.5-r1.ebuild :
statick version ceased building at some point. (#5219)
This is a fix that disables profile version of pose but allows to get "normal" version working.
*pose-3.5-r1 (28 Aug 2002)
28 Aug 2002; George Shapovalov <george@gentoo.org> pose-3.5-r1.ebuild, files/{choose-gl.diff,detect-fluid.diff,init-clipwidget.diff,separate-builddir.diff} :
checked, did few cosmetic fixes and committed
28 Aug 2002; David Mott <austmighty@yahoo.com> :
Changed whole ebuild structure. Now compiles statically.
A bit of a kludge but it works. Based on John Marshall's
rpm.spec file for POSE.
*pose-3.5 (10 May 2002)
22 Jul 2002; Owen Stampflee <owen@gentoo.org> :
Changed DEPEND to fltk-1.1.0_beta10 as fltk-1.1.0_rc4 breaks
POSE.
10 May 2002; G Shapovalov <george@gentoo.org> pose-3.5.ebuild :
initial release
|