summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Dartiguelongue <eva@gentoo.org>2009-07-09 22:19:43 +0000
committerGilles Dartiguelongue <eva@gentoo.org>2009-07-09 22:19:43 +0000
commitf3614d6670982ed7af64c0ce4aaaee97006fed8a (patch)
tree9839654bf433848233e456f8ccc16368ba7a60f5 /media-video
parentAdd dev-perl/Locale-gettext to RDEPEND, it is needed for Makefile backend, bu... (diff)
downloadgentoo-2-f3614d6670982ed7af64c0ce4aaaee97006fed8a.tar.gz
gentoo-2-f3614d6670982ed7af64c0ce4aaaee97006fed8a.tar.bz2
gentoo-2-f3614d6670982ed7af64c0ce4aaaee97006fed8a.zip
Raise gtkmm dependency to 2.14, bug #275950. Clean up old revision.
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'media-video')
-rw-r--r--media-video/subtitleeditor/ChangeLog6
-rw-r--r--media-video/subtitleeditor/subtitleeditor-0.30.0.ebuild56
-rw-r--r--media-video/subtitleeditor/subtitleeditor-0.33.0.ebuild4
3 files changed, 7 insertions, 59 deletions
diff --git a/media-video/subtitleeditor/ChangeLog b/media-video/subtitleeditor/ChangeLog
index 687ff58dab3e..18b5a1c7a4ed 100644
--- a/media-video/subtitleeditor/ChangeLog
+++ b/media-video/subtitleeditor/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-video/subtitleeditor
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/subtitleeditor/ChangeLog,v 1.3 2009/06/29 22:51:38 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/subtitleeditor/ChangeLog,v 1.4 2009/07/09 22:19:43 eva Exp $
+
+ 09 Jul 2009; Gilles Dartiguelongue <eva@gentoo.org>
+ -subtitleeditor-0.30.0.ebuild, subtitleeditor-0.33.0.ebuild:
+ Raise gtkmm dependency to 2.14, bug #275950. Clean up old revision.
*subtitleeditor-0.33.0 (30 Jun 2009)
diff --git a/media-video/subtitleeditor/subtitleeditor-0.30.0.ebuild b/media-video/subtitleeditor/subtitleeditor-0.30.0.ebuild
deleted file mode 100644
index 65baae99b8b5..000000000000
--- a/media-video/subtitleeditor/subtitleeditor-0.30.0.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/subtitleeditor/subtitleeditor-0.30.0.ebuild,v 1.1 2009/02/01 10:47:24 eva Exp $
-
-EAPI="1"
-
-inherit eutils
-
-DESCRIPTION="GTK+2 subtitle editing tool."
-HOMEPAGE="http://home.gna.org/subtitleeditor/"
-SRC_URI="http://download.gna.org/${PN}/${PV%.*}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="debug opengl"
-
-RDEPEND=">=x11-libs/gtk+-2.12
- >=dev-cpp/gtkmm-2.12
- >=dev-cpp/glibmm-2.16.3
- >=dev-cpp/libglademm-2.4
- >=dev-cpp/libxmlpp-2.10
- >=app-text/enchant-1.1.0
- opengl? ( >=dev-cpp/gtkglextmm-1.2 )
- >=media-libs/gstreamer-0.10
- >=media-libs/gst-plugins-good-0.10
- >=media-plugins/gst-plugins-meta-0.10-r2:0.10
- app-text/iso-codes"
-#>=media-plugins/gst-plugins-pango-0.10
-
-DEPEND="${RDEPEND}
- >=dev-util/intltool-0.40
- dev-util/pkgconfig"
-
-src_compile() {
- intltoolize --copy --force --automake || die "intltoolize failed"
- export GST_REGISTRY="${T}/home/registry.cache.xml"
-
- # USE="debug" seems to turn on some debug path
- econf \
- $(use_enable debug) \
- $(use_enable opengl gl)
- emake || die "make failed"
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "make install failed"
- dodoc AUTHORS ChangeLog NEWS README TODO
-}
-
-pkg_postinst() {
- ewarn
- ewarn "If ${PN} doesn't play some video format, please check your"
- ewarn "USE flags on media-plugins/gst-plugins-meta"
- ewarn
-}
diff --git a/media-video/subtitleeditor/subtitleeditor-0.33.0.ebuild b/media-video/subtitleeditor/subtitleeditor-0.33.0.ebuild
index cf9ddf85d572..e0d8eca85b8b 100644
--- a/media-video/subtitleeditor/subtitleeditor-0.33.0.ebuild
+++ b/media-video/subtitleeditor/subtitleeditor-0.33.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/subtitleeditor/subtitleeditor-0.33.0.ebuild,v 1.1 2009/06/29 22:51:38 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/subtitleeditor/subtitleeditor-0.33.0.ebuild,v 1.2 2009/07/09 22:19:43 eva Exp $
EAPI="2"
@@ -16,7 +16,7 @@ KEYWORDS="~amd64 ~x86"
IUSE="debug opengl"
RDEPEND=">=x11-libs/gtk+-2.12
- >=dev-cpp/gtkmm-2.12
+ >=dev-cpp/gtkmm-2.14
>=dev-cpp/glibmm-2.16.3
>=dev-cpp/libglademm-2.4
>=dev-cpp/libxmlpp-2.20