diff options
author | Dan Armak <danarmak@gentoo.org> | 2002-07-12 22:07:35 +0000 |
---|---|---|
committer | Dan Armak <danarmak@gentoo.org> | 2002-07-12 22:07:35 +0000 |
commit | 251320239232656cbe9b889f0375715819d8f051 (patch) | |
tree | adcd4b8c7e26bcaa57ed95fc33631c452cfb1b0d /kde-base/kdegraphics | |
parent | Closing bug # 4916. (diff) | |
download | gentoo-2-251320239232656cbe9b889f0375715819d8f051.tar.gz gentoo-2-251320239232656cbe9b889f0375715819d8f051.tar.bz2 gentoo-2-251320239232656cbe9b889f0375715819d8f051.zip |
kde 3.1 alpha1 (masked)
Diffstat (limited to 'kde-base/kdegraphics')
-rw-r--r-- | kde-base/kdegraphics/files/digest-kdegraphics-3.1_alpha1 | 1 | ||||
-rw-r--r-- | kde-base/kdegraphics/kdegraphics-3.1_alpha1.ebuild | 22 |
2 files changed, 23 insertions, 0 deletions
diff --git a/kde-base/kdegraphics/files/digest-kdegraphics-3.1_alpha1 b/kde-base/kdegraphics/files/digest-kdegraphics-3.1_alpha1 new file mode 100644 index 000000000000..f792acb8f251 --- /dev/null +++ b/kde-base/kdegraphics/files/digest-kdegraphics-3.1_alpha1 @@ -0,0 +1 @@ +MD5 ab509f4f923ab3242f0a35e4884cbc19 kdegraphics-3.0.6.tar.bz2 3321376 diff --git a/kde-base/kdegraphics/kdegraphics-3.1_alpha1.ebuild b/kde-base/kdegraphics/kdegraphics-3.1_alpha1.ebuild new file mode 100644 index 000000000000..a11f3c84a20d --- /dev/null +++ b/kde-base/kdegraphics/kdegraphics-3.1_alpha1.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdegraphics/kdegraphics-3.1_alpha1.ebuild,v 1.1 2002/07/12 22:07:34 danarmak Exp $ +inherit kde-dist + +DESCRIPTION="${DESCRIPTION}Graphics" + +newdepend "gphoto2? ( >=media-gfx/gphoto2-2.0_beta1 >=media-libs/libgpio-20010607 ) + sys-devel/perl + media-gfx/sane-backends + tetex? ( >=app-text/tetex-1.0.7 ) + media-libs/imlib" + +use gphoto2 && myconf="$myconf --with-kamera --with-gphoto2-includes=/usr/include/gphoto2 \ + --with-gphoto2-libraries=/usr/lib/gphoto2 \ + --with-gpio --with-gpio-includes=/usr/include \ + --with-gpio-libraries=/usr/lib" || myconf="$myconf --without-kamera" + +use tetex && myconf="$myconf --with-system-kpathsea --with-tex-datadir=/usr/share" + +myconf="$myconf --with-imlib --with-imlib-config=/usr/bin" + |