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:           Wed Aug  3 16:22:31 UTC 2022

Modified Files:
        pkgsrc/audio/strawberry: Makefile distinfo

Log Message:
strawberry: update to 1.0.7

ChangeLog

Version 1.0.7 (2022.07.25)

  Bugfixes:
    * Fixed checking file extension case-insensitive when loading and saving playlists.
    * Fixed reading and saving rating with TagParser.

  Enhancements
    * Added option for selecting file extension when saving all playlists.

Version 1.0.6 (2022.07.17)

  Bugfixes:
    * Fixed certain albums not added to playlist in correct track order from search for Tidal and QObuz.
    * Fixed songs not added to playlist in numeric order when added from file view with right click
    * Fixed "Stop after this track" graying out next track in dynamic mode
    * Fixed a gstreamer caps leak when transcoding songs.
    * Fixed errors in translation files

  Enhancements
    * Add songs to the collection even when they have invalid ctime or mtime.
    * Made ListenBrainz scrobbler respect "Prefer album artist" option
    * Send track duration, number, player name and version when scrobbling to ListenBrainz


To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39 pkgsrc/audio/strawberry/Makefile
cvs rdiff -u -r1.21 -r1.22 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.38 pkgsrc/audio/strawberry/Makefile:1.39
--- pkgsrc/audio/strawberry/Makefile:1.38       Sat Jul  2 16:53:08 2022
+++ pkgsrc/audio/strawberry/Makefile    Wed Aug  3 16:22:31 2022
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.38 2022/07/02 16:53:08 ryoon Exp $
+# $NetBSD: Makefile,v 1.39 2022/08/03 16:22:31 nia Exp $
 
-DISTNAME=      strawberry-1.0.5
-PKGREVISION=   1
+DISTNAME=      strawberry-1.0.7
 CATEGORIES=    audio
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=strawberrymusicplayer/}
 GITHUB_RELEASE=        ${PKGVERSION_NOREV}

Index: pkgsrc/audio/strawberry/distinfo
diff -u pkgsrc/audio/strawberry/distinfo:1.21 pkgsrc/audio/strawberry/distinfo:1.22
--- pkgsrc/audio/strawberry/distinfo:1.21       Wed Jun 22 09:36:49 2022
+++ pkgsrc/audio/strawberry/distinfo    Wed Aug  3 16:22:31 2022
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.21 2022/06/22 09:36:49 nia Exp $
+$NetBSD: distinfo,v 1.22 2022/08/03 16:22:31 nia Exp $
 
-BLAKE2s (strawberry-1.0.5.tar.xz) = 5d223ed06087e64fe78ceb8bf963ab8495d44aa478fc5328e4faae59e1231277
-SHA512 (strawberry-1.0.5.tar.xz) = 4c625c75855f87952b274c85b4c5b021b27e75a74d46202ab3ea0aa3c86f510bccdece583483c4ba73e4733f151feb5eac5f5ef5d9a956995979fa307fd8d911
-Size (strawberry-1.0.5.tar.xz) = 11212028 bytes
+BLAKE2s (strawberry-1.0.7.tar.xz) = 1f0ec40c5324d965d2f0ee59043eb57dece88f2b677ae60885e03126e562ebd6
+SHA512 (strawberry-1.0.7.tar.xz) = 9bf092c3990ae0c2ce63074c7f6076ccab896ae915c4ee255a7fbb6534d50467648f3e96bc029075acfd50515c45ade867e55518d9a68ec9c10a741e1976d64f
+Size (strawberry-1.0.7.tar.xz) = 11216436 bytes
 SHA1 (patch-src_analyzer_blockanalyzer.cpp) = e1e22a4ea278f03142f13fd8310730854a8ddc9a
 SHA1 (patch-src_analyzer_boomanalyzer.cpp) = 833bab9d6b59644c9acae662bc389bf731e507ad
 SHA1 (patch-src_core_utilities.cpp) = 4763a6a376d312a65a083fd798d4a34fe46a716f



Home | Main Index | Thread Index | Old Index