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 10:23:54 UTC 2022

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

Log Message:
Add lyrics option/feature to spotify-player


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/audio/spotify-player/Makefile
cvs rdiff -u -r1.3 -r1.4 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/Makefile
diff -u pkgsrc/audio/spotify-player/Makefile:1.11 pkgsrc/audio/spotify-player/Makefile:1.12
--- pkgsrc/audio/spotify-player/Makefile:1.11   Thu Jun  2 19:56:32 2022
+++ pkgsrc/audio/spotify-player/Makefile        Tue Jun  7 10:23:54 2022
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.11 2022/06/02 19:56:32 pin Exp $
+# $NetBSD: Makefile,v 1.12 2022/06/07 10:23:54 pin Exp $
 
 DISTNAME=      spotify-player-0.8.0
+PKGREVISION=   1
 CATEGORIES=    audio
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=aome510/}
 GITHUB_TAG=    v${PKGVERSION_NOREV}

Index: pkgsrc/audio/spotify-player/options.mk
diff -u pkgsrc/audio/spotify-player/options.mk:1.3 pkgsrc/audio/spotify-player/options.mk:1.4
--- pkgsrc/audio/spotify-player/options.mk:1.3  Sun Apr  3 10:04:09 2022
+++ pkgsrc/audio/spotify-player/options.mk      Tue Jun  7 10:23:54 2022
@@ -1,7 +1,7 @@
-# $NetBSD: options.mk,v 1.3 2022/04/03 10:04:09 pin Exp $
+# $NetBSD: options.mk,v 1.4 2022/06/07 10:23:54 pin Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.spotify-player
-PKG_SUPPORTED_OPTIONS= alsa gstreamer jack portaudio pulseaudio rodio sdl
+PKG_SUPPORTED_OPTIONS= alsa gstreamer jack portaudio pulseaudio rodio sdl spotify-player-lyric-finder
 PKG_SUGGESTED_OPTIONS= portaudio
 
 .include "../../mk/bsd.options.mk"
@@ -56,3 +56,8 @@ RUSTFLAGS+=           -C link-arg=-L${BUILDLINK_P
 RUSTFLAGS+=            -C link-arg=${COMPILER_RPATH_FLAG}${BUILDLINK_PREFIX.SDL2}/lib
 .include "../../devel/SDL2/buildlink3.mk"
 .endif
+
+.if !empty(PKG_OPTIONS:Mspotify-player-lyric-finder)
+CARGO_FEATURES+=       lyric-finder
+LICENSE+=              AND genius.com-license
+.endif



Home | Main Index | Thread Index | Old Index