summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Hill <dirtyepic@gentoo.org>2014-01-08 00:28:11 +0000
committerRyan Hill <dirtyepic@gentoo.org>2014-01-08 00:28:11 +0000
commit91ba129e990e19b5e3cb970d09f5b3d7738c4bee (patch)
treec859f0ed5c95ecfda42a52f93a42860e3f000577 /x11-libs/wxGTK
parentMask webkit USE flag for x11-libs/wxGTK on mips due to missing dependencies. (diff)
downloadgentoo-2-91ba129e990e19b5e3cb970d09f5b3d7738c4bee.tar.gz
gentoo-2-91ba129e990e19b5e3cb970d09f5b3d7738c4bee.tar.bz2
gentoo-2-91ba129e990e19b5e3cb970d09f5b3d7738c4bee.zip
Stop using libgnomeprint (bug #358445) and drop now-unused gnome USE flag.
Add missing dependency on libnotify (with USE flag due to hppa). Update other dependencies. Signed-off-by: Ryan Hill <dirtyepic@gentoo.org> (Portage version: 2.2.8/cvs/Linux x86_64, signed Manifest commit with key 957A8463)
Diffstat (limited to 'x11-libs/wxGTK')
-rw-r--r--x11-libs/wxGTK/ChangeLog9
-rw-r--r--x11-libs/wxGTK/wxGTK-3.0.0.0.ebuild14
2 files changed, 14 insertions, 9 deletions
diff --git a/x11-libs/wxGTK/ChangeLog b/x11-libs/wxGTK/ChangeLog
index b60d9e71da4a..e6cb30127b49 100644
--- a/x11-libs/wxGTK/ChangeLog
+++ b/x11-libs/wxGTK/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for x11-libs/wxGTK
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/wxGTK/ChangeLog,v 1.302 2013/12/30 09:26:18 dirtyepic Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/wxGTK/ChangeLog,v 1.303 2014/01/08 00:28:11 dirtyepic Exp $
+
+ 08 Jan 2014; Ryan Hill <dirtyepic@gentoo.org> wxGTK-3.0.0.0.ebuild:
+ Stop using libgnomeprint (bug #358445) and drop now-unused gnome USE flag.
+ Add missing dependency on libnotify (with USE flag due to hppa). Update other
+ dependencies.
*wxGTK-3.0.0.0 (30 Dec 2013)
diff --git a/x11-libs/wxGTK/wxGTK-3.0.0.0.ebuild b/x11-libs/wxGTK/wxGTK-3.0.0.0.ebuild
index c3870270ac81..e49bd8de92d0 100644
--- a/x11-libs/wxGTK/wxGTK-3.0.0.0.ebuild
+++ b/x11-libs/wxGTK/wxGTK-3.0.0.0.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/wxGTK/wxGTK-3.0.0.0.ebuild,v 1.1 2013/12/30 09:26:18 dirtyepic Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/wxGTK/wxGTK-3.0.0.0.ebuild,v 1.2 2014/01/08 00:28:11 dirtyepic Exp $
EAPI="5"
@@ -15,7 +15,7 @@ SRC_URI="mirror://sourceforge/wxpython/wxPython-src-${PV}.tar.bz2
doc? ( mirror://sourceforge/wxpython/wxPython-docs-${PV}.tar.bz2 )"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
-IUSE="+X aqua doc debug gnome gstreamer opengl sdl tiff webkit"
+IUSE="+X aqua doc debug gstreamer libnotify opengl sdl tiff webkit"
SLOT="3.0"
@@ -28,15 +28,15 @@ RDEPEND="
sys-libs/zlib
virtual/jpeg
>=x11-libs/gtk+-2.18:2
+ x11-libs/gdk-pixbuf
x11-libs/libSM
- x11-libs/libXinerama
x11-libs/libXxf86vm
x11-libs/pango[X]
- gnome? ( gnome-base/libgnomeprintui:2.2 )
gstreamer? (
gnome-base/gconf:2
media-libs/gstreamer:0.10
media-libs/gst-plugins-base:0.10 )
+ libnotify? ( x11-libs/libnotify )
opengl? ( virtual/opengl )
tiff? ( media-libs/tiff:0 )
webkit? ( net-libs/webkit-gtk:2 )
@@ -95,6 +95,7 @@ src_configure() {
use X && \
myconf="${myconf}
--enable-graphics_ctx
+ --with-gtkprint
--enable-gui
--with-libpng=sys
--with-libxpm=sys
@@ -102,9 +103,8 @@ src_configure() {
--without-gnomevfs
$(use_enable gstreamer mediactrl)
$(use_enable webkit webview)
+ $(use_with libnotify)
$(use_with opengl)
- $(use_with gnome gnomeprint)
- $(use_with !gnome gtkprint)
$(use_with tiff libtiff sys)"
use aqua && \