From: "David Roman" <davidroman96@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: net-misc/freetube-bin/
Date: Thu, 11 Jul 2024 16:47:41 +0000 (UTC) [thread overview]
Message-ID: <1720713122.ab54ae374b59f7eb4e30282b885110c9808328e2.davidroman@gentoo> (raw)
commit: ab54ae374b59f7eb4e30282b885110c9808328e2
Author: Pedro Arizmendi <dwosky <AT> pm <DOT> me>
AuthorDate: Thu Jul 11 15:50:50 2024 +0000
Commit: David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Thu Jul 11 15:52:02 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ab54ae37
net-misc/freetube-bin: add 0.21.1
Signed-off-by: Pedro Arizmendi <dwosky <AT> pm.me>
net-misc/freetube-bin/Manifest | 1 +
net-misc/freetube-bin/freetube-bin-0.21.1.ebuild | 68 ++++++++++++++++++++++++
2 files changed, 69 insertions(+)
diff --git a/net-misc/freetube-bin/Manifest b/net-misc/freetube-bin/Manifest
index 6d3a5b317..8d1268622 100644
--- a/net-misc/freetube-bin/Manifest
+++ b/net-misc/freetube-bin/Manifest
@@ -1,3 +1,4 @@
DIST freetube_0.19.2_amd64.deb 67824108 BLAKE2B 06b4ad802fd8e0c7623b217d1c6248035c6671f47fef66d5847364efaa75e4c334af028ef5ecf12ba6ffcf06b892efffe413c4ab5b52cece8fd15077ee7e0be2 SHA512 b880738cd04bad90e2b440555ab854cf197155fc25788a505a27ac06205757e07f92b9a604315f232df78a65d4745a851bc6a606e7d0fd70cc37a7c692eadf90
DIST freetube_0.20.0_amd64.deb 73896480 BLAKE2B c38a42b453d4ebe4192a09d0d84881f1ad0a6d5da7e84279bfcb5d48b35f9ad4563d0e9f5dd626a25df822e28471f4f844c5cf282c47f77becfaaa1b2b5eeed5 SHA512 c58ce017bc5e5d1a06ee24bb0991758df37ec8e4b7cb920cc4117e01e4f0ca7f8c00b06311f46c750475249f11c09968eae6a1387c3347bdac5cc4b892caa699
DIST freetube_0.21.0_amd64.deb 75362144 BLAKE2B 320be6b225f0b4f8063fad53f4e5c8189aa5e152f427faf2e8f6edc6f8a863f3eb374ecbb4a38c0c5d8460d37e4fb6cd2032fbb742e9da869e063cd7f2315c09 SHA512 ee4b78cd8fc3599909f02b7cbb9f190407a03a668318065b9b099cce261b3033d2519595cc88de983060bca4fd5d2aee9e717f5554919fbd1330c66ce6ee7f4d
+DIST freetube_0.21.1_amd64.deb 75622924 BLAKE2B b263cd13c078f7a7fbf9396271dd47d3cd8d2a2dc19bd668fcc25df7db11f8361cea4ac00466bae9a657bcb2181d82e2a0c3dcfe2b68fc8ef4b72dcbac4a2346 SHA512 c34da514e7b61999108e3e98ada1fc68f8487915df1ddd0e04273cb608c3bc86253848298cf0518aec1c68ab488d7960176b2163627c269399735cfcafcc529e
diff --git a/net-misc/freetube-bin/freetube-bin-0.21.1.ebuild b/net-misc/freetube-bin/freetube-bin-0.21.1.ebuild
new file mode 100644
index 000000000..927bfd73e
--- /dev/null
+++ b/net-misc/freetube-bin/freetube-bin-0.21.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
+}
next reply other threads:[~2024-07-11 16:47 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-07-11 16:47 David Roman [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-02-24 10:34 [gentoo-commits] repo/proj/guru:master commit in: net-misc/freetube-bin/ David Roman
2025-02-03 11:38 David Roman
2024-12-15 18:10 Julien Roy
2024-10-29 22:14 David Roman
2024-10-29 22:14 David Roman
2024-08-10 15:41 Lucio Sauer
2024-07-28 21:21 Lucio Sauer
2024-07-28 18:31 [gentoo-commits] repo/proj/guru:dev " Lucio Sauer
2024-07-28 21:21 ` [gentoo-commits] repo/proj/guru:master " Lucio Sauer
2024-07-28 18:31 [gentoo-commits] repo/proj/guru:dev " Lucio Sauer
2024-07-28 21:21 ` [gentoo-commits] repo/proj/guru:master " Lucio Sauer
2024-07-11 16:47 David Roman
2024-07-11 16:47 David Roman
2024-06-25 12:16 David Roman
2024-04-05 11:05 Julien Roy
2024-04-05 11:05 Julien Roy
2024-03-03 19:50 Julien Roy
2023-10-09 10:57 Florian Schmaus
2022-08-12 22:13 Haelwenn Monnier
2022-08-07 9:13 Haelwenn Monnier
2022-03-07 15:15 Ronny Gutbrod
2022-02-07 20:35 Arthur Zamarin
2021-04-06 9:03 Andrew Ammerlaan
2021-04-02 20:24 Andrew Ammerlaan
2021-02-20 19:04 Andrew Ammerlaan
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=1720713122.ab54ae374b59f7eb4e30282b885110c9808328e2.davidroman@gentoo \
--to=davidroman96@gmail.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