From: "Matt Turner" <mattst88@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-extra/sushi/
Date: Sat, 13 Mar 2021 18:08:19 +0000 (UTC) [thread overview]
Message-ID: <1615658890.d3fd0eb4930ad82608f1f7ca53d932eeb79c5b5d.mattst88@gentoo> (raw)
commit: d3fd0eb4930ad82608f1f7ca53d932eeb79c5b5d
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 13 16:28:27 2021 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Sat Mar 13 18:08:10 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3fd0eb4
gnome-extra/sushi: Version bump to 3.38.0
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
| 1 +
| 52 +++++++++++++++++++++++++++++++++++
2 files changed, 53 insertions(+)
--git a/gnome-extra/sushi/Manifest b/gnome-extra/sushi/Manifest
index 974f0e50734..9d2fd6e6e0f 100644
--- a/gnome-extra/sushi/Manifest
+++ b/gnome-extra/sushi/Manifest
@@ -1,2 +1,3 @@
DIST sushi-3.34.0-patchset.tar.xz 8744 BLAKE2B 45077c7e78ebea5900ff8a1e8749f88677a6990d41cf44505437c5cbd05ce09b2ddef11de8e9078d419b1130f14d8ef4cbe7c6f15c80cee02dd72b17c4e84cfe SHA512 7c3d8e044179202a37c09436192436102a1ca223e358de1bc3857b0900c9921c72b1ab588fb08cfebe6ae440669a68786c3c1e83c1f6a3c489d4a5ce665217b3
DIST sushi-3.34.0.tar.xz 74240 BLAKE2B 8b194be7ec831ce4f13549d465d6f1e6ba09ae4dc7ff86b1c214b79baac226654b75401d326d5d7d8fc0cc9fff28d8125aa4f5a9d3cdf54e472e5565815af75d SHA512 bde009b30106bf31199c8c3b040743de5f5c782fd540612a34055bef9a22f9a08c4ed0ae7c5fc3cbfdc67a5d12f28bc70ca5135ba227403e8d127295a1253d18
+DIST sushi-3.38.0.tar.xz 76500 BLAKE2B 6d4fb4d80fdec2e96d5cf91bfe6f0d859154e45f6bcd4677eae0e4c8bdcb20380e1cabcc6621e0bcdcc590a668798775bdb464b22298fe954c3d290d202c36c7 SHA512 c8d0dd7d9cf9d28496c6c4ac5f327bcf605994f189c476fe891d42c0c225d0368311baf06d7d6092805f729908491590bf719a9822513f96e2afe17e8ab962bd
--git a/gnome-extra/sushi/sushi-3.38.0.ebuild b/gnome-extra/sushi/sushi-3.38.0.ebuild
new file mode 100644
index 00000000000..9a2dfada0ca
--- /dev/null
+++ b/gnome-extra/sushi/sushi-3.38.0.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit gnome.org meson xdg
+
+DESCRIPTION="A quick previewer for Nautilus, the GNOME file manager"
+HOMEPAGE="https://git.gnome.org/browse/sushi"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~sparc ~x86"
+IUSE="office wayland +X"
+REQUIRED_USE="|| ( wayland X )"
+
+# Optional app-office/libreoffice support (OOo to pdf and then preview)
+DEPEND="
+ media-libs/libepoxy
+ >=app-text/evince-3.0[introspection]
+ media-libs/freetype:2
+ >=x11-libs/gdk-pixbuf-2.23.0[introspection]
+ >=dev-libs/glib-2.29.14:2
+ media-libs/gstreamer:1.0[introspection]
+ media-libs/gst-plugins-base:1.0[introspection]
+ >=x11-libs/gtk+-3.13.2:3[introspection,wayland?,X?]
+ >=x11-libs/gtksourceview-4.0.3:4[introspection]
+ >=media-libs/harfbuzz-0.9.9:=
+ >=dev-libs/gobject-introspection-1.54:=
+ media-libs/musicbrainz:5=
+ net-libs/webkit-gtk:4[introspection]
+ >=dev-libs/gjs-1.40
+"
+RDEPEND="${DEPEND}
+ >=gnome-base/nautilus-3.1.90
+ office? ( app-office/libreoffice )
+"
+BDEPEND="
+ dev-util/glib-utils
+ >=sys-devel/gettext-0.19.8
+ virtual/pkgconfig
+"
+
+src_configure() {
+ meson_src_configure \
+ $(meson_feature wayland) \
+ $(meson_feature X X11)
+}
+
+src_compile() {
+ local -x GST_PLUGIN_SYSTEM_PATH_1_0=
+ meson_src_compile
+}
next reply other threads:[~2021-03-13 18:08 UTC|newest]
Thread overview: 50+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-03-13 18:08 Matt Turner [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-12-20 20:37 [gentoo-commits] repo/gentoo:master commit in: gnome-extra/sushi/ Arthur Zamarin
2024-08-09 9:54 Pacho Ramos
2024-03-02 22:33 Mart Raudsepp
2024-02-18 6:09 Arthur Zamarin
2024-01-08 7:03 Sam James
2023-09-24 9:02 WANG Xuerui
2023-09-22 3:13 Matt Turner
2023-09-22 2:33 Matt Turner
2023-09-18 21:56 Matt Turner
2023-08-16 22:32 Matt Turner
2023-07-27 5:11 WANG Xuerui
2023-07-15 11:43 Arthur Zamarin
2023-07-03 8:42 Jakov Smolić
2023-07-02 11:18 Sam James
2023-05-30 15:53 Matt Turner
2023-05-28 8:44 Pacho Ramos
2022-10-30 23:21 Matt Turner
2022-07-29 2:59 Sam James
2022-07-02 3:19 Matt Turner
2022-05-28 5:45 Sam James
2022-04-06 6:26 Matt Turner
2022-04-03 0:07 Matt Turner
2022-04-01 17:51 Matt Turner
2022-03-08 9:35 Sam James
2021-12-18 23:39 Matt Turner
2021-07-26 7:15 Matt Turner
2021-06-06 21:49 Matt Turner
2021-04-15 15:36 Matt Turner
2021-04-15 5:25 Sam James
2021-04-14 18:51 Mikle Kolyada
2020-04-25 20:17 Mart Raudsepp
2020-03-29 16:19 Mart Raudsepp
2019-12-23 22:02 Mart Raudsepp
2019-09-28 20:52 Mart Raudsepp
2019-08-05 2:46 Aaron Bauman
2019-05-18 22:08 Mart Raudsepp
2019-03-06 21:17 Mart Raudsepp
2018-12-14 12:09 Gilles Dartiguelongue
2017-05-20 4:59 Mart Raudsepp
2017-05-16 8:01 Agostino Sarubbo
2017-05-15 14:17 Agostino Sarubbo
2017-05-01 16:38 Mart Raudsepp
2017-02-04 12:39 Pacho Ramos
2016-06-25 19:13 Pacho Ramos
2016-06-25 19:13 Pacho Ramos
2016-03-06 18:03 Mikle Kolyada
2015-11-15 10:30 Pacho Ramos
2015-11-15 10:30 Pacho Ramos
2015-09-07 19:58 Mikle Kolyada
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=1615658890.d3fd0eb4930ad82608f1f7ca53d932eeb79c5b5d.mattst88@gentoo \
--to=mattst88@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