Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: haikuports/haikuports
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: b3394d3407b8
Choose a base ref
...
head repository: haikuports/haikuports
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 74a884c16497
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Dec 31, 2021

  1. Strawberry: improved description

    Strawberry deserves to have its many features mentioned.
    Humdinger committed Dec 31, 2021
    Copy the full SHA
    74a884c View commit details
Showing with 19 additions and 5 deletions.
  1. +19 −5 media-sound/strawberry/strawberry-1.0.0.recipe
24 changes: 19 additions & 5 deletions media-sound/strawberry/strawberry-1.0.0.recipe
Original file line number Diff line number Diff line change
@@ -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|" \