summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHannes Mehnert <hannes@gentoo.org>2003-01-05 13:09:43 +0000
committerHannes Mehnert <hannes@gentoo.org>2003-01-05 13:09:43 +0000
commit375c9f0eae3661b9d85bf5ee9016441dd7b1dcf4 (patch)
tree4e78fcb5457c6805e286f7869ba10656f6edeb97 /kde-base/kdegraphics
parentInitial Version (diff)
downloadhistorical-375c9f0eae3661b9d85bf5ee9016441dd7b1dcf4.tar.gz
historical-375c9f0eae3661b9d85bf5ee9016441dd7b1dcf4.tar.bz2
historical-375c9f0eae3661b9d85bf5ee9016441dd7b1dcf4.zip
kde-3.1_rc6 :)
Diffstat (limited to 'kde-base/kdegraphics')
-rw-r--r--kde-base/kdegraphics/ChangeLog7
-rw-r--r--kde-base/kdegraphics/files/digest-kdegraphics-3.1_rc61
-rw-r--r--kde-base/kdegraphics/kdegraphics-3.1_rc6.ebuild30
3 files changed, 37 insertions, 1 deletions
diff --git a/kde-base/kdegraphics/ChangeLog b/kde-base/kdegraphics/ChangeLog
index c2a96d1492ea..e1a28ba50de9 100644
--- a/kde-base/kdegraphics/ChangeLog
+++ b/kde-base/kdegraphics/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for kde-base/kdegraphics
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kdegraphics/ChangeLog,v 1.23 2002/12/21 14:02:39 hannes Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdegraphics/ChangeLog,v 1.24 2003/01/05 13:09:43 hannes Exp $
+
+*kdegraphics-3.1_rc6 (05 Jan 2003)
+
+ 05 Jan 2003; Hannes Mehnert <hannes@gentoo.org> kdegraphics-3.1_rc6.ebuild:
+ version bump
*kdegraphics-3.0.5a (21 Dec 2002)
diff --git a/kde-base/kdegraphics/files/digest-kdegraphics-3.1_rc6 b/kde-base/kdegraphics/files/digest-kdegraphics-3.1_rc6
new file mode 100644
index 000000000000..ebdeb6479e05
--- /dev/null
+++ b/kde-base/kdegraphics/files/digest-kdegraphics-3.1_rc6
@@ -0,0 +1 @@
+MD5 f42a0d740548fdfcb1316cbf04f16b77 kdegraphics-3.1rc6.tar.bz2 4531532
diff --git a/kde-base/kdegraphics/kdegraphics-3.1_rc6.ebuild b/kde-base/kdegraphics/kdegraphics-3.1_rc6.ebuild
new file mode 100644
index 000000000000..bb88e83ee840
--- /dev/null
+++ b/kde-base/kdegraphics/kdegraphics-3.1_rc6.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2002 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_rc6.ebuild,v 1.1 2003/01/05 13:09:43 hannes Exp $
+inherit kde-dist
+
+DESCRIPTION="KDE graphics-related apps"
+
+KEYWORDS="~x86 ~sparc"
+
+newdepend "gphoto2? ( >=media-gfx/gphoto2-2.0_beta1 >=media-libs/libgpio-20010607 )
+ sys-devel/perl
+ scanner? ( media-gfx/sane-backends )
+ tetex? ( >=app-text/tetex-1.0.7 )
+ media-libs/imlib
+ app-text/ghostscript
+ virtual/glut virtual/opengl
+ !media-gfx/kpovmodeler" # kpovmodeler's old separate ebuild
+# x86? ( scanner? sys-libs/libieee1284 )
+
+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"
+