Portage is a package management system used by Gentoo Linux
# ChangeLog for media-gfx/gimp-freetype
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/media-gfx/gimp-freetype/ChangeLog,v 1.23 2007/02/22 01:29:37 peper Exp $
22 Feb 2007; Piotr JaroszyĆski
Transition to Manifest2.
21 May 2006; Markus Rothe
Stable on ppc64
10 Mar 2006; Markus Rothe
Added ~ppc64; bug #125475
28 Aug 2005; Marcus D. Hanwell
gimp-freetype-0.6.ebuild:
Stable on amd64, closes bug 103788.
17 Jun 2005; Michael Hanselmann
gimp-freetype-0.6.ebuild:
Stable on ppc.
16 Jun 2005; Leonardo Boshell
gimp-freetype-0.6.ebuild:
Stable on x86.
05 Jun 2005; Michael Hanselmann
gimp-freetype-0.5.ebuild:
Stable on ppc.
31 May 2005; Marcus D. Hanwell
gimp-freetype-0.5.ebuild:
Stable on amd64.
*gimp-freetype-0.6 (12 May 2005)
12 May 2005; Leonardo Boshell
gimp-freetype-0.6.ebuild:
New release. Style changes.
02 Aug 2004; L. Boshell
Updated intltool dependency to be >=0.29. See bug #58786.
07 Jul 2004; Danny van Dyk
Marked ~amd64.
22 Jun 2004; Leonardo Boshell
gimp-freetype-0.5.ebuild:
Marked stable on x86.
25 Apr 2004; Aron Griffis
Add die following econf for bug 48950
19 Apr 2004; David Holm
Added to ~ppc.
*gimp-freetype-0.5 (18 Apr 2004)
18 Apr 2004; Leonardo Boshell
gimp-freetype-0.2-r3.ebuild, gimp-freetype-0.5.ebuild:
New release, works with The Gimp 2.0. Use mirror:// syntax, fixed
dependencies and SLOT values. Minor cosmetic corrections.
*gimp-freetype-0.2-r3 (16 Jan 2003)
19 Aug 2003; foser
Fix gimp dep (#22843) and fixed dep vars
16 Jan 2003; Leonardo Boshell
violation (bug #14030).
16 Jan 2003; Jared Hudson
gimp-freetype was installing help files to /var/tmp/portage/
*gimp-freetype-0.2-r2 (12 Mar 2002)
12 Mar 2002; Seemant Kulleen
Added USE dependent nls compilation
*gimp-freetype-0.2-r1 (22 Feb 2002)
22 Feb 2002; Daniel Robbins
>=media-gfx/gimp-1.2.3-r1 so that gimptool can be found (symlink was missing
in earlier versions)
*gimp-freetype-0.2 (1 Feb 2002)
1 Feb 2002; G.Bevin
Added initial ChangeLog which should be updated whenever the package is
updated in any way. This changelog is targetted to users. This means that the
comments should well explained and written in clean English. The details about
writing correct changelogs are explained in the skel.ChangeLog file which you
can find in the root directory of the portage repository.
DIST gimp-freetype-0.6.tar.gz 211601 RMD160 20c7780c0c5ec5d17e475684917e2bfac93f9ec2 SHA1 59bc98faafe46f69cb24bc11dc436335d2e78024 SHA256 1300acc5c0a17648e9f3d491693a6aecb7ab7d70f43bfe4ce3dc19bcdf389915
EBUILD gimp-freetype-0.6.ebuild 711 RMD160 f831bb010f4abb873de542baddb7ad137b3faf35 SHA1 45e14e1f1f1c23654c6a6997c2e9335b4f2d6a7b SHA256 b7882631f95909f6d14bf657830357dd8ab2afcc08284366988c81ee39071648
MISC ChangeLog 3194 RMD160 315f962acce3e9a8da09217dcc63bca3bb0cd3f4 SHA1 53cbd2710dc6c1f168b1a8463871f94c79b248f1 SHA256 4370d25dc289e87ce4bb1d97bcd4d8f055e0a429271afaab91966d19675335ed
MISC metadata.xml 631 RMD160 c0fb811c1fb6cf49f2725128d4f0ee1fdbe4321c SHA1 3fa537294b10221f63f5f3644c6cf3f83750589d SHA256 e0a4d6371c3946bc80d26550cb671bb0be10f483cb2f14b3b208ca7307a9bb5a
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-gfx/gimp-freetype/gimp-freetype-0.6.ebuild,v 1.6 2006/05/21 19:56:12 corsair Exp $
DESCRIPTION="Freetype text plugin for The Gimp 2"
SRC_URI="mirror://gimp/plug-ins/v2.0/freetype/${P}.tar.gz"
HOMEPAGE="http://freetype.gimp.org/"
SLOT="2"
LICENSE="GPL-2"
KEYWORDS="amd64 ppc ppc64 x86"
IUSE=""
RDEPEND=">=media-gfx/gimp-2
>=media-libs/freetype-2"
DEPEND="${RDEPEND}
dev-util/intltool
dev-util/pkgconfig"
src_compile() {
econf || die
emake || die
}
src_install() {
make DESTDIR="${D}" install || die
dodoc AUTHORS ChangeLog HACKING NEWS README TODO
}
GIMP-FreeType is a plug-in for The GIMP that uses the freetype2
library to do font rendering. With GIMP version 2.0, GIMP's text
rendering has improved a lot and this plug-in became less
important. However there are still some things that only this
plug-in can do; so it may still be useful sometimes.