ripper37-libbasev1.1.2
- Updated
Standalone reimplementation of //base module from Chromium
- Project website: https://github.com/RippeR37/libbase
- Documentation: https://ripper37.github.io/libbase
#Usage
ripper37-libbase provides CMake targets:
find_package(libbase CONFIG REQUIRED [<opt_feature>...])
target_link_libraries(main PRIVATE libbase::libbase [<opt_feature_target>...])if enabled via features, it also provides optional CMake package components:
net - provides target `libbase::libbase_net` - networking module
win - provides target `libbase::libbase_win` - WinAPI integration module
wx - provides target `libbase::libbase_wx` - wxWidgets integration module#Supported Platforms
All platforms supported.
#Features
#netdefault
Networking module
Host Dependencies:
3 transitive dependencies:
- vcpkg-cmake (through curl)
- vcpkg-cmake-config (through curl)
- vcpkg-cmake-get-vars (through openssl)
#win
Integration module for WinAPI
Platforms: windows
- ✅windows
- ❌
linux - ❌
osx - ❌
uwp
Dependencies:
No dependencies.
Host Dependencies:
No dependencies.
#wx
Integration module for wxWidgets
Dependencies:
and 64 transitive dependencies:
at-spi2-atk (through gtk3)
Platforms:
linux- at-spi2-core (through at-spi2-atk)
- atk (through at-spi2-atk)
- brotli (through freetype)
- bzip2 (through libx11)
dbus (through at-spi2-core)
Platforms:
linux- dirent (through cairo)
egl-registry (through libepoxy)
Platforms:
!osx & !windows- expat (through cairo)
- fontconfig (through cairo)
freetype (through fontconfig, harfbuzz, pango)
Features:
brotli,bzip2,png,zlib- fribidi (through pango)
- gdk-pixbuf (through gtk3)
- gettext-libintl (through glib)
- glib (through at-spi2-core)
- libcap (through libsystemd)
- libepoxy (through gtk3)
- libffi (through glib)
- libice (through libsm)
libiconv (through gettext-libintl)
Platforms:
!linux- libjpeg-turbo (through gdk-pixbuf)
- liblzma (through libsystemd)
- libmount (through libsystemd)
- libpng (through cairo)
libsystemd (through dbus)
Platforms:
linuxlibuuid (through fontconfig)
Platforms:
!osx & !windows- libx11 (through at-spi2-core)
- libxau (through libxcb)
- libxcb (through libx11)
- libxcrypt (through libsystemd)
- libxdmcp (through libxcb)
- libxext (through libxi)
- libxfixes (through libxi)
- libxi (through at-spi2-core)
- libxml2 (through at-spi2-atk, libxslt)
- libxrender (through cairo)
- libxslt (through xproto)
- libxtst (through at-spi2-core)
- lz4 (through libsystemd)
- nanosvg (through wxwidgets)
- opengl (through wxwidgets)
- opengl-registry (through opengl)
- pango (through gtk3)
- pixman (through cairo)
- pthread (through cairo)
- pthread-stubs (through libxcb)
tiff (through gdk-pixbuf)
Features: (none)
- xcb-proto (through libxcb)
- xcb-util-m4 (through libxcb)
- xorg-macros (through libxau)
- xproto (through libxau)
- xtrans (through libx11)
- zlib (through libpng)
- zstd (through libsystemd)
Host Dependencies:
8 transitive dependencies:
- gperf (through libsystemd)
- vcpkg-cmake (through expat)
- vcpkg-cmake-config (through expat)
vcpkg-cmake-get-vars (through libpng)
Platforms:
arm & android- vcpkg-get-python-packages (through libsystemd)
- vcpkg-make (through gperf)
- vcpkg-tool-meson (through pixman)
#Used By
No ports use this.
#Host Tool For
No ports use this.
#Contributors
RippeR37
Kai Pastor