Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: xfce-extra/tumbler/
Date: Mon, 29 May 2017 21:54:21
Message-Id: 1496094832.2b9dac11fdcb7673d4de4c194517561d778950d0.mgorny@gentoo
1 commit: 2b9dac11fdcb7673d4de4c194517561d778950d0
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 29 21:13:22 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon May 29 21:53:52 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b9dac11
7
8 xfce-extra/tumbler: Bump to 0.1.92.1
9
10 xfce-extra/tumbler/Manifest | 1 +
11 xfce-extra/tumbler/tumbler-0.1.92.1.ebuild | 57 ++++++++++++++++++++++++++++++
12 2 files changed, 58 insertions(+)
13
14 diff --git a/xfce-extra/tumbler/Manifest b/xfce-extra/tumbler/Manifest
15 index a30a7f6c380..c720faff311 100644
16 --- a/xfce-extra/tumbler/Manifest
17 +++ b/xfce-extra/tumbler/Manifest
18 @@ -1,2 +1,3 @@
19 DIST tumbler-0.1.31.tar.bz2 550650 SHA256 d0fd329273ff6ac98885eade4c3d8c87a4dd0816f713646130808bfa90b87173 SHA512 8c5fc914be28b899155a8c3b3fec21c5e74c26569ae1bf6a18ae87c930927828570027d77d3ec0435b8db9449a9ea933da9ae5e00f7fdf13a335c0a25bb14d04 WHIRLPOOL 9d21da3fe29f3f175b95e01aec6d378803d54ab64213f16b0f559e304998905cedc15de7b00a5267dd5ed324568e7a03209432ba200206a9e65d694eccb7f803
20 DIST tumbler-0.1.90.tar.bz2 559444 SHA256 1ae8ee8805f9c6574a15efcf325afb905c294366bdb65e9276bb42ac117f68aa SHA512 e1c04b76985facab0e0341c4920b039365f898aec002ec3f2d80272640b5f94b6202fbf3ed8824af0b861c47d3aa8007b74f0c9cb267acd6b0861fd4090963e9 WHIRLPOOL 919a1da021107a218e435061f262380efc81112700eacfd1b5acc3d76d547746179a9b941a55052582e311f473d59c17d1370dc485008b2b5f1cd74d7a15c9ae
21 +DIST tumbler-0.1.92.1.tar.bz2 569278 SHA256 77185e0322b882f206c94ed1236cdf1b944c26a075f8de03b752696923597418 SHA512 36935a626616e2184b6a1991150bf4f83ba3851fc6f643dbb277bc4374d007d43913b39aa4f33a42b4dbb930046286f085e4bf67e3135d7e45a88fb67639e138 WHIRLPOOL fbcc7ca7a73ddc16ea16c62f2a2cb93d65a8401c70e27957f7bad8cadf60b416bc66886c139f0a4d95791aca0d896a1efd2351d38c0f46782ee7c292ccd95950
22
23 diff --git a/xfce-extra/tumbler/tumbler-0.1.92.1.ebuild b/xfce-extra/tumbler/tumbler-0.1.92.1.ebuild
24 new file mode 100644
25 index 00000000000..2c88b7bc927
26 --- /dev/null
27 +++ b/xfce-extra/tumbler/tumbler-0.1.92.1.ebuild
28 @@ -0,0 +1,57 @@
29 +# Copyright 1999-2017 Gentoo Foundation
30 +# Distributed under the terms of the GNU General Public License v2
31 +
32 +EAPI=6
33 +
34 +DESCRIPTION="A thumbnail service for Thunar"
35 +HOMEPAGE="https://docs.xfce.org/xfce/thunar/start"
36 +SRC_URI="mirror://xfce/src/apps/${PN}/${PV%.*.*}/${P}.tar.bz2"
37 +
38 +LICENSE="GPL-2"
39 +SLOT="0"
40 +KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux"
41 +IUSE="curl ffmpeg gstreamer jpeg odf pdf raw"
42 +
43 +COMMON_DEPEND=">=dev-libs/glib-2.26:2=
44 + media-libs/freetype:2=
45 + media-libs/libpng:0=
46 + >=sys-apps/dbus-1.6:=
47 + >=x11-libs/gdk-pixbuf-2.14:2=
48 + curl? ( >=net-misc/curl-7.25:= )
49 + ffmpeg? ( >=media-video/ffmpegthumbnailer-2.0.8:= )
50 + gstreamer? (
51 + media-libs/gstreamer:1.0
52 + media-libs/gst-plugins-base:1.0
53 + )
54 + jpeg? ( virtual/jpeg:0= )
55 + odf? ( >=gnome-extra/libgsf-1.14.20:= )
56 + pdf? ( >=app-text/poppler-0.12.4[cairo] )
57 + raw? ( >=media-libs/libopenraw-0.0.8:=[gtk] )"
58 +RDEPEND="${COMMON_DEPEND}
59 + >=xfce-base/thunar-1.4
60 + gstreamer? ( media-plugins/gst-plugins-meta:1.0 )"
61 +DEPEND="${COMMON_DEPEND}
62 + dev-util/gtk-doc-am
63 + dev-util/intltool
64 + sys-devel/gettext
65 + virtual/pkgconfig"
66 +
67 +src_configure() {
68 + local myconf=(
69 + $(use_enable curl cover-thumbnailer)
70 + $(use_enable jpeg jpeg-thumbnailer)
71 + $(use_enable ffmpeg ffmpeg-thumbnailer)
72 + $(use_enable gstreamer gstreamer-thumbnailer)
73 + $(use_enable odf odf-thumbnailer)
74 + $(use_enable pdf poppler-thumbnailer)
75 + $(use_enable raw raw-thumbnailer)
76 + )
77 +
78 + econf "${myconf[@]}"
79 +}
80 +
81 +src_install() {
82 + default
83 +
84 + find "${D}" -name '*.la' -delete || die
85 +}