diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2011-10-09 10:27:42 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2011-10-09 10:27:42 +0000 |
commit | dccfb8a37c89178dc7ff2ef1bc432646142edf5a (patch) | |
tree | d8761eb54ac2b1f8a57560060136d3740c239878 /x11-libs | |
parent | With USE="contrib", add the contrib subdirectory to load-path, bug 386243. Re... (diff) | |
download | gentoo-2-dccfb8a37c89178dc7ff2ef1bc432646142edf5a.tar.gz gentoo-2-dccfb8a37c89178dc7ff2ef1bc432646142edf5a.tar.bz2 gentoo-2-dccfb8a37c89178dc7ff2ef1bc432646142edf5a.zip |
Missing gst-plugins-base depend for -lgstinterfaces-0.10 checked by configure.in.
(Portage version: 2.2.0_alpha63/cvs/Linux x86_64)
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/wxGTK/ChangeLog | 7 | ||||
-rw-r--r-- | x11-libs/wxGTK/wxGTK-2.8.12.0.ebuild | 5 | ||||
-rw-r--r-- | x11-libs/wxGTK/wxGTK-2.9.1.1.ebuild | 5 |
3 files changed, 12 insertions, 5 deletions
diff --git a/x11-libs/wxGTK/ChangeLog b/x11-libs/wxGTK/ChangeLog index 3936d59de44a..f1a5f118015e 100644 --- a/x11-libs/wxGTK/ChangeLog +++ b/x11-libs/wxGTK/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-libs/wxGTK # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/wxGTK/ChangeLog,v 1.270 2011/09/15 19:24:43 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/wxGTK/ChangeLog,v 1.271 2011/10/09 10:27:42 ssuominen Exp $ + + 09 Oct 2011; Samuli Suominen <ssuominen@gentoo.org> wxGTK-2.8.12.0.ebuild, + wxGTK-2.9.1.1.ebuild: + Missing gst-plugins-base depend for -lgstinterfaces-0.10 checked by + configure.in. 15 Sep 2011; Samuli Suominen <ssuominen@gentoo.org> wxGTK-2.6.4.0-r6.ebuild: Fix building with libpng15 wrt #380833 by Diego Elio Pettenò diff --git a/x11-libs/wxGTK/wxGTK-2.8.12.0.ebuild b/x11-libs/wxGTK/wxGTK-2.8.12.0.ebuild index e93bee2948f3..8af62d97ac14 100644 --- a/x11-libs/wxGTK/wxGTK-2.8.12.0.ebuild +++ b/x11-libs/wxGTK/wxGTK-2.8.12.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/wxGTK/wxGTK-2.8.12.0.ebuild,v 1.1 2011/04/20 07:33:44 dirtyepic Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/wxGTK/wxGTK-2.8.12.0.ebuild,v 1.2 2011/10/09 10:27:42 ssuominen Exp $ EAPI="2" @@ -33,7 +33,8 @@ RDEPEND=" gnome? ( gnome-base/libgnomeprintui:2.2 ) gstreamer? ( gnome-base/gconf:2 - >=media-libs/gstreamer-0.10 ) + >=media-libs/gstreamer-0.10 + >=media-libs/gst-plugins-base-0.10 ) opengl? ( virtual/opengl ) tiff? ( media-libs/tiff ) )" diff --git a/x11-libs/wxGTK/wxGTK-2.9.1.1.ebuild b/x11-libs/wxGTK/wxGTK-2.9.1.1.ebuild index 5e1e16993d60..8547d9a40e0c 100644 --- a/x11-libs/wxGTK/wxGTK-2.9.1.1.ebuild +++ b/x11-libs/wxGTK/wxGTK-2.9.1.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/wxGTK/wxGTK-2.9.1.1.ebuild,v 1.2 2011/02/27 14:32:40 dirtyepic Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/wxGTK/wxGTK-2.9.1.1.ebuild,v 1.3 2011/10/09 10:27:42 ssuominen Exp $ EAPI="3" @@ -30,7 +30,8 @@ RDEPEND=" gnome? ( gnome-base/libgnomeprintui:2.2 ) gstreamer? ( gnome-base/gconf:2 - >=media-libs/gstreamer-0.10 ) + >=media-libs/gstreamer-0.10 + >=media-libs/gst-plugins-base-0.10 ) opengl? ( virtual/opengl ) tiff? ( media-libs/tiff ) )" |