summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2002-06-20 21:06:25 +0000
committerSeemant Kulleen <seemant@gentoo.org>2002-06-20 21:06:25 +0000
commitb65ac404d04d654107b9136a5842bea5fa5fa452 (patch)
treea8313f4170dd90aa780ee7ea2df648849f07b6a8 /dev-libs/DirectFB
parentversion bump (diff)
downloadhistorical-b65ac404d04d654107b9136a5842bea5fa5fa452.tar.gz
historical-b65ac404d04d654107b9136a5842bea5fa5fa452.tar.bz2
historical-b65ac404d04d654107b9136a5842bea5fa5fa452.zip
removed older ebuilds
Diffstat (limited to 'dev-libs/DirectFB')
-rw-r--r--dev-libs/DirectFB/DirectFB-0.9.10-r1.ebuild80
-rw-r--r--dev-libs/DirectFB/DirectFB-0.9.11.ebuild80
-rw-r--r--dev-libs/DirectFB/files/digest-DirectFB-0.9.10-r11
-rw-r--r--dev-libs/DirectFB/files/digest-DirectFB-0.9.111
4 files changed, 0 insertions, 162 deletions
diff --git a/dev-libs/DirectFB/DirectFB-0.9.10-r1.ebuild b/dev-libs/DirectFB/DirectFB-0.9.10-r1.ebuild
deleted file mode 100644
index 9650fc053f4b..000000000000
--- a/dev-libs/DirectFB/DirectFB-0.9.10-r1.ebuild
+++ /dev/null
@@ -1,80 +0,0 @@
-# Copyright 1999-2002 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# Maintainer: system@gentoo.org
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/DirectFB/DirectFB-0.9.10-r1.ebuild,v 1.1 2002/05/26 14:05:33 azarah Exp $
-
-S=${WORKDIR}/${P}
-DESCRIPTION="DirectFB is a thin library on top of the Linux framebuffer devices"
-SRC_URI="http://www.directfb.org/download/DirectFB/${P}.tar.gz"
-HOMEPAGE="http://www.directfb.org"
-
-DEPEND="sys-devel/perl
- gif? ( media-libs/giflib )
- png? ( media-libs/libpng )
- jpeg? ( media-libs/jpeg )
- mpeg? ( media-libs/libmpeg3 )
- flash? ( >=media-libs/libflash-0.4.10 )
- truetype? ( >=media-libs/freetype-2.0.1 )
- quicktime? ( media-libs/quicktime4linux )"
-# avi? ( >=media-video/avifile-0.7.4.20020426-r2 )"
-
-
-src_compile() {
-
- local myconf=""
-
- # Bug in the ./configure script that breaks if you
- # have --enable-mmx
- use mmx || myconf="${myconf} --disable-mmx"
-
-# Still do not work currently
-# use avi \
-# && myconf="${myconf} --enable-avifile" \
-# || myconf="${myconf} --disable-avifile"
- myconf="${myconf} --disable-avifile"
-
- use mpeg \
- && myconf="${myconf} --with-libmpeg3=/usr/include/libmpeg3" \
- || myconf="${myconf} --disable-libmpeg3"
-
- use jpeg \
- && myconf="${myconf} --enable-jpeg" \
- || myconf="${myconf} --disable-jpeg"
-
- use png \
- && myconf="${myconf} --enable-png" \
- || myconf="${myconf} --disable-png"
-
- use gif \
- && myconf="${myconf} --enable-gif" \
- || myconf="${myconf} --disable-gif"
-
- use truetype \
- && myconf="${myconf} --enable-freetype" \
- || myconf="${myconf} --disable-freetype"
-
- econf ${myconf} || die
-
- use mpeg && ( \
- cd ${S}/interfaces/IDirectFBVideoProvider
- patch < ${FILESDIR}/${PN}-gentoo-patch Makefile
- cd ${S}
- )
-
- make || die
-
-}
-
-src_install () {
-
- insinto /etc
- doins fb.modes
-
- make \
- DESTDIR=${D} \
- install || die
-
- dodoc AUTHORS COPYING ChangeLog NEWS README* TODO
- dohtml -r docs/html
-}
-
diff --git a/dev-libs/DirectFB/DirectFB-0.9.11.ebuild b/dev-libs/DirectFB/DirectFB-0.9.11.ebuild
deleted file mode 100644
index c281d4e45960..000000000000
--- a/dev-libs/DirectFB/DirectFB-0.9.11.ebuild
+++ /dev/null
@@ -1,80 +0,0 @@
-# Copyright 1999-2002 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# Maintainer: system@gentoo.org
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/DirectFB/DirectFB-0.9.11.ebuild,v 1.1 2002/06/06 10:01:47 seemant Exp $
-
-S=${WORKDIR}/${P}
-DESCRIPTION="DirectFB is a thin library on top of the Linux framebuffer devices"
-SRC_URI="http://www.directfb.org/download/DirectFB/${P}.tar.gz"
-HOMEPAGE="http://www.directfb.org"
-
-DEPEND="sys-devel/perl
- gif? ( media-libs/giflib )
- png? ( media-libs/libpng )
- jpeg? ( media-libs/jpeg )
- mpeg? ( media-libs/libmpeg3 )
- flash? ( >=media-libs/libflash-0.4.10 )
- truetype? ( >=media-libs/freetype-2.0.1 )
- quicktime? ( media-libs/quicktime4linux )"
-# avi? ( >=media-video/avifile-0.7.4.20020426-r2 )"
-
-
-src_compile() {
-
- local myconf=""
-
- # Bug in the ./configure script that breaks if you
- # have --enable-mmx
- use mmx || myconf="${myconf} --disable-mmx"
-
-# Still do not work currently
-# use avi \
-# && myconf="${myconf} --enable-avifile" \
-# || myconf="${myconf} --disable-avifile"
- myconf="${myconf} --disable-avifile"
-
- use mpeg \
- && myconf="${myconf} --with-libmpeg3=/usr/include/libmpeg3" \
- || myconf="${myconf} --disable-libmpeg3"
-
- use jpeg \
- && myconf="${myconf} --enable-jpeg" \
- || myconf="${myconf} --disable-jpeg"
-
- use png \
- && myconf="${myconf} --enable-png" \
- || myconf="${myconf} --disable-png"
-
- use gif \
- && myconf="${myconf} --enable-gif" \
- || myconf="${myconf} --disable-gif"
-
- use truetype \
- && myconf="${myconf} --enable-freetype" \
- || myconf="${myconf} --disable-freetype"
-
- econf ${myconf} || die
-
- use mpeg && ( \
- cd ${S}/interfaces/IDirectFBVideoProvider
- patch < ${FILESDIR}/${PN}-gentoo-patch Makefile
- cd ${S}
- )
-
- make || die
-
-}
-
-src_install () {
-
- insinto /etc
- doins fb.modes
-
- make \
- DESTDIR=${D} \
- install || die
-
- dodoc AUTHORS COPYING ChangeLog NEWS README* TODO
- dohtml -r docs/html
-}
-
diff --git a/dev-libs/DirectFB/files/digest-DirectFB-0.9.10-r1 b/dev-libs/DirectFB/files/digest-DirectFB-0.9.10-r1
deleted file mode 100644
index 291e84890698..000000000000
--- a/dev-libs/DirectFB/files/digest-DirectFB-0.9.10-r1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 615898ec754cc8b64345ae0180fb9359 DirectFB-0.9.10.tar.gz 587293
diff --git a/dev-libs/DirectFB/files/digest-DirectFB-0.9.11 b/dev-libs/DirectFB/files/digest-DirectFB-0.9.11
deleted file mode 100644
index 42d20eba59ad..000000000000
--- a/dev-libs/DirectFB/files/digest-DirectFB-0.9.11
+++ /dev/null
@@ -1 +0,0 @@
-MD5 f0d6ceb41d83fc75eed59af9915c072d DirectFB-0.9.11.tar.gz 696979