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 1096013835A for ; Sun, 25 Oct 2020 17:58:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 18133E079E; Sun, 25 Oct 2020 17:58:26 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 F3545E079E for ; Sun, 25 Oct 2020 17:58:25 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 98CBB3408CF for ; Sun, 25 Oct 2020 17:58:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 10E5A3B5 for ; Sun, 25 Oct 2020 17:58:23 +0000 (UTC) From: "Bernard Cafarelli" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Bernard Cafarelli" Message-ID: <1603648698.e98f889be033a2a9eebd765a117bcd25ca2ccacc.voyageur@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libinsane/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libinsane/Manifest media-libs/libinsane/libinsane-1.0.8.ebuild X-VCS-Directories: media-libs/libinsane/ X-VCS-Committer: voyageur X-VCS-Committer-Name: Bernard Cafarelli X-VCS-Revision: e98f889be033a2a9eebd765a117bcd25ca2ccacc X-VCS-Branch: master Date: Sun, 25 Oct 2020 17:58:23 +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: e96364f9-7b12-4d6d-8c4e-1ad658626267 X-Archives-Hash: 3d7aed18eec0f68991fba30ecf4fa5e8 commit: e98f889be033a2a9eebd765a117bcd25ca2ccacc Author: Bernard Cafarelli gentoo org> AuthorDate: Sat Oct 24 21:26:34 2020 +0000 Commit: Bernard Cafarelli gentoo org> CommitDate: Sun Oct 25 17:58:18 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e98f889b media-libs/libinsane: 1.0.8 bump Package-Manager: Portage-3.0.8, Repoman-3.0.2 Signed-off-by: Bernard Cafarelli gentoo.org> media-libs/libinsane/Manifest | 1 + media-libs/libinsane/libinsane-1.0.8.ebuild | 48 +++++++++++++++++++++++++++++ 2 files changed, 49 insertions(+) diff --git a/media-libs/libinsane/Manifest b/media-libs/libinsane/Manifest index 7fbbd584f22..7b98221ffd9 100644 --- a/media-libs/libinsane/Manifest +++ b/media-libs/libinsane/Manifest @@ -1 +1,2 @@ DIST libinsane-1.0.7.tar.gz 964471 BLAKE2B 8c91f9799fe0f4bd3181e62a31396f2eb0670b41bc6c231da8714d87dcf854299fd6777481fc0cfb70700d1f34dbb453695451ea2e09ab180a14d601cd678197 SHA512 9c9f884fa3f99a7b04882a4cf866ab5c0b7abb1f60ac75ba921856184ad1471de41dc5a0c312eba93eb82c75d54bea9e30c76f2ee8b647904da700e013fe3ba9 +DIST libinsane-1.0.8.tar.gz 965255 BLAKE2B f87281f599b097a077b3d09457585c31d6def2b42fcf66bb4207998cdd3e609b2ae4034f6867c49869668ff411effdd150d23b1ea0e92cce45adf43e23203c80 SHA512 810a7e7005b93a4da53aefa6b3c63824800eba5fee9b945d45f64372a98e04e6fd5fd554db817f2b41c481ec78b3723b151337de6cb5784d423868e19bd36aa3 diff --git a/media-libs/libinsane/libinsane-1.0.8.ebuild b/media-libs/libinsane/libinsane-1.0.8.ebuild new file mode 100644 index 00000000000..bf213a42796 --- /dev/null +++ b/media-libs/libinsane/libinsane-1.0.8.ebuild @@ -0,0 +1,48 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +inherit meson vala + +DESCRIPTION="Crossplatform access to image scanners" +HOMEPAGE="https://gitlab.gnome.org/World/OpenPaperwork/libinsane" +SRC_URI="https://gitlab.gnome.org/World/OpenPaperwork/libinsane/-/archive/${PV}/${P}.tar.gz" + +LICENSE="LGPL-3+" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="doc gtk-doc test" + +RDEPEND="dev-libs/gobject-introspection + media-gfx/sane-backends" +DEPEND="${RDEPEND} + doc? ( + app-doc/doxygen + dev-util/gtk-doc + ) + test? ( + dev-util/cunit + dev-util/valgrind + )" + +BDEPEND="dev-util/glib-utils + virtual/pkgconfig + $(vala_depend)" + +# Tests require an operational valgrind +# https://wiki.gentoo.org/wiki/Debugging +RESTRICT="test" + +PATCHES=( "${FILESDIR}"/${PN}-1.0.1-meson_options.patch ) + +src_prepare() { + vala_src_prepare + default +} + +src_configure() { + local emesonargs=( + $(meson_use doc doc) + ) + meson_src_configure +}