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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8D8B9158094 for ; Mon, 29 Aug 2022 19:09:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CF78EE0905; Mon, 29 Aug 2022 19:09:35 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B5CCBE0905 for ; Mon, 29 Aug 2022 19:09:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B7703340D38 for ; Mon, 29 Aug 2022 19:09:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2B44B568 for ; Mon, 29 Aug 2022 19:09:33 +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: <1661799987.7777a93212ad913c27ee9214c08ee36c507ee770.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-electronics/xoscope/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-electronics/xoscope/Manifest sci-electronics/xoscope/xoscope-2.3.ebuild X-VCS-Directories: sci-electronics/xoscope/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 7777a93212ad913c27ee9214c08ee36c507ee770 X-VCS-Branch: master Date: Mon, 29 Aug 2022 19:09:33 +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: 0f0f79cc-7806-4809-810c-f52d08dcadad X-Archives-Hash: d481f3113aad44e729282950bc2af8b2 commit: 7777a93212ad913c27ee9214c08ee36c507ee770 Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Aug 29 19:05:49 2022 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Aug 29 19:06:27 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7777a932 sci-electronics/xoscope: add 2.3, bump to EAPI-8, add missing deps Bug: https://bugs.gentoo.org/832757 Closes: https://bugs.gentoo.org/831313 Closes: https://bugs.gentoo.org/849935 Signed-off-by: Andreas Sturmlechner gentoo.org> sci-electronics/xoscope/Manifest | 1 + sci-electronics/xoscope/xoscope-2.3.ebuild | 34 ++++++++++++++++++++++++++++++ 2 files changed, 35 insertions(+) diff --git a/sci-electronics/xoscope/Manifest b/sci-electronics/xoscope/Manifest index 0a0abf655aab..60c651e80dd4 100644 --- a/sci-electronics/xoscope/Manifest +++ b/sci-electronics/xoscope/Manifest @@ -1 +1,2 @@ DIST xoscope-2.2.tar.gz 307319 BLAKE2B 860fe234e5958a005ff0cff5143fcc0711d69b958e2f6277589d08074001872b065ecb435493285231ff0c61aea1b50b221aa36127b25947184e059e951a70ec SHA512 77a1d7d673af3d82e5a3d563d6901c3d6f5a16a1d889e9b95ac2d7d10c8036461a94fb841266b6d131e96303d4fce47b4bc8255b3855690e9148ead6c38b74cd +DIST xoscope-2.3.tar.gz 390105 BLAKE2B 140dd39a9fa754c9ec274041ed0f64124f58b68fabc56a940498d81698146e8474040728360b25ece367cf64bf6b31e2e04b246529d73d4829242b8570eadc3d SHA512 9f1c15a240644027927e1bc39d2a0204d03b8dbe9d1d2aed974d062777562c6877d46f6e3768cf506799d902373fd26a090d94821b0f791f8f3151f7bb2e7eee diff --git a/sci-electronics/xoscope/xoscope-2.3.ebuild b/sci-electronics/xoscope/xoscope-2.3.ebuild new file mode 100644 index 000000000000..7dee2f34fbac --- /dev/null +++ b/sci-electronics/xoscope/xoscope-2.3.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit autotools linux-info + +DESCRIPTION="Soundcard Oscilloscope for X" +HOMEPAGE="http://xoscope.sourceforge.net" +SRC_URI="mirror://sourceforge/project/${PN}/${PN}/${PV}/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +RDEPEND=" + dev-libs/glib:2 + media-libs/alsa-lib + sci-libs/fftw:3.0= + virtual/man + x11-libs/gtk+:3 + >=x11-libs/gtkdatabox-1" +DEPEND="${RDEPEND}" +BDEPEND="virtual/pkgconfig" + +CONFIG_CHECK="~!SND_PCM_OSS" +ERROR_SND_PCM_OSS="CONFIG_SND_PCM_OSS is needed to support sound card input via /dev/dsp" + +PATCHES=( "${FILESDIR}"/${PN}-2.2-man_no_-Tutf8.patch ) + +src_prepare() { + default + eautoreconf +}