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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 19911138351 for ; Wed, 29 Jan 2020 19:13:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 09275E08F1; Wed, 29 Jan 2020 19:13:31 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CEE8AE08F1 for ; Wed, 29 Jan 2020 19:13:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BA73234E420 for ; Wed, 29 Jan 2020 19:13:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2D7879C for ; Wed, 29 Jan 2020 19:13:28 +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: <1580325162.6cf252f6fa5c40b36b993ed4cc61e58d91d89f86.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/pulseaudio-qt/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/pulseaudio-qt/Manifest media-libs/pulseaudio-qt/metadata.xml media-libs/pulseaudio-qt/pulseaudio-qt-1.2.ebuild X-VCS-Directories: media-libs/pulseaudio-qt/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 6cf252f6fa5c40b36b993ed4cc61e58d91d89f86 X-VCS-Branch: master Date: Wed, 29 Jan 2020 19:13:28 +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: 25c5bed1-4ab2-4968-97ca-5c1e1558a3ae X-Archives-Hash: 5a6e9bc97005853af0a24c8c7d79381b commit: 6cf252f6fa5c40b36b993ed4cc61e58d91d89f86 Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Jan 29 19:06:45 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Jan 29 19:12:42 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6cf252f6 media-libs/pulseaudio-qt: New package Package-Manager: Portage-2.3.86, Repoman-2.3.20 Signed-off-by: Andreas Sturmlechner gentoo.org> media-libs/pulseaudio-qt/Manifest | 1 + media-libs/pulseaudio-qt/metadata.xml | 8 ++++++ media-libs/pulseaudio-qt/pulseaudio-qt-1.2.ebuild | 34 +++++++++++++++++++++++ 3 files changed, 43 insertions(+) diff --git a/media-libs/pulseaudio-qt/Manifest b/media-libs/pulseaudio-qt/Manifest new file mode 100644 index 00000000000..f56d6c16743 --- /dev/null +++ b/media-libs/pulseaudio-qt/Manifest @@ -0,0 +1 @@ +DIST pulseaudio-qt-1.2.tar.xz 30748 BLAKE2B f6f61eaad122795d6833934edd69e2c9b2f79b458b61a240f07f80b17e2f02fd46bfa639932e2824f2d19c782dc394d6b9e30b69c75f9c0da0c2d9ce3530c3c2 SHA512 20bddc4db80310bf46b37a1a386f714bfa3dc2a58871bdd0c0085675c43b42e24792d05cbe5543135a341588e17738525f03ccb08adbc73e1c65967039b35dc7 diff --git a/media-libs/pulseaudio-qt/metadata.xml b/media-libs/pulseaudio-qt/metadata.xml new file mode 100644 index 00000000000..2fdbf33d963 --- /dev/null +++ b/media-libs/pulseaudio-qt/metadata.xml @@ -0,0 +1,8 @@ + + + + + kde@gentoo.org + Gentoo KDE Project + + diff --git a/media-libs/pulseaudio-qt/pulseaudio-qt-1.2.ebuild b/media-libs/pulseaudio-qt/pulseaudio-qt-1.2.ebuild new file mode 100644 index 00000000000..50296eb8ddc --- /dev/null +++ b/media-libs/pulseaudio-qt/pulseaudio-qt-1.2.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +ECM_HANDBOOK="forceoptional" +ECM_QTHELP="true" +ECM_TEST="optional" +QTMIN=5.12.3 +inherit ecm kde.org + +DESCRIPTION="Qt bindings for libpulse" +HOMEPAGE="https://cgit.kde.org/pulseaudio-qt.git/" + +if [[ ${KDE_BUILD_TYPE} = release ]]; then + SRC_URI="mirror://kde/stable/${PN}/${P}.tar.xz" + KEYWORDS="~amd64" +fi + +LICENSE="LGPL-2.1" +SLOT="0" + +RDEPEND=" + dev-libs/glib:2 + >=dev-qt/qtdbus-${QTMIN}:5 + >=dev-qt/qtgui-${QTMIN}:5 + media-sound/pulseaudio +" +DEPEND="${RDEPEND} + test? ( + >=dev-qt/qtdeclarative-${QTMIN}:5 + >=dev-qt/qtquickcontrols2-${QTMIN}:5 + ) +"