summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Chvatal <scarabeus@gentoo.org>2009-03-03 16:14:28 +0000
committerTomas Chvatal <scarabeus@gentoo.org>2009-03-03 16:14:28 +0000
commite029b847d12a7f9077b653df799adc2ac88eab2c (patch)
tree398b191c824f55b17dc6f24a649c1567aa7b072a /media-video/mplayerthumbs
parentsparc stable wrt #217427 (diff)
downloadgentoo-2-e029b847d12a7f9077b653df799adc2ac88eab2c.tar.gz
gentoo-2-e029b847d12a7f9077b653df799adc2ac88eab2c.tar.bz2
gentoo-2-e029b847d12a7f9077b653df799adc2ac88eab2c.zip
Fix deps. Per bug #259127. Version bump.
(Portage version: 2.2_rc23/cvs/Linux x86_64)
Diffstat (limited to 'media-video/mplayerthumbs')
-rw-r--r--media-video/mplayerthumbs/ChangeLog8
-rw-r--r--media-video/mplayerthumbs/mplayerthumbs-1.1.ebuild6
-rw-r--r--media-video/mplayerthumbs/mplayerthumbs-1.2.ebuild28
3 files changed, 38 insertions, 4 deletions
diff --git a/media-video/mplayerthumbs/ChangeLog b/media-video/mplayerthumbs/ChangeLog
index a5db5b1fc8e9..71fceb0a2d7e 100644
--- a/media-video/mplayerthumbs/ChangeLog
+++ b/media-video/mplayerthumbs/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for media-video/mplayerthumbs
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/mplayerthumbs/ChangeLog,v 1.9 2009/02/15 17:37:07 carlo Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/mplayerthumbs/ChangeLog,v 1.10 2009/03/03 16:14:28 scarabeus Exp $
+
+*mplayerthumbs-1.2 (03 Mar 2009)
+
+ 03 Mar 2009; Tomas Chvatal <scarabeus@gentoo.org>
+ mplayerthumbs-1.1.ebuild, +mplayerthumbs-1.2.ebuild:
+ Fix deps. Per bug #259127. Version bump.
*mplayerthumbs-0.5b-r1 (15 Feb 2009)
diff --git a/media-video/mplayerthumbs/mplayerthumbs-1.1.ebuild b/media-video/mplayerthumbs/mplayerthumbs-1.1.ebuild
index c7909b84d6b9..e1540cc0ffe9 100644
--- a/media-video/mplayerthumbs/mplayerthumbs-1.1.ebuild
+++ b/media-video/mplayerthumbs/mplayerthumbs-1.1.ebuild
@@ -1,10 +1,9 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/mplayerthumbs/mplayerthumbs-1.1.ebuild,v 1.3 2009/02/10 22:12:28 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/mplayerthumbs/mplayerthumbs-1.1.ebuild,v 1.4 2009/03/03 16:14:28 scarabeus Exp $
EAPI="2"
-KDE_MINIMAL="4.2"
inherit kde4-base
DESCRIPTION="A Thumbnail Generator for Video Files on Konqueror."
@@ -16,7 +15,8 @@ SLOT="1"
KEYWORDS="~amd64 ~x86"
IUSE=""
-DEPEND="|| (
+DEPEND="!kdeprefix? ( !media-video/mplayerthumbs:0 )
+ || (
>=kde-base/dolphin-${KDE_MINIMAL}[kdeprefix=]
>=kde-base/konqueror-${KDE_MINIMAL}[kdeprefix=]
)
diff --git a/media-video/mplayerthumbs/mplayerthumbs-1.2.ebuild b/media-video/mplayerthumbs/mplayerthumbs-1.2.ebuild
new file mode 100644
index 000000000000..6502a4a71623
--- /dev/null
+++ b/media-video/mplayerthumbs/mplayerthumbs-1.2.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/media-video/mplayerthumbs/mplayerthumbs-1.2.ebuild,v 1.1 2009/03/03 16:14:28 scarabeus Exp $
+
+EAPI="2"
+
+inherit kde4-base
+
+DESCRIPTION="A Thumbnail Generator for Video Files on Konqueror."
+HOMEPAGE="http://www.kde-apps.org/content/show.php?content=41180"
+SRC_URI="http://www.kde-apps.org/CONTENT/content-files/41180-${P}.tar.gz"
+LICENSE="GPL-2"
+
+SLOT="1"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="!kdeprefix? ( !media-video/mplayerthumbs:0 )
+ || (
+ >=kde-base/dolphin-${KDE_MINIMAL}[kdeprefix=]
+ >=kde-base/konqueror-${KDE_MINIMAL}[kdeprefix=]
+ )
+ || (
+ media-video/mplayer
+ media-video/mplayer-bin
+ )
+"
+RDEPEND="${DEPEND}"