Bug 252914 - audio/strawberry: Update to 0.8.5
Summary: audio/strawberry: Update to 0.8.5
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Jason E. Hale
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-01-22 13:17 UTC by Daniel Menelkir
Modified: 2021-01-22 20:01 UTC (History)
1 user (show)

See Also:


Attachments
strawberry-v1.diff (1006 bytes, patch)
2021-01-22 13:17 UTC, Daniel Menelkir
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel Menelkir 2021-01-22 13:17:12 UTC
Created attachment 221811 [details]
strawberry-v1.diff

Bugfixes:

    Fix return type of SmartPlaylistQueryWizardPlugin::type().
    Fix comparison between QChar and integer to use QChar::unicode().
    Fix return type of qHash with Qt 6 to use size_t instead of uint.
    Fix tag edit dialog save process sometimes stuck.
    Fix repeat and shuffle buttons greyed out when a dynamic playlist is open.
    Fix CUE parser handling of values with empty quotes.
    Fix broken year and disc collection groupings with CUE songs.
    Fix HTML escaping showing up in OSD notifications when using custom text.

Enhancements:

    Add Swedish translation.
    Made Qt X11Extras and WinExtras modules optional.
    Save and restore geometry in edit tag dialog.
    Add command line option to play a playlist based on name.
    Change double-click behaviour in cover manager to open fullsize cover.
Comment 1 commit-hook freebsd_committer freebsd_triage 2021-01-22 20:00:36 UTC
A commit references this bug:

Author: jhale
Date: Fri Jan 22 19:59:50 UTC 2021
New revision: 562333
URL: https://svnweb.freebsd.org/changeset/ports/562333

Log:
  audio/strawberry: Update to 0.8.5

  *While here*
  Add missing LIB_DEPENDS for IPOD option

  PR:		252914
  Submitted by:	Daniel Menelkir <menelkir@itroll.org> (maintainer)

Changes:
  head/audio/strawberry/Makefile
  head/audio/strawberry/distinfo
Comment 2 Jason E. Hale freebsd_committer freebsd_triage 2021-01-22 20:01:30 UTC
Committed, thanks!