Changeset View
Changeset View
Standalone View
Standalone View
package.yml
| name : streamlink-twitch-gui | name : streamlink-twitch-gui | ||||
| version : 1.9.1 | version : 1.10.0 | ||||
| release : 14 | release : 15 | ||||
| source : | source : | ||||
| - git|https://github.com/streamlink/streamlink-twitch-gui.git : v1.9.1 | - git|https://github.com/streamlink/streamlink-twitch-gui.git : v1.10.0 | ||||
| license : MIT | license : MIT | ||||
| component : network.web | component : network.web | ||||
| summary : Browse Twitch.tv and watch streams in your videoplayer of choice | summary : Browse Twitch.tv and watch streams in your videoplayer of choice | ||||
| description: | | description: | | ||||
| Browse Twitch.tv and watch streams in your videoplayer of choice. GNOME MPV, MPV and VLC are supported. | Browse Twitch.tv and watch streams in your videoplayer of choice. GNOME MPV, MPV and VLC are supported. | ||||
| networking : yes | networking : yes | ||||
| strip : no | strip : no | ||||
| debug : no | debug : no | ||||
| Show All 9 Lines | rundeps : | ||||
| - streamlink | - streamlink | ||||
| setup : | | setup : | | ||||
| %apply_patches | %apply_patches | ||||
| build : | | build : | | ||||
| # workaround for lack of yarn global | # workaround for lack of yarn global | ||||
| export PATH=$workdir/node_modules/.bin:$PATH | export PATH=$workdir/node_modules/.bin:$PATH | ||||
| yarn install | yarn install | ||||
| grunt webpack:prod | grunt webpack:prod | ||||
| grunt dist | grunt compile:linux64 | ||||
| install : | | install : | | ||||
| # Install .desktop file | # Install .desktop file | ||||
| install -Dm00644 $pkgfiles/streamlink-twitch-gui.desktop $installdir/usr/share/applications/streamlink-twitch-gui.desktop | install -Dm00644 $pkgfiles/streamlink-twitch-gui.desktop $installdir/usr/share/applications/streamlink-twitch-gui.desktop | ||||
| # Copy to our final destination | # Copy to our final destination | ||||
| install -dm00755 $installdir/usr/share/streamlink-twitch-gui/ | install -dm00755 $installdir/usr/share/streamlink-twitch-gui/ | ||||
| cp -R $workdir/build/releases/streamlink-twitch-gui/linux64/* $installdir/usr/share/streamlink-twitch-gui/ | cp -R $workdir/build/releases/streamlink-twitch-gui/linux64/* $installdir/usr/share/streamlink-twitch-gui/ | ||||
| Show All 12 Lines | |||||
Copyright © 2015-2021 Solus Project. The Solus logo is Copyright © 2016-2021 Solus Project. All Rights Reserved.