diff options
author | Justin Donofrio <justin026@protonmail.com> | 2024-08-16 21:37:18 -0400 |
---|---|---|
committer | Justin Donofrio <justin026@protonmail.com> | 2024-08-16 21:37:18 -0400 |
commit | 1a8e96a6b1b73eed29e9227d57188164401653c9 (patch) | |
tree | 3ce37e1aee3e196935b3d49f114450add5787b9c /media-video | |
parent | media-video/stremio: add 4.4.168 (diff) | |
download | guru-1a8e96a6b1b73eed29e9227d57188164401653c9.tar.gz guru-1a8e96a6b1b73eed29e9227d57188164401653c9.tar.bz2 guru-1a8e96a6b1b73eed29e9227d57188164401653c9.zip |
media-video/stremio: drop 4.4.164
Signed-off-by: Justin Donofrio <justin026@protonmail.com>
Diffstat (limited to 'media-video')
-rw-r--r-- | media-video/stremio/stremio-4.4.164.ebuild | 55 |
1 files changed, 0 insertions, 55 deletions
diff --git a/media-video/stremio/stremio-4.4.164.ebuild b/media-video/stremio/stremio-4.4.164.ebuild deleted file mode 100644 index 15deb6ef1..000000000 --- a/media-video/stremio/stremio-4.4.164.ebuild +++ /dev/null @@ -1,55 +0,0 @@ -# Copyright 2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit desktop git-r3 qmake-utils xdg - -DESCRIPTION="Stremio is a modern media center for your video entertainment." -HOMEPAGE="https://github.com/Stremio/stremio-shell/ https://www.stremio.com/" -SRC_URI="https://dl.strem.io/server/v${PV}/desktop/server.js" - -EGIT_REPO_URI="https://github.com/Stremio/stremio-shell.git" -EGIT_COMMIT="v${PV}" -EGIT_SUBMODULES=( '*' '-test-*' ) - -LICENSE="GPL-3" -SLOT="0" - -RESTRICT="bindist mirror test strip" - -DEPEND=" - gnome-base/librsvg - dev-qt/qtquickcontrols - dev-qt/qtopengl - dev-qt/qtwebengine:5 - media-video/ffmpeg[network] - media-video/mpv - net-libs/nodejs[ssl] -" - -src_compile() { - eqmake5 - emake -f release.makefile -} - -src_install() { - insinto /opt/stremio - doins build/stremio - doins "${DISTDIR}"/server.js - - dosym -r /usr/bin/node /opt/stremio/node - - dosym -r /opt/stremio/stremio /usr/bin/${PN} - domenu smartcode-stremio.desktop - local x - for x in 16 22 24 32 64 128; do - newicon -s ${x} icons/smartcode-stremio_${x}.png smartcode-stremio.png - done - - fperms +x /opt/stremio/stremio -} - -pkg_postinst() { - xdg_pkg_postinst -} |