Search Criteria
Package Details: freetube-git 0.23.1.beta.r8024.ee1708f-1
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.068129 |
First Submitted: | 2020-10-01 22:23 (UTC) |
Last Updated: | 2025-02-01 09:13 (UTC) |
Dependencies (3)
- electron34 (electron34-binAUR)
- git (git-gitAUR, git-glAUR) (make)
- yarn (yarn-pnpm-corepackAUR, corepackerAUR, yarn-berryAUR) (make)
Required by (1)
- chromium-extension-privacy-redirect-av (requires freetube) (make)
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 Next › Last »
G3ro commented on 2022-05-17 13:19 (UTC)
@picokan I think this needs some updates. pkgver is now 0.16.0.beta
But more importantly, electron16 or electron17 needs to be used, electron18 seems to cause errors.
picokan commented on 2021-09-08 08:37 (UTC)
Sorry for the multiple updates in quick succession, but Arch very recently changed the electron package to be using version 14, which has caused multiple bugs in Freetube.
The default version of electron in Freetube (e.g. for pre-compiled binaries) is likely to be changed back to 13, and I'm also changing the diff files and dependencies here to use it.
picokan commented on 2021-07-04 20:41 (UTC)
@moita I couldn't replicate your problem, but I did find a problem with the current .diff file and the current build.js file that should be fixed now.
I did notice that the path
/home/user/.cache/yay/freetube-git/src/FreeTube/dist/linux-unpacked/resources/app.asar
is wrong, it should be/home/user/.cache/yay/freetube-git/src/FreeTube/**build**/linux-unpacked/resources/app.asar
, but I don't know what could cause that path to be changed.moita commented on 2021-07-02 14:23 (UTC) (edited on 2021-07-02 14:32 (UTC) by moita)
I'm having problems with git build recently, any ideas?
picokan commented on 2021-05-01 14:23 (UTC) (edited on 2021-05-01 14:50 (UTC) by picokan)
The most recent error that kept Freetube from compiling was due to a new version of nodejs breaking something. For the mean time, freetube and freetube-git will use node-lts-fermium as a dependency instead.
ZorinArch commented on 2021-04-29 09:04 (UTC)
get this error
cp: cannot stat './FreeTube/build/linux-unpacked/resources/app.asar': No such file or directory
picokan commented on 2021-04-26 09:34 (UTC)
@AndyRTR Compilation is failing on my machine even when compiling manually. This looks like it's a bug from the program itself, I'll try contacting the developer.
AndyRTR commented on 2021-04-22 10:42 (UTC)
A fresh git build in a clean chroot fails here. Maybe you know a quick fix? ```renderer (webpack 5.24.3) compiled successfully in 15806 ms
• electron-builder version=22.10.5 os=5.10.32-1-lts • electron-rebuild not required if you use electron-builder, please consider to remove excess dependency from devDependencies
To ensure your native dependencies are always matched electron version, simply add script
"postinstall": "electron-builder install-app-deps" to your
package.json` • rebuilding native dependencies dependencies=node-expat@2.3.18 platform=linux arch=x64 • packaging platform=linux arch=x64 electron=12.0.0 appOutDir=build/linux-unpacked • copying Electron source=/usr/lib/electron destination=/build/freetube-git/src/FreeTube/build/linux-unpacked Error: editions-autoloader-none-broadened: Unable to determine a suitable edition, even after broadening. at new Errlop (/build/freetube-git/src/FreeTube/node_modules/errlop/edition-es5/index.js:61:18) at Object.errtion (/build/freetube-git/src/FreeTube/node_modules/editions/edition-es5/util.js:23:14) at determineEdition (/build/freetube-git/src/FreeTube/node_modules/editions/edition-es5/index.js:317:21) at solicitEdition (/build/freetube-git/src/FreeTube/node_modules/editions/edition-es5/index.js:350:16) at Object.requirePackage (/build/freetube-git/src/FreeTube/node_modules/editions/edition-es5/index.js:364:9) at Object.<anonymous> (/build/freetube-git/src/FreeTube/node_modules/istextorbinary/index.cjs:4:38) at Module._compile (node:internal/modules/cjs/loader:1108:14) at Object.Module._extensions..js (node:internal/modules/cjs/loader:1137:10) at Module.load (node:internal/modules/cjs/loader:988:32) at Function.Module._load (node:internal/modules/cjs/loader:828:14) at Module.require (node:internal/modules/cjs/loader:1012:19) at require (node:internal/modules/cjs/helpers:93:18) at Object.<anonymous> (/build/freetube-git/src/FreeTube/node_modules/app-builder-lib/electron-osx-sign/util.js:135:22) at Module._compile (node:internal/modules/cjs/loader:1108:14) at Object.Module._extensions..js (node:internal/modules/cjs/loader:1137:10) at Module.load (node:internal/modules/cjs/loader:988:32) ↳ Error: editions-autoloader-none-suitable: Unable to determine a suitable edition, as none were suitable. ... ```« First ‹ Previous 1 2 3 4 5 6 Next › Last »