Search Criteria
Package Details: freetube 0.22.0-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/freetube.git (read-only, click to copy) |
---|---|
Package Base: | freetube |
Description: | An open source desktop YouTube player built with privacy in mind. |
Upstream URL: | https://freetubeapp.io |
Licenses: | AGPL3 |
Submitter: | picokan |
Maintainer: | picokan |
Last Packager: | picokan |
Votes: | 70 |
Popularity: | 1.69 |
First Submitted: | 2020-10-02 22:19 (UTC) |
Last Updated: | 2024-10-29 06:49 (UTC) |
Dependencies (3)
- electron32 (electron32-binAUR)
- nodejs (nodejs-lts-fermiumAUR, nodejs-gitAUR, python-nodejs-wheelAUR, nodejs-lts-hydrogen, nodejs-lts-iron) (make)
- yarn (yarn-pnpm-corepackAUR, corepackerAUR, yarn-berryAUR) (make)
Latest Comments
« First ‹ Previous 1 .. 6 7 8 9 10 11 12 13 Next › Last »
picokan commented on 2021-03-13 19:31 (UTC) (edited on 2021-03-13 19:31 (UTC) by picokan)
@marcih Thank you for all of the information. Unfortunately, I don't know what's causing
sh -c node-gyp rebuild
. If you made changes to the PKGBUILD to fix some of my errors you may have accidentally written something that leads to that error. As for the sed command, the purpose was to have the freetube package use the system electron if available, and I thought that sed was necessary as I saw it being used on one of the packages mentioned here. After re-reading it and a bit of testing, I've changed the way it's done to something that won't stop working as intended as soon as Freetube changes it's target electron version or the system electron package is updated. Lastly, since this is already using makepkg, I don't think telling makepkg to make a pacman package of the pacman package electron made will work, but I haven't tried. The rest of the recommended changes have been applied, thank you to all who helped me.ZorinArch commented on 2021-03-08 09:10 (UTC)
update line 15 to
source=(https://github.com/FreeTubeApp/FreeTube/archive/v$pkgver-beta.tar.gz
marcih commented on 2021-03-07 16:00 (UTC)
Again, FYI, freetube has moved to electron 12, making line 23 of the PKGBUILD obsolete - in fact: a) freetube hasn't used electron v11.1.0 since 0.10.0; b) the regex itself is written wrong, the comma should be after the double quotes.
I don't know what the reasoning was to removing the build dependency on electron and whether it is still necessary, but if you want to keep it removed then line 23 ought to be:
sed -i 's@"electron": "^12.0.0",@@g' "$srcdir/$_pkgname-$pkgver-beta/package.json"
Also, question: since the build system can output what seems to be a pacman package directly (see "package-only-necessary.diff"), can we not somehow use that?
AndyRTR commented on 2021-03-07 12:00 (UTC)
New release builds well in a clean chroot on x86_64. Please add %U to .desktop file as suggested. I've confirmed this working to open links from Firefox using privacy redirect extension.
marcih commented on 2021-03-07 11:40 (UTC) (edited on 2021-03-07 15:27 (UTC) by marcih)
0.12.0-1 doesn't build for me on Manjaro aarch64:
Any ideas?
marcih commented on 2021-03-07 11:11 (UTC)
I appreciate the addition of ARM to supported architectures but please note that, in context of a PKGBUILD, "arm" is not a catch-all for all ARM arches, it defines specifically armv5; building natively on a PinePhone (aarch64) therefore still complains about unsupported architecture.
See also: https://wiki.archlinux.org/index.php/PKGBUILD#arch
marcih commented on 2021-03-07 11:03 (UTC) (edited on 2021-03-07 11:04 (UTC) by marcih)
FYI, in order to handle "freetube" URI schemes properly, the "Exec" entry should have a "%U" after the command, see desktop file from upstream deb pacakge:
Autodidaddy commented on 2021-03-06 16:36 (UTC)
Doesn't build;
npm ERR! semver.simplifyRange is not a function
malcolm commented on 2021-02-15 03:08 (UTC) (edited on 2021-02-15 03:08 (UTC) by malcolm)
The freetube.desktop file of the maintainer builds has the MimeType field, could you add it as well?
greektex commented on 2021-01-22 20:54 (UTC)
@picokan Yes, I can confirm this was an issue with the app itself, and it is resolved with the next release, 0.11.2 beta, as reported in this ticket:
https://github.com/FreeTubeApp/FreeTube/issues/948
« First ‹ Previous 1 .. 6 7 8 9 10 11 12 13 Next › Last »