Strawberry: improved description

Strawberry deserves to have its many features mentioned.
This commit is contained in:
Humdinger
2021-12-31 09:22:23 +01:00
parent b3394d3407
commit 74a884c164

View File

@@ -1,7 +1,21 @@
SUMMARY="A music player and music collection organizer" SUMMARY="A music player and music collection organizer"
DESCRIPTION="Strawberry is a music player and music collection organizer. It is a fork of \ DESCRIPTION="Strawberry is a music player and music collection organizer. It \
Clementine released in 2018 aimed at music collectors and audiophiles. is a fork of Clementine released in 2018 aimed at music collectors and \
It's written in C++ using the Qt toolkit." audiophiles.
Main features:
* smart and dynamic playlists in multiple formats
* album cover art from Last.fm, Musicbrainz, Discogs, Musixmatch, Deezer, \
Tidal, Qobuz and Spotify
* song lyrics from AudD AudD, Genius, Musixmatch, ChartLyrics, lyrics.ovh and \
lololyrics.com
* get tags from MusicBrainz
* edit tags
* audio equalizer
* audio analyzer
* transcode to multiple audio formats
* stream internet radio for Subsonic-compatible servers"
HOMEPAGE="https://www.strawberrymusicplayer.org/" HOMEPAGE="https://www.strawberrymusicplayer.org/"
COPYRIGHT="2003-2005 Mark Kretschmann COPYRIGHT="2003-2005 Mark Kretschmann
2003-2005 Max Howell 2003-2005 Max Howell
@@ -25,7 +39,7 @@ COPYRIGHT="2003-2005 Mark Kretschmann
2017 Santiago Gil 2017 Santiago Gil
2018 Vikram Ambrose" 2018 Vikram Ambrose"
LICENSE="GNU GPL v3" LICENSE="GNU GPL v3"
REVISION="1" REVISION="3"
SOURCE_URI="https://github.com/strawberrymusicplayer/strawberry/archive/refs/tags/$portVersion.tar.gz" SOURCE_URI="https://github.com/strawberrymusicplayer/strawberry/archive/refs/tags/$portVersion.tar.gz"
CHECKSUM_SHA256="0d2d22fae7569944ae38b46ec8c0ff97950bca2a4c939eb25ac69d68d7357169" CHECKSUM_SHA256="0d2d22fae7569944ae38b46ec8c0ff97950bca2a4c939eb25ac69d68d7357169"
SOURCE_FILENAME="strawberry-$portVersion.tar.gz" SOURCE_FILENAME="strawberry-$portVersion.tar.gz"
@@ -134,7 +148,7 @@ INSTALL()
local MIDDLE="`echo "$portVersion" | cut -d. -f2`" local MIDDLE="`echo "$portVersion" | cut -d. -f2`"
local MINOR="`echo "$portVersion" | cut -d. -f3`" local MINOR="`echo "$portVersion" | cut -d. -f3`"
local LONG_INFO="$SUMMARY" local LONG_INFO="$SUMMARY"
sed \ sed \
-e "s|@APP_SIGNATURE@|$APP_SIGNATURE|" \ -e "s|@APP_SIGNATURE@|$APP_SIGNATURE|" \
-e "s|@MAJOR@|$MAJOR|" \ -e "s|@MAJOR@|$MAJOR|" \