From: "Lucio Sauer" <watermanpaint@posteo.net>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: net-misc/freetube-bin/
Date: Sat, 10 Aug 2024 15:41:56 +0000 (UTC) [thread overview]
Message-ID: <1723218044.fa5b82e2c45b542d867d2c3e6a1483586123f15a.watermanpaint@gentoo> (raw)
commit: fa5b82e2c45b542d867d2c3e6a1483586123f15a
Author: tea <gentoo <AT> tastytea <DOT> de>
AuthorDate: Fri Aug 9 15:40:06 2024 +0000
Commit: Lucio Sauer <watermanpaint <AT> posteo <DOT> net>
CommitDate: Fri Aug 9 15:40:44 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=fa5b82e2
net-misc/freetube-bin: add 0.21.3_beta
Signed-off-by: tea <gentoo <AT> tastytea.de>
net-misc/freetube-bin/Manifest | 1 +
.../freetube-bin/freetube-bin-0.21.3_beta.ebuild | 69 ++++++++++++++++++++++
2 files changed, 70 insertions(+)
diff --git a/net-misc/freetube-bin/Manifest b/net-misc/freetube-bin/Manifest
index a25d44ba2..9c1f5aabc 100644
--- a/net-misc/freetube-bin/Manifest
+++ b/net-misc/freetube-bin/Manifest
@@ -1,2 +1,3 @@
DIST freetube-bin-0.21.1_beta.deb 75622924 BLAKE2B b263cd13c078f7a7fbf9396271dd47d3cd8d2a2dc19bd668fcc25df7db11f8361cea4ac00466bae9a657bcb2181d82e2a0c3dcfe2b68fc8ef4b72dcbac4a2346 SHA512 c34da514e7b61999108e3e98ada1fc68f8487915df1ddd0e04273cb608c3bc86253848298cf0518aec1c68ab488d7960176b2163627c269399735cfcafcc529e
DIST freetube-bin-0.21.2_beta.deb 75678828 BLAKE2B 94823edf87a3ca3fccb8b83d1985a1ce2dbfb4644730ae4f1207083724c80aaff2b4e563d42a86fad0c9e45e6c9754544269f4248c8bb41b6fed2be2e899d00c SHA512 729b29c57a7d39990edc1d294674b2a533481f25aa7f1a8da2bb3dfd7b01457c201230dffae00b3f18c9855556e672b37dbd3c994eeb8adca1ee2f5eb7d4aa2f
+DIST freetube-bin-0.21.3_beta.deb 75556992 BLAKE2B 7f545a0f9b062d6adaa747ed7c6b1e6e103683cb62d8128647e2dffce8567989be8e3a22c982f6b5906d9f0c49562e9707255a892a2a097ad576aa5dd2c0c887 SHA512 25aa0e13db28601047855c04dd59e032ca1569e6cc0dcc40e6da5943ec575308fe99c040756134256774dc39c356ffe450cb6ffbb5b31f2e38e75c6df31592c5
diff --git a/net-misc/freetube-bin/freetube-bin-0.21.3_beta.ebuild b/net-misc/freetube-bin/freetube-bin-0.21.3_beta.ebuild
new file mode 100644
index 000000000..93224957f
--- /dev/null
+++ b/net-misc/freetube-bin/freetube-bin-0.21.3_beta.ebuild
@@ -0,0 +1,69 @@
+# Copyright 2021-2024 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/_/-}/freetube_${PV%_*}_amd64.deb
+ -> ${P}.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
+ fperms +x /opt/FreeTube/freetube
+
+ dosym -r /opt/FreeTube/freetube /usr/bin/freetube-bin
+}
next reply other threads:[~2024-08-10 15:42 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-08-10 15:41 Lucio Sauer [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-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-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=1723218044.fa5b82e2c45b542d867d2c3e6a1483586123f15a.watermanpaint@gentoo \
--to=watermanpaint@posteo.net \
--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