1
0
Fork 0

media-sound/tagger: new package, add 9999

This commit is contained in:
Ryan Fox 2023-05-29 12:34:57 -07:00
parent 06a38d2b36
commit 8aaf99bd9e
Signed by: flewkey
GPG Key ID: 94F56ADFD848851E
2 changed files with 40 additions and 0 deletions

View File

@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>flewkey@2a03.party</email>
<name>Ryan Fox</name>
</maintainer>
<upstream>
<remote-id type="github">NickvisionApps/Tagger</remote-id>
</upstream>
</pkgmetadata>

View File

@ -0,0 +1,29 @@
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit meson xdg
if [[ ${PV} == 9999 ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/NickvisionApps/Tagger.git"
else
SRC_URI="https://github.com/NickvisionApps/Tagger/archive/${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64"
fi
DESCRIPTION="A simple music tag editor."
HOMEPAGE="https://gitlab.gnome.org/knuxify/eartag"
LICENSE="GPL-3"
SLOT="0"
DEPEND="
dev-cpp/curlpp
dev-libs/jsoncpp
>=gui-libs/gtk-4.8.0:4
>=gui-libs/libadwaita-1.2.0
media-libs/taglib
"
RDEPEND="${DEPEND}"
BDEPEND=""