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 2CBC7138335 for ; Mon, 25 Mar 2019 19:32:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5DE7FE08CE; Mon, 25 Mar 2019 19:32:15 +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 3B957E08CE for ; Mon, 25 Mar 2019 19:32:14 +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 1074B335C8E for ; Mon, 25 Mar 2019 19:32:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 57F5C326 for ; Mon, 25 Mar 2019 19:32:11 +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: <1553542281.8e00ba65afc0e070553c5e24fccd2a95883948ba.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: media-libs/pulseaudio-qt/ X-VCS-Repository: proj/kde X-VCS-Files: media-libs/pulseaudio-qt/pulseaudio-qt-1.0.1.ebuild X-VCS-Directories: media-libs/pulseaudio-qt/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 8e00ba65afc0e070553c5e24fccd2a95883948ba X-VCS-Branch: master Date: Mon, 25 Mar 2019 19:32:11 +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: 5e54f671-9e08-4949-9d12-3be3b788116b X-Archives-Hash: 7e0aed0027f37f389863bb3b993674a8 commit: 8e00ba65afc0e070553c5e24fccd2a95883948ba Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Mar 25 19:31:21 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Mar 25 19:31:21 2019 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=8e00ba65 media-libs/pulseaudio-qt: 1.0.1 version bump Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner gentoo.org> .../pulseaudio-qt/pulseaudio-qt-1.0.1.ebuild | 34 ++++++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/media-libs/pulseaudio-qt/pulseaudio-qt-1.0.1.ebuild b/media-libs/pulseaudio-qt/pulseaudio-qt-1.0.1.ebuild new file mode 100644 index 0000000000..f3d859d3f0 --- /dev/null +++ b/media-libs/pulseaudio-qt/pulseaudio-qt-1.0.1.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +KDE_HANDBOOK="forceoptional" +KDE_QTHELP="true" +KDE_TEST="optional" +inherit kde5 + +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 ~x86" +fi + +LICENSE="LGPL-2.1" +SLOT="0" +IUSE="" + +RDEPEND=" + $(add_qt_dep qtdbus) + $(add_qt_dep qtgui) + dev-libs/glib:2 + media-sound/pulseaudio +" +DEPEND="${RDEPEND} + test? ( + $(add_qt_dep qtdeclarative) + $(add_qt_dep qtquickcontrols2) + ) +"