diff options
author | Jim Ramsay <lack@gentoo.org> | 2006-10-30 19:09:39 +0000 |
---|---|---|
committer | Jim Ramsay <lack@gentoo.org> | 2006-10-30 19:09:39 +0000 |
commit | 621698a60b1d37a3c8ce2cc20b2355549161be37 (patch) | |
tree | 3194a0510017fe20f129f57bc3b02c97a6cdfa17 /rox-extra/videothumbnail | |
parent | Fix dependency, thanks to Dale, closes bug#153427 (diff) | |
download | gentoo-2-621698a60b1d37a3c8ce2cc20b2355549161be37.tar.gz gentoo-2-621698a60b1d37a3c8ce2cc20b2355549161be37.tar.bz2 gentoo-2-621698a60b1d37a3c8ce2cc20b2355549161be37.zip |
May use mplayer or totem to generate the thumbnails
(Portage version: 2.1.2_pre3-r3)
Diffstat (limited to 'rox-extra/videothumbnail')
-rw-r--r-- | rox-extra/videothumbnail/ChangeLog | 9 | ||||
-rw-r--r-- | rox-extra/videothumbnail/videothumbnail-0.1.12.ebuild | 14 |
2 files changed, 14 insertions, 9 deletions
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 <lack@gentoo.org> -videothumbnail-0.1.6.ebuild, + videothumbnail-0.1.12.ebuild: + May use mplayer or totem to generate the thumbnails + + 30 Oct 2006; Jim Ramsay <lack@gentoo.org> -videothumbnail-0.1.6.ebuild: + Cleaning up old versions 05 Oct 2006; Jim Ramsay <lack@gentoo.org> 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 |