pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/audio/strawberry



Module Name:    pkgsrc
Committed By:   nia
Date:           Sun Nov 28 10:17:43 UTC 2021

Modified Files:
        pkgsrc/audio/strawberry: Makefile distinfo

Log Message:
strawberry: Update to 1.0.0

                                Strawberry 1.0.0

   Bugfixes:

     * Fix updating temporary metadata when reloading songs outside of the
       collection.
     * Don't strip off "Live" from song title when sending scrobbles.
     * Fix incorrect use of QFutureWatcher.
     * Fix compile of Utilities::Hmac with Qt 6.2.
     * Fix a memory leak when using right click context menu in internet
       search.
     * Fix a gstreamer bus leak when adding streams and remote playlists.
     * Fix "Source ID x was not found when attempting to remove it" error.
     * Escape ampersands in playlist tabs.
     * Fix analyzer with S24_32LE audio format.
     * (macOS) Fix incorrect playlist alternating row colors with dark theme.
     * (Windows) Fix adding songs with Japanese characters from the files
       tab.

   Enhancements:

     * Add replaygain fallback gain setting.
     * Add option to turn off playlist alternating row colors.
     * Make the default tabbbar background color lighter.
     * Remove use of deprecated WinExtras Qt module.
     * Add CMake test for Qt sqlite support.
     * Automatically detect Qt version if BUILD_WITH_QT5 or BUILD_WITH_QT6 is
       not specified.
     * Correct playlist tabbar favorite tooltip from "click" to
       "double-click".
     * Remove scroll over icon to change track option since it does not work
       reliable.
     * Improve resume playback on startup.
     * Re-request stream URL for Tidal and QObuz when resuming playback after
       pausing for more than 30 seconds.
     * Add Finnish, Ukrainian, Dutch, Japanese, Chinese, Catalan and
       Portuguese (Brazil).
     * Add support for TagParser (https://github.com/Martchus/tagparser) as
       an alternative to TagLib.
     * Add Subsonic option to turn off HTTP/2.
     * Fix minor Clang-Tidy and Clazy warnings.
     * Use higher resolution images from last.fm API.
     * Add MD5 token authentication for Subsonic.
     * Use 500 albums per request when receiving albums from Subsonic.
     * Use QX11Application with Qt >= 6.2 for X11 global shortcuts.
     * Allow fading when a ALSA PCM device is selected.
     * Store Tidal MPEG-DASH file in data uri.
     * Use XSPF image elements as manually set artwork.
     * Make error dialog larger.
     * Show error dialog for failed SQL queries.
     * Show error dialog when failing to read or write album covers.
     * Add module music formats (mod, s3m, xm, it) to detected filetypes.
     * Disable gapless playback for module music formats to workaround
       gstreamer bug.
     * Update directory ID and song path immediately when organizing
       collection songs.
     * Add right click option to star a playlist in playlist tabs.
     * Use seconds instead of minutes for scrobble submit delay.
     * (macOS) Build with libgpod.
     * (Windows) Fix compile with MSVC.

   New features:

     * Add ALSA PCM devices.
     * Add song fingerprinting and tracking.
     * Add support for native global shortcuts on MATE.
     * Add radios view with channels from Radio Paradise and SomaFM.


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 pkgsrc/audio/strawberry/Makefile
cvs rdiff -u -r1.14 -r1.15 pkgsrc/audio/strawberry/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/audio/strawberry/Makefile
diff -u pkgsrc/audio/strawberry/Makefile:1.25 pkgsrc/audio/strawberry/Makefile:1.26
--- pkgsrc/audio/strawberry/Makefile:1.25       Mon Nov 15 22:54:05 2021
+++ pkgsrc/audio/strawberry/Makefile    Sun Nov 28 10:17:43 2021
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.25 2021/11/15 22:54:05 wiz Exp $
+# $NetBSD: Makefile,v 1.26 2021/11/28 10:17:43 nia Exp $
 
-DISTNAME=      strawberry-0.9.3
-PKGREVISION=   6
+DISTNAME=      strawberry-1.0.0
 CATEGORIES=    audio
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=strawberrymusicplayer/}
 GITHUB_RELEASE=        ${PKGVERSION_NOREV}

Index: pkgsrc/audio/strawberry/distinfo
diff -u pkgsrc/audio/strawberry/distinfo:1.14 pkgsrc/audio/strawberry/distinfo:1.15
--- pkgsrc/audio/strawberry/distinfo:1.14       Tue Oct 26 09:59:31 2021
+++ pkgsrc/audio/strawberry/distinfo    Sun Nov 28 10:17:43 2021
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.14 2021/10/26 09:59:31 nia Exp $
+$NetBSD: distinfo,v 1.15 2021/11/28 10:17:43 nia Exp $
 
-BLAKE2s (strawberry-0.9.3.tar.xz) = 6be6d65f352061fc1ac87cffc9919aeb584e3e0c5020b91c6cb35504c42db8fa
-SHA512 (strawberry-0.9.3.tar.xz) = d253ffaa6cf0412eb135bc792c31458816fc0a1ae7070d6885487da4fb4855ffeeeeddd285b853fd10220c797c3beb73a91059514d76b1b1638350fdff17107c
-Size (strawberry-0.9.3.tar.xz) = 10928116 bytes
+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



Home | Main Index | Thread Index | Old Index