summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Hadaway <raker@gentoo.org>2002-09-11 15:11:14 +0000
committerNick Hadaway <raker@gentoo.org>2002-09-11 15:11:14 +0000
commit076947e91922bb6e58bd68481a0bc9e49a3891df (patch)
tree3dd8ebbe9b1db0762da476e9190498a3b4b057de /x11-libs
parentTightened dependancy from wxGTK to wxGTK-2.3.2*. Added RDEPEND to stop (diff)
downloadhistorical-076947e91922bb6e58bd68481a0bc9e49a3891df.tar.gz
historical-076947e91922bb6e58bd68481a0bc9e49a3891df.tar.bz2
historical-076947e91922bb6e58bd68481a0bc9e49a3891df.zip
Changed gif support from optional to required as wxPython requires gif
support to compile. This should fix bug #7777.
Diffstat (limited to 'x11-libs')
-rw-r--r--x11-libs/wxGTK/ChangeLog12
-rw-r--r--x11-libs/wxGTK/wxGTK-2.3.2-r2.ebuild10
2 files changed, 14 insertions, 8 deletions
diff --git a/x11-libs/wxGTK/ChangeLog b/x11-libs/wxGTK/ChangeLog
index b0851f9ed2cb..48ed126e3152 100644
--- a/x11-libs/wxGTK/ChangeLog
+++ b/x11-libs/wxGTK/ChangeLog
@@ -1,6 +1,16 @@
# ChangeLog for x11-libs/wxGTK
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/wxGTK/ChangeLog,v 1.11 2002/08/29 15:37:04 raker Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/wxGTK/ChangeLog,v 1.12 2002/09/11 15:11:14 raker Exp $
+
+*wxGTK-2.3.2-r2 (29 Aug 2002)
+
+ 11 Sep 2002; Nick Hadaway <raker@gentoo.org> wxGTK-2.3.2-r2.ebuild :
+ Changed optional gif support to required GIF support as you cannot
+ turn off GIF support in wxPython. Should fix bug #7777.
+
+ 29 Aug 2002; Nick Hadaway <raker@gentoo.org> wxGTK-2.3.2-r2.ebuild,
+ files/digest-wxGTK-2.3.2-r2.ebuild, files/ledctrl.diff :
+ OpenGL
*wxGTK-2.2.9-r1 (09 Aug 2002)
diff --git a/x11-libs/wxGTK/wxGTK-2.3.2-r2.ebuild b/x11-libs/wxGTK/wxGTK-2.3.2-r2.ebuild
index 0b9ed3dc2787..559a1c6fcdef 100644
--- a/x11-libs/wxGTK/wxGTK-2.3.2-r2.ebuild
+++ b/x11-libs/wxGTK/wxGTK-2.3.2-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/wxGTK/wxGTK-2.3.2-r2.ebuild,v 1.9 2002/08/29 15:37:04 raker Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/wxGTK/wxGTK-2.3.2-r2.ebuild,v 1.10 2002/09/11 15:11:14 raker Exp $
S=${WORKDIR}/${P}
@@ -14,7 +14,7 @@ KEYWORDS="x86 ppc sparc sparc64"
DEPEND="dev-libs/libunicode
media-libs/netpbm
- gif? ( media-libs/giflib )
+ media-libs/giflib
png? ( media-libs/libpng )
jpeg? ( media-libs/jpeg )
media-libs/tiff
@@ -33,7 +33,7 @@ src_compile() {
# Enable useful config options that don't have USE flags
# motif is not a supported build environment. forcing gtk
myconf="${myconf} --enable-static --with-zlib --with-unicode \
- --with-libtiff --with-gtk"
+ --with-libtiff --with-gtk --enable-gif"
#Note: pcx image support enabled by default if found.
#Also, all wxWindows gui features are enabled by default. If you
@@ -53,10 +53,6 @@ src_compile() {
&& myconf="${myconf} --with-opengl" \
|| myconf="${myconf} --without-opengl"
- use gif \
- && myconf="${myconf} --enable-gif" \
- || myconf="${myconf} --disable-gif"
-
use png \
&& myconf="${myconf} --with-libpng --enable-pnm" \
|| myconf="${myconf} --without-libpng --disable-pnm"