summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-libs/libopenraw/libopenraw-0.0.4.ebuild')
-rw-r--r--media-libs/libopenraw/libopenraw-0.0.4.ebuild40
1 files changed, 0 insertions, 40 deletions
diff --git a/media-libs/libopenraw/libopenraw-0.0.4.ebuild b/media-libs/libopenraw/libopenraw-0.0.4.ebuild
deleted file mode 100644
index 00612837f895..000000000000
--- a/media-libs/libopenraw/libopenraw-0.0.4.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libopenraw/libopenraw-0.0.4.ebuild,v 1.8 2008/03/23 18:16:16 armin76 Exp $
-
-inherit autotools eutils
-
-DESCRIPTION="Decoding library for RAW image formats"
-HOMEPAGE="http://libopenraw.freedesktop.org"
-SRC_URI="http://${PN}.freedesktop.org/download/${P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="alpha amd64 ~arm hppa ia64 ppc ppc64 sparc x86"
-IUSE="gtk"
-
-RDEPEND="dev-libs/boost
- media-libs/jpeg
- gtk? ( >=x11-libs/gtk+-2 )"
-DEPEND="${RDEPEND}
- dev-util/pkgconfig"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
-
- # http://bugs.freedesktop.org/show_bug.cgi?id=13659
- epatch "${FILESDIR}"/${P}-disable-ljpegtest.patch
-
- AT_M4DIR="m4" eautoreconf
-}
-
-src_compile() {
- econf $(use_enable gtk gnome)
- emake || die "emake failed."
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed."
- dodoc AUTHORS ChangeLog NEWS README TODO
-}