public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: xfce-extra/tumbler/
Date: Wed, 23 Dec 2020 08:06:40 +0000 (UTC)	[thread overview]
Message-ID: <1608710165.0ed5cb9b7fe7871603fae17dd0f1178aff5d28c4.mgorny@gentoo> (raw)

commit:     0ed5cb9b7fe7871603fae17dd0f1178aff5d28c4
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 23 07:56:05 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Dec 23 07:56:05 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ed5cb9b

xfce-extra/tumbler: Bump to 4.16.0

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 xfce-extra/tumbler/Manifest              |  1 +
 xfce-extra/tumbler/tumbler-4.16.0.ebuild | 69 ++++++++++++++++++++++++++++++++
 2 files changed, 70 insertions(+)

diff --git a/xfce-extra/tumbler/Manifest b/xfce-extra/tumbler/Manifest
index 057a8b6c5c9..fabb5db36d4 100644
--- a/xfce-extra/tumbler/Manifest
+++ b/xfce-extra/tumbler/Manifest
@@ -1,2 +1,3 @@
 DIST tumbler-0.2.9.tar.bz2 557794 BLAKE2B 564b0d91489ee617799749db13085301f8b7195736ee01cd44d1e4bee7130a34235deaaac973f9be902b63eab46c69a5a277872204f53067d15645556f00dd42 SHA512 df9cf9b2ba77e220f11c5ca3ec4601c973802b802e989dcd24d1b2c7c13e97c185071488c866f3ed5ed1cc6defde1a4879b5fc2c48bfc015456508e526d6bf0f
 DIST tumbler-0.3.1.tar.bz2 559835 BLAKE2B 69f0c1d904b908fcef5ef42388600b8371b37e885ca38bdcdacbc5fefabec2fd49a8aba737832621f8942e788f5c52eb5da0acdd66cbe18f452b706df0d9fd9f SHA512 42bfe9b10411f07e8c9aca40ba8d1829f677fdb65d1b2612a7345f7f467d5a02761fa758359ac3c2eb1e1622bb9f659787cdd21dc2b711424ff64025f08ea375
+DIST tumbler-4.16.0.tar.bz2 607640 BLAKE2B 9958c70f5e8b09e3a23e54cb0ce5a66416fe7459455dd145196daad24c2db0cea77ef4a4c7a8809a150f8dc6161e7e4825bf2ca48a5348fe702cec5e09a93706 SHA512 86b30a1b3a8b668bfd6cecb39bbfc642793d63055b0f3dc32e4e275082d086a9c011a98511938b7489099f35458613b3df24224ff48e4940f42ff552a14fa9d2

diff --git a/xfce-extra/tumbler/tumbler-4.16.0.ebuild b/xfce-extra/tumbler/tumbler-4.16.0.ebuild
new file mode 100644
index 00000000000..29d084d4b5d
--- /dev/null
+++ b/xfce-extra/tumbler/tumbler-4.16.0.ebuild
@@ -0,0 +1,69 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit xdg-utils
+
+DESCRIPTION="A thumbnail service for Thunar"
+HOMEPAGE="https://docs.xfce.org/xfce/thunar/start"
+SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
+IUSE="curl epub ffmpeg gstreamer jpeg odf pdf raw"
+
+DEPEND=">=dev-libs/glib-2.50:2
+	media-libs/freetype:2=
+	media-libs/libpng:0=
+	>=sys-apps/dbus-1.6
+	>=x11-libs/gdk-pixbuf-2.14:2
+	curl? ( >=net-misc/curl-7.25:= )
+	epub? ( app-text/libgepub )
+	ffmpeg? ( >=media-video/ffmpegthumbnailer-2.0.8:= )
+	gstreamer? (
+		media-libs/gstreamer:1.0
+		media-libs/gst-plugins-base:1.0
+		)
+	jpeg? ( virtual/jpeg:0= )
+	odf? ( >=gnome-extra/libgsf-1.14.20:= )
+	pdf? ( >=app-text/poppler-0.12.4[cairo] )
+	raw? ( >=media-libs/libopenraw-0.0.8:=[gtk] )"
+RDEPEND="${DEPEND}
+	gstreamer? ( media-plugins/gst-plugins-meta:1.0 )"
+BDEPEND="
+	dev-util/gdbus-codegen
+	dev-util/gtk-doc-am
+	dev-util/intltool
+	sys-devel/gettext
+	virtual/pkgconfig"
+
+src_configure() {
+	local myconf=(
+		$(use_enable curl cover-thumbnailer)
+		$(use_enable epub gepub-thumbnailer)
+		$(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)
+	)
+
+	econf "${myconf[@]}"
+}
+
+src_install() {
+	default
+
+	find "${D}" -name '*.la' -delete || die
+}
+
+pkg_postinst() {
+	xdg_icon_cache_update
+}
+
+pkg_postrm() {
+	xdg_icon_cache_update
+}


             reply	other threads:[~2020-12-23  8:06 UTC|newest]

Thread overview: 70+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-12-23  8:06 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-08-28  6:49 [gentoo-commits] repo/gentoo:master commit in: xfce-extra/tumbler/ WANG Xuerui
2022-08-12  9:16 Michał Górny
2022-07-25 10:45 Michał Górny
2022-06-19  7:18 Michał Górny
2022-06-12 10:31 Michał Górny
2022-01-01 20:39 Michał Górny
2021-06-02  2:42 Yixun Lan
2021-04-12 23:33 Sam James
2021-02-19  1:11 Michał Górny
2021-02-18 22:08 Sam James
2021-02-18  7:26 Sam James
2021-02-08  6:11 Sam James
2021-02-08  6:05 Sam James
2021-01-18 20:29 Michał Górny
2020-12-16 13:29 Michał Górny
2020-11-16  8:39 Joonas Niilola
2020-11-15 20:16 Michał Górny
2020-11-15 18:31 Michał Górny
2020-11-09 10:20 Michał Górny
2020-11-09  8:26 Michał Górny
2020-10-25  8:12 Michał Górny
2020-09-23 10:21 Agostino Sarubbo
2020-09-23 10:20 Agostino Sarubbo
2020-09-18 15:09 Agostino Sarubbo
2020-09-18 15:07 Agostino Sarubbo
2020-08-13  9:22 Michał Górny
2020-08-06 12:25 Michał Górny
2020-03-19 17:20 Michał Górny
2020-03-15 18:41 Agostino Sarubbo
2020-03-15 18:34 Agostino Sarubbo
2020-03-15 18:31 Agostino Sarubbo
2020-03-14 18:05 Mikle Kolyada
2020-03-13 18:54 Agostino Sarubbo
2019-12-21 17:47 Michał Górny
2019-10-13 11:24 Mikle Kolyada
2019-10-12 21:23 Sergei Trofimovich
2019-10-12 21:16 Sergei Trofimovich
2019-08-12 13:21 Michał Górny
2019-07-28 15:43 Michał Górny
2019-07-28 15:43 Michał Górny
2019-07-24  3:22 Aaron Bauman
2019-07-23 14:10 Kent Fredric
2019-06-30  6:51 Michał Górny
2019-05-17 20:07 Michał Górny
2019-04-08 19:17 Michał Górny
2019-04-07 21:37 Mikle Kolyada
2018-11-24 13:40 Sergei Trofimovich
2018-11-15 17:04 Thomas Deutschmann
2018-11-12 13:52 Mikle Kolyada
2018-11-11 19:07 Michał Górny
2018-09-13 14:37 Michał Górny
2018-09-13 14:37 Michał Górny
2018-09-08 18:12 Michał Górny
2018-03-31  8:03 Michał Górny
2018-03-23 19:53 Markus Meier
2018-01-07 20:32 Sergei Trofimovich
2018-01-07 13:17 Sergei Trofimovich
2018-01-05 11:16 Mikle Kolyada
2017-07-17 21:33 Michał Górny
2017-06-07 20:06 Michał Górny
2017-06-07 20:06 Michał Górny
2017-05-29 21:53 Michał Górny
2017-05-15 19:19 Michał Górny
2017-02-19  2:46 Michael Palimaka
2017-01-13 15:41 Agostino Sarubbo
2016-12-20 12:31 Tobias Klausmann
2016-09-29  4:37 Jeroen Roovers
2016-08-02 16:10 Michał Górny
2016-06-26 18:43 Markus Meier

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1608710165.0ed5cb9b7fe7871603fae17dd0f1178aff5d28c4.mgorny@gentoo \
    --to=mgorny@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox