From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1BE40138334 for ; Wed, 16 Jan 2019 04:00:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D0926E0BF8; Wed, 16 Jan 2019 04:00:39 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9B387E0BF8 for ; Wed, 16 Jan 2019 04:00:39 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C2C81335C77 for ; Wed, 16 Jan 2019 04:00:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 82E744D9 for ; Wed, 16 Jan 2019 04:00:35 +0000 (UTC) From: "Mart Raudsepp" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mart Raudsepp" Message-ID: <1547611222.40c31717808ebdf9a44f147fca9e572413b27455.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/libgxps/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/libgxps/Manifest app-text/libgxps/libgxps-0.3.1.ebuild X-VCS-Directories: app-text/libgxps/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: 40c31717808ebdf9a44f147fca9e572413b27455 X-VCS-Branch: master Date: Wed, 16 Jan 2019 04:00:35 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: a76e06ff-6ed3-44bb-a6d6-a9df1d52b312 X-Archives-Hash: 6037de4c8b80d30c223c3976cc63841f commit: 40c31717808ebdf9a44f147fca9e572413b27455 Author: Mart Raudsepp gentoo org> AuthorDate: Wed Jan 16 03:59:59 2019 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Wed Jan 16 04:00:22 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40c31717 app-text/libgxps: bump to 0.3.1 Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Mart Raudsepp gentoo.org> app-text/libgxps/Manifest | 1 + app-text/libgxps/libgxps-0.3.1.ebuild | 50 +++++++++++++++++++++++++++++++++++ 2 files changed, 51 insertions(+) diff --git a/app-text/libgxps/Manifest b/app-text/libgxps/Manifest index 01f2d697f2d..500f78e73ec 100644 --- a/app-text/libgxps/Manifest +++ b/app-text/libgxps/Manifest @@ -1 +1,2 @@ DIST libgxps-0.3.0.tar.xz 93000 BLAKE2B 8e04ae281aa8ee637d597265992a5bf6df3592b7d251d657dae3833c8cca848f7142f926964d96586f50ce9987dee94841be15554a733816a3b4f0acef282f12 SHA512 283ce3041f0238ef1dcae30ce2adbc3f843677e00ae22f20ed3459828f3edaab6d05d87c20dddb613925ab248ed0b29855a94198b982606c3dcb2e59f800b013 +DIST libgxps-0.3.1.tar.xz 93132 BLAKE2B 63af298ef1dc345ef7c40fae4006ba73aa7529381cc6cbc8cf86f4d5b69c8c5617b902bef833ed7d3fa968d927b441e888889179f598b06e2ca13084d3b199af SHA512 80401bd3c9753c74e425c5c08510cac314ad255ebeda9676bd5396a217770c7f5d8733c64b649cc6fdaa43423bb1a4ad21e1e0e3f7903f486e75a1d678850239 diff --git a/app-text/libgxps/libgxps-0.3.1.ebuild b/app-text/libgxps/libgxps-0.3.1.ebuild new file mode 100644 index 00000000000..bd2e88b54d1 --- /dev/null +++ b/app-text/libgxps/libgxps-0.3.1.ebuild @@ -0,0 +1,50 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +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} + 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 +}