FreeBSD Bugzilla – Attachment 243829 Details for
Bug 272925
[NEW PORT] audio/puddletag: Powerful, simple, audio tag editor
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
puddletag-2.2.0.patch
0001-audio-puddletag-New-port-Powerful-simple-audio-tag-e.patch (text/plain), 4.46 KB, created by
Jesús Daniel Colmenares Oviedo
on 2023-08-03 23:03:49 UTC
(
hide
)
Description:
puddletag-2.2.0.patch
Filename:
MIME Type:
Creator:
Jesús Daniel Colmenares Oviedo
Created:
2023-08-03 23:03:49 UTC
Size:
4.46 KB
patch
obsolete
>From 6425b09508aa3ee711f1a30fa42a448935335f0e Mon Sep 17 00:00:00 2001 >From: =?UTF-8?q?Jes=C3=BAs=20Daniel=20Colmenares=20Oviedo?= > <DtxdF@disroot.org> >Date: Thu, 3 Aug 2023 19:02:23 -0400 >Subject: [PATCH] audio/puddletag: New port: Powerful, simple, audio tag editor > >puddletag is an audio tag editor (primarily created) for GNU/Linux >similar to the Windows program, Mp3tag. Unlike most taggers for >GNU/Linux, it uses a spreadsheet-like layout so that all the tags >you want to edit by hand are visible and easily editable. > >The usual tag editor features are supported like extracting tag >information from filenames, renaming files based on their tags by >using patterns and basic tag editing. > >Then there're Functions, which can do things like replace text, >trim it, do case conversions, etc. Actions can automate repetitive >tasks. Doing web lookups using Amazon (including cover art), Discogs >(does cover art too!), FreeDB and MusicBrainz is also supported. > >Supported formats: ID3v1, ID3v2 (mp3), MP4 (mp4, m4a, etc.), >VorbisComments (ogg, flac), Musepack (mpc), Monkey's Audio (.ape) >and WavPack (wv). > >WWW: https://puddletag.net >--- > MOVED | 1 - > audio/puddletag/Makefile | 25 +++++++++++++++++++++++++ > audio/puddletag/distinfo | 3 +++ > audio/puddletag/pkg-descr | 17 +++++++++++++++++ > 4 files changed, 45 insertions(+), 1 deletion(-) > create mode 100644 audio/puddletag/Makefile > create mode 100644 audio/puddletag/distinfo > create mode 100644 audio/puddletag/pkg-descr > >diff --git a/MOVED b/MOVED >index a90370b21..61bdd704a 100644 >--- a/MOVED >+++ b/MOVED >@@ -1205,7 +1205,6 @@ audio/esperanza||2019-03-16|Has expired: Qt4 has been EOL since december 2015 > audio/lastfm-desktop||2019-03-16|Has expired: Qt4 has been EOL since december 2015 > audio/minitunes||2019-03-16|Has expired: Qt4 has been EOL since december 2015 > audio/mixxx20||2019-03-16|Has expired: Qt4 has been EOL since december 2015 >-audio/puddletag||2019-03-16|Has expired: Qt4 has been EOL since december 2015 > audio/qmpdclient||2019-03-16|Has expired: Qt4 has been EOL since december 2015 > audio/skype-call-recorder||2019-03-16|Has expired: Qt4 has been EOL since december 2015 > biology/clustalx||2019-03-16|Has expired: Qt4 has been EOL since december 2015 >diff --git a/audio/puddletag/Makefile b/audio/puddletag/Makefile >new file mode 100644 >index 000000000..3e7880927 >--- /dev/null >+++ b/audio/puddletag/Makefile >@@ -0,0 +1,25 @@ >+PORTNAME= puddletag >+DISTVERSION= 2.2.0 >+CATEGORIES= audio python >+MASTER_SITES= PYPI >+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >+ >+MAINTAINER= DtxdF@disroot.org >+COMMENT= Powerful, simple, audio tag editor >+WWW= https://puddletag.net >+ >+LICENSE= GPLv2 GPLv3 >+LICENSE_COMB= multi >+LICENSE_FILE= ${WRKSRC}/LICENSE >+ >+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}configobj>=0:devel/py-configobj@${PY_FLAVOR} \ >+ ${PYTHON_PKGNAMEPREFIX}mutagen>=0:audio/py-mutagen@${PY_FLAVOR} \ >+ ${PYTHON_PKGNAMEPREFIX}pyparsing>=0:devel/py-pyparsing@${PY_FLAVOR} \ >+ ${PYTHON_PKGNAMEPREFIX}unidecode>=0:converters/py-unidecode@${PY_FLAVOR} \ >+ chromaprint>=0:audio/chromaprint >+ >+USES= pyqt:5 python >+USE_PYTHON= autoplist distutils >+USE_PYQT= pyqt5:run >+ >+.include <bsd.port.mk> >diff --git a/audio/puddletag/distinfo b/audio/puddletag/distinfo >new file mode 100644 >index 000000000..40f187c2e >--- /dev/null >+++ b/audio/puddletag/distinfo >@@ -0,0 +1,3 @@ >+TIMESTAMP = 1690970097 >+SHA256 (puddletag-2.2.0.tar.gz) = 6a81bdb7c722220f4c9d43445d2e9f2fb15c3e051ca505639c4430fced594a86 >+SIZE (puddletag-2.2.0.tar.gz) = 731787 >diff --git a/audio/puddletag/pkg-descr b/audio/puddletag/pkg-descr >new file mode 100644 >index 000000000..76e4cb6f6 >--- /dev/null >+++ b/audio/puddletag/pkg-descr >@@ -0,0 +1,17 @@ >+puddletag is an audio tag editor (primarily created) for GNU/Linux >+similar to the Windows program, Mp3tag. Unlike most taggers for >+GNU/Linux, it uses a spreadsheet-like layout so that all the tags >+you want to edit by hand are visible and easily editable. >+ >+The usual tag editor features are supported like extracting tag >+information from filenames, renaming files based on their tags by >+using patterns and basic tag editing. >+ >+Then there're Functions, which can do things like replace text, >+trim it, do case conversions, etc. Actions can automate repetitive >+tasks. Doing web lookups using Amazon (including cover art), Discogs >+(does cover art too!), FreeDB and MusicBrainz is also supported. >+ >+Supported formats: ID3v1, ID3v2 (mp3), MP4 (mp4, m4a, etc.), >+VorbisComments (ogg, flac), Musepack (mpc), Monkey's Audio (.ape) >+and WavPack (wv). >-- >2.41.0 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
DtxdF
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 272925
: 243829