Skip to content

Commit

Permalink
audio/spotify-player: update to 0.7.0
Browse files Browse the repository at this point in the history
What's Changed
    Add lyric_finder library crate in #34
    Improve application logging in #35
    Add a lyric page in #36 (disabled for now on pkgsrc)
    Add various improvements in #37

Breaking changes
    removed refresh_delay_in_ms_each_playback_update and
    n_refreshes_each_playback_update config options
  • Loading branch information
0323pin committed May 20, 2022
1 parent f8a6c72 commit 9f27a45
Show file tree
Hide file tree
Showing 3 changed files with 563 additions and 408 deletions.
5 changes: 2 additions & 3 deletions audio/spotify-player/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# $NetBSD: Makefile,v 1.9 2022/03/28 10:43:40 tnn Exp $
# $NetBSD: Makefile,v 1.10 2022/05/20 16:32:03 pin Exp $

DISTNAME= spotify-player-0.6.0
PKGREVISION= 1
DISTNAME= spotify-player-0.7.0
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_GITHUB:=aome510/}
GITHUB_TAG= v${PKGVERSION_NOREV}
Expand Down
Loading

0 comments on commit 9f27a45

Please sign in to comment.