Bug 285475 - audio/amberol: Update to version 2024.2 (port with no maintainer)
Summary: audio/amberol: Update to version 2024.2 (port with no maintainer)
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Zsolt Udvari
URL: https://gitlab.gnome.org/World/amberol
Keywords:
Depends on:
Blocks:
 
Reported: 2025-03-16 16:22 UTC by Zoltán Király
Modified: 2025-03-16 20:25 UTC (History)
1 user (show)

See Also:


Attachments
Patch that updates audio/amberol to version 2024.2 (83.14 KB, patch)
2025-03-16 16:22 UTC, Zoltán Király
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Zoltán Király 2025-03-16 16:22:23 UTC
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
Comment 1 commit-hook freebsd_committer freebsd_triage 2025-03-16 20:25:11 UTC
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(-)
Comment 2 Zsolt Udvari freebsd_committer freebsd_triage 2025-03-16 20:25:55 UTC
Thanks for your work, Zoltán! Committed!