public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Thomas Clarke" <TomClarke2006@hotmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: media-sound/youtube-music-bin/
Date: Fri, 18 Oct 2024 15:30:24 +0000 (UTC)	[thread overview]
Message-ID: <1729265346.f1d0032796cc7a3d08e059ee8abc03945d634d34.TomClarke2006@gentoo> (raw)

commit:     f1d0032796cc7a3d08e059ee8abc03945d634d34
Author:     colonia-duck <tomclarke2006 <AT> hotmail <DOT> com>
AuthorDate: Fri Oct 18 15:29:06 2024 +0000
Commit:     Thomas Clarke <TomClarke2006 <AT> hotmail <DOT> com>
CommitDate: Fri Oct 18 15:29:06 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f1d00327

media-sound/youtube-music-bin: add 3.6.2

Closes: https://bugs.gentoo.org/941544
Signed-off-by: colonia-duck <tomclarke2006 <AT> hotmail.com>

 media-sound/youtube-music-bin/Manifest             |  1 +
 .../youtube-music-bin-3.6.2.ebuild                 | 82 ++++++++++++++++++++++
 2 files changed, 83 insertions(+)

diff --git a/media-sound/youtube-music-bin/Manifest b/media-sound/youtube-music-bin/Manifest
index 957686ca3..0bd0cd300 100644
--- a/media-sound/youtube-music-bin/Manifest
+++ b/media-sound/youtube-music-bin/Manifest
@@ -1 +1,2 @@
 DIST youtube-music_3.3.6_amd64.deb 80748958 BLAKE2B 3b1188aa331b3940032a2c87dd026dab5d29508dac04b767887b278713b596e72b5e6669c4cb6e332aea4934afd5b416d6b820bbd84ffa4f921a2760f7011ad6 SHA512 7fc6d0c4af336a58ce20218e5c97d04551e18dc1e9af226cf23cb482589efe8abf357dd0f1a9fb58fbfa6538148c5b1a76ff35f5c68dbd8e8f01afcdbd1f0b88
+DIST youtube-music_3.6.2_amd64.deb 83373490 BLAKE2B 850639e2bfb2f6c95a20423fe7c957ea22f6df80b81f43ad4fd07f219d6a7ef0a2f53971c3073baf7c11d7210021309939408bb99748d939a9f6a18eebbe4f18 SHA512 4dbcf9a3941bdcf5bd26c2a7ee04cafed402fe5272165e63bf9e6f1bf79303f7c1da70444dd0df3098a71528e89af03e1b7229f247e35f5900df2097f5722daa

diff --git a/media-sound/youtube-music-bin/youtube-music-bin-3.6.2.ebuild b/media-sound/youtube-music-bin/youtube-music-bin-3.6.2.ebuild
new file mode 100644
index 000000000..8c1b3810d
--- /dev/null
+++ b/media-sound/youtube-music-bin/youtube-music-bin-3.6.2.ebuild
@@ -0,0 +1,82 @@
+# Copyright 2022-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit unpacker desktop xdg
+
+MY_PN="${PN/-bin/}"
+
+DESCRIPTION="YouTube Music Desktop App bundled with custom plugins"
+HOMEPAGE="https://th-ch.github.io/youtube-music/"
+SRC_URI="https://github.com/th-ch/youtube-music/releases/download/v${PV}/${MY_PN}_${PV}_amd64.deb"
+
+S="${WORKDIR}"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="-* ~amd64"
+
+RDEPEND="
+	app-accessibility/at-spi2-core:2
+	app-crypt/libsecret
+	dev-libs/nss
+	x11-misc/xdg-utils
+	x11-libs/gtk+:3
+	x11-libs/libnotify
+	x11-libs/libXtst
+	dev-libs/expat
+	dev-libs/glib:2
+	dev-libs/nspr
+	media-libs/alsa-lib
+	media-libs/mesa
+	net-print/cups
+	sys-apps/dbus
+	x11-libs/cairo
+	x11-libs/libdrm
+	x11-libs/libX11
+	x11-libs/libxcb
+	x11-libs/libXcomposite
+	x11-libs/libXdamage
+	x11-libs/libXext
+	x11-libs/libXfixes
+	x11-libs/libxkbcommon
+	x11-libs/libXrandr
+	x11-libs/pango
+"
+
+RESTRICT="mirror strip"
+
+QA_PREBUILT="
+	opt/${MY_PN}/chrome-sandbox
+	opt/${MY_PN}/chrome_crashpad_handler
+	opt/${MY_PN}/libEGL.so
+	opt/${MY_PN}/libffmpeg.so
+	opt/${MY_PN}/libGLESv2.so
+	opt/${MY_PN}/libvk_swiftshader.so
+	opt/${MY_PN}/libvulkan.so.1
+	opt/${MY_PN}/${MY_PN}
+"
+
+src_prepare() {
+	default
+
+	sed -i 's/\/opt\/YouTube Music/\/opt\/'${MY_PN}'/' usr/share/applications/"${MY_PN}".desktop || die
+}
+
+src_install() {
+	insinto /opt/"${MY_PN}"
+	doins -r opt/"YouTube Music"/*
+
+	insinto /usr/share
+	doins -r usr/share/icons
+
+	domenu usr/share/applications/"${MY_PN}".desktop
+
+	local f
+	for f in ${QA_PREBUILT}; do
+		fperms +x "/${f}"
+	done
+
+	fperms u+s /opt/"${MY_PN}"/chrome-sandbox
+}


             reply	other threads:[~2024-10-18 15:30 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-10-18 15:30 Thomas Clarke [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-04-13 16:19 [gentoo-commits] repo/proj/guru:dev commit in: media-sound/youtube-music-bin/ Thomas Clarke
2025-03-28 14:19 Thomas Clarke
2024-11-29 16:07 Takuya Wakazono
2024-05-13 23:07 Julien Roy
2024-05-04  1:11 David Roman

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=1729265346.f1d0032796cc7a3d08e059ee8abc03945d634d34.TomClarke2006@gentoo \
    --to=tomclarke2006@hotmail.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