Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-extra/sushi/
Date: Sun, 29 Mar 2020 16:19:20
Message-Id: 1585498693.271a03e6382f3856be549610746bef3fe459a059.leio@gentoo
1 commit: 271a03e6382f3856be549610746bef3fe459a059
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Sun Mar 29 12:09:17 2020 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 29 16:18:13 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=271a03e6
7
8 gnome-extra/sushi: bump to 3.34.0
9
10 Package-Manager: Portage-2.3.84, Repoman-2.3.20
11 Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
12
13 gnome-extra/sushi/Manifest | 2 ++
14 gnome-extra/sushi/sushi-3.34.0.ebuild | 58 +++++++++++++++++++++++++++++++++++
15 2 files changed, 60 insertions(+)
16
17 diff --git a/gnome-extra/sushi/Manifest b/gnome-extra/sushi/Manifest
18 index 033a247f977..8ba673f0d64 100644
19 --- a/gnome-extra/sushi/Manifest
20 +++ b/gnome-extra/sushi/Manifest
21 @@ -1 +1,3 @@
22 DIST sushi-3.32.1.tar.xz 65172 BLAKE2B ad6d085e3c67527c988695195408e2dd8f82effeb0dacccb63eec9d3896c82fb1abf8d0fb92aeb6934146e67e8e203e438a900d4164d673b19cbe6af9d9a27b7 SHA512 db38b690591f7c7a5e55b7ad7a37022cd0624f48af6fe1c56ae05aa74598d767b61a1636d01ba207c399739c0cee6d266a52207a74f65f3e27216c5dfdd17909
23 +DIST sushi-3.34.0-patchset.tar.xz 8744 BLAKE2B 45077c7e78ebea5900ff8a1e8749f88677a6990d41cf44505437c5cbd05ce09b2ddef11de8e9078d419b1130f14d8ef4cbe7c6f15c80cee02dd72b17c4e84cfe SHA512 7c3d8e044179202a37c09436192436102a1ca223e358de1bc3857b0900c9921c72b1ab588fb08cfebe6ae440669a68786c3c1e83c1f6a3c489d4a5ce665217b3
24 +DIST sushi-3.34.0.tar.xz 74240 BLAKE2B 8b194be7ec831ce4f13549d465d6f1e6ba09ae4dc7ff86b1c214b79baac226654b75401d326d5d7d8fc0cc9fff28d8125aa4f5a9d3cdf54e472e5565815af75d SHA512 bde009b30106bf31199c8c3b040743de5f5c782fd540612a34055bef9a22f9a08c4ed0ae7c5fc3cbfdc67a5d12f28bc70ca5135ba227403e8d127295a1253d18
25
26 diff --git a/gnome-extra/sushi/sushi-3.34.0.ebuild b/gnome-extra/sushi/sushi-3.34.0.ebuild
27 new file mode 100644
28 index 00000000000..80116931e29
29 --- /dev/null
30 +++ b/gnome-extra/sushi/sushi-3.34.0.ebuild
31 @@ -0,0 +1,58 @@
32 +# Copyright 1999-2020 Gentoo Authors
33 +# Distributed under the terms of the GNU General Public License v2
34 +
35 +EAPI=7
36 +inherit gnome.org meson xdg
37 +
38 +DESCRIPTION="A quick previewer for Nautilus, the GNOME file manager"
39 +HOMEPAGE="https://git.gnome.org/browse/sushi"
40 +SRC_URI+=" https://dev.gentoo.org/~leio/distfiles/${P}-patchset.tar.xz"
41 +
42 +LICENSE="GPL-2+"
43 +SLOT="0"
44 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
45 +IUSE="office wayland +X"
46 +REQUIRED_USE="|| ( wayland X )"
47 +
48 +# Optional app-office/libreoffice support (OOo to pdf and then preview)
49 +COMMON_DEPEND="
50 + media-libs/libepoxy
51 + >=app-text/evince-3.0[introspection]
52 + media-libs/freetype:2
53 + >=x11-libs/gdk-pixbuf-2.23.0[introspection]
54 + >=dev-libs/glib-2.29.14:2
55 + media-libs/gstreamer:1.0[introspection]
56 + media-libs/gst-plugins-base:1.0[introspection]
57 + >=x11-libs/gtk+-3.13.2:3[introspection,wayland?,X?]
58 + >=x11-libs/gtksourceview-4.0.3:4[introspection]
59 + >=media-libs/harfbuzz-0.9.9:=
60 + >=dev-libs/gobject-introspection-1.54:=
61 + media-libs/musicbrainz:5=
62 + net-libs/webkit-gtk:4[introspection]
63 + >=dev-libs/gjs-1.40
64 +"
65 +DEPEND="${RDEPEND}
66 + dev-util/glib-utils
67 + >=sys-devel/gettext-0.19.8
68 + virtual/pkgconfig
69 +"
70 +RDEPEND="${COMMON_DEPEND}
71 + >=gnome-base/nautilus-3.1.90
72 + office? ( app-office/libreoffice )
73 +"
74 +
75 +PATCHES=(
76 + # origin/master updates up to 2020-03-10, primarily for gtk[-wayland] fixes
77 + "${WORKDIR}"/patches
78 +)
79 +
80 +src_configure() {
81 + meson_src_configure \
82 + $(meson_feature wayland) \
83 + $(meson_feature X X11)
84 +}
85 +
86 +src_compile() {
87 + local -x GST_PLUGIN_SYSTEM_PATH_1_0=
88 + meson_src_compile
89 +}