From bc61b17b597f99c2a8763034e05ce0dc5df614b4 Mon Sep 17 00:00:00 2001 From: Jake Freeland Date: Thu, 3 Apr 2025 16:13:20 -0500 Subject: [PATCH] audio/spotify-player: Remove invalid option Lyric support in spotify-player is now always enabled. There is no longer a cargo feature flag to toggle it. As a result, the LYRICS option can be removed. See the following commit for details: https://github.com/aome510/spotify-player/commit/7abf1b3dfff67afec7159cc385756334180fcbb0 --- audio/spotify-player/Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/audio/spotify-player/Makefile b/audio/spotify-player/Makefile index 4ac16fa10afa..e106a55d4c2b 100644 --- a/audio/spotify-player/Makefile +++ b/audio/spotify-player/Makefile @@ -1,6 +1,7 @@ PORTNAME= spotify-player DISTVERSIONPREFIX= v DISTVERSION= 0.20.4 +PORTREVISION= 1 CATEGORIES= audio MAINTAINER= jfree@FreeBSD.org @@ -32,7 +33,6 @@ OPTIONS_DEFINE= DAEMON \ DOCS \ FUZZY_SEARCH \ IMAGE \ - LYRICS \ NOTIFY \ STREAMING @@ -45,7 +45,6 @@ DAEMON_DESC= Ability to launch as daemon DBUS_DESC= Media control via MPRIS D-Bus FUZZY_SEARCH_DESC= Approximate string matching IMAGE_DESC= Terminal album art rendering -LYRICS_DESC= Fetch lyrics for current track NOTIFY_DESC= Desktop notifications STREAMING_DESC= Play music directly from terminal @@ -58,8 +57,6 @@ FUZZY_SEARCH_VARS= CARGO_FEATURES+=fzf IMAGE_VARS= CARGO_FEATURES+=image -LYRICS_VARS= CARGO_FEATURES+=lyric-finder - NOTIFY_VARS= CARGO_FEATURES+=notify PORTAUDIO_LIB_DEPENDS= libportaudio.so:audio/portaudio