commit: 07ec9f5e9b19d495508902f63172ad1c9e4c3a3d Author: Adel KARA SLIMANE <adel.ks <AT> zegrapher <DOT> com> AuthorDate: Mon Feb 10 23:02:00 2025 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Tue Feb 11 20:54:23 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07ec9f5e
media-sound/qpwgraph: drop 0.7.8 Signed-off-by: Adel KARA SLIMANE <adel.ks <AT> zegrapher.com> Closes: https://github.com/gentoo/gentoo/pull/40520 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> media-sound/qpwgraph/Manifest | 1 - media-sound/qpwgraph/qpwgraph-0.7.8.ebuild | 44 ------------------------------ 2 files changed, 45 deletions(-) diff --git a/media-sound/qpwgraph/Manifest b/media-sound/qpwgraph/Manifest index fb8507211b4c..87fd2683b5c1 100644 --- a/media-sound/qpwgraph/Manifest +++ b/media-sound/qpwgraph/Manifest @@ -1,2 +1 @@ -DIST qpwgraph-v0.7.8.tar.bz2 228111 BLAKE2B 079e5e91d23bd0ded1670b2ab514f5b93f5085dfb76f12e944ff04460544ee858fdde6bacfd3c7d3ad448b880d46e42d8223d0e0562c1752b00631008f47424c SHA512 982cafa0f4d2e17b84de992455d10cb591d77ce8e2c1f052864c3c57de0ecaa67f8d9880a03cf851f5cea24db65ece6a2a42d873bcca4bc43e1de7843548e8f9 DIST qpwgraph-v0.8.1.tar.bz2 236954 BLAKE2B 5b9da5edaf8f2b02b78c38f3d2619499a87450d420e784fde05da96d8b0ce6a6595381030c4b909f7c55b1a7c845c5a2c34f5f0edcfc98c3808ec626b4731fc7 SHA512 1050940ff259ecab10dfee2df546001d4846e1c9e79e64dff66cc65615697b94ae46c4e3edef0f9dac0f061178770b832c3838b1645fc0b36c3ad4df20014daf diff --git a/media-sound/qpwgraph/qpwgraph-0.7.8.ebuild b/media-sound/qpwgraph/qpwgraph-0.7.8.ebuild deleted file mode 100644 index f559461abba8..000000000000 --- a/media-sound/qpwgraph/qpwgraph-0.7.8.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit cmake xdg - -DESCRIPTION="PipeWire Graph Qt GUI Interface" -HOMEPAGE="https://gitlab.freedesktop.org/rncbc/qpwgraph" - -if [[ ${PV} == 9999 ]]; then - inherit git-r3 - EGIT_REPO_URI="https://gitlab.freedesktop.org/rncbc/qpwgraph" -else - SRC_URI="https://gitlab.freedesktop.org/rncbc/${PN}/-/archive/v${PV}/${PN}-v${PV}.tar.bz2" - S="${WORKDIR}/${PN}-v${PV}" - KEYWORDS="~amd64" -fi - -LICENSE="GPL-2" -SLOT="0" - -IUSE="alsa" - -BDEPEND=" - dev-qt/qttools:6[linguist] -" -DEPEND=" - dev-qt/qtbase:6[gui,network,widgets,xml] - dev-qt/qtsvg:6 - media-video/pipewire:= - alsa? ( media-libs/alsa-lib ) -" -RDEPEND="${DEPEND}" - -src_configure() { - local mycmakeargs=( - -DCONFIG_ALSA_MIDI=$(usex alsa) - -DCONFIG_SYSTEM_TRAY=1 - -DCONFIG_WAYLAND=1 - -DCONFIG_QT6=1 - ) - cmake_src_configure -}
