Search Criteria
Package Details: cef-standard 111.2.6-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: | max2320 |
Last Packager: | max2320 |
Votes: | 4 |
Popularity: | 0.017846 |
First Submitted: | 2017-10-27 11:28 (UTC) |
Last Updated: | 2023-03-29 20:19 (UTC) |
Dependencies (13)
- alsa-lib (alsa-lib-git, alsa-lib-minimal-git, alsa-lib-x205ta)
- at-spi2-atk (at-spi2-atk-git, at-spi2-core)
- dbus (dbus-elogind, dbus-nosystemd-minimal-git, dbus-nosystemd, dbus-x11, dbus-selinux, dbus-xdg-docs, dbus-git)
- libglvnd (libglvnd-git)
- libxcomposite
- libxcursor (libxcursor-git)
- libxrandr (libxrandr-git)
- libxss
- libxtst
- nss (nss-hg)
- pango (pango-minimal-git, pango-git, gtk4-git)
- cmake (cmake-git) (make)
- make (make-git) (make)
Required by (6)
- obs-hevc-vaapi-git (requires cef-minimal) (make)
- obs-linuxbrowser (requires cef-minimal) (make)
- obs-linuxbrowser (requires cef-minimal) (optional)
- obs-linuxbrowser-bin (requires cef-minimal) (optional)
- obs-linuxbrowser-git (requires cef-minimal) (make)
- obs-linuxbrowser-git (requires cef-minimal) (optional)
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).
lulou 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.