aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKostadin Shishmanov <kocelfc@tutanota.com>2023-11-10 18:16:44 +0200
committerKostadin Shishmanov <kocelfc@tutanota.com>2023-11-10 18:16:44 +0200
commitd976fa6d68f6f2cfed233619b06eb00533d0a263 (patch)
tree188f9d4c685faa8af880dc9d032a21230f552866 /media-sound/tidal-hifi-bin
parentnet-libs/ulfius: Remove DOWNLOAD_DEPENDENCIES (diff)
downloadguru-d976fa6d68f6f2cfed233619b06eb00533d0a263.tar.gz
guru-d976fa6d68f6f2cfed233619b06eb00533d0a263.tar.bz2
guru-d976fa6d68f6f2cfed233619b06eb00533d0a263.zip
media-sound/tidal-hifi-bin: add media-libs/alsa-lib dependency, remove broken python symlink
Closes: https://bugs.gentoo.org/917077 Closes: https://bugs.gentoo.org/917078 Signed-off-by: Kostadin Shishmanov <kocelfc@tutanota.com>
Diffstat (limited to 'media-sound/tidal-hifi-bin')
-rw-r--r--media-sound/tidal-hifi-bin/tidal-hifi-bin-5.7.1.ebuild3
1 files changed, 2 insertions, 1 deletions
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
index 4d074cfc7..a3c114773 100644
--- 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
@@ -5,7 +5,6 @@ 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
@@ -29,6 +28,7 @@ RDEPEND="
dev-libs/libgcrypt
dev-libs/nspr
dev-libs/nss
+ media-libs/alsa-lib
media-libs/fontconfig
media-libs/mesa[gbm(+)]
net-print/cups
@@ -71,6 +71,7 @@ src_prepare() {
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/register-scheme/build/node_gyp_bins || die
}
src_install() {