New repository for Ladybird:
Search Criteria
Package Details: ladybird 20250312-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/ladybird.git (read-only, click to copy) |
---|---|
Package Base: | ladybird |
Description: | Truly independent web browser |
Upstream URL: | https://github.com/LadybirdBrowser/ladybird |
Licenses: | BSD-2-Clause |
Submitter: | arojas |
Maintainer: | CxByte |
Last Packager: | timschumi |
Votes: | 31 |
Popularity: | 3.64 |
First Submitted: | 2023-04-01 08:36 (UTC) |
Last Updated: | 2025-03-12 12:05 (UTC) |
Dependencies (17)
- curl (curl-gitAUR, curl-c-aresAUR)
- ffmpeg (ffmpeg-nvcodec-11-1-gitAUR, ffmpeg-cudaAUR, ffmpeg-ffplayoutAUR, ffmpeg-headlessAUR, ffmpeg-fullAUR, ffmpeg-decklinkAUR, ffmpeg-amd-fullAUR, ffmpeg-gitAUR, ffmpeg-full-gitAUR, ffmpeg-amd-full-gitAUR, ffmpeg-obsAUR, ffmpeg-libfdk_aacAUR)
- libgl (libglvnd-gitAUR, amdgpu-pro-oglp-legacyAUR, nvidia-340xx-utilsAUR, amdgpu-pro-oglpAUR, libglvnd)
- qt6-base (qt6-base-gitAUR, qt6-base-headlessAUR)
- qt6-multimedia
- qt6-tools
- qt6-wayland
- ttf-liberation (ttf-defenestrationAUR)
- autoconf-archive (autoconf-archive-gitAUR) (make)
- automake (automake-gitAUR) (make)
- cmake (cmake-gitAUR, cmake3AUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- nasm (nasm-gitAUR) (make)
- ninja (ninja-kitwareAUR, ninja-memAUR, ninja-fuchsia-gitAUR, ninja-gitAUR, ninja-jobserverAUR) (make)
- tar (tar-gitAUR) (make)
- unzip (unzip-natspecAUR, unzip-zstdAUR, unzip-bsdunzip-symlinkAUR) (make)
- zip (zip-natspecAUR) (make)
Required by (0)
Sources (3)
MortimerHoughton commented on 2024-06-03 22:09 (UTC)
jdrdan commented on 2023-11-13 20:50 (UTC) (edited on 2023-11-13 20:51 (UTC) by jdrdan)
Changed my PKGBUILD to add some options to cmake to fix detection of thread support on aarch64.
cmake \
-B build \
-S 'serenity/Ladybird' \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX='/usr' \
-DCMAKE_THREAD_LIBS_INIT="pthread" \
-DCMAKE_HAVE_THREADS_LIBRARY=1 \
-DCMAKE_USE_WIN32_THREADS_INIT=0 \
-DCMAKE_USE_PTHREADS_INIT=1 \
-DTHREADS_PREFER_PTHREAD_FLAG=ON \
-GNinja \
-Wno-dev
Pinned Comments
timschumi commented on 2025-02-14 07:21 (UTC)
There is no new tagged (or otherwise differentiable) version to update to. Existing bumps to arbitrary revisions have been done whenever I get around to it to avoid the package falling into complete disrepair (which would cause it to be deleted and most likely recreated by some third party) and to make sure that people who don't pay attention don't get a version that is years out of date. The actual package has always been ladybird-git, and that will remain the case for the foreseeable future as well.