diff options
author | nia <nia@pkgsrc.org> | 2022-01-30 13:57:49 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2022-01-30 13:57:49 +0000 |
commit | f9800b595aecc55e5ab585950248921f50836904 (patch) | |
tree | 705a34383acfdf57d2176c36af10bfbacb6f2c93 /audio/strawberry | |
parent | 9cdef7ddd5f288fb971390475dc48b73e032dae4 (diff) | |
download | pkgsrc-f9800b595aecc55e5ab585950248921f50836904.tar.gz |
strawberry: update to 1.0.1
Strawberry 1.0.1
Bugfixes:
* Fixed collection and internet search filter tool button menu arrow
overlap
* Fixed stop after this track button with Qt 6
* Fixed not updating the URL when songs were moved on disk when the
fingerprinting feature is enabled.
* Fixed SQL query error for songs with an invalid modification time
* Fixed blocky rendering of the currently playing track with high
resolution screens
* Fixed incorrect playlist column filesize for radio streams.
* Fixed deleting embedded album cover from Ogg songs.
* Fixed parsing of Cue tracks with 1-digit minutes
* Fixed updating of playlist summary after reloading items when adding
songs from files outside of the collection
* Fixed always saving metadata when saving playlists for Tidal, Qobuz
and Subsonic songs independent of playlist setting
* Fixed setting media shortcuts when using kglobalaccel
* Fixed parsing of Genius lyrics when they are sometimes received in a
different HTML format.
* Fixed saving MP4 specific tags as UTF-8
* Fixed clearing "manually set" cover when saving album covers embedded
from outside of the tag editor
* Fixed aborting collection scan when Strawberry exists to avoid hang on
exit.
* Fixed resuming collection scan when adding a new directory after
collection scan was aborted.
* Fixed excluding hidden songs from the collection.
* Disabled moodbar for CUE songs since they can not be supported
properly
Enhancements:
* Made playlist header column text elided
* Added support for reading and writing playcounts and ratings from/to
tags.
* Added support for setting rating using the edit tag dialog.
* Added setting to enable/disable playlist toolbar
* Added component type, content_rating type and releases to AppStream
data file
* Removed unused "mark as listened" option in organize dialog.
* Fixed some clazy warnings and narrowing conversions in the source
code.
* Replaced uses of macros in the source code.
* Added a more user-friendly error message when receiving encrypted
streams from Tidal
* Added support for port-pattern entered in the device textbox when
using Jack as output
* Added Spanish (Spain) translation.
* Added support for more CUE filenames
Diffstat (limited to 'audio/strawberry')
-rw-r--r-- | audio/strawberry/Makefile | 5 | ||||
-rw-r--r-- | audio/strawberry/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/audio/strawberry/Makefile b/audio/strawberry/Makefile index 9fe7ad79137..5ccaf7622a5 100644 --- a/audio/strawberry/Makefile +++ b/audio/strawberry/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.28 2022/01/10 01:46:22 ryoon Exp $ +# $NetBSD: Makefile,v 1.29 2022/01/30 13:57:49 nia Exp $ -DISTNAME= strawberry-1.0.0 -PKGREVISION= 2 +DISTNAME= strawberry-1.0.1 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_GITHUB:=strawberrymusicplayer/} GITHUB_RELEASE= ${PKGVERSION_NOREV} diff --git a/audio/strawberry/distinfo b/audio/strawberry/distinfo index 685eda2e68e..a4b6f43c939 100644 --- a/audio/strawberry/distinfo +++ b/audio/strawberry/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.15 2021/11/28 10:17:43 nia Exp $ +$NetBSD: distinfo,v 1.16 2022/01/30 13:57:49 nia Exp $ -BLAKE2s (strawberry-1.0.0.tar.xz) = 9a0562c3a014c576eae487c71883862e1830ba3c17d0e87a461767b7426838d2 -SHA512 (strawberry-1.0.0.tar.xz) = e7f03eb068bd2de22b83b0bdd493dabbbe054bb0f7d3f4d237ff38955e382a13d7c42f60c9a257c906ded46567b6f4ca9139920291df8a7688fb4025cdfec488 -Size (strawberry-1.0.0.tar.xz) = 11149316 bytes +BLAKE2s (strawberry-1.0.1.tar.xz) = a329153bd4230b61ceb67db055a535fb42878b4162155c3d1191a144c1fe1d35 +SHA512 (strawberry-1.0.1.tar.xz) = 6a668ba6dbdcd5c60e78190c2cc8c04ad4ed920102c7555fdd42f6bf47c5b4004f9580c0f009cade642b404f6884b2b5dac386d326bf6f234403e4ba7612a2bb +Size (strawberry-1.0.1.tar.xz) = 11191132 bytes |