mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
stremio-shell: update to 4.4.107.
This commit is contained in:
parent
42c117c7f4
commit
6841ef3c90
1 changed files with 12 additions and 7 deletions
|
@ -1,8 +1,9 @@
|
||||||
# Template file for 'stremio-shell'
|
# Template file for 'stremio-shell'
|
||||||
pkgname=stremio-shell
|
pkgname=stremio-shell
|
||||||
version=4.4.106
|
version=4.4.107
|
||||||
revision=2
|
revision=1
|
||||||
_singleapplication_hash=6fbf6bffc848821d41a09ccd9fc0ede83bbbcdce
|
_singleapplication_hash=6fbf6bffc848821d41a09ccd9fc0ede83bbbcdce
|
||||||
|
_libmpv_hash=75ce9ce61f118da27105b770e7a728da832483be
|
||||||
build_style=qmake
|
build_style=qmake
|
||||||
hostmakedepends="qt5-host-tools qt5-qmake"
|
hostmakedepends="qt5-host-tools qt5-qmake"
|
||||||
makedepends="mpv-devel qt5-webview-devel qt5-webengine-devel
|
makedepends="mpv-devel qt5-webview-devel qt5-webengine-devel
|
||||||
|
@ -15,12 +16,14 @@ license="GPL-3.0-or-later"
|
||||||
homepage="https://www.stremio.com"
|
homepage="https://www.stremio.com"
|
||||||
distfiles="https://github.com/Stremio/stremio-shell/archive/${version}.tar.gz
|
distfiles="https://github.com/Stremio/stremio-shell/archive/${version}.tar.gz
|
||||||
https://github.com/itay-grudev/SingleApplication/archive/${_singleapplication_hash}.tar.gz
|
https://github.com/itay-grudev/SingleApplication/archive/${_singleapplication_hash}.tar.gz
|
||||||
https://dl.strem.io/four/v4.4.10/server.js
|
https://github.com/Ivshti/libmpv/archive/${_libmpv_hash}.tar.gz
|
||||||
https://dl.strem.io/four/v4.4.10/stremio.asar"
|
https://dl.strem.io/four/v${version}/server.js
|
||||||
checksum="bb57fae7ee620438f66f679a95c336e5a0d2819f3a8677607cb41c1ee1a78591
|
https://dl.strem.io/four/v${version}/stremio.asar"
|
||||||
|
checksum="a65097b5e956e7926fed8bd6ee2751dcd3ae69d0f5fb4ae2e940b69b13a68a7e
|
||||||
11840ed3dc80a909980908e310dc370bca2f7f61c45101fdea00187f620a1ff1
|
11840ed3dc80a909980908e310dc370bca2f7f61c45101fdea00187f620a1ff1
|
||||||
52e453dc24e291b863582b250f5633d45d9634cafe24ac68165854b17b31114e
|
e8181c4f469e06be5b24218ab7d17cc6bb17ca42a13c57a02d11913edbf6be03
|
||||||
8abe09aa0c577b9be05a7343438f9a37718689f74b9d7a124590f5ba3bb2764f"
|
23abaeba95b162adcec4fd8109d3865fa43aafd5ac3f74c0e4f3645667993006
|
||||||
|
09ef380e54478362bf073e11eb26cdaa39198bf22b511d2e55c62e408cba7330"
|
||||||
skip_extraction="server.js stremio.asar"
|
skip_extraction="server.js stremio.asar"
|
||||||
|
|
||||||
if [ "$CROSS_BUILD" ]; then
|
if [ "$CROSS_BUILD" ]; then
|
||||||
|
@ -30,6 +33,8 @@ fi
|
||||||
post_extract() {
|
post_extract() {
|
||||||
rmdir deps/singleapplication
|
rmdir deps/singleapplication
|
||||||
mv ../SingleApplication-${_singleapplication_hash} deps/singleapplication
|
mv ../SingleApplication-${_singleapplication_hash} deps/singleapplication
|
||||||
|
rmdir deps/libmpv
|
||||||
|
mv ../libmpv-${_libmpv_hash} deps/libmpv
|
||||||
}
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue