mirror of
https://git.freebsd.org/ports.git
synced 2025-04-29 10:06:40 -04:00
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:
parent
d9da877513
commit
bc61b17b59
1 changed files with 1 additions and 4 deletions
|
@ -1,6 +1,7 @@
|
||||||
PORTNAME= spotify-player
|
PORTNAME= spotify-player
|
||||||
DISTVERSIONPREFIX= v
|
DISTVERSIONPREFIX= v
|
||||||
DISTVERSION= 0.20.4
|
DISTVERSION= 0.20.4
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= audio
|
CATEGORIES= audio
|
||||||
|
|
||||||
MAINTAINER= jfree@FreeBSD.org
|
MAINTAINER= jfree@FreeBSD.org
|
||||||
|
@ -32,7 +33,6 @@ OPTIONS_DEFINE= DAEMON \
|
||||||
DOCS \
|
DOCS \
|
||||||
FUZZY_SEARCH \
|
FUZZY_SEARCH \
|
||||||
IMAGE \
|
IMAGE \
|
||||||
LYRICS \
|
|
||||||
NOTIFY \
|
NOTIFY \
|
||||||
STREAMING
|
STREAMING
|
||||||
|
|
||||||
|
@ -45,7 +45,6 @@ DAEMON_DESC= Ability to launch as daemon
|
||||||
DBUS_DESC= Media control via MPRIS D-Bus
|
DBUS_DESC= Media control via MPRIS D-Bus
|
||||||
FUZZY_SEARCH_DESC= Approximate string matching
|
FUZZY_SEARCH_DESC= Approximate string matching
|
||||||
IMAGE_DESC= Terminal album art rendering
|
IMAGE_DESC= Terminal album art rendering
|
||||||
LYRICS_DESC= Fetch lyrics for current track
|
|
||||||
NOTIFY_DESC= Desktop notifications
|
NOTIFY_DESC= Desktop notifications
|
||||||
STREAMING_DESC= Play music directly from terminal
|
STREAMING_DESC= Play music directly from terminal
|
||||||
|
|
||||||
|
@ -58,8 +57,6 @@ FUZZY_SEARCH_VARS= CARGO_FEATURES+=fzf
|
||||||
|
|
||||||
IMAGE_VARS= CARGO_FEATURES+=image
|
IMAGE_VARS= CARGO_FEATURES+=image
|
||||||
|
|
||||||
LYRICS_VARS= CARGO_FEATURES+=lyric-finder
|
|
||||||
|
|
||||||
NOTIFY_VARS= CARGO_FEATURES+=notify
|
NOTIFY_VARS= CARGO_FEATURES+=notify
|
||||||
|
|
||||||
PORTAUDIO_LIB_DEPENDS= libportaudio.so:audio/portaudio
|
PORTAUDIO_LIB_DEPENDS= libportaudio.so:audio/portaudio
|
||||||
|
|
Loading…
Add table
Reference in a new issue