public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:master commit in: media-sound/tidal-hifi-bin/files/, media-sound/tidal-hifi-bin/
@ 2023-11-09  3:11 Haelwenn Monnier
  0 siblings, 0 replies; 2+ messages in thread
From: Haelwenn Monnier @ 2023-11-09  3:11 UTC (permalink / raw
  To: gentoo-commits

commit:     2796bee4089c774fa3787a25581adc847b3980d4
Author:     Kostadin Shishmanov <kocelfc <AT> tutanota <DOT> com>
AuthorDate: Mon Nov  6 20:15:04 2023 +0000
Commit:     Haelwenn Monnier <contact <AT> hacktivis <DOT> me>
CommitDate: Mon Nov  6 20:15:04 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2796bee4

media-sound/tidal-hifi-bin: new package, add 5.7.1

Signed-off-by: Kostadin Shishmanov <kocelfc <AT> tutanota.com>

 media-sound/tidal-hifi-bin/Manifest                |   1 +
 media-sound/tidal-hifi-bin/files/tidal-hifi.png    | Bin 0 -> 9200 bytes
 media-sound/tidal-hifi-bin/metadata.xml            |  11 +++
 .../tidal-hifi-bin/tidal-hifi-bin-5.7.1.ebuild     |  98 +++++++++++++++++++++
 4 files changed, 110 insertions(+)

diff --git a/media-sound/tidal-hifi-bin/Manifest b/media-sound/tidal-hifi-bin/Manifest
new file mode 100644
index 0000000000..155099bf1e
--- /dev/null
+++ b/media-sound/tidal-hifi-bin/Manifest
@@ -0,0 +1 @@
+DIST tidal-hifi-bin-5.7.1.tar.gz 102968892 BLAKE2B 8f6399f9584f5d9e69bb7c5ca0cf47ae5b3f0e23d4052609c865f6552f4971345280bdc390a32cac0e5426e6d7109a3ad04866ea5fae7132c2d5460f1585c717 SHA512 b691161a061f6bfe5c88dbbb1f28dfc669ed889063a3a21f52cd3e1adc792fd6d267ca88c242c32bff1cedfd5e1b51e54163c522ebe6f2ee93216ede2cc66531

diff --git a/media-sound/tidal-hifi-bin/files/tidal-hifi.png b/media-sound/tidal-hifi-bin/files/tidal-hifi.png
new file mode 100644
index 0000000000..66a099ad7f
Binary files /dev/null and b/media-sound/tidal-hifi-bin/files/tidal-hifi.png differ

diff --git a/media-sound/tidal-hifi-bin/metadata.xml b/media-sound/tidal-hifi-bin/metadata.xml
new file mode 100644
index 0000000000..d4230f49fc
--- /dev/null
+++ b/media-sound/tidal-hifi-bin/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">
+		<email>kocelfc@tutanota.com</email>
+		<name>Kostadin Shishmanov</name>
+	</maintainer>
+	<upstream>
+		<remote-id type="github">Mastermindzh/tidal-hifi</remote-id>
+	</upstream>
+</pkgmetadata>

diff --git a/media-sound/tidal-hifi-bin/tidal-hifi-bin-5.7.1.ebuild b/media-sound/tidal-hifi-bin/tidal-hifi-bin-5.7.1.ebuild
new file mode 100644
index 0000000000..4d074cfc7b
--- /dev/null
+++ b/media-sound/tidal-hifi-bin/tidal-hifi-bin-5.7.1.ebuild
@@ -0,0 +1,98 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+MY_PN="${PN/-bin/}"
+
+CHROMIUM_VERSION="102"
+CHROMIUM_LANGS="
+	af am ar bg bn ca cs da de el en-GB en-US es es-419 et fa fi fil fr gu he hi
+	hr hu id it ja kn ko lt lv ml mr ms nb nl pl pt-BR pt-PT ro ru sk sl sr sv
+	sw ta te th tr uk ur vi zh-CN zh-TW
+"
+
+inherit chromium-2 desktop linux-info unpacker xdg
+
+DESCRIPTION="Web version of Tidal running in electron with Hi-Fi support thanks to Widevine."
+HOMEPAGE="https://github.com/Mastermindzh/tidal-hifi"
+SRC_URI="https://github.com/Mastermindzh/tidal-hifi/releases/download/${PV}/tidal-hifi-${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="amd64"
+
+RDEPEND="
+	>=app-accessibility/at-spi2-core-2.46.0:2
+	dev-libs/expat
+	dev-libs/glib:2
+	dev-libs/libgcrypt
+	dev-libs/nspr
+	dev-libs/nss
+	media-libs/fontconfig
+	media-libs/mesa[gbm(+)]
+	net-print/cups
+	sys-apps/dbus
+	sys-apps/util-linux
+	sys-libs/glibc
+	x11-libs/cairo
+	x11-libs/libdrm
+	x11-libs/gdk-pixbuf:2
+	x11-libs/gtk+:3
+	x11-libs/libX11
+	x11-libs/libXScrnSaver
+	x11-libs/libXcomposite
+	x11-libs/libXdamage
+	x11-libs/libXext
+	x11-libs/libXfixes
+	x11-libs/libXrandr
+	x11-libs/libxcb
+	x11-libs/libxkbcommon
+	x11-libs/libxshmfence
+	x11-libs/pango
+"
+
+DESTDIR="/opt/${PN}"
+
+QA_PREBUILT="*"
+
+CONFIG_CHECK="~USER_NS"
+
+S="${WORKDIR}/${MY_PN}-${PV}"
+
+src_configure() {
+	default
+	chromium_suid_sandbox_check_kernel_config
+}
+
+src_prepare() {
+	default
+	# cleanup languages
+	pushd "locales/" >/dev/null || die "location change for language cleanup failed"
+	chromium_remove_language_paks
+	popd >/dev/null || die "location reset for language cleanup failed"
+}
+
+src_install() {
+	doicon -s 256 "${FILESDIR}/${MY_PN}.png"
+
+	make_desktop_entry "/usr/bin/tidal-hifi" "TIDAL Hi-Fi" ${PN} "Network;AudioVideo;Audio;Video"
+
+	exeinto "${DESTDIR}"
+
+	doexe "${MY_PN}" chrome-sandbox libEGL.so libffmpeg.so libGLESv2.so libvk_swiftshader.so
+
+	insinto "${DESTDIR}"
+	doins chrome_100_percent.pak chrome_200_percent.pak icudtl.dat resources.pak snapshot_blob.bin v8_context_snapshot.bin
+	insopts -m0755
+	doins -r locales resources
+
+	# Chrome-sandbox requires the setuid bit to be specifically set.
+	# see https://github.com/electron/electron/issues/17972
+	fowners root "${DESTDIR}/chrome-sandbox"
+	fperms 4711 "${DESTDIR}/chrome-sandbox"
+
+	[[ -x chrome_crashpad_handler ]] && doins chrome_crashpad_handler
+
+	dosym "${DESTDIR}/${MY_PN}" "/usr/bin/${MY_PN}"
+}


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [gentoo-commits] repo/proj/guru:master commit in: media-sound/tidal-hifi-bin/files/, media-sound/tidal-hifi-bin/
@ 2024-09-12  9:37 David Roman
  0 siblings, 0 replies; 2+ messages in thread
From: David Roman @ 2024-09-12  9:37 UTC (permalink / raw
  To: gentoo-commits

commit:     98c4eef2bdb0e6b38e3f6ffb766bdb056f7cb6c7
Author:     Kostadin Shishmanov <kocelfc <AT> tutanota <DOT> com>
AuthorDate: Wed Sep 11 14:50:01 2024 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Wed Sep 11 14:50:01 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=98c4eef2

media-sound/tidal-hifi-bin: add .desktop file and USE=wayland

Signed-off-by: Kostadin Shishmanov <kocelfc <AT> tutanota.com>

 .../tidal-hifi-bin/files/tidal-hifi.desktop        |  10 ++
 .../tidal-hifi-bin/tidal-hifi-bin-5.16.0-r1.ebuild | 109 +++++++++++++++++++++
 2 files changed, 119 insertions(+)

diff --git a/media-sound/tidal-hifi-bin/files/tidal-hifi.desktop b/media-sound/tidal-hifi-bin/files/tidal-hifi.desktop
new file mode 100644
index 000000000..56e22e8e6
--- /dev/null
+++ b/media-sound/tidal-hifi-bin/files/tidal-hifi.desktop
@@ -0,0 +1,10 @@
+[Desktop Entry]
+Name=TIDAL Hi-Fi
+Type=Application
+Comment=Web version of Tidal running in electron with Hi-Fi support thanks to Widevine.
+Exec=/usr/bin/tidal-hifi @exec_extra_flags@
+Icon=tidal-hifi
+Categories=Network;AudioVideo;Audio;Video;
+StartupWMClass=tidal-hifi
+X-PulseAudio-Properties=media.role=music
+MimeType=x-scheme-handler/tidal;

diff --git a/media-sound/tidal-hifi-bin/tidal-hifi-bin-5.16.0-r1.ebuild b/media-sound/tidal-hifi-bin/tidal-hifi-bin-5.16.0-r1.ebuild
new file mode 100644
index 000000000..68df90d38
--- /dev/null
+++ b/media-sound/tidal-hifi-bin/tidal-hifi-bin-5.16.0-r1.ebuild
@@ -0,0 +1,109 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+MY_PN="${PN/-bin/}"
+
+CHROMIUM_LANGS="
+	af am ar bg bn ca cs da de el en-GB en-US es es-419 et fa fi fil fr gu he hi
+	hr hu id it ja kn ko lt lv ml mr ms nb nl pl pt-BR pt-PT ro ru sk sl sr sv
+	sw ta te th tr uk ur vi zh-CN zh-TW
+"
+
+inherit chromium-2 desktop linux-info unpacker xdg
+
+DESCRIPTION="Web version of Tidal running in electron with Hi-Fi support thanks to Widevine."
+HOMEPAGE="https://github.com/Mastermindzh/tidal-hifi"
+SRC_URI="https://github.com/Mastermindzh/tidal-hifi/releases/download/${PV}/tidal-hifi-${PV}.tar.gz -> ${P}.tar.gz"
+
+S="${WORKDIR}/${MY_PN}-${PV}"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="wayland"
+
+RDEPEND="
+	>=app-accessibility/at-spi2-core-2.46.0:2
+	dev-libs/expat
+	dev-libs/glib:2
+	dev-libs/libgcrypt
+	dev-libs/nspr
+	dev-libs/nss
+	media-libs/alsa-lib
+	media-libs/fontconfig
+	media-libs/mesa[gbm(+)]
+	net-print/cups
+	sys-apps/dbus
+	sys-apps/util-linux
+	sys-libs/glibc
+	x11-libs/cairo
+	x11-libs/libdrm
+	x11-libs/gdk-pixbuf:2
+	x11-libs/gtk+:3
+	x11-libs/libX11
+	x11-libs/libXScrnSaver
+	x11-libs/libXcomposite
+	x11-libs/libXdamage
+	x11-libs/libXext
+	x11-libs/libXfixes
+	x11-libs/libXrandr
+	x11-libs/libxcb
+	x11-libs/libxkbcommon
+	x11-libs/libxshmfence
+	x11-libs/pango
+"
+
+DESTDIR="/opt/${PN}"
+
+QA_PREBUILT="*"
+
+CONFIG_CHECK="~USER_NS"
+
+src_configure() {
+	default
+	chromium_suid_sandbox_check_kernel_config
+}
+
+src_prepare() {
+	default
+	# cleanup languages
+	pushd "locales/" >/dev/null || die "location change for language cleanup failed"
+	chromium_remove_language_paks
+	popd >/dev/null || die "location reset for language cleanup failed"
+	rm -rf "${S}"/resources/app.asar.unpacked/node_modules/{abstract-socket,register-scheme}/build/node_gyp_bins || die
+}
+
+src_install() {
+	doicon -s 256 "${FILESDIR}/${MY_PN}.png"
+
+	local EXEC_EXTRA_FLAGS=()
+	if use wayland; then
+		EXEC_EXTRA_FLAGS+=( "--ozone-platform-hint=auto" )
+	fi
+
+	sed "s|@exec_extra_flags@|${EXEC_EXTRA_FLAGS[*]}|g" \
+		"${FILESDIR}/tidal-hifi.desktop" \
+		> "${T}/tidal-hifi.desktop" || die
+
+	domenu "${T}/tidal-hifi.desktop"
+
+	exeinto "${DESTDIR}"
+
+	doexe "${MY_PN}" chrome-sandbox libEGL.so libffmpeg.so libGLESv2.so libvk_swiftshader.so
+
+	insinto "${DESTDIR}"
+	doins chrome_100_percent.pak chrome_200_percent.pak icudtl.dat resources.pak snapshot_blob.bin v8_context_snapshot.bin
+	insopts -m0755
+	doins -r locales resources
+
+	# Chrome-sandbox requires the setuid bit to be specifically set.
+	# see https://github.com/electron/electron/issues/17972
+	fowners root "${DESTDIR}/chrome-sandbox"
+	fperms 4711 "${DESTDIR}/chrome-sandbox"
+
+	[[ -x chrome_crashpad_handler ]] && doins chrome_crashpad_handler
+
+	dosym -r "${DESTDIR}/${MY_PN}" "/usr/bin/${MY_PN}"
+}


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-09-12  9:37 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-11-09  3:11 [gentoo-commits] repo/proj/guru:master commit in: media-sound/tidal-hifi-bin/files/, media-sound/tidal-hifi-bin/ Haelwenn Monnier
  -- strict thread matches above, loose matches on Subject: below --
2024-09-12  9:37 David Roman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox