public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "David Seifert" <soap@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-wireless/limesuite/
Date: Sat, 12 Mar 2022 11:11:01 +0000 (UTC)	[thread overview]
Message-ID: <1647083443.4da5371e9df580cd9dc9df2233951dd7913e79e8.soap@gentoo> (raw)

commit:     4da5371e9df580cd9dc9df2233951dd7913e79e8
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 12 11:10:43 2022 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Mar 12 11:10:43 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4da5371e

net-wireless/limesuite: add 20.10.0

Bug: https://bugs.gentoo.org/834123
Closes: https://bugs.gentoo.org/741086
Closes: https://bugs.gentoo.org/832888
Signed-off-by: David Seifert <soap <AT> gentoo.org>

 net-wireless/limesuite/Manifest                 |  1 +
 net-wireless/limesuite/limesuite-20.10.0.ebuild | 34 +++++++++++++++++++++++++
 2 files changed, 35 insertions(+)

diff --git a/net-wireless/limesuite/Manifest b/net-wireless/limesuite/Manifest
index 0231b60f6da1..03af7c8ecc20 100644
--- a/net-wireless/limesuite/Manifest
+++ b/net-wireless/limesuite/Manifest
@@ -1 +1,2 @@
 DIST limesuite-19.04.0.tar.gz 5357563 BLAKE2B ac4f97b564968e2e1aca076cbb97d2cd77067c405fbe90e1453be864dd4083cf087363c708d9b3f130c8bad150ad878eb4c648809c2364fef0e669650319d66e SHA512 6e416cee91bd27fe5ac11838fe6a67d1f6d6a790a5844d6bddd79ed7433b65c401aa88cf45f9977af862b8e35bd3caf79d3d3c2e639ab993bbb8e0127a97a598
+DIST limesuite-20.10.0.tar.gz 5421065 BLAKE2B 1b3a6240b334a9d96c3184edc71d9666525906a3a34c03085c869ef2f2cb8d741386a2c14f120a3de50b55d2183006611fa1d79ecce0a353537b1c650d862b11 SHA512 4ff422d04bb8795463da1a3e04dd742701bca89cb9003e3a1af3a97f9aa13a167c6cafa4b36734c3c810d08cec96f4d8aced40413504660f42a9c7208bfa3264

diff --git a/net-wireless/limesuite/limesuite-20.10.0.ebuild b/net-wireless/limesuite/limesuite-20.10.0.ebuild
new file mode 100644
index 000000000000..a3eb577bb40b
--- /dev/null
+++ b/net-wireless/limesuite/limesuite-20.10.0.ebuild
@@ -0,0 +1,34 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+WX_GTK_VER="3.0-gtk3"
+inherit cmake wxwidgets
+
+DESCRIPTION="Driver and GUI for LMS7002M-based SDR platforms"
+HOMEPAGE="https://myriadrf.org/projects/component/limesdr/"
+SRC_URI="https://github.com/myriadrf/LimeSuite/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}/LimeSuite-${PV}"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND="
+	x11-libs/fltk:1
+	x11-libs/wxGTK:${WX_GTK_VER}
+	net-wireless/soapysdr:=
+	virtual/opengl
+	virtual/libusb:1"
+RDEPEND="${DEPEND}"
+
+src_configure() {
+	setup-wxwidgets
+
+	local mycmakeargs=(
+		-DENABLE_OCTAVE=OFF
+		-DENABLE_EXAMPLES=OFF
+	)
+	cmake_src_configure
+}


             reply	other threads:[~2022-03-12 11:11 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-03-12 11:11 David Seifert [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-12-26 17:50 [gentoo-commits] repo/gentoo:master commit in: net-wireless/limesuite/ Ionen Wolkens
2024-07-05 17:49 Pacho Ramos
2023-11-24 14:31 Pacho Ramos
2023-11-10  1:05 Rick Farina
2022-03-12 11:11 David Seifert
2019-08-28 16:50 Rick Farina
2019-08-28 16:14 Rick Farina

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=1647083443.4da5371e9df580cd9dc9df2233951dd7913e79e8.soap@gentoo \
    --to=soap@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