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 7BE87139345 for ; Wed, 14 Jul 2021 13:44:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A5FF3E092A; Wed, 14 Jul 2021 13:44:14 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 80EA0E092A for ; Wed, 14 Jul 2021 13:44:14 +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 EF92333BEF2 for ; Wed, 14 Jul 2021 13:44:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 68A1A798 for ; Wed, 14 Jul 2021 13:44:11 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1626270219.31f57fcf95df722dbe0263d5e41863cd3ad48d3b.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/indilib/, sci-libs/indilib/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/indilib/files/indilib-1.9.1-fix-include.patch sci-libs/indilib/indilib-1.9.1-r1.ebuild X-VCS-Directories: sci-libs/indilib/ sci-libs/indilib/files/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 31f57fcf95df722dbe0263d5e41863cd3ad48d3b X-VCS-Branch: master Date: Wed, 14 Jul 2021 13:44:11 +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: 3f17d56a-1f1f-4dda-9a83-58a1ec600e8c X-Archives-Hash: 0266c179958922b05c4802bf441dbfb8 commit: 31f57fcf95df722dbe0263d5e41863cd3ad48d3b Author: Alexey Sokolov google com> AuthorDate: Mon Jul 5 16:00:39 2021 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Jul 14 13:43:39 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31f57fcf sci-libs/indilib: fix include Closes: https://bugs.gentoo.org/800614 Package-Manager: Portage-3.0.20, Repoman-3.0.2 Signed-off-by: Alexey Sokolov asokolov.org> Closes: https://github.com/gentoo/gentoo/pull/21538 Signed-off-by: Andreas Sturmlechner gentoo.org> .../indilib/files/indilib-1.9.1-fix-include.patch | 26 +++++++++ sci-libs/indilib/indilib-1.9.1-r1.ebuild | 61 ++++++++++++++++++++++ 2 files changed, 87 insertions(+) diff --git a/sci-libs/indilib/files/indilib-1.9.1-fix-include.patch b/sci-libs/indilib/files/indilib-1.9.1-fix-include.patch new file mode 100644 index 00000000000..7e3e24880d4 --- /dev/null +++ b/sci-libs/indilib/files/indilib-1.9.1-fix-include.patch @@ -0,0 +1,26 @@ +From 907b3d81f27593e709af9e3f2cdc6dab05d6d80a Mon Sep 17 00:00:00 2001 +From: Paolo Stivanin +Date: Tue, 29 Jun 2021 08:52:04 +0200 +Subject: [PATCH] Fix indimacros include path on baseclient.h (#1503) + +--- + libs/indibase/baseclient.h | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/libs/indibase/baseclient.h b/libs/indibase/baseclient.h +index 6d5e49b9a..2656d7486 100644 +--- a/libs/indibase/baseclient.h ++++ b/libs/indibase/baseclient.h +@@ -20,11 +20,11 @@ + + #include "indiapi.h" + #include "indibase.h" ++#include "indimacros.h" + + #include + #include + +-#include + #include + + // #define MAXRBUF 2048 // #PS: defined in indibase.h diff --git a/sci-libs/indilib/indilib-1.9.1-r1.ebuild b/sci-libs/indilib/indilib-1.9.1-r1.ebuild new file mode 100644 index 00000000000..eb8784d3454 --- /dev/null +++ b/sci-libs/indilib/indilib-1.9.1-r1.ebuild @@ -0,0 +1,61 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit cmake udev + +DESCRIPTION="INDI Astronomical Control Protocol library" +HOMEPAGE="https://www.indilib.org/" +SRC_URI="https://github.com/${PN}/${PN/lib/}/archive/v${PV}.tar.gz -> ${P}.tar.gz" +S="${WORKDIR}/${P/lib/}" + +LICENSE="BSD GPL-2+ LGPL-2+ LGPL-2.1+" +SLOT="0/1" +KEYWORDS="~amd64 ~x86" +IUSE="ogg rtlsdr test websocket" + +RESTRICT="!test? ( test )" + +RDEPEND=" + net-misc/curl + sci-libs/cfitsio:= + sci-libs/fftw:3.0= + sci-libs/gsl:= + sci-libs/libnova:= + sys-libs/zlib + virtual/jpeg:0 + virtual/libusb:0 + ogg? ( + media-libs/libogg + media-libs/libtheora + ) + rtlsdr? ( net-wireless/rtl-sdr ) + websocket? ( dev-libs/boost:= ) +" +DEPEND="${RDEPEND} + kernel_linux? ( sys-kernel/linux-headers ) + test? ( >=dev-cpp/gtest-1.8.0 ) + websocket? ( dev-cpp/websocketpp ) +" + +PATCHES=( + "${FILESDIR}"/indilib-1.9.1-fix-include.patch +) + +src_configure() { + local mycmakeargs=( + -DINDI_BUILD_QT5_CLIENT=OFF + -DUDEVRULES_INSTALL_DIR="${EPREFIX}$(get_udevdir)"/rules.d + $(cmake_use_find_package ogg OggTheora) + $(cmake_use_find_package rtlsdr RTLSDR) + -DINDI_BUILD_UNITTESTS=$(usex test) + -DINDI_BUILD_WEBSOCKET=$(usex websocket) + ) + + cmake_src_configure +} + +src_test() { + BUILD_DIR="${BUILD_DIR}"/test cmake_src_test +}