mirror of
https://github.com/Rigellute/spotify-tui.git
synced 2026-04-26 16:15:55 +03:00
[GH-ISSUE #1106] Homebrew installer marked as deprecated #517
Labels
No labels
bug
enhancement
good first issue
help wanted
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/spotify-tui#517
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @kcirtapfromspace on GitHub (Oct 30, 2023).
Original GitHub issue: https://github.com/Rigellute/spotify-tui/issues/1106
Looks like in homebrew spotify-tui is marked as deprecated. Is this true?
@sewnie commented on GitHub (Oct 30, 2023):
yes. if you look at the code page you can see that there have been no commits since 2021. this project is considered abandonware.
consider https://github.com/aome510/spotify-player/releases
@monfresh commented on GitHub (Oct 31, 2023):
While it's true that there haven't been any commits in a couple of years, the reason why Homebrew marked spotify-tui as deprecated is because it uses OpenSSL 1.1, which has been deprecated. You can see this by running
brew info spotify-tui.@ed9w2in6 commented on GitHub (Nov 27, 2023):
@apprehensions Although I appreciate your effort in moving users to an actively maintained alternative with a certain level of feature parity, I disagree with your classification as abandonware, especially when the program still works and that the author is reachable.
As @monfresh have said the deprecation marking should be due to OpenSSL in which it will only affect builds. It can be fixed by running
cargo update(ref: https://github.com/Rigellute/spotify-tui/pull/1041).@akankov commented on GitHub (Mar 5, 2024):
Any plans to fix this?
@ed9w2in6 commented on GitHub (Mar 5, 2024):
@akankov Try if https://github.com/Rigellute/spotify-tui/pull/1041 fix the build process for you, if it does maybe give this a reaction to push the author to merge it.