Skip to content

Commit

Permalink
audio/spotify-qt: update to 3.2
Browse files Browse the repository at this point in the history
Fixes:
-Fixed support for CMake versions older than 3.12.
-Fixed playlists with 100 or more tracks not sorting by track number properly
(#29).
-Fixed only the first 50 playlists being visible (#32).
-Fixed not logging output of librespot properly.
-Fixed not playing library items with more than 500 tracks properly.

Changes:
-Redesigned settings with improved navigation.
-Artist, search and audio features are now in a tabbed side panel.
-Temporarily removed lyrics option, as it stopped working.
-Application version is now fetched from code instead (-DGIT_TAG is now ignored)
(#34).
-Backend for Spotify client can now be manually selected (#31).
-Wayland support (#35).
-A limit on how many tracks can be queued at once can now be set (500 by
default) (#33).
  • Loading branch information
0323pin committed Nov 28, 2020
1 parent e8c6107 commit b3421d3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions audio/spotify-qt/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.4 2020/11/09 14:08:30 pin Exp $
# $NetBSD: Makefile,v 1.5 2020/11/28 21:17:28 pin Exp $

DISTNAME= spotify-qt-3.1
DISTNAME= spotify-qt-3.2
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_GITHUB:=kraxarn/}
GITHUB_TAG= v${PKGVERSION_NOREV}
Expand Down
10 changes: 5 additions & 5 deletions audio/spotify-qt/distinfo
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.3 2020/11/09 14:08:30 pin Exp $
$NetBSD: distinfo,v 1.4 2020/11/28 21:17:28 pin Exp $

SHA1 (spotify-qt-3.1.tar.gz) = d0e8d7b06a89f53fe16cce0971accfce84df430f
RMD160 (spotify-qt-3.1.tar.gz) = dc909e71256f1d9e9c0b13673c73c789ec80101f
SHA512 (spotify-qt-3.1.tar.gz) = 7fe69759c90119f9579e65f89662250a411b82bb55017f8873d75d41d1c4175d6cd316cc0ea0aad9357f3aadc343fd75704f195c7db556f0c909c3c0b34c0122
Size (spotify-qt-3.1.tar.gz) = 320034 bytes
SHA1 (spotify-qt-3.2.tar.gz) = a04e34279e56b4701092bff8e9c7f2ac20105afb
RMD160 (spotify-qt-3.2.tar.gz) = 6acaa1a9d94baa532b5a4b7a5137bc74525fb814
SHA512 (spotify-qt-3.2.tar.gz) = d3b281843ae0bd86c42049c751b8677fecee70d94ebd25ee4e47868fc9c4a2f90ed0fc2aa693d5ce9c141e3aded4abc973e629819f53ea7c559d82011c93b7c4
Size (spotify-qt-3.2.tar.gz) = 323446 bytes

0 comments on commit b3421d3

Please sign in to comment.