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 0BD31158041 for ; Thu, 7 Mar 2024 09:39:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EF5F8E29D7; Thu, 7 Mar 2024 09:39:37 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 D71ACE29D7 for ; Thu, 7 Mar 2024 09:39:37 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 232EF335DEB for ; Thu, 7 Mar 2024 09:39:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 49977B3D for ; Thu, 7 Mar 2024 09:39:35 +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: <1709804365.97924bf9e27524cf0a106003aeef6da4410b262b.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/qastools/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/qastools/Manifest media-sound/qastools/qastools-1.4.0.ebuild X-VCS-Directories: media-sound/qastools/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 97924bf9e27524cf0a106003aeef6da4410b262b X-VCS-Branch: master Date: Thu, 7 Mar 2024 09:39:35 +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: de9fa15f-1540-4fbe-b9f6-f3ce6c8d9568 X-Archives-Hash: 5fd6d91f1896f8af0c6a0b1439f6d7bd commit: 97924bf9e27524cf0a106003aeef6da4410b262b Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Mar 7 09:32:31 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Mar 7 09:39:25 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97924bf9 media-sound/qastools: add 1.4.0, switched to Qt6 Signed-off-by: Andreas Sturmlechner gentoo.org> media-sound/qastools/Manifest | 1 + media-sound/qastools/qastools-1.4.0.ebuild | 35 ++++++++++++++++++++++++++++++ 2 files changed, 36 insertions(+) diff --git a/media-sound/qastools/Manifest b/media-sound/qastools/Manifest index aecf7481de9d..582cda61bd85 100644 --- a/media-sound/qastools/Manifest +++ b/media-sound/qastools/Manifest @@ -1 +1,2 @@ DIST qastools-v0.23.0.tar.gz 292875 BLAKE2B c0ba54462e702411bee7a15a913617870488b1c9c2676e3c6f69d0648cff79cc1989e0f367953ba6f27b94c014c9b2fa7ef74ae4800d03b99bb8336ce4535d4a SHA512 79042a41a0ad37097d297175b899af73052953b7ae14058a1878e3145769db839b8bd4350bd36646d8436a3e8b37b64da7b3004bee3c7c7780d46a942af1d3b9 +DIST qastools-v1.4.0.tar.gz 304640 BLAKE2B 4a48ea32b41d03739497764f9677a79a0ca0f917fa758acab4ae61d776fe79d4d8b7cc6d3bfed657aafc241c2bf57d7d469184b2b95084c999133480faa8b5b6 SHA512 eced94ce0c796148d3dae79f8b687d481b2adb34466de41ad0c6ecf3b820562297720d8052332c3f1ba422a856dbc7742f1bdb2a32b6bb1c43eaad9cba256946 diff --git a/media-sound/qastools/qastools-1.4.0.ebuild b/media-sound/qastools/qastools-1.4.0.ebuild new file mode 100644 index 000000000000..fd5462cfef8f --- /dev/null +++ b/media-sound/qastools/qastools-1.4.0.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit cmake + +DESCRIPTION="Qt GUI ALSA tools: mixer, configuration browser" +HOMEPAGE="https://gitlab.com/sebholt/qastools" +SRC_URI="https://gitlab.com/sebholt/${PN}/-/archive/v${PV}/${PN}-v${PV}.tar.gz" +S="${WORKDIR}"/${PN}-v${PV} + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=" + dev-qt/qtbase:6[dbus,gui,network,widgets] + dev-qt/qtsvg:6 + media-libs/alsa-lib + virtual/libudev:= +" +DEPEND="${RDEPEND}" +BDEPEND="dev-qt/qttools:6[linguist]" + +PATCHES=( "${FILESDIR}/${PN}-0.23.0-nomancompress.patch" ) + +src_configure() { + local mycmakeargs=( + -DSKIP_LICENSE_INSTALL=ON + -DCMAKE_DISABLE_FIND_PACKAGE_UnixCommands=ON + ) + cmake_src_configure +}