Search Criteria
Package Details: freetube-git 0.23.12.beta.r9678.fa84298-2
Package Actions
| Git Clone URL: | https://aur.archlinux.org/freetube-git.git (read-only, click to copy) |
|---|---|
| Package Base: | freetube-git |
| Description: | An open source desktop YouTube player built with privacy in mind - built from git source tree. |
| Upstream URL: | https://freetubeapp.io |
| Licenses: | AGPL-3.0-or-later |
| Conflicts: | freetube |
| Provides: | freetube |
| Submitter: | picokan |
| Maintainer: | picokan |
| Last Packager: | picokan |
| Votes: | 21 |
| Popularity: | 0.010858 |
| First Submitted: | 2020-10-01 22:23 (UTC) |
| Last Updated: | 2026-02-04 09:13 (UTC) |
Dependencies (4)
- electron40 (electron40-binAUR)
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
- npm (python-nodejs-wheelAUR, npm-corepackAUR) (make)
- yarn (yarn-berryAUR, yarn-corepackAUR) (make)
Required by (1)
- chromium-extension-privacy-redirect-av (requires freetube) (make)
Latest Comments
1 2 3 4 5 6 .. 9 Next › Last »
D3SOX commented on 2026-02-04 11:02 (UTC) (edited on 2026-02-04 11:45 (UTC) by D3SOX)
Just a heads-up for those experiencing an overexposed web view after the Electron 40 update when moving the window between HDR and SDR displays or on SDR screens at 100% brightness (Wayland-only):
A workaround for this is passing
--disable-features=WaylandWpColorManagerV1Upstream bug: https://github.com/electron/electron/issues/49566
picokan commented on 2026-02-04 08:57 (UTC)
Upstream uses
yarn installinstead ofnpm installwhich just ignores those dependency errors. It prints out a warning saying these problems exists, but it keeps going, so I might have to change the PKGBUILD to use yarn too.picokan commented on 2026-02-04 08:47 (UTC) (edited on 2026-02-04 08:48 (UTC) by picokan)
@AndyRTR I'm surprised there are no reports for this upstream, because it should be happening there too. They changed the
stylelintdependency version to 17.x two weeks ago, butstylelint-config-sass-guidelinesonly released a version that supports 17.x versions ofstylelint3 days ago.The build fails because it looks for a 16.x version of stylelint but the installed one is too recent.
AndyRTR commented on 2026-02-03 10:53 (UTC)
I'm getting an error about stylelint@"^16.1.0" | stylelint@"^17.0.0" unresolvable for some time now. I cannot find this issue upstream so far. Is this Arch/electron v39/v40 related or actually broken upstream?
D3SOX commented on 2025-12-30 00:38 (UTC) (edited on 2026-01-24 07:19 (UTC) by D3SOX)
Upstream updated Electron to version 40. Package needs adjusting
picokan commented on 2025-09-23 07:40 (UTC)
Sorry, yarn was hiddenly installed in my system so I didn't realise this dependency was added.
ynakao commented on 2025-09-22 21:31 (UTC) (edited on 2025-09-25 13:05 (UTC) by ynakao)
@picokan you replaced
yarnwithnpminmakedepends, but it seems it still needsyarnto build the package. (edit: I wrote wrongyarnandnpmposition, sorry.)@rwd2 I think it doesn't need to add
yarnindepends. Build is succeeded even whenyarnis only inmakedepends, becausedependshave nothing to do with build process.rwd2 commented on 2025-09-22 08:28 (UTC) (edited on 2025-09-22 09:17 (UTC) by rwd2)
It failed to build unless I added yarn to 'depends', not just to makedepends. Also I noticed the build script mentioned "11 vulnerabilities (7 low, 4 moderate)". That doesn't look very assuring, though I know that is an upstream issue.
ynakao commented on 2025-09-21 21:59 (UTC)
You need to add
npmto makedepends, otherwise build() fails.1 2 3 4 5 6 .. 9 Next › Last »