diff --git a/media-sound/strawberry/strawberry-1.0.0.recipe b/media-sound/strawberry/strawberry-1.0.0.recipe index b79131047..ad2141f00 100644 --- a/media-sound/strawberry/strawberry-1.0.0.recipe +++ b/media-sound/strawberry/strawberry-1.0.0.recipe @@ -1,7 +1,21 @@ SUMMARY="A music player and music collection organizer" -DESCRIPTION="Strawberry is a music player and music collection organizer. It is a fork of \ -Clementine released in 2018 aimed at music collectors and audiophiles. -It's written in C++ using the Qt toolkit." +DESCRIPTION="Strawberry is a music player and music collection organizer. It \ +is a fork of Clementine released in 2018 aimed at music collectors and \ +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/" COPYRIGHT="2003-2005 Mark Kretschmann 2003-2005 Max Howell @@ -25,7 +39,7 @@ COPYRIGHT="2003-2005 Mark Kretschmann 2017 Santiago Gil 2018 Vikram Ambrose" LICENSE="GNU GPL v3" -REVISION="1" +REVISION="3" SOURCE_URI="https://github.com/strawberrymusicplayer/strawberry/archive/refs/tags/$portVersion.tar.gz" CHECKSUM_SHA256="0d2d22fae7569944ae38b46ec8c0ff97950bca2a4c939eb25ac69d68d7357169" SOURCE_FILENAME="strawberry-$portVersion.tar.gz" @@ -134,7 +148,7 @@ INSTALL() local MIDDLE="`echo "$portVersion" | cut -d. -f2`" local MINOR="`echo "$portVersion" | cut -d. -f3`" local LONG_INFO="$SUMMARY" - + sed \ -e "s|@APP_SIGNATURE@|$APP_SIGNATURE|" \ -e "s|@MAJOR@|$MAJOR|" \