Download raw body.
UPDATE: puddletag-2.5.0
På søndag 3. august 2025 kl. 17:51, Rafael Sadowski
<rafael@sizeofvoid.org> skrev:
> Simple update puddletag-2.5.0. Tested on amd64. OK?
>
> Cheers Rafael
>
Tested on current/amd64.
Changelog:
https://github.com/puddletag/puddletag/releases/tag/2.5.0
Did:
cd /usr/ports/ && patch -l -p1 -E < /tmp/puddletag-2.5.0.patch
cd /usr/ports/audio/puddletag/ && make install clean && make distclean
Ran:
puddletag
puddletag --platform xcb
Lightly tested both in native and xwayland. Looks fine.
Salutations and well wishes. Hope this helps.
Postscript:
https://docs.puddletag.net/download.html
The website claims to use PyQt6. Not sure if that is important.
Install instructions follow below.
* At least Python 3.8
* PyQt6 for the GUI.
* PyParsing (≥3.0) takes care of the parsing…
* Mutagen (≥1.45) is used as the tagging lib and…
* Chromaprint (≥ 0.4) (optional) for AcoustID support.
--
> diff --git a/audio/puddletag/Makefile b/audio/puddletag/Makefile
> index 7b08a00cb0d..3f4efce4390 100644
> --- a/audio/puddletag/Makefile
> +++ b/audio/puddletag/Makefile
> @@ -1,8 +1,7 @@
> COMMENT = spreadsheet-like audio file tagger
>
> -MODPY_DISTV = 2.4.0
> +MODPY_DISTV = 2.5.0
> DISTNAME = puddletag-${MODPY_DISTV}
> -REVISION = 1
>
> CATEGORIES = audio
>
> diff --git a/audio/puddletag/distinfo b/audio/puddletag/distinfo
> index 9f64ada28e6..50c375b830b 100644
> --- a/audio/puddletag/distinfo
> +++ b/audio/puddletag/distinfo
> @@ -1,2 +1,2 @@
> -SHA256 (puddletag-2.4.0.tar.gz) = Mtdbj0WOrR0NpyvqFPcHzAfVvZCddabQBt5yN5dhq4g=
> -SIZE (puddletag-2.4.0.tar.gz) = 636663
> +SHA256 (puddletag-2.5.0.tar.gz) = 9BOyMhHQNjb8rZYkD1QQx8gSiuudTD13tfEFjqT4gBo=
> +SIZE (puddletag-2.5.0.tar.gz) = 637091
UPDATE: puddletag-2.5.0