public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Justin" <justin026@protonmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: media-video/stremio/
Date: Thu, 15 Aug 2024 03:10:43 +0000 (UTC)	[thread overview]
Message-ID: <1723691384.b5c1f62ce66a7b9ce0884daa3b89a7b6dbc85dd5.justin026@gentoo> (raw)

commit:     b5c1f62ce66a7b9ce0884daa3b89a7b6dbc85dd5
Author:     Justin Donofrio <justin026 <AT> protonmail <DOT> com>
AuthorDate: Thu Aug 15 03:09:44 2024 +0000
Commit:     Justin <justin026 <AT> protonmail <DOT> com>
CommitDate: Thu Aug 15 03:09:44 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b5c1f62c

media-video/stremio: new package, add 4.4.164

Signed-off-by: Justin Donofrio <justin026 <AT> protonmail.com>

 media-video/stremio/Manifest               |  1 +
 media-video/stremio/metadata.xml           | 11 ++++++
 media-video/stremio/stremio-4.4.164.ebuild | 56 ++++++++++++++++++++++++++++++
 3 files changed, 68 insertions(+)

diff --git a/media-video/stremio/Manifest b/media-video/stremio/Manifest
new file mode 100644
index 000000000..7ef9bb334
--- /dev/null
+++ b/media-video/stremio/Manifest
@@ -0,0 +1 @@
+DIST server.js 6029535 BLAKE2B 222f8f25d12acf3dae0b861e8fdd01ad29aacb9d46ee381faeb29442eb7f0b21002b6f05f818ed7fc9450e7f22d7afd00c08cf4fd171b7e15949d19d878dee86 SHA512 dbd540c3cf88fd53b36fe424f1fb146cb46c41360d7bf35cdb6ade40d34fb1e93aa33c9b1e3a79ff7a74e6f8202fe3407c9ab28878cfd5a5e373ac5a963fe5c0

diff --git a/media-video/stremio/metadata.xml b/media-video/stremio/metadata.xml
new file mode 100644
index 000000000..2f1516048
--- /dev/null
+++ b/media-video/stremio/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+        <maintainer type="person" proxied="yes">
+                <email>justin026@protonmail.com</email>
+                <name>Justin</name>
+        </maintainer>
+        <upstream>
+                <remote-id type="github">Stremio/stremio-shell</remote-id>
+        </upstream>
+</pkgmetadata>

diff --git a/media-video/stremio/stremio-4.4.164.ebuild b/media-video/stremio/stremio-4.4.164.ebuild
new file mode 100644
index 000000000..e5db9b122
--- /dev/null
+++ b/media-video/stremio/stremio-4.4.164.ebuild
@@ -0,0 +1,56 @@
+# 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"
+KEYWORDS="~amd64"
+
+RESTRICT="bindist mirror test strip"
+
+RDEPEND="
+	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
+}


             reply	other threads:[~2024-08-15  3:10 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-08-15  3:10 Justin [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-08-15  4:11 [gentoo-commits] repo/proj/guru:dev commit in: media-video/stremio/ Justin
2024-08-17  1:36 Justin
2024-08-17  1:37 Justin
2024-08-17 16:56 Justin
2024-08-17 17:03 Justin
2024-08-17 17:26 Justin
2024-08-20 14:32 Justin
2024-08-24 21:40 Justin

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1723691384.b5c1f62ce66a7b9ce0884daa3b89a7b6dbc85dd5.justin026@gentoo \
    --to=justin026@protonmail.com \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox