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:
7abf1b3dff
This commit is contained in:
Jake Freeland 2025-04-03 16:13:20 -05:00
parent d9da877513
commit bc61b17b59

View file

@ -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