From 621698a60b1d37a3c8ce2cc20b2355549161be37 Mon Sep 17 00:00:00 2001 From: Jim Ramsay Date: Mon, 30 Oct 2006 19:09:39 +0000 Subject: May use mplayer or totem to generate the thumbnails (Portage version: 2.1.2_pre3-r3) --- rox-extra/videothumbnail/ChangeLog | 9 ++++++++- rox-extra/videothumbnail/videothumbnail-0.1.12.ebuild | 14 ++++++-------- 2 files changed, 14 insertions(+), 9 deletions(-) (limited to 'rox-extra/videothumbnail') diff --git a/rox-extra/videothumbnail/ChangeLog b/rox-extra/videothumbnail/ChangeLog index 92057920a029..38cd7590c016 100644 --- a/rox-extra/videothumbnail/ChangeLog +++ b/rox-extra/videothumbnail/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for rox-extra/videothumbnail # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/rox-extra/videothumbnail/ChangeLog,v 1.4 2006/10/05 18:34:08 lack Exp $ +# $Header: /var/cvsroot/gentoo-x86/rox-extra/videothumbnail/ChangeLog,v 1.5 2006/10/30 19:09:39 lack Exp $ + + 30 Oct 2006; Jim Ramsay -videothumbnail-0.1.6.ebuild, + videothumbnail-0.1.12.ebuild: + May use mplayer or totem to generate the thumbnails + + 30 Oct 2006; Jim Ramsay -videothumbnail-0.1.6.ebuild: + Cleaning up old versions 05 Oct 2006; Jim Ramsay metadata.xml: Accepting maintainer role diff --git a/rox-extra/videothumbnail/videothumbnail-0.1.12.ebuild b/rox-extra/videothumbnail/videothumbnail-0.1.12.ebuild index f7696a3fdd5c..6cff7daa9ad1 100644 --- a/rox-extra/videothumbnail/videothumbnail-0.1.12.ebuild +++ b/rox-extra/videothumbnail/videothumbnail-0.1.12.ebuild @@ -1,7 +1,11 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/rox-extra/videothumbnail/videothumbnail-0.1.12.ebuild,v 1.1 2006/04/16 12:52:35 svyatogor Exp $ +# $Header: /var/cvsroot/gentoo-x86/rox-extra/videothumbnail/videothumbnail-0.1.12.ebuild,v 1.2 2006/10/30 19:09:39 lack Exp $ +#Setting ROX_VER to 2.3 to be on safe side. See bug #112849 +ROX_VER="2.3" +ROX_LIB_VER="2.0.2" +inherit rox MY_PN="VideoThumbnail" DESCRIPTION="This is a helper program for ROX-Filer. It provides images for video files. By Stephen Watson" @@ -13,13 +17,7 @@ SLOT="0" IUSE="" KEYWORDS="~x86" -DEPEND=">=media-video/mplayer-0.9.0" - -#Setting ROX_VER to 2.3 to be on safe side. See bug #112849 -ROX_VER="2.3" -ROX_LIB_VER="2.0.2" +RDEPEND="|| ( >=media-video/mplayer-0.9.0 >=media-video/totem-1.4.2 )" APPNAME=${MY_PN} S=${WORKDIR} - -inherit rox -- cgit v1.2.3-65-gdbad