Search Criteria
Package Details: librewolf 133.0.3-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/librewolf.git (read-only, click to copy) |
---|---|
Package Base: | librewolf |
Description: | Community-maintained fork of Firefox, focused on privacy, security and freedom. |
Upstream URL: | https://librewolf.net/ |
Keywords: | browser web |
Licenses: | GPL, MPL, LGPL |
Submitter: | lsf |
Maintainer: | lsf |
Last Packager: | lsf |
Votes: | 144 |
Popularity: | 4.35 |
First Submitted: | 2019-06-14 18:41 (UTC) |
Last Updated: | 2024-12-15 09:44 (UTC) |
Dependencies (58)
- alsa-lib
- at-spi2-core (at-spi2-core-gitAUR)
- bash (bash-devel-static-gitAUR, bash-devel-gitAUR, busybox-coreutilsAUR, bash-gitAUR)
- cairo (cairo-gitAUR)
- dbus (dbus-gitAUR, dbus-selinuxAUR)
- ffmpeg (ffmpeg-nvcodec-11-1-gitAUR, ffmpeg-cudaAUR, ffmpeg-fullAUR, ffmpeg-decklinkAUR, ffmpeg-amd-fullAUR, ffmpeg-libfdk_aacAUR, ffmpeg-ffplayoutAUR, ffmpeg-full-gitAUR, ffmpeg-gitAUR, ffmpeg-headlessAUR, ffmpeg-amd-full-gitAUR, ffmpeg-obsAUR)
- fontconfig (fontconfig-gitAUR, fontconfig-ubuntuAUR)
- freetype2 (freetype2-qdoledAUR, freetype2-macosAUR, freetype2-gitAUR)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- gdk-pixbuf2 (gdk-pixbuf2-gitAUR)
- glib2 (glib2-gitAUR, glib2-selinuxAUR, glib2-patched-thumbnailerAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR, glibc-eac-rocoAUR)
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classicAUR, gtk3-classic-xfceAUR, gtk3-patched-filechooser-icon-viewAUR)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- libpulse (pulseaudio-dummyAUR, libpulse-gitAUR)
- libx11 (libx11-gitAUR)
- libxcb (libxcb-gitAUR)
- libxcomposite
- libxdamage
- libxext (libxext-gitAUR)
- Show 38 more dependencies...
Required by (27)
- edge-frfox (optional)
- ff2mpv-go-git (optional)
- ff2mpv-rust (optional)
- firefox-gnome-theme (optional)
- librewolf-comment-out-cfg-hook
- librewolf-extension-bitwarden-bin
- librewolf-extension-bitwarden-git (optional)
- librewolf-extension-darkreader
- librewolf-extension-darkreader-bin
- librewolf-extension-gnome-shell-integration
- librewolf-extension-istilldontcareaboutcookies-bin
- librewolf-extension-kagisearch-bin
- librewolf-extension-localcdn-bin
- librewolf-extension-plasma-integration
- librewolf-extension-return-youtube-dislike-bin
- librewolf-extension-tridactyl-bin
- librewolf-extension-ublock-origin-bin
- librewolf-extension-uget-integration-bin
- librewolf-extension-vimiumc-bin
- librewolf-extension-xdman8-browser-monitor-bin
- Show 7 more...
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 11 12 .. 28 Next › Last »
unphysicalix commented on 2023-06-09 18:40 (UTC)
Hi @NeWolf, I also tried to compile and it crashes on "--crate-name shift" which gets killed by -9 (segfault). On my machine it seems to be the docker container that I run try to compile it in. Doing the same thing on a different (more potent, less virtualized) machine also in a docker container goes through.
Same thing happens for trying to compile icecat. So, might be a hint: more RAM, more CPU, more SWAP, more HDD, less virtualization. Tell me, if you found your reason.
NeWolf commented on 2023-05-16 11:28 (UTC)
failed to compile in manjaro:
karolyi commented on 2023-04-20 15:26 (UTC)
@lsf, may I please inquire what CI you use to build the binaries? I need to set up my own patched compilation of librewolf.
lsf commented on 2023-04-17 07:27 (UTC)
@Luziferus: a somewhat late thanks for your info – that was indeed an issue and your solution would've fixed it, but before I got around to changing that, manjaro seemed to have updated to ffmpeg 6, too, so it solved itself :D
Luziferus666 commented on 2023-03-28 07:28 (UTC) (edited on 2023-03-28 07:28 (UTC) by Luziferus666)
@lsf you're right. I had no
base-devel
installed. Strange.The _ffmpeg_ver issue is that it's
2:5.1.2-1
with two dots._ffmpeg_ver="${_ffmpeg_ver#*:}"
removes the2:
and we result in5.1.2-1
_ffmpeg_ver="${_ffmpeg_ver%.*}"
removes the last.2-1
and we end up having5.1
which is still not a number :)I guess the version shall not go beyond two dots meaning calling
_ffmpeg_ver="${_ffmpeg_ver%.*}"
two times shall fix that long versions issue.lsf commented on 2023-03-28 07:09 (UTC)
Both are odd errors:
should cut the string down to the major ffmpeg version number, and with that,
-gt 5
should work. At least it did in my tests?patch
should come with https://archlinux.org/packages/core/any/base-devel/, which is more or less a requirement for building things from the AUR anyway, which is why it wouldn't be added as a dependency, as it's assumed installed at this point.Still probably helpful should anyone else come upon those issues, so thanks for pointing out solutions :)
Luziferus666 commented on 2023-03-28 06:50 (UTC) (edited on 2023-03-28 06:55 (UTC) by Luziferus666)
The current latest version (111.0.1-1) build fails with these two issues in Manjaro Linux (kernel 6.2.7-2):
#if [ "${_ffmpeg_ver}" -gt 5 ]; then
<- number expectedpacman -Qi ffmpeg | gawk '/Version/{print $3}'
is not a number. it's a string. For current Manjaro version it's2:5.1.2-1
patch command not found
Bitals commented on 2023-02-20 10:58 (UTC)
Manually redownloaded it again, indeed an incorrect checksum.
OdinVex commented on 2023-02-13 14:01 (UTC)
@karolyi, Brand new up-to-date no-changes installations would fail. Already figured it out, see below or my previous post which had solution, too.
@eclairevoyant, I did use makepkg -si, still failed, I already found out what the issue was. Someone has assumed trust over one of the gpg keys not listed, or has removed trust. The key, though imported, wasn't trusted at all. The asc verification that happens automatically is what was failing due to trust issue. Added marginal trust, the package could be built. Tried on a brand-new VM of Manjaro after adding key and trusting it, works.
karolyi commented on 2023-02-13 10:12 (UTC)
@odinvex,
that is an error on your end. I build this package for myself every time (since I use the allow_dark_preference_with_rfp.patch), and aside from the recent build error that happened to everyone, it builds just fine.
Your best bet is to try and see if executing the same command as the PKGBUILD does, fails in a shell, and if yes, why.
« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 11 12 .. 28 Next › Last »