ChangeLog

# ChangeLog for dev-libs/DirectFB-extra
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/DirectFB-extra/ChangeLog,v 1.21 2008/05/10 11:01:05 vapier Exp $

*DirectFB-extra-1.1.0 (10 May 2008)

10 May 2008; Mike Frysinger
+DirectFB-extra-1.1.0.ebuild:
Version bump.

*DirectFB-extra-1.0.0-r1 (02 Dec 2007)

02 Dec 2007; Mike Frysinger
+DirectFB-extra-1.0.0-r1.ebuild:
Add support for USE="ffmpeg fusion svg zlib" as proposed by Christian
Ruppert (idl0r) in #171582.

*DirectFB-extra-1.0.0 (16 Aug 2007)

16 Aug 2007; Mike Frysinger
+files/DirectFB-extra-1.0.0-CFLAGS.patch, +DirectFB-extra-1.0.0.ebuild:
Version bump.

20 Mar 2007; Mike Frysinger
+files/DirectFB-extra-0.9.25-CFLAGS.patch, DirectFB-extra-0.9.25.ebuild:
Disable CFLAG hardcodes in package.

22 Feb 2007; Piotr Jaroszyński ChangeLog:
Transition to Manifest2.

30 Oct 2006; Matti Bickel DirectFB-extra-0.9.25.ebuild:
Stable on ppc (bug #149813)

23 Oct 2006; Simon Stelling
DirectFB-extra-0.9.25.ebuild:
stable on amd64

10 Oct 2006; Chris Gianelloni
DirectFB-extra-0.9.25.ebuild:
Stable on x86 wrt bug #149813.

*DirectFB-extra-0.9.25 (26 May 2006)

26 May 2006; Mike Frysinger
+DirectFB-extra-0.9.25.ebuild:
Version bump #132647 by Håvard Wall.

*DirectFB-extra-0.9.23 (28 Oct 2005)

28 Oct 2005; Mike Frysinger
+DirectFB-extra-0.9.23.ebuild:
Version bump.

03 Sep 2005; Michael Hanselmann
DirectFB-extra-0.9.22.ebuild:
Stable on ppc.

11 Jun 2005; David Holm
+files/DirectFB-extra-0.9.22-endian.patch, DirectFB-extra-0.9.22.ebuild:
Added patch to fix compilation on big endian.

06 May 2005; Sven Wegener
DirectFB-extra-0.9.16.ebuild, DirectFB-extra-0.9.22.ebuild:
Removed * postfix from <, <=, >= and > dependencies.

24 Apr 2005; Michael Hanselmann
DirectFB-extra-0.9.16.ebuild:
Stable on ppc.

*DirectFB-extra-0.9.22 (01 Mar 2005)

01 Mar 2005; Mike Frysinger
+DirectFB-extra-0.9.22.ebuild:
Version bump #76296 by Matthias Muthmann.

22 Jan 2005; Michael Sterrett
DirectFB-extra-0.9.16.ebuild:
use virtual/quicktime (bug #78984); tidy

02 Jan 2004; Sven Blumenstein
DirectFB-extra-0.9.16.ebuild:
Masking because sparc hardware is not supported by DirectFB.

*DirectFB-extra-0.9.16 (02 Feb 2003)

08 Dec 2003; Mike Frysinger :
Add patch to update imlib2 interface to new DirectFB #35250.

13 Jun 2003; Seemant Kulleen
DirectFB-extra-0.9.16.ebuild:
works with higher versions of DirectFB. Thanks to: Steffen Weber
in bug #17627

02 Feb 2003; Seemant Kulleen
DirectFB-extra-0.9.16.ebuild files/digest-DirectFB-extra-0.9.16 :

Initial import of extra video/image/font providers and drivers for
DirectFB. The versions will track the DirectFB versions

DirectFB-extra-0.9.25.ebuild

# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/DirectFB-extra/DirectFB-extra-0.9.25.ebuild,v 1.6 2007/06/26 01:52:32 mr_bones_ Exp $

inherit eutils

DESCRIPTION="Extra image/video/font providers and graphics/input drivers for DirectFB"
HOMEPAGE="http://www.directfb.org/"
SRC_URI="http://directfb.org/download/${PN}/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 ppc -sparc x86"
IUSE="mmx imlib quicktime mpeg flash xine"

RDEPEND=">=dev-libs/DirectFB-${PV}
imlib? ( media-libs/imlib2 )
quicktime? ( virtual/quicktime )
mpeg? ( media-libs/libmpeg3 )
flash? ( media-libs/libflash )
xine? ( media-libs/xine-lib )"
# avi? ( media-video/avifile )
DEPEND="${RDEPEND}
dev-util/pkgconfig"

src_unpack() {
unpack ${A}
cd "${S}"
epatch "${FILESDIR}"/${P}-CFLAGS.patch
sed -i \
-e 's:libmpeg3\.h:libmpeg3/libmpeg3.h:g' \
configure interfaces/IDirectFBVideoProvider/idirectfbvideoprovider_libmpeg3.c
}

src_compile() {
# $(use_enable avi avifile)
econf \
$(use_enable mmx) \
$(use_enable imlib imlib2) \
$(use_enable quicktime openquicktime) \
$(use_enable mpeg libmpeg3) \
$(use_enable flash) \
$(use_enable xine) \
--disable-avifile \
|| die
emake || die "emake failed"
}

src_install() {
emake DESTDIR="${D}" install || die "make install failed"
dodoc AUTHORS ChangeLog NEWS README
}

DirectFB-extra-1.0.0-r1.ebuild

# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/DirectFB-extra/DirectFB-extra-1.0.0-r1.ebuild,v 1.2 2007/12/09 10:09:02 vapier Exp $

inherit eutils

DESCRIPTION="Extra image/video/font providers and graphics/input drivers for DirectFB"
HOMEPAGE="http://www.directfb.org/"
SRC_URI="http://directfb.org/download/${PN}/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc -sparc ~x86"
IUSE="ffmpeg flash fusion imlib mmx mpeg quicktime svg xine zlib"

RDEPEND="~dev-libs/DirectFB-${PV}
ffmpeg? ( media-video/ffmpeg )
flash? ( media-libs/libflash )
fusion? ( dev-libs/linux-fusion )
imlib? ( media-libs/imlib2 )
mpeg? ( media-libs/libmpeg3 )
quicktime? ( virtual/quicktime )
svg? ( x11-libs/libsvg-cairo )
xine? ( media-libs/xine-lib )
zlib? ( sys-libs/zlib )"
# avi? ( media-video/avifile )
DEPEND="${RDEPEND}
dev-util/pkgconfig"

src_unpack() {
unpack ${A}
cd "${S}"
epatch "${FILESDIR}"/${P}-CFLAGS.patch
}

src_compile() {
# $(use_enable avi avifile)
econf \
$(use_enable ffmpeg) \
$(use_enable flash) \
$(use_enable fusion fusionsound) \
$(use_enable imlib imlib2) \
$(use_enable mmx) \
$(use_enable mpeg libmpeg3) \
$(use_enable quicktime openquicktime) \
$(use_enable svg) \
$(use_enable xine) \
$(use_enable zlib) \
--disable-avifile \
|| die
emake || die "emake failed"
}

src_install() {
emake DESTDIR="${D}" install || die "make install failed"
dodoc AUTHORS ChangeLog NEWS README
}

DirectFB-extra-1.0.0.ebuild

# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/DirectFB-extra/DirectFB-extra-1.0.0.ebuild,v 1.1 2007/08/16 16:42:56 vapier Exp $

inherit eutils

DESCRIPTION="Extra image/video/font providers and graphics/input drivers for DirectFB"
HOMEPAGE="http://www.directfb.org/"
SRC_URI="http://directfb.org/download/${PN}/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc -sparc ~x86"
IUSE="mmx imlib quicktime mpeg flash xine"

RDEPEND=">=dev-libs/DirectFB-${PV}
imlib? ( media-libs/imlib2 )
quicktime? ( virtual/quicktime )
mpeg? ( media-libs/libmpeg3 )
flash? ( media-libs/libflash )
xine? ( media-libs/xine-lib )"
# avi? ( media-video/avifile )
DEPEND="${RDEPEND}
dev-util/pkgconfig"

src_unpack() {
unpack ${A}
cd "${S}"
epatch "${FILESDIR}"/${P}-CFLAGS.patch
}

src_compile() {
# $(use_enable avi avifile)
econf \
$(use_enable mmx) \
$(use_enable imlib imlib2) \
$(use_enable quicktime openquicktime) \
$(use_enable mpeg libmpeg3) \
$(use_enable flash) \
$(use_enable xine) \
--disable-avifile \
|| die
emake || die "emake failed"
}

src_install() {
emake DESTDIR="${D}" install || die "make install failed"
dodoc AUTHORS ChangeLog NEWS README
}

DirectFB-extra-1.1.0.ebuild

# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/DirectFB-extra/DirectFB-extra-1.1.0.ebuild,v 1.1 2008/05/10 11:01:05 vapier Exp $

inherit eutils

DESCRIPTION="Extra image/video/font providers and graphics/input drivers for DirectFB"
HOMEPAGE="http://www.directfb.org/"
SRC_URI="http://directfb.org/download/${PN}/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc -sparc ~x86"
IUSE="ffmpeg flash fusion imlib mmx mpeg quicktime svg xine zlib"

RDEPEND="~dev-libs/DirectFB-1.1.1
ffmpeg? ( media-video/ffmpeg )
flash? ( media-libs/libflash )
fusion? ( dev-libs/linux-fusion )
imlib? ( media-libs/imlib2 )
mpeg? ( media-libs/libmpeg3 )
quicktime? ( virtual/quicktime )
svg? ( x11-libs/libsvg-cairo )
xine? ( media-libs/xine-lib )
zlib? ( sys-libs/zlib )"
# avi? ( media-video/avifile )
DEPEND="${RDEPEND}
dev-util/pkgconfig"

src_unpack() {
unpack ${A}
cd "${S}"
epatch "${FILESDIR}"/${PN}-1.0.0-CFLAGS.patch
}

src_compile() {
# $(use_enable avi avifile)
econf \
$(use_enable ffmpeg) \
$(use_enable flash) \
$(use_enable fusion fusionsound) \
$(use_enable imlib imlib2) \
$(use_enable mmx) \
$(use_enable mpeg libmpeg3) \
$(use_enable quicktime openquicktime) \
$(use_enable svg) \
$(use_enable xine) \
$(use_enable zlib) \
--disable-avifile \
|| die
emake || die "emake failed"
}

src_install() {
emake DESTDIR="${D}" install || die "make install failed"
dodoc AUTHORS ChangeLog NEWS README
}

Manifest

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

AUX DirectFB-extra-0.9.25-CFLAGS.patch 771 RMD160 8e3a59e5bae6c650169a1db113c7d21c69b9db68 SHA1 5f95cc45e35e77ef873d05f5d83f5c5ca30ad2fd SHA256 7945b37e23b1757e2fb09586c10948127ff5d42f7fe5b0403d47f1b51eaff853
AUX DirectFB-extra-1.0.0-CFLAGS.patch 471 RMD160 da9cc138720e79df0d2df489c397537045e98577 SHA1 7fde4f19c58eb4ab47ac1e06ff5ce7e4c8cbc52e SHA256 a624ec638a79b42b105b494f49facdbc4af9d3926722d22ce18917f6d43bda64
DIST DirectFB-extra-0.9.25.tar.gz 465686 RMD160 e473036a57164da136cf7cbc7a27bd28d1a47c83 SHA1 691d1d60f246980176b52e5eafd9a121d5046b35 SHA256 1d70c2e08c0b3ba5364d53f2e03ce92b15440b01b2be2484d338e45584f9fcc8
DIST DirectFB-extra-1.0.0.tar.gz 494140 RMD160 01dbd38b56bb20499a3a07569db81dc468f4a6d7 SHA1 05b599c7a04ee80651be25e6b53ac6b4bf622bfd SHA256 b0842946cc654bb8b1f2fc1980b43c6abb3c3766aed7520ecd8a1061405aa69c
DIST DirectFB-extra-1.1.0.tar.gz 519843 RMD160 47d0ce958407c0d5b741ddc19a7802b95839d222 SHA1 d383c5c209344f86ef2879c31ea96a77f07eb68d SHA256 123414f8e05f3b953f958ec09c91824355f8bf707ebb70ce22bad966c87f3e8c
EBUILD DirectFB-extra-0.9.25.ebuild 1424 RMD160 d38fad4899ef940cdc273bd7302b107b8d3806fa SHA1 6520b41d86b2275a194efe36f66567f1fcd80fcc SHA256 614ffd5db1a5ebb5cb5e3a1c633530231ed4edbb89810a6a0e9d2eef42dba24d
EBUILD DirectFB-extra-1.0.0-r1.ebuild 1544 RMD160 aae711e05ab2a1289673594aef49694169df0b1c SHA1 1d6da26fb4948954111b636637ecc06860aadf06 SHA256 4114d86c521b592ca351f7170bc6e8ad65344da6e5aff69a7abf0cdcabd7f6c4
EBUILD DirectFB-extra-1.0.0.ebuild 1288 RMD160 5841bc2385062f34f3bd42cfdd7df96b48d54cbe SHA1 181d7edb0c2ebc9c971e5642d9a6c5b69fe04214 SHA256 328d358548b6a2b16737e2cb71cf5dab53e0c0dac69235e166522c837fc1f499
EBUILD DirectFB-extra-1.1.0.ebuild 1548 RMD160 e529fb7d6495a800873cb5005391ddbed85ad34d SHA1 92d321cb7ddbff51ac935545341e1df8207b918e SHA256 a8f2557111663a9421251ab4e1d2d1b581b8fea6c85b2f050c7bed6645d82501
MISC ChangeLog 3230 RMD160 caea855eec92f068e25ad2e3a7d5f523c76d5528 SHA1 01f6344a8f128400701177163784e970b5107652 SHA256 b21a473e9144ece673fba0051b7f3ebf3e1a746219a74d98037c585194e566c0
MISC metadata.xml 158 RMD160 cbd9984bb6b426c8c9cee5022fe0a26261612fea SHA1 be5251fa1dacef5c41b74761bb1c8c54fb633b9e SHA256 1423a4fdd4a79b1728a2056d9e300f7e1074253095d82726218d9e9b953888a3
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.7 (GNU/Linux)

iD8DBQFIJYB3j9hvisErhMIRAjzmAKDtM0jqij/Q+CUyZCVf528/ou6qTACg1U1Y
XCnX4ttm0TaOAV1Z8sBvfNo=
=CmqP
-----END PGP SIGNATURE-----

files

metadata.xml




games