From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1076269-garchives=archives.gentoo.org@lists.gentoo.org> 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 A5990138335 for <garchives@archives.gentoo.org>; Sat, 9 Mar 2019 21:10:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D06DFE091C; Sat, 9 Mar 2019 21:10:28 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 A77CDE091C for <gentoo-commits@lists.gentoo.org>; Sat, 9 Mar 2019 21:10:28 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 004BF335C60 for <gentoo-commits@lists.gentoo.org>; Sat, 9 Mar 2019 21:10:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4310155E for <gentoo-commits@lists.gentoo.org>; Sat, 9 Mar 2019 21:10:25 +0000 (UTC) From: "Andreas Sturmlechner" <asturm@gentoo.org> 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" <asturm@gentoo.org> Message-ID: <1552165501.a5800f967a778b5bae46e9f3cb63316c26e5dc6d.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/metadata.xml media-libs/pulseaudio-qt/pulseaudio-qt-9999.ebuild X-VCS-Directories: media-libs/pulseaudio-qt/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: a5800f967a778b5bae46e9f3cb63316c26e5dc6d X-VCS-Branch: master Date: Sat, 9 Mar 2019 21:10:25 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 443ea488-17a4-4419-a357-cdec8b0a37e0 X-Archives-Hash: e1504c9c281036a97b168472a3f614e3 commit: a5800f967a778b5bae46e9f3cb63316c26e5dc6d Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Sat Mar 9 19:37:29 2019 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Sat Mar 9 21:05:01 2019 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=a5800f96 media-libs/pulseaudio-qt: New package Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> media-libs/pulseaudio-qt/metadata.xml | 8 +++++ media-libs/pulseaudio-qt/pulseaudio-qt-9999.ebuild | 34 ++++++++++++++++++++++ 2 files changed, 42 insertions(+) diff --git a/media-libs/pulseaudio-qt/metadata.xml b/media-libs/pulseaudio-qt/metadata.xml new file mode 100644 index 0000000000..2fdbf33d96 --- /dev/null +++ b/media-libs/pulseaudio-qt/metadata.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="project"> + <email>kde@gentoo.org</email> + <name>Gentoo KDE Project</name> + </maintainer> +</pkgmetadata> diff --git a/media-libs/pulseaudio-qt/pulseaudio-qt-9999.ebuild b/media-libs/pulseaudio-qt/pulseaudio-qt-9999.ebuild new file mode 100644 index 0000000000..f3d859d3f0 --- /dev/null +++ b/media-libs/pulseaudio-qt/pulseaudio-qt-9999.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) + ) +"