Search Criteria
Package Details: cef-standard 121.3.7-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/cef-standard.git (read-only, click to copy) |
---|---|
Package Base: | cef-standard |
Description: | Chromium Embedded Framework standard release |
Upstream URL: | https://bitbucket.org/chromiumembedded/cef |
Keywords: | cef chromium embedded framework library |
Licenses: | BSD |
Conflicts: | cef-git, cef-minimal, cef-minimal-3770-bin |
Provides: | cef, cef-minimal |
Submitter: | NexAdn |
Maintainer: | None |
Last Packager: | tiziodcaio |
Votes: | 4 |
Popularity: | 0.000000 |
First Submitted: | 2017-10-27 11:28 (UTC) |
Last Updated: | 2024-02-13 09:20 (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
cadilhac commented on 2020-07-02 17:17 (UTC)
Not sure what's happening with that package; it is required to build OBS (obs-studio-git), but it's missing some header files (e.g., everything CefAudioHandler).
1u1ude commented on 2018-11-06 21:34 (UTC)
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 this package 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.