summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorJake Freeland <jfree@FreeBSD.org>2025-04-03 16:13:20 -0500
committerJake Freeland <jfree@FreeBSD.org>2025-04-03 16:17:40 -0500
commitbc61b17b597f99c2a8763034e05ce0dc5df614b4 (patch)
treedb12b4e8af8f76bed216e421479efeca994a4255 /audio
parentnet-mgmt/check_ssl_cert: update to 2.89.0 (diff)
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
Diffstat (limited to 'audio')
-rw-r--r--audio/spotify-player/Makefile5
1 files changed, 1 insertions, 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