Package Details: freetube-git 0.20.0.beta.r6718.ac3ed8d-1

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: 20
Popularity: 0.41
First Submitted: 2020-10-01 22:23 (UTC)
Last Updated: 2024-06-15 07:42 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 Next › Last »

AndyRTR commented on 2022-08-31 18:49 (UTC)

It should now be safe to switch to latest electron (v20) - I've done a local build and basic testing seems show no regressions.

https://github.com/FreeTubeApp/FreeTube/commit/680abbebd81dbe746105c931523ed3082bc0302c

G3ro commented on 2022-06-20 13:39 (UTC)

@picokan Thank you for updating (and maintaining by the way). Version 17 release sounds good, I assume upstream wants to do some testing before releasing it, but it should indeed be released soon.

Regarding the version, so I understand that it is an upstream problem? They still have 0.13.1 written somewhere in the git files?

picokan commented on 2022-06-18 21:14 (UTC)

@G3ro Thank you, I didn't realise that wasn't working because I still had electron installed. Also I was thinking of using the version 17 of freetube that's going to be released soon to make this change.

The version displayed for a -git package doesn't matter since you know it always pulls the latest commit. Right now I use "git describe --long --tags" for versioning which, if you use it yourself on the latest commit, will print 0.13.1.etc.

G3ro commented on 2022-06-18 19:45 (UTC) (edited on 2022-06-18 19:47 (UTC) by G3ro)

@picokan There are more changes needed for electron16:

  • in freetube.sh: exec electron16
  • in package-only-necessary.diff: electronDist: '/usr/lib/electron16',

It would also be nice to have these changes for the stable "freetube" package too, and also a version change for this package (freetube-git) which is now v0.17.0 (commit ae654a15).

@malcolm Regarding video acceleration you could open a bug report upstream.

malcolm commented on 2022-06-18 01:00 (UTC)

hardware video acceleration seems to be broken in version 17. at least for me it doesn't work

I also think it is ideal to follow upstream and set electron16 as a dependency

G3ro commented on 2022-06-12 12:51 (UTC)

@picokan: Yes I know that, still it would be good to change the version, also for reasons of installing etc.

I remember that it did not work for me, there were also some upstream reports etc. Anyway upstream suggests to use the recommended version of electron, so that errors, bugs etc. are avoided.

picokan commented on 2022-06-10 14:55 (UTC)

@G3r0 Since this is a git package, it will always download the latest commit from github and install that, so the 0.13.1.beta you see is just the version this was when I last made a change to the PKGBUILD.

Can you tell me what errors are happening? Right now I'm using this package with electron18 and I haven't come across any errors.

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.