public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Thomas Beierlein" <tomjbe@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-radio/qrq/
Date: Sat,  5 Feb 2022 12:16:35 +0000 (UTC)	[thread overview]
Message-ID: <1644063386.bcd5a3da0368969c71e1fa0d9616e79d1b6415bb.tomjbe@gentoo> (raw)

commit:     bcd5a3da0368969c71e1fa0d9616e79d1b6415bb
Author:     Thomas Beierlein <tomjbe <AT> gentoo <DOT> org>
AuthorDate: Sat Feb  5 12:14:53 2022 +0000
Commit:     Thomas Beierlein <tomjbe <AT> gentoo <DOT> org>
CommitDate: Sat Feb  5 12:16:26 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bcd5a3da

media-radio/qrq: Version bump

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Thomas Beierlein <tomjbe <AT> gentoo.org>

 media-radio/qrq/Manifest         |  1 +
 media-radio/qrq/qrq-0.3.5.ebuild | 42 ++++++++++++++++++++++++++++++++++++++++
 2 files changed, 43 insertions(+)

diff --git a/media-radio/qrq/Manifest b/media-radio/qrq/Manifest
index a15abfa10112..898fb800e4ff 100644
--- a/media-radio/qrq/Manifest
+++ b/media-radio/qrq/Manifest
@@ -1 +1,2 @@
 DIST qrq-0.3.3.tar.gz 159832 BLAKE2B 7af974175777f6166303ece0e0cfa0a035d49e0c265cd513b771a280dc7ac0772a979f45923a14737ff58a64147f8c97a3978ccd7e4cd81fe4a38f3156766057 SHA512 025f0a350600a9f3f24cb00afcaa0e99c0be881e40684cc7ccbb9927d883372336c0b668bae21f232ce52dd221eb4ed950d306a32bab34e65f9f3cba9f28a484
+DIST qrq-0.3.5.tar.gz 195012 BLAKE2B 55787fae08f730beda4c61b347da0c6ea874eaeb1c3fbadb57019eca62f24a3cb8b4c6dd43b4afab81d3b55d4ca1986a870d5d1d0da32ebc6033498741188c42 SHA512 f4db39cce484f9c2b7a55ec4aaf57bf720ae3a2465b5420a46c1100008c20ad245088be691174c9221683a70ac4c3af5f8fb48577706d4db24a55fe90624d034

diff --git a/media-radio/qrq/qrq-0.3.5.ebuild b/media-radio/qrq/qrq-0.3.5.ebuild
new file mode 100644
index 000000000000..5a47c640e5d0
--- /dev/null
+++ b/media-radio/qrq/qrq-0.3.5.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+inherit toolchain-funcs
+
+DESCRIPTION="Yet another CW trainer for Linux/Unix"
+HOMEPAGE="http://fkurz.net/ham/qrq.html"
+SRC_URI="http://fkurz.net/ham/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="pulseaudio"
+
+DEPEND="sys-libs/ncurses:=
+	pulseaudio? ( media-sound/pulseaudio )"
+RDEPEND="${DEPEND}"
+BDEPEND="virtual/pkgconfig"
+
+PATCHES=( "${FILESDIR}/${PN}-0.3.2-tinfo.patch" )
+
+src_prepare() {
+	# avoid prestripping of 'qrq' binary
+	sed -i -e "s/INSTALL} -s -m/INSTALL} -m/" Makefile || die
+	sed -i -e "s/CC=gcc/CC=$(tc-getCC)/" Makefile || die
+	default
+}
+
+src_compile() {
+	CONF="USE_PA=NO USE_OSS=YES"
+	if use pulseaudio; then
+		CONF="USE_PA=YES USE_OSS=NO"
+	fi
+	emake PKG_CONFIG="$(tc-getPKG_CONFIG)" ${CONF}
+}
+
+src_install() {
+	emake ${CONF} DESTDIR="${D}/usr" install
+	dodoc AUTHORS ChangeLog README
+}


             reply	other threads:[~2022-02-05 12:16 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-02-05 12:16 Thomas Beierlein [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-03-15 10:26 [gentoo-commits] repo/gentoo:master commit in: media-radio/qrq/ Thomas Beierlein
2025-03-08 14:34 Jakov Smolić
2025-03-08 12:10 Sam James
2023-06-18 14:02 Thomas Beierlein
2022-04-01  9:11 Thomas Beierlein
2022-03-31 17:36 Jakov Smolić
2022-03-31 17:36 Jakov Smolić
2021-04-19 21:23 Sam James
2019-08-23 10:37 Agostino Sarubbo
2019-08-23 10:03 Agostino Sarubbo
2019-05-11 11:34 Thomas Beierlein
2019-04-24  5:40 Thomas Beierlein
2019-04-19 14:49 Thomas Beierlein
2019-04-19 14:49 Thomas Beierlein
2017-06-06 11:31 Agostino Sarubbo
2015-12-21 17:19 Thomas Beierlein

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=1644063386.bcd5a3da0368969c71e1fa0d9616e79d1b6415bb.tomjbe@gentoo \
    --to=tomjbe@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