From: "Matt Turner" <mattst88@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/libgxps/
Date: Sat, 13 Mar 2021 18:14:46 +0000 (UTC) [thread overview]
Message-ID: <1615659280.03f055cca3e93a63a61e389bf36a66c443a04d5a.mattst88@gentoo> (raw)
commit: 03f055cca3e93a63a61e389bf36a66c443a04d5a
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 13 18:10:54 2021 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Sat Mar 13 18:14:40 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03f055cc
app-text/libgxps: Version bump to 0.3.2
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
app-text/libgxps/Manifest | 1 +
app-text/libgxps/libgxps-0.3.2.ebuild | 51 +++++++++++++++++++++++++++++++++++
2 files changed, 52 insertions(+)
diff --git a/app-text/libgxps/Manifest b/app-text/libgxps/Manifest
index f29f25044cf..eb4d77c773b 100644
--- a/app-text/libgxps/Manifest
+++ b/app-text/libgxps/Manifest
@@ -1 +1,2 @@
DIST libgxps-0.3.1.tar.xz 93132 BLAKE2B 63af298ef1dc345ef7c40fae4006ba73aa7529381cc6cbc8cf86f4d5b69c8c5617b902bef833ed7d3fa968d927b441e888889179f598b06e2ca13084d3b199af SHA512 80401bd3c9753c74e425c5c08510cac314ad255ebeda9676bd5396a217770c7f5d8733c64b649cc6fdaa43423bb1a4ad21e1e0e3f7903f486e75a1d678850239
+DIST libgxps-0.3.2.tar.xz 79956 BLAKE2B 4e41361a90fe24816aff33e90dc1084d0c1c799a4c9368364e73d9a5df34a45be75bb9906ee272cd1956b3631894d4be63070cce57983e2401dc1496f08c3e33 SHA512 d3d56e4906477b68d088bf83bde666f9ea8bf383add592772aad53dd571e727f1bc0410dd020e12212ede5ff8e26cb46150a9860a6f7af29c4d195f03e946fe9
diff --git a/app-text/libgxps/libgxps-0.3.2.ebuild b/app-text/libgxps/libgxps-0.3.2.ebuild
new file mode 100644
index 00000000000..051579ab2ea
--- /dev/null
+++ b/app-text/libgxps/libgxps-0.3.2.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit gnome.org meson xdg-utils
+
+DESCRIPTION="Library for handling and rendering XPS documents"
+HOMEPAGE="https://wiki.gnome.org/Projects/libgxps"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE="gtk-doc +introspection jpeg lcms tiff"
+
+RDEPEND="
+ >=app-arch/libarchive-2.8
+ >=dev-libs/glib-2.36:2
+ media-libs/freetype:2
+ media-libs/libpng:0
+ >=x11-libs/cairo-1.10[svg]
+ introspection? ( >=dev-libs/gobject-introspection-1.54:= )
+ jpeg? ( virtual/jpeg:0 )
+ lcms? ( media-libs/lcms:2 )
+ tiff? ( media-libs/tiff:0[zlib] )
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+ app-text/docbook-xsl-stylesheets
+ dev-libs/libxslt
+ gtk-doc? ( dev-util/gtk-doc )
+ virtual/pkgconfig
+"
+
+# There is no automatic test suite, only an interactive test application
+RESTRICT="test"
+
+src_configure() {
+ local emesonargs=(
+ -Denable-test=false
+ $(meson_use gtk-doc enable-gtk-doc)
+ -Denable-man=true
+ -Ddisable-introspection=$(usex introspection false true)
+ $(meson_use lcms with-liblcms2)
+ $(meson_use jpeg with-libjpeg)
+ $(meson_use tiff with-libtiff)
+ )
+
+ xdg_environment_reset
+ meson_src_configure
+}
next reply other threads:[~2021-03-13 18:14 UTC|newest]
Thread overview: 30+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-03-13 18:14 Matt Turner [this message]
-- strict thread matches above, loose matches on Subject: below --
2022-12-04 9:23 [gentoo-commits] repo/gentoo:master commit in: app-text/libgxps/ WANG Xuerui
2022-10-29 23:21 Matt Turner
2022-10-08 18:25 Sam James
2021-04-15 0:13 Sam James
2021-04-14 22:07 Sam James
2020-01-11 19:40 Mart Raudsepp
2020-01-11 19:40 Mart Raudsepp
2019-05-23 3:27 Aaron Bauman
2019-01-16 4:00 Mart Raudsepp
2018-03-15 1:50 Mart Raudsepp
2017-11-05 18:06 Sergei Trofimovich
2017-09-26 23:02 Sergei Trofimovich
2017-09-25 21:42 Sergei Trofimovich
2017-09-04 14:02 Aaron Bauman
2017-09-04 14:02 Aaron Bauman
2017-08-28 8:22 Sergei Trofimovich
2017-08-17 22:41 Gilles Dartiguelongue
2017-08-16 22:31 Gilles Dartiguelongue
2017-07-07 21:20 Mart Raudsepp
2017-06-12 10:07 Mart Raudsepp
2017-04-22 17:53 Tobias Klausmann
2017-03-23 5:32 Mart Raudsepp
2016-12-06 19:51 Markus Meier
2016-07-02 10:43 Pacho Ramos
2016-07-02 10:43 Pacho Ramos
2015-10-03 8:13 Markus Meier
2015-09-07 16:24 Mikle Kolyada
2015-09-05 12:34 Pacho Ramos
2015-09-05 12:34 Pacho Ramos
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=1615659280.03f055cca3e93a63a61e389bf36a66c443a04d5a.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