public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Florian Schmaus" <flow@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/zathura-pdf-mupdf/
Date: Sun,  4 Sep 2022 15:21:44 +0000 (UTC)	[thread overview]
Message-ID: <1662304571.50d9de6ba4480ec61c7a1ab091714eb030921fbe.flow@gentoo> (raw)

commit:     50d9de6ba4480ec61c7a1ab091714eb030921fbe
Author:     Philipp Rösner <rndxelement <AT> protonmail <DOT> com>
AuthorDate: Sun Sep  4 09:10:26 2022 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Sun Sep  4 15:16:11 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50d9de6b

app-text/zathura-pdf-mupdf: add 0.3.9

Closes: https://bugs.gentoo.org/867973
Signed-off-by: Philipp Rösner <rndxelement <AT> protonmail.com>
Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>

 app-text/zathura-pdf-mupdf/Manifest                |  1 +
 .../zathura-pdf-mupdf-0.3.9.ebuild                 | 38 ++++++++++++++++++++++
 2 files changed, 39 insertions(+)

diff --git a/app-text/zathura-pdf-mupdf/Manifest b/app-text/zathura-pdf-mupdf/Manifest
index e53e22034f66..9e901bdea3e0 100644
--- a/app-text/zathura-pdf-mupdf/Manifest
+++ b/app-text/zathura-pdf-mupdf/Manifest
@@ -1,3 +1,4 @@
 DIST zathura-pdf-mupdf-0.3.6.tar.gz 8925 BLAKE2B ee74a1655da7d16070b8909dd0f44239eb21055a40a525b766dc3d9e81f84377abe0623ba33925a25739bccf885f8967496be30c27e421d30b1a78dd64b84aee SHA512 f6783c3fc08849d7dc6fd527b7fcdb51d4ef9214379ca6b4dc6d29e75b10f37e3ada2046e205449a7d0465f07e65a6cf3f2f44fba98360cba16676e705390a97
 DIST zathura-pdf-mupdf-0.3.7.tar.gz 8957 BLAKE2B e25412423ba8ec7c9c96d320129f9a3e71a974a118476f2720a356a0c51476f7c827d16b4fbb00d4cebcd803e75ff34b5e7d5c024db57fae17861c137487e021 SHA512 1e27bcf0fc2eb730e77d3dab7c25575e0ae830ca251f380d740a4b8bef588122d279b2c97a7b75fb749daaf24bb458cd54ec7a11321d75bfb5c1b4b0dc0fccac
 DIST zathura-pdf-mupdf-0.3.8.tar.gz 9198 BLAKE2B b873d3352d4f324d5dfceebe0ca1cd13e5e5b9bbedf89a5fdae553a2d2cf59ece455bbe931fc021310a7be3c765663ef73931016d48abaedaf2d3488f96d0866 SHA512 5742f22fc919af390a8a42f64640c36aaf1499a20d1c6603e70cc47b3f6634dafc94a31bfbb30c88524ac0c18c040f0fd6c63d236dbb556784cb17a9b0446374
+DIST zathura-pdf-mupdf-0.3.9.tar.gz 9201 BLAKE2B a74621e6330889363e25875e25984d8f9d9250a654ddb628849a8750fc4bbbb730cb6707d1959d0d28189d99af6bc041e1806036737b3daaa739373e632e304d SHA512 12537ca4c579be6dfa4c94195eafea09e45a08207eb131ed806ab868a71d781dbe6fef5e4442f77bcc0a70921d44654d97d48a6f4bfdbe28e0bdb9fec67f69b1

diff --git a/app-text/zathura-pdf-mupdf/zathura-pdf-mupdf-0.3.9.ebuild b/app-text/zathura-pdf-mupdf/zathura-pdf-mupdf-0.3.9.ebuild
new file mode 100644
index 000000000000..5ca8fe3fc822
--- /dev/null
+++ b/app-text/zathura-pdf-mupdf/zathura-pdf-mupdf-0.3.9.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit meson xdg
+
+if [[ ${PV} == *9999 ]]; then
+	inherit git-r3
+	EGIT_REPO_URI="https://git.pwmt.org/pwmt/zathura-pdf-mupdf.git"
+	EGIT_BRANCH="develop"
+else
+	KEYWORDS="~amd64 ~arm ~x86"
+	SRC_URI="https://git.pwmt.org/pwmt/${PN}/-/archive/${PV}/${P}.tar.gz"
+fi
+
+DESCRIPTION="PDF plug-in for zathura"
+HOMEPAGE="https://git.pwmt.org/pwmt/zathura-pdf-mupdf"
+
+LICENSE="ZLIB"
+SLOT="0"
+
+DEPEND=">=app-text/mupdf-1.20.0:=
+	>=app-text/zathura-0.3.9
+	dev-libs/girara
+	dev-libs/glib:2
+	x11-libs/cairo"
+
+RDEPEND="${DEPEND}"
+
+BDEPEND="app-text/tesseract
+	dev-lang/mujs
+	media-libs/leptonica
+	virtual/pkgconfig"
+
+PATCHES=(
+	"${FILESDIR}/zathura-pdf-mupdf-0.3.8-meson-mupdfthird.patch"
+)


             reply	other threads:[~2022-09-04 15:21 UTC|newest]

Thread overview: 75+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-09-04 15:21 Florian Schmaus [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-10-21 12:36 [gentoo-commits] repo/gentoo:master commit in: app-text/zathura-pdf-mupdf/ Joonas Niilola
2024-10-21 12:36 Joonas Niilola
2024-08-20  5:19 Joonas Niilola
2024-08-20  5:19 Joonas Niilola
2024-08-19 19:22 Sam James
2024-07-18  7:41 Joonas Niilola
2024-07-18  7:41 Joonas Niilola
2024-03-13  6:26 Arthur Zamarin
2024-03-13  0:54 Sam James
2024-03-12 19:29 Arthur Zamarin
2023-10-15  9:03 Viorel Munteanu
2023-10-15  9:03 Viorel Munteanu
2023-03-17 17:03 Sam James
2023-03-17 16:30 Arthur Zamarin
2023-01-09  8:33 Florian Schmaus
2022-10-28 18:55 Sam James
2022-10-28 18:55 Sam James
2022-10-28 14:55 Arthur Zamarin
2022-10-17 23:56 Sam James
2022-10-17 23:56 Sam James
2022-09-04 15:21 Florian Schmaus
2022-09-04 15:21 Florian Schmaus
2022-06-21 21:08 Sam James
2022-06-02 12:02 Jakov Smolić
2022-05-05  3:54 Sam James
2022-05-05  3:54 Sam James
2022-03-16 17:02 Florian Schmaus
2022-03-16 17:02 Florian Schmaus
2022-03-16 17:02 Florian Schmaus
2022-01-24 14:42 Sam James
2022-01-23 15:22 Sam James
2022-01-23 13:09 Jakov Smolić
2021-12-14 15:23 Florian Schmaus
2021-12-14 14:54 Florian Schmaus
2021-12-14 14:54 Florian Schmaus
2020-11-06 23:59 Sam James
2020-10-28 16:18 Sam James
2020-10-25 23:08 Thomas Deutschmann
2020-10-15 12:23 Thomas Deutschmann
2020-08-24 11:58 Mikle Kolyada
2019-11-22 11:11 Mikle Kolyada
2019-11-22 11:11 Mikle Kolyada
2019-10-27 17:54 Mikle Kolyada
2019-09-13 11:26 Mikle Kolyada
2019-08-31 13:01 Mikle Kolyada
2018-12-23  9:24 Mikle Kolyada
2018-12-23  9:24 Mikle Kolyada
2018-12-11  9:58 Mikle Kolyada
2018-12-09 23:51 Thomas Deutschmann
2018-11-25 11:10 Mikle Kolyada
2018-11-17 14:02 Mikle Kolyada
2018-11-10 23:26 Mikle Kolyada
2018-11-10 23:21 Mikle Kolyada
2018-10-25 21:20 Mikle Kolyada
2018-10-14 18:54 Mikle Kolyada
2018-08-18 18:07 Virgil Dupras
2018-07-22 16:28 Mikle Kolyada
2018-04-15 11:34 David Seifert
2018-04-14 17:24 Aaron Bauman
2018-04-12  0:54 Thomas Deutschmann
2018-01-28 16:19 Michael Weber
2018-01-28 16:19 Michael Weber
2017-12-25 19:17 David Seifert
2017-08-20 19:16 Thomas Deutschmann
2017-07-15 15:17 Tobias Klausmann
2017-02-23 13:27 Michael Weber
2017-01-29 19:33 Michael Weber
2017-01-29 19:33 Michael Weber
2017-01-23  1:30 Michael Weber
2016-06-04 19:46 Michael Weber
2016-02-26 23:27 Michael Weber
2016-02-26 23:27 Michael Weber
2016-01-09  1:33 Michael Weber
2016-01-09  1:04 Michael Weber

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=1662304571.50d9de6ba4480ec61c7a1ab091714eb030921fbe.flow@gentoo \
    --to=flow@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