Skip to content

Commit

Permalink
audio/spotify-qt: update to 3.9
Browse files Browse the repository at this point in the history
Fixes
  Fixed not being able to move window under Wayland (#134).
  Fixed showing add and remove options for tracks in collaborative playlists
   (#160).
  Fixed some possible issues with selecting a device (#162).
  Fixed MPRIS support under KDE (#178).
  Fixed crash when opening links on some artists.

Changes
  Much improved MPRIS support (#4).
  Windows builds now use MSVC, and are available in x86 and x64 variants (#109).
  Added keyboard shortcuts (#118, #152).
  Added macOS builds (#121).
  Added high-DPI support on macOS (#123).
  Added support for playing tracks from outside the application (#136).
  Added support for selecting multiple tracks (#137).
  Added an option to use an expanded album cover (#147).
  Added an option to close application to the tray (#151).
  Improved detection of spotifyd config files (#154).
  Added an option to change device type (#161).
  Added message when queuing tracks (#166).
  Added AppImage builds for Linux.
  Replaced custom font option with ability to select font from system.
  Added an option to disable checking for updates on start.
  • Loading branch information
pin committed Aug 1, 2022
1 parent 614cc75 commit e6d6218
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
5 changes: 2 additions & 3 deletions audio/spotify-qt/Makefile
@@ -1,7 +1,6 @@
# $NetBSD: Makefile,v 1.14 2022/04/18 19:10:26 adam Exp $
# $NetBSD: Makefile,v 1.15 2022/08/01 08:12:45 pin Exp $

DISTNAME= spotify-qt-3.8
PKGREVISION= 1
DISTNAME= spotify-qt-3.9
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_GITHUB:=kraxarn/}
GITHUB_TAG= v${PKGVERSION_NOREV}
Expand Down
8 changes: 4 additions & 4 deletions audio/spotify-qt/distinfo
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.12 2022/01/17 12:30:08 pin Exp $
$NetBSD: distinfo,v 1.13 2022/08/01 08:12:45 pin Exp $

BLAKE2s (spotify-qt-3.8.tar.gz) = 700af5de02e81d3e2d235a9f9ccfc74ce08b7a39a6c161b7425b78c9a9a00a87
SHA512 (spotify-qt-3.8.tar.gz) = 0c93ad31326d8e13315e9f2baf7342ea9161cd6609de839dae2edf2d1fdf8151d990ff1ec1a0fab9e3e9f8d7bdf1d92d7cb49a6516f8d7c73690c73fecee9a67
Size (spotify-qt-3.8.tar.gz) = 1128273 bytes
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

0 comments on commit e6d6218

Please sign in to comment.