View | Details | Raw Unified | Return to bug 272925
Collapse All | Expand All

(-)b/MOVED (-1 lines)
Lines 1205-1211 audio/esperanza||2019-03-16|Has expired: Qt4 has been EOL since december 2015 Link Here
1205
audio/lastfm-desktop||2019-03-16|Has expired: Qt4 has been EOL since december 2015
1205
audio/lastfm-desktop||2019-03-16|Has expired: Qt4 has been EOL since december 2015
1206
audio/minitunes||2019-03-16|Has expired: Qt4 has been EOL since december 2015
1206
audio/minitunes||2019-03-16|Has expired: Qt4 has been EOL since december 2015
1207
audio/mixxx20||2019-03-16|Has expired: Qt4 has been EOL since december 2015
1207
audio/mixxx20||2019-03-16|Has expired: Qt4 has been EOL since december 2015
1208
audio/puddletag||2019-03-16|Has expired: Qt4 has been EOL since december 2015
1209
audio/qmpdclient||2019-03-16|Has expired: Qt4 has been EOL since december 2015
1208
audio/qmpdclient||2019-03-16|Has expired: Qt4 has been EOL since december 2015
1210
audio/skype-call-recorder||2019-03-16|Has expired: Qt4 has been EOL since december 2015
1209
audio/skype-call-recorder||2019-03-16|Has expired: Qt4 has been EOL since december 2015
1211
biology/clustalx||2019-03-16|Has expired: Qt4 has been EOL since december 2015
1210
biology/clustalx||2019-03-16|Has expired: Qt4 has been EOL since december 2015
(-)b/audio/puddletag/Makefile (+25 lines)
Added Link Here
1
PORTNAME=	puddletag
2
DISTVERSION=	2.2.0
3
CATEGORIES=	audio python
4
MASTER_SITES=	PYPI
5
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
6
7
MAINTAINER=	DtxdF@disroot.org
8
COMMENT=	Powerful, simple, audio tag editor
9
WWW=		https://puddletag.net
10
11
LICENSE=	GPLv2 GPLv3
12
LICENSE_COMB=	multi
13
LICENSE_FILE=	${WRKSRC}/LICENSE
14
15
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}configobj>=0:devel/py-configobj@${PY_FLAVOR} \
16
		${PYTHON_PKGNAMEPREFIX}mutagen>=0:audio/py-mutagen@${PY_FLAVOR} \
17
		${PYTHON_PKGNAMEPREFIX}pyparsing>=0:devel/py-pyparsing@${PY_FLAVOR} \
18
		${PYTHON_PKGNAMEPREFIX}unidecode>=0:converters/py-unidecode@${PY_FLAVOR} \
19
		chromaprint>=0:audio/chromaprint
20
21
USES=		pyqt:5 python
22
USE_PYTHON=	autoplist distutils
23
USE_PYQT=	pyqt5:run
24
25
.include <bsd.port.mk>
(-)b/audio/puddletag/distinfo (+3 lines)
Added Link Here
1
TIMESTAMP = 1690970097
2
SHA256 (puddletag-2.2.0.tar.gz) = 6a81bdb7c722220f4c9d43445d2e9f2fb15c3e051ca505639c4430fced594a86
3
SIZE (puddletag-2.2.0.tar.gz) = 731787
(-)b/audio/puddletag/pkg-descr (-1 / +17 lines)
Added Link Here
0
- 
1
puddletag is an audio tag editor (primarily created) for GNU/Linux
2
similar to the Windows program, Mp3tag. Unlike most taggers for
3
GNU/Linux, it uses a spreadsheet-like layout so that all the tags
4
you want to edit by hand are visible and easily editable.
5
6
The usual tag editor features are supported like extracting tag
7
information from filenames, renaming files based on their tags by
8
using patterns and basic tag editing.
9
10
Then there're Functions, which can do things like replace text,
11
trim it, do case conversions, etc. Actions can automate repetitive
12
tasks. Doing web lookups using Amazon (including cover art), Discogs
13
(does cover art too!), FreeDB and MusicBrainz is also supported.
14
15
Supported formats: ID3v1, ID3v2 (mp3), MP4 (mp4, m4a, etc.),
16
VorbisComments (ogg, flac), Musepack (mpc), Monkey's Audio (.ape)
17
and WavPack (wv).

Return to bug 272925