Bump StreamRadio to v1.0.0

This commit is contained in:
Humdinger
2021-11-20 19:57:58 +01:00
parent 37953fe361
commit 23aaf780e3

View File

@@ -1,13 +1,13 @@
SUMMARY="Find and listen to internet radio stations"
DESCRIPTION="StreamRadio helps you find and listen to internet radio streams."
HOMEPAGE="https://github.com/fishpond-haiku/Haiku-Radio"
COPYRIGHT="2017 Kai Niessen"
HOMEPAGE="https://github.com/HaikuArchives/StreamRadio"
COPYRIGHT="2017 Kai Niessen
2018-2021 HaikuArchives team"
LICENSE="MIT"
REVISION="2"
srcGitRev="95e0b8689a665bf4713491425738cf052ab3d3ef"
SOURCE_URI="https://github.com/HaikuArchives/StreamRadio/archive/$srcGitRev.tar.gz"
CHECKSUM_SHA256="5ed9132abe52b14ea36ff958ad6e776285f8d62bfd2592bd0d6a93e8adb48497"
SOURCE_DIR="StreamRadio-$srcGitRev"
REVISION="1"
SOURCE_URI="$HOMEPAGE/archive/$portVersion.tar.gz"
CHECKSUM_SHA256="58c5352e7949ff43490719227dd60ded4a20a665d61e55bd66256c90835fceb6"
SOURCE_DIR="StreamRadio-$portVersion"
ARCHITECTURES="all"
@@ -15,6 +15,10 @@ USER_SETTINGS_FILES="
settings/StreamRadio.settings
"
GLOBAL_WRITABLE_FILES="
settings/Stations
"
PROVIDES="
streamradio = $portVersion
app:StreamRadio = $portVersion
@@ -37,6 +41,7 @@ BUILD_PREREQUIRES="
BUILD()
{
mkdir -p dist
cd source
make $jobArgs
make bindcatalogs
}