Bug 276721 - multimedia/qmmp-qt6: Update to 2.1.8
Summary: multimedia/qmmp-qt6: Update to 2.1.8
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: Dima Panov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-01-29 21:02 UTC by Daniel Engberg
Modified: 2024-08-02 15:50 UTC (History)
1 user (show)

See Also:
bugzilla: maintainer-feedback? (fluffy)


Attachments
Patch for qmmp-qt6 (4.70 KB, patch)
2024-01-29 21:02 UTC, Daniel Engberg
no flags Details | Diff
Patch for qmmp-qt6 v2 (20.06 KB, patch)
2024-06-01 18:35 UTC, Daniel Engberg
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel Engberg freebsd_committer freebsd_triage 2024-01-29 21:02:02 UTC
Created attachment 248070 [details]
Patch for qmmp-qt6

Backport upstream commit r11256

Sources:
https://sourceforge.net/p/qmmp-dev/code/11256/
https://gitlab.archlinux.org/archlinux/packaging/packages/qmmp/-/raw/main/taglib-2.patch?ref_type=heads

Poudriere testport OK 13.2-RELEASE (amd64)
Comment 1 Daniel Engberg freebsd_committer freebsd_triage 2024-06-01 18:35:59 UTC
Created attachment 251141 [details]
Patch for qmmp-qt6 v2

Update to 2.1.8
* Reduce the amount of options, just make "free" options mandatory
* Fix a few typos in Makefile
* Rework Makefile to improve readability and follow Porters Handbook more closely
Comment 2 Jason E. Hale freebsd_committer freebsd_triage 2024-06-07 04:14:17 UTC
No longer blocks bug# 276677.
Comment 3 commit-hook freebsd_committer freebsd_triage 2024-08-02 15:49:52 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=9489e768bf6b41f73d847ad01f4aadeea4109f2c

commit 9489e768bf6b41f73d847ad01f4aadeea4109f2c
Author:     Dima Panov <fluffy@FreeBSD.org>
AuthorDate: 2024-08-02 15:48:51 +0000
Commit:     Dima Panov <fluffy@FreeBSD.org>
CommitDate: 2024-08-02 15:48:51 +0000

    multimedia/qmmp-qt5: update to 1.6.8 release (+)

    * Reduce the amount of options, just make "free" options mandatory
    * Fix a few typos in Makefile
    * Rework Makefile to improve readability and follow Porters Handbook more closely

    Co-authored-by: diizzy
    PR:             276721 (based on)

 multimedia/qmmp-qt5/Makefile  | 384 +++++++++++++++++-------------------------
 multimedia/qmmp-qt5/distinfo  |   6 +-
 multimedia/qmmp-qt5/pkg-plist |  47 +++---
 3 files changed, 185 insertions(+), 252 deletions(-)
Comment 4 commit-hook freebsd_committer freebsd_triage 2024-08-02 15:49:54 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=624871fb21e04e3858bfd1cce6aa3bc6c46c8974

commit 624871fb21e04e3858bfd1cce6aa3bc6c46c8974
Author:     Dima Panov <fluffy@FreeBSD.org>
AuthorDate: 2024-08-02 15:45:12 +0000
Commit:     Dima Panov <fluffy@FreeBSD.org>
CommitDate: 2024-08-02 15:45:12 +0000

    multimedia/qmmp-qt6: update to 2.1.8 release (+)

    * Reduce the amount of options, just make "free" options mandatory
    * Fix a few typos in Makefile
    * Rework Makefile to improve readability and follow Porters Handbook more closely

    Co-authored-by: diizzy
    PR:             276721

 multimedia/qmmp-qt6/Makefile  | 378 ++++++++++++++++++------------------------
 multimedia/qmmp-qt6/distinfo  |   6 +-
 multimedia/qmmp-qt6/pkg-plist |  41 +++--
 3 files changed, 180 insertions(+), 245 deletions(-)
Comment 5 Dima Panov freebsd_committer freebsd_triage 2024-08-02 15:50:10 UTC
Landed, thanks!