Created attachment 258735 [details] Patch that updates audio/amberol to version 2024.2 The submitted patch updates the "audio/amberol" port to version 2024.2. Port changes: - Update DISTVERSION from 0.10.3 to 2024.2 - Update the Makefile.crates file - Update the distinfo file - Update the pkg-plist file to include the files that poudriere reported as missing I tested the port and everything works well. At the moment, I do not wish to take this port into maintainership. Amberol changes since version 0.10.3: ## Amberol 2024.2 Added - Use folder.* filenames for cover art - Use `XDG_MUSIC_DIR` as the initial folder when adding songs Changed - Replaced unmaintained mpris-player crate with mpris-server - Replaced deprecated gsteamer-player with gstreamer-play - Translation updates Fixed - UI and CSS cleanups and improvements - Rename the appdata file ## Amberol 2024.1 Added - Add a marquee label for song details - Add more accessibility labels and descriptions - Add Romanian translation - Add Burmese translation - Add Norwegian Bokmål translation - Add Hindi translation Changed - Adjust whitespace for DnD overlay - Port to the new libadwaita widgets - Update dependencies - Translation updates Fixed - Support higher scaling factors in the cover image - Update application metadata
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=833b7a119f18769bd705fe6b87ce0c28910941bc commit 833b7a119f18769bd705fe6b87ce0c28910941bc Author: Zoltán Király <ports@zoltankiraly.com> AuthorDate: 2025-03-16 20:22:52 +0000 Commit: Zsolt Udvari <uzsolt@FreeBSD.org> CommitDate: 2025-03-16 20:24:43 +0000 audio/amberol: Update to 2024.2 Pet portlint, portfmt. PR: 285475 audio/amberol/Makefile | 20 +- audio/amberol/Makefile.crates | 409 ++++++++++----------- audio/amberol/distinfo | 824 ++++++++++++++++++++---------------------- audio/amberol/pkg-plist | 8 +- 4 files changed, 618 insertions(+), 643 deletions(-)
Thanks for your work, Zoltán! Committed!