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 0AE25138334 for ; Sat, 9 Mar 2019 21:10:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E581AE0907; Sat, 9 Mar 2019 21:10:28 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 A15F8E0907 for ; 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 0B677335CEF for ; Sat, 9 Mar 2019 21:10:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 574BD560 for ; Sat, 9 Mar 2019 21:10:25 +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: <1552165501.6759246792b15f82e9d6494fbf01abf6df3d9b62.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: media-libs/pulseaudio-qt/, media-libs/pulseaudio-qt/files/ X-VCS-Repository: proj/kde X-VCS-Files: media-libs/pulseaudio-qt/files/pulseaudio-qt-1.0.0-bogusdeps.patch media-libs/pulseaudio-qt/pulseaudio-qt-1.0.0.ebuild X-VCS-Directories: media-libs/pulseaudio-qt/ media-libs/pulseaudio-qt/files/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 6759246792b15f82e9d6494fbf01abf6df3d9b62 X-VCS-Branch: master Date: Sat, 9 Mar 2019 21:10:25 +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: 15ea83a6-258a-4fc9-a077-9db18c81c46f X-Archives-Hash: a83b751abea3bb2e335df9fa9a283c38 commit: 6759246792b15f82e9d6494fbf01abf6df3d9b62 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Mar 9 20:02:55 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Mar 9 21:05:01 2019 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=67592467 media-libs/pulseaudio-qt: 1.0.0 initial release version bump Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner gentoo.org> .../files/pulseaudio-qt-1.0.0-bogusdeps.patch | 30 ++++++++++++++++++ .../pulseaudio-qt/pulseaudio-qt-1.0.0.ebuild | 36 ++++++++++++++++++++++ 2 files changed, 66 insertions(+) diff --git a/media-libs/pulseaudio-qt/files/pulseaudio-qt-1.0.0-bogusdeps.patch b/media-libs/pulseaudio-qt/files/pulseaudio-qt-1.0.0-bogusdeps.patch new file mode 100644 index 0000000000..28661e9722 --- /dev/null +++ b/media-libs/pulseaudio-qt/files/pulseaudio-qt-1.0.0-bogusdeps.patch @@ -0,0 +1,30 @@ +From 58beeb4837da3c726a886e8ea20eca854084fdb0 Mon Sep 17 00:00:00 2001 +From: Antonio Rojas +Date: Fri, 8 Mar 2019 15:36:21 +0100 +Subject: Remove unused dependencies + +These seem to be leftovers from plasma-pa + +Differential Revision: https://phabricator.kde.org/D19607 +--- + CMakeLists.txt | 5 ----- + 1 file changed, 5 deletions(-) + +diff --git a/CMakeLists.txt b/CMakeLists.txt +index 3aabeb6..5ea8caf 100644 +--- a/CMakeLists.txt ++++ b/CMakeLists.txt +@@ -67,11 +67,6 @@ configure_package_config_file( + INSTALL_DESTINATION ${CMAKECONFIG_INSTALL_DIR} + ) + +-find_package(KF5 ${KF5_MIN_VERSION} REQUIRED COMPONENTS +- CoreAddons +- DocTools +- I18n +-) + find_package(PulseAudio 5.0.0 REQUIRED) + find_package(GLIB2 REQUIRED) + +-- +cgit v1.1 diff --git a/media-libs/pulseaudio-qt/pulseaudio-qt-1.0.0.ebuild b/media-libs/pulseaudio-qt/pulseaudio-qt-1.0.0.ebuild new file mode 100644 index 0000000000..502047c515 --- /dev/null +++ b/media-libs/pulseaudio-qt/pulseaudio-qt-1.0.0.ebuild @@ -0,0 +1,36 @@ +# 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) + ) +" + +PATCHES=( "${FILESDIR}/${P}-bogusdeps.patch" )