Skip to content

Commit

Permalink
audio/spotify-qt: update to 3.10
Browse files Browse the repository at this point in the history
Fixes
 - Fixed AppImage build for systems without OpenSSL 1.1 (#182).
 - Fixed build errors on MinGW (#193).
 - Fixed not being able to change volume on some styles (#206).
 - Fixed crash when playing library items with many tracks (#208).
 - Fixed MPRIS support on Qt 6.
 - Fixed side panel tabs not working on some styles.
 - Fixed not showing tool-tip for added date in albums.
 - Fixed using Fusion style when saving settings with default selected.
 - Fixed not displaying artist names with "&" properly.
 - Fixed flat buttons having a background with built-in dark theme.
 - Fixed not refreshing some cached albums correctly.

Changes
 - Added automatic re-authentication if token expired (#64).
 - Improved error handling when setting client path (#65).
 - Added support for saving passwords on more Linux systems, macOS, and Windows
   (#70).
 - Added column for track liked status (#138).
 - Disallowed actions are now disabled (#186).
 - Added support for media keys on Windows (#192).
 - Client volume is now remembered instead of always being 100% (#196).
 - Added options for copying name of playlist/track/album (#203).
 - Added support for librespot v0.5.0 (#210).
 - Added back lyrics.
 - Now uses a native menu bar on macOS.
 - Improved startup performance.
 - Replaced "Save password in keyring" option with "Remember me" in password
   entry.
 - Added Apple Silicon support for macOS builds.
 - Replaced "fixed width remaining time" with custom fixed-width system font.
  • Loading branch information
0323pin committed Mar 28, 2023
1 parent 0ad4298 commit 725cbb5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
7 changes: 3 additions & 4 deletions audio/spotify-qt/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# $NetBSD: Makefile,v 1.17 2023/01/29 21:15:31 ryoon Exp $
# $NetBSD: Makefile,v 1.18 2023/03/28 20:33:56 pin Exp $

DISTNAME= spotify-qt-3.9
PKGREVISION= 2
DISTNAME= spotify-qt-3.10
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_GITHUB:=kraxarn/}
GITHUB_TAG= v${PKGVERSION_NOREV}
Expand All @@ -12,7 +11,7 @@ COMMENT= Lightweight Spotify client using Qt
LICENSE= gnu-gpl-v3

USE_CMAKE= yes
USE_LANGUAGES= c++
USE_LANGUAGES= c c++

CONFIGURE_DIRS= build
CMAKE_ARG_PATH= ..
Expand Down
8 changes: 4 additions & 4 deletions audio/spotify-qt/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.13 2022/08/01 08:12:45 pin Exp $
$NetBSD: distinfo,v 1.14 2023/03/28 20:33:56 pin Exp $

BLAKE2s (spotify-qt-3.9.tar.gz) = bca52b0340e3fdca4b9533dfa0c18ab5ab8628760b6f52175f8b229b8a5062bd
SHA512 (spotify-qt-3.9.tar.gz) = 8cae4a4a1b2aea8e0df83f79f131f26c598057f3ecddf2bfefcf7083b034d020f288be05a0fd3da88c331433776bc36e0d42436b34af1aba07e04a4b17d264ba
Size (spotify-qt-3.9.tar.gz) = 762468 bytes
BLAKE2s (spotify-qt-3.10.tar.gz) = 8c0e6a33c9182544494aa9f9d99011e54383a1cf9bd7df5e60e58013b51c08ee
SHA512 (spotify-qt-3.10.tar.gz) = 734c440b10b013114746ad6d7c71e7de439521c287c92343501bf1844aaa28192ccef3b4689cbe6de34c686af020bd44994ef8522039a67d85510e91f9640f71
Size (spotify-qt-3.10.tar.gz) = 799753 bytes

0 comments on commit 725cbb5

Please sign in to comment.