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:   wiz
Date:           Mon Nov  9 11:33:56 UTC 2020

Modified Files:
        pkgsrc/audio/strawberry: Makefile distinfo

Log Message:
strawberry: update to 0.8.3.

0.8.3:

  Bugfixes:
    * Fixed updating playing widget song details in small cover mode.
    * Fixed file extension when transcoding songs.
    * Fixed updating album cover to collection in edit tag dialog when pressing save.
    * Fixed songs with empty artist in collection.
    * Fixed possible crashes with stream discovery.
    * Fixed setting engine state to null.
    * Fixed tagreader crash with empty APE tags.
    * Fixed a gstreamer memory leak.

  Enhancements:
    * (Windows) Added WASAPI plugin.

0.8.2:

  Bugfixes:
    * Fixed broken transition to next song for CUE files with certain audio formats (regression since version 0.6.13).
    * Fixed all collection divider keys showing on top with some language collate settings (regression in version 0.8.1).
    * Fixed SQL querying songs by song ID when song ID is a string.
    * Fixed saving album covers for LMS Subsonic servers.
    * Fixed reading song creation dates with LMS Subsonic servers.
    * Fixed saving initial settings.
    * Removed use of HTML in system tray icon tooltip for all desktop environments instead of just KDE and Cinnamon.
    * (Windows) Ignore "IDirectSoundBuffer_GetStatus The operation completed successfully" false error when switching device while playing.


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/audio/strawberry/Makefile
cvs rdiff -u -r1.7 -r1.8 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.12 pkgsrc/audio/strawberry/Makefile:1.13
--- pkgsrc/audio/strawberry/Makefile:1.12       Thu Nov  5 09:07:30 2020
+++ pkgsrc/audio/strawberry/Makefile    Mon Nov  9 11:33:56 2020
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.12 2020/11/05 09:07:30 ryoon Exp $
+# $NetBSD: Makefile,v 1.13 2020/11/09 11:33:56 wiz Exp $
 
-DISTNAME=      strawberry-0.8.1
-PKGREVISION=   1
+DISTNAME=      strawberry-0.8.3
 CATEGORIES=    audio
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=strawberrymusicplayer/}
 GITHUB_PROJECT=        strawberry
@@ -50,6 +49,8 @@ post-install:
 
 .include "options.mk"
 .include "../../audio/chromaprint/buildlink3.mk"
+# compiles its own copy, but no detection code in cmake
+#.include "../../audio/taglib/buildlink3.mk"
 .include "../../databases/sqlite3/buildlink3.mk"
 .include "../../devel/boost-libs/buildlink3.mk"
 .include "../../devel/gettext-lib/buildlink3.mk"

Index: pkgsrc/audio/strawberry/distinfo
diff -u pkgsrc/audio/strawberry/distinfo:1.7 pkgsrc/audio/strawberry/distinfo:1.8
--- pkgsrc/audio/strawberry/distinfo:1.7        Wed Oct 14 16:37:26 2020
+++ pkgsrc/audio/strawberry/distinfo    Mon Nov  9 11:33:56 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.7 2020/10/14 16:37:26 wiz Exp $
+$NetBSD: distinfo,v 1.8 2020/11/09 11:33:56 wiz Exp $
 
-SHA1 (strawberry-0.8.1.tar.xz) = 3ac7f2fc4143c7a708c6591b7adcd16ea51cba40
-RMD160 (strawberry-0.8.1.tar.xz) = f45d655d093de7c87dbcb498d0b62f2920c8b620
-SHA512 (strawberry-0.8.1.tar.xz) = 99c4c11cdb540ec36285b7e6e7fba65d69aa8eb125fba2cf8a053c61adf9e987d415a35fa4dbf76a580a73296cfe2e4072a2872f821810d826292cdae47941b3
-Size (strawberry-0.8.1.tar.xz) = 10278268 bytes
+SHA1 (strawberry-0.8.3.tar.xz) = 3f971ee3b59db4ded03750ceaf39cc76bcbb6399
+RMD160 (strawberry-0.8.3.tar.xz) = 67b4d541a73bb664cb2d943d03fb11c5de95ff3f
+SHA512 (strawberry-0.8.3.tar.xz) = e64c49a6b479677486ae7868107e945a63a028cbaa6dcfb68c9c0784fe0ea8a1133264832367d092628fb1094ca90d87d6ab49199d4aab7f56f2620eb4e9b2f7
+Size (strawberry-0.8.3.tar.xz) = 10280356 bytes



Home | Main Index | Thread Index | Old Index