Wed Sep 9 07:38:50 2020 UTC ()
strawberry: update to 0.7.2.

0.7.2:

  BugFixes:
    * Fixed installation directory for translations.
    * Fixed collection sorting for non-ASCII characters.
    * Fixed closing connected devices on exit.

0.7.1:

  Bugfixes:
    * Fixed incorrectly mapped global shortcuts keys "2" and "3".
    * Fixed Last.fm scrobbling to correctly start array notation for parameters at 0 and not 1.
    * Fixed sending trackNumber correctly for Last.fm and Libre.fm scrobbling.
    * Fixed collection search when using special characters in the search query.
    * Fixed reading and saving MP4 lyrics tag.
    * Fixed reading ASF comment tag.
    * Fixed adding playlist songs outside the collection when there are multiple files with the same URL.
    * Fixed the rescan songs option to work with local songs outside of the collection.
    * Fixed problems with editing song metadata in the playlists.
    * Fixed saving and restoring playlist scrollbar position when switching between playlists.
    * Fixed minor issue in cue parser with date and genre.
    * (macOS) Fixed gst-libav plugin issue resulting in MP3 not working.

  Enhancements:
    * Simplified and improved startup behaviour code.
    * Adapted all source code to be compatible with Qt 6, and increased required Qt version to 5.8.
    * Added option to compile with Qt 6 (-DWITH_QT6=ON).
    * Base warning for show in file browser on unique directories to avoid unneeded warning about opening many files.
    * Use album artist instead of artist for album repeat mode when available.
    * Added extra safety for overwriting files for filesystem storages when organizing files.
    * Remove diacritics in FTS search.
    * Improved playlist context menu.
    * Added fatal CMake error for missing protobuf compiler.
    * Added support for parsing radio streams metadata with tilde in title.
    * Added CMake option to install translation files.
    * Increased maximum time step for seeking to 60.
    * (Unix) Added playback actions to desktop file.
    * (macOS) Hide behaviour settings that are unavailable on macOS.
    * (macOS) Fixed compile warnings.
    * (macOS) Added Sparkle integration to notify on new versions.
    * (Windows) Added QtSparkle support to notify on new versions.

  Removed features:
    * Removed Xine engine support.
    * Removed broken imobiledevice (iPhone) support.


(wiz)
diff -r1.9 -r1.10 pkgsrc/audio/strawberry/Makefile
diff -r1.5 -r1.6 pkgsrc/audio/strawberry/distinfo

cvs diff -r1.9 -r1.10 pkgsrc/audio/strawberry/Makefile (expand / switch to unified diff)

--- pkgsrc/audio/strawberry/Makefile 2020/08/18 17:57:40 1.9
+++ pkgsrc/audio/strawberry/Makefile 2020/09/09 07:38:49 1.10
@@ -1,17 +1,16 @@ @@ -1,17 +1,16 @@
1# $NetBSD: Makefile,v 1.9 2020/08/18 17:57:40 leot Exp $ 1# $NetBSD: Makefile,v 1.10 2020/09/09 07:38:49 wiz Exp $
2 2
3DISTNAME= strawberry-0.6.13 3DISTNAME= strawberry-0.7.2
4PKGREVISION= 2 
5CATEGORIES= audio 4CATEGORIES= audio
6MASTER_SITES= ${MASTER_SITE_GITHUB:=strawberrymusicplayer/} 5MASTER_SITES= ${MASTER_SITE_GITHUB:=strawberrymusicplayer/}
7GITHUB_PROJECT= strawberry 6GITHUB_PROJECT= strawberry
8GITHUB_RELEASE= ${PKGVERSION_NOREV} 7GITHUB_RELEASE= ${PKGVERSION_NOREV}
9EXTRACT_SUFX= .tar.xz 8EXTRACT_SUFX= .tar.xz
10 9
11MAINTAINER= pkgsrc-users@NetBSD.org 10MAINTAINER= pkgsrc-users@NetBSD.org
12HOMEPAGE= https://www.strawberrymusicplayer.org/ 11HOMEPAGE= https://www.strawberrymusicplayer.org/
13COMMENT= Music player and music collection organizer (based on Clementine) 12COMMENT= Music player and music collection organizer (based on Clementine)
14LICENSE= gnu-gpl-v3 13LICENSE= gnu-gpl-v3
15 14
16TOOL_DEPENDS+= qt5-qttools-[0-9]*:../../x11/qt5-qttools 15TOOL_DEPENDS+= qt5-qttools-[0-9]*:../../x11/qt5-qttools
17 16

cvs diff -r1.5 -r1.6 pkgsrc/audio/strawberry/distinfo (expand / switch to unified diff)

--- pkgsrc/audio/strawberry/distinfo 2020/07/30 07:58:18 1.5
+++ pkgsrc/audio/strawberry/distinfo 2020/09/09 07:38:49 1.6
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.5 2020/07/30 07:58:18 wiz Exp $ 1$NetBSD: distinfo,v 1.6 2020/09/09 07:38:49 wiz Exp $
2 2
3SHA1 (strawberry-0.6.13.tar.xz) = 755093fc71769eaddd32d42e5fe97c5f82cbd6cf 3SHA1 (strawberry-0.7.2.tar.xz) = 5012db356a2119fc2efa2e19f21650a98440858b
4RMD160 (strawberry-0.6.13.tar.xz) = 80dd8cd7dbc12129b71b7847961f16c53626f860 4RMD160 (strawberry-0.7.2.tar.xz) = 4e89a5642d3541e9c37785ff410e8bb03f4ba455
5SHA512 (strawberry-0.6.13.tar.xz) = b3db58a30d50f74b313c0af5a492ea809d631c4152f856b19debb5f811688eb21d97ba35b58f3f1d00779fcd76220d88b4dafc32520416f7e749c6680257ad49 5SHA512 (strawberry-0.7.2.tar.xz) = d664ce81c2eef2e1bbbbdda40e420142c6c0bf6df42a785cc1c7f572f9b7521e44161f93c4694434db8752d7056df946e6e2aa064a62f45b143da6860f007483
6Size (strawberry-0.6.13.tar.xz) = 10156576 bytes 6Size (strawberry-0.7.2.tar.xz) = 10123596 bytes