Package Details: freetube-git 0.21.3.beta.r7120.3385f63-2

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.79
First Submitted: 2020-10-01 22:23 (UTC)
Last Updated: 2024-10-08 20:29 (UTC)

Latest Comments

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

italoghost commented on 2023-04-04 00:18 (UTC)

Hi, @picokan! I presume it was a problem with upstream, as it resolved by itself! Now there is another problem in upstream while compiling that seems to be related to the translations!

> freetube@0.18.0 pack:main
> webpack --mode=production --node-env=production --config _scripts/webpack.main.config.js

[webpack-cli] Failed to load '/home/ghost/.cache/paru/clone/freetube-git/src/FreeTube/_scripts/webpack.renderer.config.js' config
[webpack-cli] YAMLException: can not read an implicit mapping pair; a colon is missed (332:3)

 329 |     Mimetype: Tipo de medio
 330 | Videos:
 331 |   #& Sort By
 332 | {}
---------^
 333 | Playlist:
 334 |   #& About

I will wait a few more days and if it is not solved until then I will open an issue!

picokan commented on 2023-03-30 09:26 (UTC)

@italoghost I can't replicate that bug, but for some reason your app.asar file is not where it should be in /usr/lib. Can you confirm the file is missing there and if reinstalling works?

italoghost commented on 2023-03-19 16:44 (UTC)

Hi! When I try to launch the application, I receive the following error:

Error launching app
Unable to find Electron app at /usr/lib/freetube-git/app.asar

Cannot find module '/usr/lib/freetube-git/app.asar/dist/main.js'. Please verify that the package.json has a valid "main" entry

I wonder if it the electron dependency is mismatching the one specified on the main.js.

picokan commented on 2023-03-01 19:41 (UTC)

@curben That works pretty well, thanks!

curben commented on 2023-02-27 11:21 (UTC)

Upstream does tagging inconsistently, the default branch is 'development' but tags newer than v0.13.1-beta are in 'master' branch. The following pkgver() grabs the latest tag and number of revisions from all branches, and the latest commit hash of the default branch.

pkgver() {
  cd "$srcdir/$_pkgname"
  printf "%s.r%s.%s" "$(git tag --sort=committerdate | tail -1 | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g')" "$(git rev-list --count HEAD)" "$(git rev-parse --short=7 HEAD)"
}

Outputs 0.18.0.beta.r4469.4ad3ec2

italoghost commented on 2022-12-31 18:18 (UTC)

Hi! They changed again the year on the build.js file, on line 44, from 2022 to 2023:

From

  copyright: 'Copyleft © 2020-2022 freetubeapp@protonmail.com',

To

  copyright: 'Copyleft © 2020-2023 freetubeapp@protonmail.com',

Could you update the package-only-necessary.diff file?

Thanks!

picokan commented on 2022-11-21 15:45 (UTC)

Fixed, sorry it took me so long.

italoghost commented on 2022-11-06 15:21 (UTC)

Hi! There was a change to the build.js file. They changed the year, on line 44, from 2021 to 2022:

From

  copyright: 'Copyleft © 2020-2021 freetubeapp@protonmail.com',

To

  copyright: 'Copyleft © 2020-2022 freetubeapp@protonmail.com',

Could you update the package-only-necessary.diff file?

Thanks!

picokan commented on 2022-10-29 14:21 (UTC)

Odd, I don't know why this started happening. Should be fixed now.

italoghost commented on 2022-10-26 01:12 (UTC)

Hi! There was a mismatch between the desktop icon and the active opened icon. Adding StartupWMClass=FreeTube to the .desktop file solved this issue.

Could you add it?