multimedia/strawberry: Updated for version 1.0.9.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
f36514a19e
commit
92c5d90d28
|
@ -29,7 +29,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=strawberry
|
||||
VERSION=${VERSION:-1.0.7}
|
||||
VERSION=${VERSION:-1.0.9}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
@ -92,7 +92,7 @@ cd strawberry-build
|
|||
-DCMAKE_BUILD_TYPE=Release \
|
||||
..
|
||||
|
||||
make -j 9 all CFLAGS="-fPIC" PMFLAGS="-DNEWBUFFER"
|
||||
make all CFLAGS="-fPIC" PMFLAGS="-DNEWBUFFER"
|
||||
make install DESTDIR=$PKG
|
||||
cd ..
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="strawberry"
|
||||
VERSION="1.0.7"
|
||||
VERSION="1.0.9"
|
||||
HOMEPAGE="https://www.strawberrymusicplayer.org/"
|
||||
DOWNLOAD="https://files.strawberrymusicplayer.org/strawberry-1.0.7.tar.xz"
|
||||
MD5SUM="b953c2b702935ffa8b42d751e76b2cc7"
|
||||
DOWNLOAD="https://files.strawberrymusicplayer.org/strawberry-1.0.9.tar.xz"
|
||||
MD5SUM="dc825b9936a07f599b1ef8c29e8063d9"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="chromaprint protobuf3"
|
||||
|
|
Loading…
Reference in New Issue