public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Pedro Arizmendi" <dwosky@pm.me>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: net-misc/freetube-bin/
Date: Mon,  9 Oct 2023 10:18:10 +0000 (UTC)	[thread overview]
Message-ID: <1696846669.51aca2916bf1b685000518e1a030b4aa6cb19bba.dwosky@gentoo> (raw)

commit:     51aca2916bf1b685000518e1a030b4aa6cb19bba
Author:     Pedro Arizmendi <dwosky <AT> pm <DOT> me>
AuthorDate: Mon Oct  9 10:14:37 2023 +0000
Commit:     Pedro Arizmendi <dwosky <AT> pm <DOT> me>
CommitDate: Mon Oct  9 10:17:49 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=51aca291

net-misc/freetube-bin: add 0.19.1

- Version bump to 0.19.1
- Removed deprecated dependencies, since they're already included in app-accessibility/at-spi2-core

Signed-off-by: Pedro Arizmendi <dwosky <AT> pm.me>

 net-misc/freetube-bin/Manifest                   |  1 +
 net-misc/freetube-bin/freetube-bin-0.19.1.ebuild | 68 ++++++++++++++++++++++++
 2 files changed, 69 insertions(+)

diff --git a/net-misc/freetube-bin/Manifest b/net-misc/freetube-bin/Manifest
index 4459624198..69d345e7a0 100644
--- a/net-misc/freetube-bin/Manifest
+++ b/net-misc/freetube-bin/Manifest
@@ -1,2 +1,3 @@
 DIST freetube_0.17.1_amd64.deb 62917380 BLAKE2B e0eb375b9cdb9b83e139ab587a016b3d299d4bdce8557ffdb6259efaad16d6b68dfc28d9be61a660d6bc404f03f585e42027e0c97aa18e5e382a2efffff2b7b4 SHA512 44c40d3608fd1b4338437fc4842f20f78bebfa99906696fd35a71beb16261007743f77558f657e2306bb676db748823dbb67a574a51cbc56984dbf01b50c2976
 DIST freetube_0.19.0_amd64.deb 67754066 BLAKE2B 630432367e556152e468b5c75785ba96f5163fde8cb47f68899d473a8bdd7477dceea4169a667b73f7b208e538656d3d05402b7164ea1ffc0cb46b2d2562221d SHA512 f1f691e18682a46fbe7bbec9bee14beab069cdfe649e465d05f6f9814fc187043f632a8e00a112365226c93da835a3129c6369de5cea9e0ed0a87ae0a8c194e8
+DIST freetube_0.19.1_amd64.deb 67679340 BLAKE2B da8edc0165fba0b5e3526a1c49f56dd923d0230b0de779004b2cca2466dbb92e8a7a618fd4660cabc317435993d338690d204285f8439e5804c35edcb2c725d4 SHA512 01c73ebcd7fc6aa7158633b81fb1117869acb5c72a58c80ed15f420e2d85c3aa882e83f008fe9091df6d02cc4c8a7d0939ef2ffda364219a8310b5e452a6e735

diff --git a/net-misc/freetube-bin/freetube-bin-0.19.1.ebuild b/net-misc/freetube-bin/freetube-bin-0.19.1.ebuild
new file mode 100644
index 0000000000..927bfd73e0
--- /dev/null
+++ b/net-misc/freetube-bin/freetube-bin-0.19.1.ebuild
@@ -0,0 +1,68 @@
+# Copyright 2021-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit desktop unpacker xdg
+
+DESCRIPTION="A private YouTube desktop client"
+HOMEPAGE="https://freetubeapp.io/ https://github.com/FreeTubeApp/FreeTube"
+SRC_URI="https://github.com/FreeTubeApp/FreeTube/releases/download/v${PV}-beta/freetube_${PV}_amd64.deb"
+
+S=${WORKDIR}
+
+LICENSE="AGPL-3+"
+SLOT="0"
+KEYWORDS="~amd64"
+
+QA_PREBUILT="
+	/opt/FreeTube/freetube
+	/opt/FreeTube/libEGL.so
+	/opt/FreeTube/libffmpeg.so
+	/opt/FreeTube/libGLESv2.so
+	/opt/FreeTube/libvulkan.so*
+	/opt/FreeTube/chrome_crashpad_handler
+	/opt/FreeTube/chrome-sandbox
+	/opt/FreeTube/libvk_swiftshader.so
+	/opt/FreeTube/swiftshader/libEGL.so
+	/opt/FreeTube/swiftshader/libGLESv2.so
+"
+
+RDEPEND="
+	app-accessibility/at-spi2-core:2
+	dev-libs/expat
+	dev-libs/glib:2
+	dev-libs/nspr
+	dev-libs/nss
+	media-libs/alsa-lib
+	media-libs/mesa
+	net-print/cups
+	sys-apps/dbus
+	x11-libs/cairo
+	x11-libs/gdk-pixbuf:2
+	x11-libs/gtk+:3
+	x11-libs/libX11
+	x11-libs/libXcomposite
+	x11-libs/libXdamage
+	x11-libs/libXext
+	x11-libs/libXfixes
+	x11-libs/libXrandr
+	x11-libs/libdrm
+	x11-libs/libxcb
+	x11-libs/libxkbcommon
+	x11-libs/libxshmfence
+	x11-libs/pango
+"
+
+src_install() {
+	insinto /opt
+	doins -r opt/*
+
+	domenu usr/share/applications/freetube.desktop
+	doicon -s scalable usr/share/icons/hicolor/scalable/apps/freetube.svg
+
+	fperms 4755 /opt/FreeTube/chrome-sandbox || die
+	fperms +x  /opt/FreeTube/freetube || die
+
+	dosym -r /opt/FreeTube/freetube /usr/bin/freetube-bin
+}


             reply	other threads:[~2023-10-09 10:18 UTC|newest]

Thread overview: 31+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-10-09 10:18 Pedro Arizmendi [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-02-23 21:17 [gentoo-commits] repo/proj/guru:dev commit in: net-misc/freetube-bin/ Pedro Arizmendi
2025-02-03 11:16 Pedro Arizmendi
2024-12-14 15:37 Ronny Gutbrod
2024-10-29 16:33 Ronny Gutbrod
2024-10-29 16:33 Ronny Gutbrod
2024-08-09 15:41 Ronny Gutbrod
2024-07-28 18:31 Lucio Sauer
2024-07-28 18:31 Lucio Sauer
2024-07-28 16:31 Pedro Arizmendi
2024-07-16 11:01 Pedro Arizmendi
2024-07-11 16:13 Pedro Arizmendi
2024-07-11 15:53 Pedro Arizmendi
2024-07-11 15:52 Pedro Arizmendi
2024-06-24 18:28 Pedro Arizmendi
2024-04-05 10:47 Pedro Arizmendi
2024-04-05 10:46 Pedro Arizmendi
2024-03-03 18:46 Pedro Arizmendi
2023-09-14 17:59 Pedro Arizmendi
2022-08-12  7:04 Hayley Hughes
2022-08-03 13:53 Hayley Hughes
2022-02-28 21:51 Adrian Schollmeyer
2022-02-07  6:24 Hayley Hughes
2021-12-02  0:59 Hayley Hughes
2021-04-13 12:15 Andrew Ammerlaan
2021-04-06  0:15 Mustafa Salih
2021-04-02 17:38 Kerim Kocabaş
2021-03-28 10:52 Andrew Ammerlaan
2021-02-21 15:05 Simon van der Maas
2021-02-20 20:06 Simon van der Maas
2021-02-20 16:19 Simon van der Maas

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=1696846669.51aca2916bf1b685000518e1a030b4aa6cb19bba.dwosky@gentoo \
    --to=dwosky@pm.me \
    --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