Portage is a package management system used by Gentoo Linux
# ChangeLog for media-libs/giblib
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/media-libs/giblib/ChangeLog,v 1.20 2007/02/28 19:04:34 welp Exp $
28 Feb 2007; Peter Weller
Keyworded x86-fbsd
09 Feb 2007; Diego Pettenò
Regenerate digest in Manifest2 format.
06 Jan 2006; Thomas Matthijs
Modular x deps
16 Sep 2005; Ciaran McCreesh
Converted to UTF-8, fixed encoding screwups
09 Nov 2004; Bryan Østergaard
giblib-1.2.3.ebuild, giblib-1.2.4.ebuild:
Stable on alpha, fix license syntax.
*giblib-1.2.4 (14 Sep 2004)
14 Sep 2004; Mike Frysinger
Version bump #63913 by José Romildo Malaquias.
31 Jul 2004; Tom Gall
stable on ppc64, bug #57034
10 May 2004; Travis Tilley
added ~amd64 keyword
22 Feb 2004; Mike Frysinger
Add logic to handle when imlib2 has been built w/out X support #41445.
*giblib-1.2.3 (19 Oct 2003)
19 Oct 2003; Heinrich Wendel
giblib-1.2.2.ebuild:
bug #30864, version bump
06 Dec 2002; Rodney Rees
*giblib-1.2.2 (13 Aug 2002)
26 Mar 2003; Graham Forest
giblib-1.2.2.ebuild:
Automated cleanup of LICENSE
25 Mar 2003; Aron Griffis
Add ~alpha to KEYWORDS
17 Mar 2003; Martin Holzer
giblib-1.2.2.ebuild:
fixed homepage. closes #17655.
13 Aug 2002; Karl Trygve Kalleberg
New upstream version.
*giblib-1.2.1 (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.
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
DIST giblib-1.2.4.tar.gz 287653 RMD160 fb0cd140ff79c6e8ac34d0aa0fcc930ea7610736 SHA1 342e6f7882c67d2277e1765299e1be5078329ab0 SHA256 176611c4d88d742ea4013991ad54c2f9d2feefbc97a28434c0f48922ebaa8bac
EBUILD giblib-1.2.4.ebuild 856 RMD160 5869ead1a164baad8cdda747f14648f3198cfc70 SHA1 6beb459766e83bc9918704a332f7bdf02b41df5a SHA256 15f7a85731fdba2a1484b411641248dddfa834afd7ecce34f692e0fb61f296ff
MISC ChangeLog 2424 RMD160 7fd4c6cc44fa4d564ae61db03272e1eddb88f6e2 SHA1 38c6ad448e9cabf1fe1aa254da0fd645e1f8a35e SHA256 f8c7c243bc861238d9ccbe07a1bc62c69a90fed80e649bf8037a9e4729893482
MISC metadata.xml 578 RMD160 213fa83caf482f827aefbe4f5244278c5deb83aa SHA1 30d3a9d172d099404a96314f47b592b031b4be0b SHA256 872f78f4af7c536cdc947a24142a7d0dac9cce1f4f29664c8d12ba5beff9f252
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.7 (GNU/Linux)
iD8DBQFIQNmGj9hvisErhMIRAp1DAJ4mqdtQziANdldpaTs6ZUbeujNKvQCgtBC2
tLxaKwx0Ur4D8pyzmrKtIbo=
=4sWC
-----END PGP SIGNATURE-----
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-libs/giblib/giblib-1.2.4.ebuild,v 1.9 2007/02/28 19:04:34 welp Exp $
inherit toolchain-funcs eutils
DESCRIPTION="Giblib, graphics library"
HOMEPAGE="http://www.linuxbrit.co.uk/giblib/"
SRC_URI="http://www.linuxbrit.co.uk/downloads/${P}.tar.gz"
LICENSE="|| ( as-is BSD )"
SLOT="0"
KEYWORDS="alpha amd64 arm ~hppa ppc ppc64 sh sparc x86 ~x86-fbsd"
IUSE=""
DEPEND=">=media-libs/imlib2-1.0.3
x11-libs/libX11
x11-libs/libXext
>=media-libs/freetype-2.0"
src_unpack() {
unpack ${A}
cd "${S}"
built_with_use media-libs/imlib2 X || die "You need to re-emerge Imlib2 with USE=X"
epunt_cxx
}
src_install() {
emake DESTDIR="${D}" install || die
rm -r "${D}"/usr/doc
dodoc README AUTHORS ChangeLog TODO
}
giblib is a utility library used by many of the applications I write. It
incorporates doubly linked lists, some string functions, and a wrapper
for imlib2. The wrapper does two things. It gives you access to
fontstyles, which can be loaded from files, saved to files or defined
dynamically through the API. It also, and more importantly, wraps
imlib2's context API changing.