public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Rick Farina" <zerochaos@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-wireless/rtl-sdr/
Date: Wed,  3 Jul 2019 05:22:02 +0000 (UTC)	[thread overview]
Message-ID: <1562131321.18e036dea58798310071c094c1d245b405d99eea.zerochaos@gentoo> (raw)

commit:     18e036dea58798310071c094c1d245b405d99eea
Author:     Rick Farina <zerochaos <AT> gentoo <DOT> org>
AuthorDate: Wed Jul  3 04:46:31 2019 +0000
Commit:     Rick Farina <zerochaos <AT> gentoo <DOT> org>
CommitDate: Wed Jul  3 05:22:01 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18e036de

net-wireless/rtl-sdr: bump

fix pkgconfig file

Package-Manager: Portage-2.3.67, Repoman-2.3.16
Signed-off-by: Rick Farina <zerochaos <AT> gentoo.org>

 net-wireless/rtl-sdr/Manifest             |  1 +
 net-wireless/rtl-sdr/rtl-sdr-0.6.0.ebuild | 50 +++++++++++++++++++++++++++++++
 2 files changed, 51 insertions(+)

diff --git a/net-wireless/rtl-sdr/Manifest b/net-wireless/rtl-sdr/Manifest
index b1a13f93b50..b9197e7191d 100644
--- a/net-wireless/rtl-sdr/Manifest
+++ b/net-wireless/rtl-sdr/Manifest
@@ -1,2 +1,3 @@
 DIST rtl-sdr-0.5.3_p20170919.tar.xz 98972 BLAKE2B fb7d977bd05a2c717897ba58a2242698d1a90cf38a7a8340d7ec8c3aefeeff49bfe9612285253b27c6726ae584172e0b26c8f535bc4bec704958c1296e232f04 SHA512 b1b97c720882ccbe8be8e30af28b8d52c5a27507861bdb9e964e153cd8ece9de977abd271b68861c163a7cf239044f28c8d17ccda5ff5acf60f17d839d782a82
 DIST rtl-sdr-0.5.4.tar.xz 108708 BLAKE2B 12f5f5a913089ec57327621eddab9b74b07cccceeac9d00ab2cbd413bc29d8444633953319e2887ef5e07a766f38b4ea2f5d3cbf73efd63a1886e30e2bed6968 SHA512 6cf3c62e6a56694f90deed64e2761105fdbeb40de8001a378e687d60cc3718ad64065b5d896b3f4b27ff6a5383173b53df52816e24b31c726485364cfd9c1a43
+DIST rtl-sdr-0.6.0.tar.gz 134289 BLAKE2B a630ceea359c49170c04bc6bb2a01b481e40b4529ed3d2c924d0370399bb149c47f751929716fa4c86fac9776d26584696ece7a5f83a428b300ccbed243d0ffd SHA512 a08356a08672f03d86adb662e28923e7998b78c0f49432dc1b1e3844976158c467242e0c5eabf206fd257bdebcf91cd2767dabf13d2ef475f2f3e1d82e23ed75

diff --git a/net-wireless/rtl-sdr/rtl-sdr-0.6.0.ebuild b/net-wireless/rtl-sdr/rtl-sdr-0.6.0.ebuild
new file mode 100644
index 00000000000..a6d38d237ac
--- /dev/null
+++ b/net-wireless/rtl-sdr/rtl-sdr-0.6.0.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit cmake-utils multilib
+
+DESCRIPTION="turns your Realtek RTL2832 based DVB dongle into a SDR receiver"
+HOMEPAGE="http://sdr.osmocom.org/trac/wiki/rtl-sdr"
+
+if [[ ${PV} == 9999* ]]; then
+	inherit git-r3
+	SRC_URI=""
+	EGIT_REPO_URI="https://git.osmocom.org/${PN}"
+	KEYWORDS=""
+else
+	SRC_URI="https://github.com/steve-m/librtlsdr/archive/${PV}.tar.gz -> ${P}.tar.gz"
+	KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+	S="${WORKDIR}"/librtlsdr-${PV}
+fi
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE=""
+
+DEPEND="virtual/libusb:1"
+RDEPEND="${DEPEND}"
+
+src_unpack() {
+	if [[ ${PV} == 9999* ]]; then
+		git-r3_src_unpack
+	else
+		default
+	fi
+}
+
+src_configure() {
+	#the udev rules are 666, we don't want that
+	mycmakeargs=(
+		-DINSTALL_UDEV_RULES=OFF
+		-DDETACH_KERNEL_DRIVER=ON
+		-DLIB_INSTALL_DIR=$(get_libdir)
+	)
+	cmake-utils_src_configure
+}
+
+pkg_postinst() {
+	elog "Only users in the usb group can capture."
+	elog "Just run 'gpasswd -a <USER> usb', then have <USER> re-login."
+}


             reply	other threads:[~2019-07-03  5:22 UTC|newest]

Thread overview: 40+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-07-03  5:22 Rick Farina [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-05-06 16:03 [gentoo-commits] repo/gentoo:master commit in: net-wireless/rtl-sdr/ Sam James
2025-04-10 20:15 Conrad Kostecki
2025-04-07 15:43 Arthur Zamarin
2025-04-06 23:12 Sam James
2025-04-06 23:12 Sam James
2025-04-06 18:51 Sam James
2025-04-06 18:51 Sam James
2025-04-06 18:51 Sam James
2025-03-11 20:28 Conrad Kostecki
2024-03-24 21:03 Andreas Sturmlechner
2024-03-16 17:06 Arthur Zamarin
2024-03-16 16:56 Arthur Zamarin
2024-03-16 16:56 Arthur Zamarin
2024-03-16 16:49 Arthur Zamarin
2024-03-16 16:37 Arthur Zamarin
2024-03-16 16:35 Arthur Zamarin
2023-12-14  4:15 Sam James
2023-12-07  2:44 Rick Farina
2022-12-20 21:59 Chí-Thanh Christopher Nguyễn
2021-10-02 15:43 Sam James
2021-09-30 12:28 Andreas Sturmlechner
2021-09-09 23:56 Sam James
2021-09-07  4:48 Sam James
2021-09-07  4:48 Sam James
2021-09-07  4:48 Sam James
2021-08-17 10:23 Marek Szuba
2021-08-03 23:37 Sam James
2021-07-26  6:54 Sam James
2021-07-18  0:36 Sam James
2020-09-09 13:53 Rick Farina
2020-08-18 15:15 Rick Farina
2020-07-05 13:38 Agostino Sarubbo
2020-07-01 17:40 Mike Gilbert
2020-04-28 17:20 Rick Farina
2020-01-21 10:42 Agostino Sarubbo
2020-01-20 12:52 Agostino Sarubbo
2019-05-21 16:55 Stephen Klimaszewski
2018-07-24  3:18 Richard Farina
2018-02-19 17:29 Richard 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=1562131321.18e036dea58798310071c094c1d245b405d99eea.zerochaos@gentoo \
    --to=zerochaos@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