Search Criteria
Package Details: cef-minimal 119.4.3-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/cef-minimal.git (read-only, click to copy) |
---|---|
Package Base: | cef-minimal |
Description: | Chromium Embedded Framework minimal release |
Upstream URL: | https://bitbucket.org/chromiumembedded/cef |
Keywords: | cef chromium embedded framework library |
Licenses: | BSD |
Conflicts: | cef-git, cef-standard |
Provides: | cef |
Submitter: | NexAdn |
Maintainer: | None |
Last Packager: | tiziodcaio |
Votes: | 14 |
Popularity: | 0.006321 |
First Submitted: | 2017-05-01 11:49 (UTC) |
Last Updated: | 2024-02-03 21:27 (UTC) |
Dependencies (13)
- alsa-lib
- at-spi2-atk (at-spi2-core-gitAUR, at-spi2-core)
- dbus (dbus-gitAUR, dbus-selinuxAUR)
- libglvnd (libglvnd-gitAUR)
- libxcomposite
- libxcursor
- libxrandr (libxrandr-gitAUR)
- libxss
- libxtst
- nss (nss-hgAUR)
- pango (pango-gitAUR)
- cmake (cmake-gitAUR) (make)
- make (make-gitAUR) (make)
Latest Comments
« First ‹ Previous 1 2
aviallon commented on 2020-05-28 11:35 (UTC)
CEF 83.3.11+g1fac1e5+chromium-83.0.4103.61 is available. Update :
Lucki commented on 2019-01-24 13:36 (UTC)
While building
obs-linuxbrowser
I get the following errors and the linker fails:Adding
at-spi2-atk
as dependency solves the problem and the other package compiles as expected (but crashes on usage in obs). So it seems it is either missing here or atobs-linuxbrowser
.1u1ude commented on 2018-11-06 21:32 (UTC) (edited on 2018-11-06 21:33 (UTC) by 1u1ude)
You can compile the new versions of CEF with this modification: Add the following line 27 (somewhere before make in the build() function)
sed -i 's/-Werror/#-Werror/g' cmake/cef_variables.cmake
NexAdn commented on 2018-09-24 18:15 (UTC)
As someone flagged cef-standard out-of-date: I currently get some errors on compile-time, making it unable to build the package and as it seems, those errors are somehow CEF's fault, not mine (I don't apply any patches or modify the code in any way). I will not push updates as long as there are no new builds that fix this problem.
NexAdn commented on 2017-10-27 11:29 (UTC)
« First ‹ Previous 1 2