summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-10-28 00:27:59 +0000
committerMike Frysinger <vapier@gentoo.org>2005-10-28 00:27:59 +0000
commit18c6b2771652eff44feea8dceaed8a7bf8b51684 (patch)
tree711ffe587f5196f0b677c84f1d19bbe278cf6fcc /dev-libs
parentVersion bump #110627 by James Gatt. (diff)
downloadgentoo-2-18c6b2771652eff44feea8dceaed8a7bf8b51684.tar.gz
gentoo-2-18c6b2771652eff44feea8dceaed8a7bf8b51684.tar.bz2
gentoo-2-18c6b2771652eff44feea8dceaed8a7bf8b51684.zip
old
Diffstat (limited to 'dev-libs')
-rw-r--r--dev-libs/DirectFB-extra/DirectFB-extra-0.9.16.ebuild39
-rw-r--r--dev-libs/DirectFB-extra/files/0.9.16-newdirectfb.patch14
-rw-r--r--dev-libs/DirectFB-extra/files/digest-DirectFB-extra-0.9.161
3 files changed, 0 insertions, 54 deletions
diff --git a/dev-libs/DirectFB-extra/DirectFB-extra-0.9.16.ebuild b/dev-libs/DirectFB-extra/DirectFB-extra-0.9.16.ebuild
deleted file mode 100644
index a803311f3431..000000000000
--- a/dev-libs/DirectFB-extra/DirectFB-extra-0.9.16.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2005 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.16.ebuild,v 1.13 2005/05/06 00:38:09 swegener 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="x86 ppc -sparc"
-IUSE="quicktime flash imlib"
-
-DEPEND=">=dev-libs/DirectFB-${PV}
- quicktime? ( virtual/quicktime )
- flash? ( media-libs/libflash )
- imlib? ( media-libs/imlib2 )"
-# avi? ( media-video/avifile )"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- epatch "${FILESDIR}/${PV}-newdirectfb.patch"
-}
-
-src_compile() {
-# `use_enable avi avifile` \
- econf \
- $(use_enable flash) \
- --disable-avifile \
- || die
- emake || die "emake failed"
-}
-
-src_install() {
- make DESTDIR="${D}" install || die "make install failed"
-}
diff --git a/dev-libs/DirectFB-extra/files/0.9.16-newdirectfb.patch b/dev-libs/DirectFB-extra/files/0.9.16-newdirectfb.patch
deleted file mode 100644
index 99c985236fa2..000000000000
--- a/dev-libs/DirectFB-extra/files/0.9.16-newdirectfb.patch
+++ /dev/null
@@ -1,14 +0,0 @@
---- interfaces/IDirectFBImageProvider/idirectfbimageprovider_imlib2.c.orig 2002-08-26 15:14:16.000000000 -0400
-+++ interfaces/IDirectFBImageProvider/idirectfbimageprovider_imlib2.c 2003-12-08 13:10:54.215276120 -0500
-@@ -261,9 +261,8 @@
-
- dst += rect.x * DFB_BYTES_PER_PIXEL(format) + rect.y * pitch;
-
-- dfb_scale_linear_32( dst, image_data,
-- src_width, src_height, rect.w, rect.h,
-- pitch, format, dst_surface->palette );
-+ dfb_scale_linear_32( image_data, src_width, src_height,
-+ dst, pitch, &rect, dst_surface );
-
- destination->Unlock( destination );
- return DFB_OK;
diff --git a/dev-libs/DirectFB-extra/files/digest-DirectFB-extra-0.9.16 b/dev-libs/DirectFB-extra/files/digest-DirectFB-extra-0.9.16
deleted file mode 100644
index 9c66b628b98c..000000000000
--- a/dev-libs/DirectFB-extra/files/digest-DirectFB-extra-0.9.16
+++ /dev/null
@@ -1 +0,0 @@
-MD5 e5084d213dfd309987d139f816930340 DirectFB-extra-0.9.16.tar.gz 202151