diff options
author | Samuli Suominen <drac@gentoo.org> | 2007-07-07 13:39:21 +0000 |
---|---|---|
committer | Samuli Suominen <drac@gentoo.org> | 2007-07-07 13:39:21 +0000 |
commit | 54d479dcc8ead29613f5ed5556db2e9edd4e9f61 (patch) | |
tree | cd5b6562da4148c665f6d03dd0d5f8a672b5f5e1 /xfce-extra/thunar-thumbnailers | |
parent | version bump to 1.2.1 including several bugfixes (some of them were segfaults... (diff) | |
download | gentoo-2-54d479dcc8ead29613f5ed5556db2e9edd4e9f61.tar.gz gentoo-2-54d479dcc8ead29613f5ed5556db2e9edd4e9f61.tar.bz2 gentoo-2-54d479dcc8ead29613f5ed5556db2e9edd4e9f61.zip |
Version bump, featuring ogg theora video thumbnails.
(Portage version: 2.1.3_rc6)
Diffstat (limited to 'xfce-extra/thunar-thumbnailers')
3 files changed, 44 insertions, 1 deletions
diff --git a/xfce-extra/thunar-thumbnailers/ChangeLog b/xfce-extra/thunar-thumbnailers/ChangeLog index ceb58983ded0..cff3299226b6 100644 --- a/xfce-extra/thunar-thumbnailers/ChangeLog +++ b/xfce-extra/thunar-thumbnailers/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for xfce-extra/thunar-thumbnailers # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/thunar-thumbnailers/ChangeLog,v 1.28 2007/07/06 18:41:58 pylon Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/thunar-thumbnailers/ChangeLog,v 1.29 2007/07/07 13:39:21 drac Exp $ + +*thunar-thumbnailers-0.2.2 (07 Jul 2007) + + 07 Jul 2007; Samuli Suominen <drac@gentoo.org> + +thunar-thumbnailers-0.2.2.ebuild: + Version bump, featuring ogg theora video thumbnails. 06 Jul 2007; Lars Weiler <pylon@gentoo.org> thunar-thumbnailers-0.2.1.ebuild: diff --git a/xfce-extra/thunar-thumbnailers/files/digest-thunar-thumbnailers-0.2.2 b/xfce-extra/thunar-thumbnailers/files/digest-thunar-thumbnailers-0.2.2 new file mode 100644 index 000000000000..946a03cff88b --- /dev/null +++ b/xfce-extra/thunar-thumbnailers/files/digest-thunar-thumbnailers-0.2.2 @@ -0,0 +1,3 @@ +MD5 5d50e74ebc052d4c92a6a526ba7570ff thunar-thumbnailers-0.2.2.tar.bz2 80169 +RMD160 554c644f3502c6dad73b6b1794089c399dec9cbd thunar-thumbnailers-0.2.2.tar.bz2 80169 +SHA256 9ffbc258b1cd0cbf897ef325c3459b537411cc6ac15fbb48929792d5a491ca53 thunar-thumbnailers-0.2.2.tar.bz2 80169 diff --git a/xfce-extra/thunar-thumbnailers/thunar-thumbnailers-0.2.2.ebuild b/xfce-extra/thunar-thumbnailers/thunar-thumbnailers-0.2.2.ebuild new file mode 100644 index 000000000000..05b4ab6f5f97 --- /dev/null +++ b/xfce-extra/thunar-thumbnailers/thunar-thumbnailers-0.2.2.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/thunar-thumbnailers/thunar-thumbnailers-0.2.2.ebuild,v 1.1 2007/07/07 13:39:21 drac Exp $ + +inherit xfce44 + +xfce44 + +DESCRIPTION="Thunar thumbnailers plugin" +HOMEPAGE="http://goodies.xfce.org/projects/thunar-plugins/thunar-thumbnailers" +SRC_URI="http://goodies.xfce.org/releases/${PN}/${P}${COMPRESS}" + +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" +IUSE="dcraw ffmpeg grace tetex" + +RDEPEND=">=xfce-base/thunar-${THUNAR_MASTER_VERSION} + media-gfx/imagemagick + dcraw? ( media-gfx/dcraw ) + grace? ( sci-visualization/grace ) + tetex? ( virtual/tetex ) + ffmpeg? ( media-video/ffmpegthumbnailer )" +DEPEND="${RDEPEND} + dev-util/pkgconfig" + +XFCE_CONFIG="${XFCE_CONFIG} $(use_enable tetex tex) $(use_enable dcraw raw) \ + $(use_enable grace) $(use_enable ffmpeg) --disable-update-mime-database" + +DOCS="AUTHORS ChangeLog NEWS README" + +pkg_postinst() { + xfce44_pkg_postinst + elog "You need to execute /usr/libexec/thunar-vfs-update-thumbnailers-cache-1" + elog "as a user to enable thumbnailers." +} |