pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/audio/spotify-player



Module Name:    pkgsrc
Committed By:   pin
Date:           Tue Jun  7 16:29:21 UTC 2022

Modified Files:
        pkgsrc/audio/spotify-player: options.mk

Log Message:
audio/spotify-player: update options.mk

after removing genius.com-license


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/audio/spotify-player/options.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/audio/spotify-player/options.mk
diff -u pkgsrc/audio/spotify-player/options.mk:1.4 pkgsrc/audio/spotify-player/options.mk:1.5
--- pkgsrc/audio/spotify-player/options.mk:1.4  Tue Jun  7 10:23:54 2022
+++ pkgsrc/audio/spotify-player/options.mk      Tue Jun  7 16:29:21 2022
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.4 2022/06/07 10:23:54 pin Exp $
+# $NetBSD: options.mk,v 1.5 2022/06/07 16:29:21 pin Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.spotify-player
 PKG_SUPPORTED_OPTIONS= alsa gstreamer jack portaudio pulseaudio rodio sdl spotify-player-lyric-finder
@@ -58,6 +58,7 @@ RUSTFLAGS+=           -C link-arg=${COMPILER_RPAT
 .endif
 
 .if !empty(PKG_OPTIONS:Mspotify-player-lyric-finder)
+# Please review the Terms of Service at https://genius.com/static/terms
+# and make sure you agree with these before enabling this option
 CARGO_FEATURES+=       lyric-finder
-LICENSE+=              AND genius.com-license
 .endif



Home | Main Index | Thread Index | Old Index