diff options
-rw-r--r-- | media-video/subtitleeditor/ChangeLog | 6 | ||||
-rw-r--r-- | media-video/subtitleeditor/subtitleeditor-0.37.1.ebuild | 16 | ||||
-rw-r--r-- | media-video/subtitleeditor/subtitleeditor-0.38.0.ebuild | 14 |
3 files changed, 20 insertions, 16 deletions
diff --git a/media-video/subtitleeditor/ChangeLog b/media-video/subtitleeditor/ChangeLog index 25a276d49740..aec12adba01c 100644 --- a/media-video/subtitleeditor/ChangeLog +++ b/media-video/subtitleeditor/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-video/subtitleeditor # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/subtitleeditor/ChangeLog,v 1.11 2011/02/27 17:58:59 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/subtitleeditor/ChangeLog,v 1.12 2011/03/29 06:04:16 nirbheek Exp $ + + 29 Mar 2011; Nirbheek Chauhan <nirbheek@gentoo.org> + subtitleeditor-0.37.1.ebuild, subtitleeditor-0.38.0.ebuild: + Fix slot-dep on gnome-mm libs *subtitleeditor-0.38.0 (27 Feb 2011) diff --git a/media-video/subtitleeditor/subtitleeditor-0.37.1.ebuild b/media-video/subtitleeditor/subtitleeditor-0.37.1.ebuild index 4dc3225cf2f7..af3fb0f8940c 100644 --- a/media-video/subtitleeditor/subtitleeditor-0.37.1.ebuild +++ b/media-video/subtitleeditor/subtitleeditor-0.37.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/subtitleeditor/subtitleeditor-0.37.1.ebuild,v 1.1 2010/08/12 21:58:38 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/subtitleeditor/subtitleeditor-0.37.1.ebuild,v 1.2 2011/03/29 06:04:16 nirbheek Exp $ EAPI="2" @@ -17,15 +17,15 @@ IUSE="debug nls opengl" RDEPEND=" app-text/iso-codes - >=dev-cpp/gtkmm-2.14 - >=dev-cpp/glibmm-2.16.3 - >=dev-cpp/libxmlpp-2.20 + >=dev-cpp/gtkmm-2.14:2.4 + >=dev-cpp/glibmm-2.16.3:2 + >=dev-cpp/libxmlpp-2.20:2.6 >=app-text/enchant-1.4 >=dev-cpp/gstreamermm-0.10.4 - >=media-libs/gst-plugins-good-0.10 + >=media-libs/gst-plugins-good-0.10:0.10 >=media-plugins/gst-plugins-meta-0.10-r2:0.10 - >=media-plugins/gst-plugins-pango-0.10 - >=media-plugins/gst-plugins-xvideo-0.10 + >=media-plugins/gst-plugins-pango-0.10:0.10 + >=media-plugins/gst-plugins-xvideo-0.10:0.10 opengl? ( >=dev-cpp/gtkglextmm-1.2 ) " # gst-plugins-pango needed for text overlay diff --git a/media-video/subtitleeditor/subtitleeditor-0.38.0.ebuild b/media-video/subtitleeditor/subtitleeditor-0.38.0.ebuild index 5ab3f520eec9..6d2adc6d7cff 100644 --- a/media-video/subtitleeditor/subtitleeditor-0.38.0.ebuild +++ b/media-video/subtitleeditor/subtitleeditor-0.38.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/media-video/subtitleeditor/subtitleeditor-0.38.0.ebuild,v 1.1 2011/02/27 17:58:59 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/subtitleeditor/subtitleeditor-0.38.0.ebuild,v 1.2 2011/03/29 06:04:16 nirbheek Exp $ EAPI="2" @@ -17,15 +17,15 @@ IUSE="debug nls opengl" RDEPEND=" app-text/iso-codes - >=dev-cpp/gtkmm-2.14 - >=dev-cpp/glibmm-2.16.3 - >=dev-cpp/libxmlpp-2.20 + >=dev-cpp/gtkmm-2.14:2.4 + >=dev-cpp/glibmm-2.16.3:2 + >=dev-cpp/libxmlpp-2.20:2.6 >=app-text/enchant-1.4 >=dev-cpp/gstreamermm-0.10.4 - >=media-libs/gst-plugins-good-0.10 + >=media-libs/gst-plugins-good-0.10:0.10 >=media-plugins/gst-plugins-meta-0.10-r2:0.10 - >=media-plugins/gst-plugins-pango-0.10 - >=media-plugins/gst-plugins-xvideo-0.10 + >=media-plugins/gst-plugins-pango-0.10:0.10 + >=media-plugins/gst-plugins-xvideo-0.10:0.10 opengl? ( >=dev-cpp/gtkglextmm-1.2 ) " # gst-plugins-pango needed for text overlay |