From: "Maciej Barć" <xgqt@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/nickvision-tagger/, media-sound/nickvision-tagger/files/
Date: Fri, 17 Feb 2023 23:39:47 +0000 (UTC) [thread overview]
Message-ID: <1676677185.61d6109bc74aa273d8679dae2e3d3592addcdb7f.xgqt@gentoo> (raw)
commit: 61d6109bc74aa273d8679dae2e3d3592addcdb7f
Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 17 23:38:33 2023 +0000
Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Fri Feb 17 23:39:45 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61d6109b
media-sound/nickvision-tagger: new package; add 2022.11.2
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>
media-sound/nickvision-tagger/Manifest | 1 +
...nickvision-tagger-2022.11.2-meson-install.patch | 12 ++++++++
media-sound/nickvision-tagger/metadata.xml | 18 +++++++++++
.../nickvision-tagger-2022.11.2.ebuild | 35 ++++++++++++++++++++++
4 files changed, 66 insertions(+)
diff --git a/media-sound/nickvision-tagger/Manifest b/media-sound/nickvision-tagger/Manifest
new file mode 100644
index 000000000000..3ca5a1a8f793
--- /dev/null
+++ b/media-sound/nickvision-tagger/Manifest
@@ -0,0 +1 @@
+DIST nickvision-tagger-2022.11.2.tar.gz 2829711 BLAKE2B 308a7f66f4b79d8c01d546760d290b419e1ed901a3c8fff06827577215b363fc41fa5cfa60ef6abb2c04148624f9c63553d3e805b128694153fc11f366f8f103 SHA512 49420109d228c65fb7ff9b65cd1dbb60466840d439b9ca47ee45e3778159f953ffa32b7516146e6ae7b2df7ee8dd87458f780e83379e31978a0d7919fb109fcf
diff --git a/media-sound/nickvision-tagger/files/nickvision-tagger-2022.11.2-meson-install.patch b/media-sound/nickvision-tagger/files/nickvision-tagger-2022.11.2-meson-install.patch
new file mode 100644
index 000000000000..5d231d503e27
--- /dev/null
+++ b/media-sound/nickvision-tagger/files/nickvision-tagger-2022.11.2-meson-install.patch
@@ -0,0 +1,12 @@
+--- a/meson.build
++++ b/meson.build
+@@ -12,8 +12,7 @@ taglib = dependency('taglib')
+ subdir('src')
+ subdir('po')
+
+-executable('org.nickvision.tagger', sources, dependencies: [threads, adwaita, jsoncpp, curlpp, taglib], install: true, install_mode: 'rwxrwxrwx')
+-install_data('fpcalc', install_dir: 'bin', install_mode: 'rwxrwxrwx')
++executable('org.nickvision.tagger', sources, dependencies: [threads, adwaita, jsoncpp, curlpp, taglib], install: true, install_mode: 'rwxr-xr-x')
+ install_data(resources, install_dir: 'share/icons/hicolor/scalable/apps')
+ install_data(resources_symbolic, install_dir: 'share/icons/hicolor/symbolic/apps')
+ install_data(resources_actions, install_dir: 'share/icons/hicolor/scalable/actions')
diff --git a/media-sound/nickvision-tagger/metadata.xml b/media-sound/nickvision-tagger/metadata.xml
new file mode 100644
index 000000000000..0f6860fd9fe6
--- /dev/null
+++ b/media-sound/nickvision-tagger/metadata.xml
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+
+<pkgmetadata>
+ <maintainer type="person">
+ <email>xgqt@gentoo.org</email>
+ <name>Maciej Barć</name>
+ </maintainer>
+ <longdescription>
+ Edit tags and album art of multiple files, even across subfolders, all at
+ once. Support for multiple music file types (mp3, ogg, flac, wma, and wav).
+ Convert filenames to tags and tags to filenames with ease.
+ </longdescription>
+ <upstream>
+ <bugs-to>https://github.com/nlogozzo/NickvisionTagger/issues/</bugs-to>
+ <remote-id type="github">nlogozzo/NickvisionTagger</remote-id>
+ </upstream>
+</pkgmetadata>
diff --git a/media-sound/nickvision-tagger/nickvision-tagger-2022.11.2.ebuild b/media-sound/nickvision-tagger/nickvision-tagger-2022.11.2.ebuild
new file mode 100644
index 000000000000..851dbba8b770
--- /dev/null
+++ b/media-sound/nickvision-tagger/nickvision-tagger-2022.11.2.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+REAL_PN=NickvisionTagger
+REAL_P=${REAL_PN}-${PV}
+
+inherit meson xdg
+
+DESCRIPTION="An easy-to-use music tag (metadata) editor"
+HOMEPAGE="https://github.com/nlogozzo/NickvisionTagger/"
+SRC_URI="https://github.com/nlogozzo/${REAL_PN}/archive/${PV}.tar.gz
+ -> ${P}.tar.gz"
+S="${WORKDIR}"/${REAL_P}
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND="
+ dev-cpp/curlpp:=
+ dev-libs/jsoncpp:=
+ gui-libs/gtk:4
+ gui-libs/libadwaita:=
+ media-libs/taglib:=
+"
+RDEPEND="
+ ${DEPEND}
+ media-libs/chromaprint[tools]
+"
+
+PATCHES=( "${FILESDIR}"/${P}-meson-install.patch )
+
+DOCS=( README.md )
next reply other threads:[~2023-02-17 23:39 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-02-17 23:39 Maciej Barć [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-02-28 18:03 [gentoo-commits] repo/gentoo:master commit in: media-sound/nickvision-tagger/, media-sound/nickvision-tagger/files/ Maciej Barć
2025-01-03 9:33 Maciej Barć
2025-02-06 22:36 Maciej Barć
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1676677185.61d6109bc74aa273d8679dae2e3d3592addcdb7f.xgqt@gentoo \
--to=xgqt@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox