Skip to content

Commit

Permalink
audio/ncspot: update to 0.10.1
Browse files Browse the repository at this point in the history
v0.11.0
Maintenance
 -Fix theming in context menus (#431)
 -Fix ListView scrollbar behavior (#839)
 -Switch to Termion backend by default for true color support (#894)
 -Fix references to pancurses backend in READMEN (#897)
 -Changes to README capitalized in playlists (#900)
 -Fixed clipboard not working on GNOME Wayland.by (#912)
 -Fix: don't crash on empty command line input
 -Other refactoring and cleanups

Features
 -Add category browsing to library (#187)
 -Add customization of notification message texts (#893)
 -Improved mouse support (#840)
    -Left click on list item traverses into album/playlist/etc.
    -Right click on list item opens context menu
    -Click on top left back button is handled
    -Handle clicks/mouse wheel events in tab view

v0.10.1
Maintenance
 -Add logo to cargo-deb assets (#833)
 -Clean up documentation (#836)
 -Enable wayland clipboard support by default on supported platforms (#869)
 -Update to librespot 0.4.2
    Should fix ChannelError issues (ncspot skipping through all tracks) which
    were previously fixed with a workaround in /etc/hosts (#864, #867, #883)
 -Updated context menu info and config values table in README (#885)

Features
 -Add hide_display_names config option (#855)
 -Added possibility to Follow/Unfollow artists via the context menu (#868)
 -Add statusbar_format option to configure track formatting in status bar (#877)

v0.10.0
Maintenance
 -Update to Librespot 0.4.1
 -Prevent integer overflow when calculating cache size (#823)
 -Fix some errors and warnings when enabling/disabling features (#821)
 -Fix: don't throw error if search yields no result (#832)

Features
 -Add option (library_tabs) to customize library tabs (#798)
 -Add track_format config option for custom track formatting in lists (#800)
 -Add desktop entry & notification icon hint (#822)
  • Loading branch information
0323pin committed Aug 30, 2022
1 parent 897c4d7 commit 4e0fe15
Show file tree
Hide file tree
Showing 4 changed files with 552 additions and 561 deletions.
9 changes: 4 additions & 5 deletions audio/ncspot/Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
# $NetBSD: Makefile,v 1.43 2022/07/02 16:53:06 ryoon Exp $
# $NetBSD: Makefile,v 1.44 2022/08/30 20:39:22 pin Exp $

# ncspot-0.10.0 needs enum-map-derive v0.9.0, which requires rust-1.61
DISTNAME= ncspot-0.9.8
PKGREVISION= 1
DISTNAME= ncspot-0.11.0
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_GITHUB:=hrkfdn/}
GITHUB_TAG= v${PKGVERSION_NOREV}
Expand All @@ -29,7 +27,8 @@ CARGO_NO_DEFAULT_FEATURES= YES
.include "options.mk"

do-install:
${INSTALL_PROGRAM} ${WRKSRC}/target/release/ncspot ${DESTDIR}${PREFIX}/bin
${INSTALL_PROGRAM} ${WRKSRC}/target/release/ncspot \
${DESTDIR}${PREFIX}/bin

.include "../../lang/python/tool.mk"
.include "../../lang/rust/cargo.mk"
Expand Down
Loading

0 comments on commit 4e0fe15

Please sign in to comment.