diff options
author | 2012-05-20 20:24:38 +0000 | |
---|---|---|
committer | 2012-05-20 20:24:38 +0000 | |
commit | d775cb76bbc5adb52303db5c8b6be378ff7a2ccd (patch) | |
tree | 278293d0a6959b01ac7916ed20e513d0c6746f9e /xfce-extra/tumbler/tumbler-0.1.24.ebuild | |
parent | Fix ChangeLog for ago (diff) | |
download | historical-d775cb76bbc5adb52303db5c8b6be378ff7a2ccd.tar.gz historical-d775cb76bbc5adb52303db5c8b6be378ff7a2ccd.tar.bz2 historical-d775cb76bbc5adb52303db5c8b6be378ff7a2ccd.zip |
old
Package-Manager: portage-2.2.0_alpha107/cvs/Linux x86_64
Diffstat (limited to 'xfce-extra/tumbler/tumbler-0.1.24.ebuild')
-rw-r--r-- | xfce-extra/tumbler/tumbler-0.1.24.ebuild | 51 |
1 files changed, 0 insertions, 51 deletions
diff --git a/xfce-extra/tumbler/tumbler-0.1.24.ebuild b/xfce-extra/tumbler/tumbler-0.1.24.ebuild deleted file mode 100644 index 4f647f499c61..000000000000 --- a/xfce-extra/tumbler/tumbler-0.1.24.ebuild +++ /dev/null @@ -1,51 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/tumbler/tumbler-0.1.24.ebuild,v 1.2 2012/05/05 07:06:29 mgorny Exp $ - -EAPI=4 -inherit xfconf - -DESCRIPTION="A thumbnail service for the filemanager of Xfce desktop environment" -HOMEPAGE="http://www.xfce.org/projects/thunar/" -SRC_URI="mirror://xfce/src/apps/${PN}/${PV%.*}/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux" -IUSE="debug ffmpeg gstreamer jpeg odf pdf raw" - -COMMON_DEPEND=">=dev-libs/dbus-glib-0.98 - >=dev-libs/glib-2.16 - media-libs/freetype:2 - >=media-libs/libpng-1.2:0 - >=sys-apps/dbus-1.4.16 - x11-libs/gdk-pixbuf:2 - ffmpeg? ( >=media-video/ffmpegthumbnailer-2.0.7 ) - gstreamer? ( - =media-libs/gstreamer-0.10* - =media-libs/gst-plugins-base-0.10* - ) - jpeg? ( virtual/jpeg ) - odf? ( >=gnome-extra/libgsf-1.14.20 ) - pdf? ( >=app-text/poppler-0.12.4[cairo] ) - raw? ( >=media-libs/libopenraw-0.0.8[gtk] )" -RDEPEND="${COMMON_DEPEND} - >=xfce-base/thunar-1.2" -DEPEND="${COMMON_DEPEND} - dev-util/intltool - virtual/pkgconfig" - -pkg_setup() { - XFCONF=( - $(use_enable jpeg jpeg-thumbnailer) - $(use_enable ffmpeg ffmpeg-thumbnailer) - $(use_enable gstreamer gstreamer-thumbnailer) - $(use_enable odf odf-thumbnailer) - $(use_enable pdf poppler-thumbnailer) - $(use_enable raw raw-thumbnailer) - $(xfconf_use_debug) - --with-html-dir="${EPREFIX}"/usr/share/doc/${PF}/html - ) - - DOCS=( AUTHORS ChangeLog NEWS README TODO ) -} |