diff options
author | 2003-03-14 19:14:09 +0000 | |
---|---|---|
committer | 2003-03-14 19:14:09 +0000 | |
commit | f0d59f9c32892db46411d25885d7fad8b2d9d560 (patch) | |
tree | 2fd61915d661e918ef85bee37d813e07c432c862 /kde-base/kdegraphics | |
parent | Added "lirc" to IUSE. (diff) | |
download | gentoo-2-f0d59f9c32892db46411d25885d7fad8b2d9d560.tar.gz gentoo-2-f0d59f9c32892db46411d25885d7fad8b2d9d560.tar.bz2 gentoo-2-f0d59f9c32892db46411d25885d7fad8b2d9d560.zip |
kde-3.1.1
Diffstat (limited to 'kde-base/kdegraphics')
-rw-r--r-- | kde-base/kdegraphics/ChangeLog | 7 | ||||
-rw-r--r-- | kde-base/kdegraphics/files/digest-kdegraphics-3.1.1 | 1 | ||||
-rw-r--r-- | kde-base/kdegraphics/kdegraphics-3.1.1.ebuild | 34 |
3 files changed, 41 insertions, 1 deletions
diff --git a/kde-base/kdegraphics/ChangeLog b/kde-base/kdegraphics/ChangeLog index 8c3482352b8e..18c435e6a9c3 100644 --- a/kde-base/kdegraphics/ChangeLog +++ b/kde-base/kdegraphics/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for kde-base/kdegraphics # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kdegraphics/ChangeLog,v 1.35 2003/02/28 20:44:52 wwoods Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdegraphics/ChangeLog,v 1.36 2003/03/14 19:14:09 hannes Exp $ + +*kdegraphics-3.1.1 (14 Mar 2003) + + 14 Mar 2003; Hannes Mehnert <hannes@gentoo.org> kdegraphics-3.1.1.ebuild: + version bump 15 Feb 2003; Jason Wever <weeve@gentoo.org> kdegraphics-3.1.ebuild: Changed ~sparc keyword to sparc. diff --git a/kde-base/kdegraphics/files/digest-kdegraphics-3.1.1 b/kde-base/kdegraphics/files/digest-kdegraphics-3.1.1 new file mode 100644 index 000000000000..6fec73a30ef1 --- /dev/null +++ b/kde-base/kdegraphics/files/digest-kdegraphics-3.1.1 @@ -0,0 +1 @@ +MD5 c417474e1aa6b7efd9a0233fee81cf71 kdegraphics-3.1.1.tar.bz2 4535382 diff --git a/kde-base/kdegraphics/kdegraphics-3.1.1.ebuild b/kde-base/kdegraphics/kdegraphics-3.1.1.ebuild new file mode 100644 index 000000000000..8dc4b258a4d4 --- /dev/null +++ b/kde-base/kdegraphics/kdegraphics-3.1.1.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdegraphics/kdegraphics-3.1.1.ebuild,v 1.1 2003/03/14 19:14:09 hannes Exp $ +inherit kde-dist + +IUSE="gphoto tetex scanner" +DESCRIPTION="KDE graphics-related apps" + +KEYWORDS="x86 ~ppc ~sparc ~alpha" + +newdepend "gphoto2? ( >=media-gfx/gphoto2-2.0_beta1 ) + dev-lang/perl + scanner? ( media-gfx/sane-backends ) + tetex? ( >=app-text/tetex-1.0.7 ) + media-libs/imlib + app-text/ghostscript + virtual/glut virtual/opengl + media-libs/tiff + !media-gfx/kpovmodeler" # kpovmodeler's old separate ebuild +# x86? ( scanner? sys-libs/libieee1284 ) + +RDEPEND="$RDEPEND app-text/xpdf" + +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" + +use scanner || KDE_REMOVE_DIR="kooka libkscan" + +myconf="$myconf --with-imlib --with-imlib-config=/usr/bin" + |