media-sound/qpwgraph: treeclean, package moved to ::gentoo

Signed-off-by: Leonardo Hernández Hernández <leohdz172@proton.me>
This commit is contained in:
Leonardo Hernández Hernández
2023-09-03 16:36:59 -06:00
parent 72b0f9c3ea
commit 613cdc3fcf
4 changed files with 0 additions and 99 deletions

View File

@@ -1 +0,0 @@
DIST qpwgraph-0.4.4.tar.bz2 452078 BLAKE2B c20400f4535bdb5986ff73850984d86e57ccbf3adb05692f5dee8c39d3c0c8d9af0fc84e7de66d702f3ddbd9d6807812fe66bc8fc222eb39519ed629b5e50afc SHA512 ed64e290e2dab7b0a2d04fe938e0f2a2ac5ad2dc7ccf6d7940c8a1e7d8552304c24f396e26dedea8a99010b7b7c6ab5c935a4383d5d56ed9f66e8c9efd299a29

View File

@@ -1,14 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<name>Samuel BAUER</name>
<email>samuel.bauer@yahoo.fr</email>
</maintainer>
<upstream>
<remote-id type="freedesktop-gitlab">rncbc/qpwgraph</remote-id>
</upstream>
<use>
<flag name="trayicon">Build support for tray icon</flag>
</use>
</pkgmetadata>

View File

@@ -1,41 +0,0 @@
# Copyright 2022 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"
SRC_URI="https://gitlab.freedesktop.org/rncbc/${PN}/-/archive/v${PV}/${PN}-v${PV}.tar.bz2 -> ${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64"
IUSE="alsa trayicon wayland"
BDEPEND="dev-qt/linguist-tools:5"
DEPEND="
dev-qt/qtcore:5
dev-qt/qtgui:5
dev-qt/qtwidgets:5
dev-qt/qtxml:5
media-video/pipewire
trayicon? ( dev-qt/qtnetwork:5 )
"
RDEPEND="${DEPEND}
dev-qt/qtsvg:5
"
S=${WORKDIR}/${PN}-v${PV}
src_configure() {
local mycmakeargs=(
-DCONFIG_ALSA_MIDI=$(usex alsa)
-DCONFIG_SYSTEM_TRAY=$(usex trayicon)
-DCONFIG_WAYLAND=$(usex wayland)
-DCONFIG_QT6=0
)
cmake_src_configure
}

View File

@@ -1,43 +0,0 @@
# Copyright 2022-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit cmake git-r3 xdg
DESCRIPTION="PipeWire Graph Qt GUI Interface"
HOMEPAGE="https://gitlab.freedesktop.org/rncbc/qpwgraph"
EGIT_REPO_URI="https://gitlab.freedesktop.org/rncbc/qpwgraph"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS=""
IUSE="alsa trayicon wayland"
BDEPEND="dev-qt/linguist-tools:5"
DEPEND="
dev-qt/qtcore:5
dev-qt/qtgui:5
dev-qt/qtnetwork:5
dev-qt/qtwidgets:5
dev-qt/qtx11extras:5
dev-qt/qtxml:5
media-video/pipewire"
RDEPEND="${DEPEND}
dev-qt/qtsvg:5
"
src_prepare() {
cmake_src_prepare
}
src_configure() {
local mycmakeargs=(
-DCONFIG_ALSA_MIDI=$(usex alsa)
-DCONFIG_SYSTEM_TRAY=$(usex trayicon)
-DCONFIG_WAYLAND=$(usex wayland)
-DCONFIG_QT6=0
)
cmake_src_configure
}