summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimone Gotti <motaboy@gentoo.org>2005-02-26 16:48:23 +0000
committerSimone Gotti <motaboy@gentoo.org>2005-02-26 16:48:23 +0000
commit1f4462fb1ee4e3595a84bbae9dcfeccbf0afc17d (patch)
treefa9f59fded72f66ba7313633331f6d50fa68ffad /kde-base/kdelibs
parentinitial import of dev-haskell/cabal. cabal provides infrastructure for the di... (diff)
downloadgentoo-2-1f4462fb1ee4e3595a84bbae9dcfeccbf0afc17d.tar.gz
gentoo-2-1f4462fb1ee4e3595a84bbae9dcfeccbf0afc17d.tar.bz2
gentoo-2-1f4462fb1ee4e3595a84bbae9dcfeccbf0afc17d.zip
Add configure's options to really enable/disable tiff, jpeg2k(jasper) and openexr support compilation.
(Portage version: 2.0.51-r15)
Diffstat (limited to 'kde-base/kdelibs')
-rw-r--r--kde-base/kdelibs/ChangeLog6
-rw-r--r--kde-base/kdelibs/kdelibs-3.4.0_rc1.ebuild3
2 files changed, 7 insertions, 2 deletions
diff --git a/kde-base/kdelibs/ChangeLog b/kde-base/kdelibs/ChangeLog
index 3770ad36a314..8ed024178fe9 100644
--- a/kde-base/kdelibs/ChangeLog
+++ b/kde-base/kdelibs/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for kde-base/kdelibs
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kdelibs/ChangeLog,v 1.194 2005/02/26 14:01:49 danarmak Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdelibs/ChangeLog,v 1.195 2005/02/26 16:48:23 motaboy Exp $
+
+ 26 Feb 2005; Simone Gotti <motaboy@gentoo.org> kdelibs-3.4.0_rc1.ebuild:
+ Add configure's options to really enable/disable tiff, jpeg2k(jasper) and
+ openexr support compilation.
*kdelibs-3.4.0_rc1 (26 Feb 2005)
diff --git a/kde-base/kdelibs/kdelibs-3.4.0_rc1.ebuild b/kde-base/kdelibs/kdelibs-3.4.0_rc1.ebuild
index c13628dda7e9..b018679e4b63 100644
--- a/kde-base/kdelibs/kdelibs-3.4.0_rc1.ebuild
+++ b/kde-base/kdelibs/kdelibs-3.4.0_rc1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kdelibs/kdelibs-3.4.0_rc1.ebuild,v 1.1 2005/02/26 14:01:49 danarmak Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdelibs/kdelibs-3.4.0_rc1.ebuild,v 1.2 2005/02/26 16:48:23 motaboy Exp $
inherit kde eutils flag-o-matic
set-kdedir 3.4
@@ -55,6 +55,7 @@ src_compile() {
myconf="$myconf --with-distribution=Gentoo --enable-libfam --enable-dnotify"
myconf="$myconf $(use_with alsa) $(use_enable cups) $(use_with arts)"
+ myconf="$myconf $(use_with tiff) $(use_with jpeg2k jasper) $(use_with openexr)"
use ssl && myconf="$myconf --with-ssl-dir=/usr" || myconf="$myconf --without-ssl"