multimedia/strawberry: Updated for version 1.0.6.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
0678907da8
commit
5d403222c2
|
@ -7,13 +7,13 @@
|
|||
|
||||
|-----handy-ruler------------------------------------------------------|
|
||||
strawberry: strawberry (fork of Clementine)
|
||||
strawberry: Strawberry is a music player and music collection organizer. It is
|
||||
strawberry: aimed at music collectors and audiophiles. With Strawberry you can
|
||||
strawberry: play and manage your digital music collection, or stream your
|
||||
strawberry: favorite radios. Strawberry is free software released under GPL.
|
||||
strawberry: The source code is available on GitHub. It's written in C++ using
|
||||
strawberry: the Qt toolkit and GStreamer. Strawberry is compatible with both
|
||||
strawberry: Qt version 5 and 6.
|
||||
strawberry:
|
||||
strawberry: Strawberry is a audio player and music collection organizer. It is a
|
||||
strawberry: fork of Clementine released in 2018 aimed at music collectors, audio
|
||||
strawberry: enthusiasts and audiophiles. The name is inspired by the band
|
||||
strawberry: Strawbs. It's based on a heavily modified version of Clementine
|
||||
strawberry: created in 2012-2013. It's written in C++ and Qt 5.
|
||||
strawberry:
|
||||
strawberry:
|
||||
strawberry: https://www.strawbs.org/
|
||||
strawberry: https://www.strawberrymusicplayer.org/
|
||||
strawberry:
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=strawberry
|
||||
VERSION=${VERSION:-1.0.4}
|
||||
VERSION=${VERSION:-1.0.6}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="strawberry"
|
||||
VERSION="1.0.4"
|
||||
VERSION="1.0.6"
|
||||
HOMEPAGE="https://www.strawberrymusicplayer.org/"
|
||||
DOWNLOAD="https://files.strawberrymusicplayer.org/strawberry-1.0.4.tar.xz"
|
||||
MD5SUM="79c25a6df190a095cf725eeaf9136cfd"
|
||||
DOWNLOAD="https://files.strawberrymusicplayer.org/strawberry-1.0.6.tar.xz"
|
||||
MD5SUM="cd24bc175b6c8e23f3c39f890eaeea3d"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="chromaprint protobuf3"
|
||||
|
|
Loading…
Reference in New Issue