diff options
author | Dan Armak <danarmak@gentoo.org> | 2002-06-05 19:14:09 +0000 |
---|---|---|
committer | Dan Armak <danarmak@gentoo.org> | 2002-06-05 19:14:09 +0000 |
commit | d5f64555a4ec98da051bf45b90aae5d672a7faea (patch) | |
tree | 164fa690c7a550a90148c42ee8581d667ecd5550 /kde-base/kdegraphics | |
parent | for the upcoming kde 3.0.1.20020604 (diff) | |
download | gentoo-2-d5f64555a4ec98da051bf45b90aae5d672a7faea.tar.gz gentoo-2-d5f64555a4ec98da051bf45b90aae5d672a7faea.tar.bz2 gentoo-2-d5f64555a4ec98da051bf45b90aae5d672a7faea.zip |
kde 3.0.1.20020604 :-) explanation in the announcement that should be tomorrow, masked for now.
Diffstat (limited to 'kde-base/kdegraphics')
-rw-r--r-- | kde-base/kdegraphics/files/digest-kdegraphics-3.0.1.20020604 | 2 | ||||
-rw-r--r-- | kde-base/kdegraphics/kdegraphics-3.0.1.20020604.ebuild | 24 |
2 files changed, 26 insertions, 0 deletions
diff --git a/kde-base/kdegraphics/files/digest-kdegraphics-3.0.1.20020604 b/kde-base/kdegraphics/files/digest-kdegraphics-3.0.1.20020604 new file mode 100644 index 000000000000..dc5072b6e4ad --- /dev/null +++ b/kde-base/kdegraphics/files/digest-kdegraphics-3.0.1.20020604 @@ -0,0 +1,2 @@ +MD5 c4899176242d414d5d780fc308e6a01a kdegraphics-3.0.1-20020604.diff 9312 +MD5 9d081640a9524ab64853c2568bb507ec kdegraphics-3.0.1.tar.bz2 2663226 diff --git a/kde-base/kdegraphics/kdegraphics-3.0.1.20020604.ebuild b/kde-base/kdegraphics/kdegraphics-3.0.1.20020604.ebuild new file mode 100644 index 000000000000..996b9c1b4d9d --- /dev/null +++ b/kde-base/kdegraphics/kdegraphics-3.0.1.20020604.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# Author Dan Armak <danarmak@gentoo.org> +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdegraphics/kdegraphics-3.0.1.20020604.ebuild,v 1.1 2002/06/05 19:14:09 danarmak Exp $ + +inherit kde-patch 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 " + |