dev-libs / libnsfb

C library for framebuffer abstraction

Official package sites : https://www.netsurf-browser.org/projects/libnsfb/ ·

v0.2.2-r1 :: 0/0.2.2 :: gentoo

Modified
License
MIT
Keywords
amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86
USE flags
X sdl test vnc wayland

General

X
Add support for X11
sdl
Add support for Simple Direct Layer (media library)
test
Enable dependencies and/or preparations necessary to run tests (usually controlled by FEATURES=test but can be toggled independently)
vnc
Enable VNC (remote desktop viewer) support
wayland
Enable dev-libs/wayland backend

dev-libs / wayland : Wayland protocol libraries

media-libs / libsdl : Simple Direct Media Layer 1.2 compatibility wrapper around SDL2

net-libs / libvncserver : library for creating vnc servers

x11-libs / libxcb : X C-language Bindings library

x11-libs / xcb-util : X C-language Bindings sample implementations

x11-libs / xcb-util-image : X C-language Bindings sample implementations

x11-libs / xcb-util-keysyms : X C-language Bindings sample implementations

www-client / netsurf : A free, open source web browser

730094
www-client/netsurf-3.10-r1 with dev-libs/libnsfb-0.2.2 USE=wayland - netsurf-fb fails to start: Unable to open display // Error initialising wayland connection // Unable to initialise framebuffer
Repository mirror & CI · gentoo
Merge updates from master
Michael Mair-Keimberger · gentoo
dev-libs/libnsfb: use https
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Jakov Smolić · gentoo
dev-libs/libnsfb: Stabilize 0.2.2-r1 amd64, #926171
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Michał Górny · gentoo
Move {dev-util → dev-build}/netsurf-buildsystem
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Yongxiang Liang · gentoo
dev-libs/libnsfb: keyword 0.2.2-r1 for ~riscv
Signed-off-by: Yongxiang Liang <tanekliang@gmail.com> Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Jakov Smolić · gentoo
dev-libs/libnsfb: Keyword 0.2.2-r1 x86, #803164
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Sam James · gentoo
dev-libs/libnsfb: Keyword 0.2.2-r1 arm64, #733444
Signed-off-by: Sam James <sam@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Sam James · gentoo
dev-libs/libnsfb: drop 0.2.0-r2, 0.2.1-r1
Signed-off-by: Sam James <sam@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Michael Orlitzky · gentoo
dev-libs/libnsfb: remove old "unused" ebuilds.
Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
Lukas Vacek · gentoo
*/*: do not source gentoo-helpers.sh in netsurf libraries
This commit changes several ebuilds to use eclass netsurf instead of sourcing /usr/share/netsurf-buildsystem/gentoo-helpers.sh This also fixes building these packages in a prefix. This commit changes following packages: dev-libs/libcss dev-libs/libnsfb dev-libs/libnsutils dev-libs/libparserutils dev-libs/libwapcaplet dev-libs/nsgenbind media-libs/libnsbmp media-libs/libnsgif media-libs/libnspsl media-libs/librosprite media-libs/libsvgtiny net-libs/libdom net-libs/libhubbub www-client/netsurf Signed-off-by: Lukas Vacek <lucas.vacek@gmail.com> Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Michael Orlitzky · gentoo
dev-libs/libnsfb: new version 0.2.2.
This new version fixes the install-time mixup between $D and $ED. When combined with the latest netsurf-buildsystem, this should allow the use of emerge --root=<whatever>. Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Michał Górny · gentoo
*/*: Bump copyright on files touched this year
Update the copyright notice on all files that were touched since January 1st but did not have the notice updated. Signed-off-by: Michał Górny <mgorny@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Matt Turner · gentoo
dev-libs/libnsfb: Rename IUSE=xcb to IUSE=X
It happens to use libxcb for X support. Use IUSE=X since that's the common way of asking for X support. Signed-off-by: Matt Turner <mattst88@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Michał Górny · gentoo
*/*: [QA] Fix trivial cases of MissingTestRestrict
The result was achieved via the following pipeline: pkgcheck scan -c RestrictTestCheck -R FormatReporter \ --format '{category}/{package}/{package}-{version}.ebuild' | xargs -n32 grep -L RESTRICT | xargs -n32 sed -i -e '/^IUSE=.*test/aRESTRICT="!test? ( test )"' The resulting metadata was compared before and after the change. Few Go ebuilds had to be fixed manually due to implicit RESTRICT=strip added by the eclass. Two ebuilds have to be fixed because of multiline IUSE. Suggested-by: Robin H. Johnson <robbat2@gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/13942 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Joonas Niilola · gentoo
dev-libs/libnsfb: add RESTRICT="!test? ( test )"
Package-Manager: Portage-2.3.80, Repoman-2.3.19 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Philipp Ammann · gentoo
dev-libs/libnsfb: bump to version 0.2.1
Package-Manager: Portage-2.3.78, Repoman-2.3.17 Signed-off-by: Philipp Ammann <philipp.ammann@posteo.de> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Sergei Trofimovich · gentoo
dev-libs/libnsfb: keyworded 0.2.0-r1 for ppc64, bug #674736
Tested-by: ernsteiswuerfel Package-Manager: Portage-2.3.60, Repoman-2.3.12 RepoMan-Options: --include-arches="ppc64" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Virgil Dupras · gentoo
dev-libs/libnsfb: drop netsurf eclass
Signed-off-by: Virgil Dupras <vdupras@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11
Repository mirror & CI · gentoo
Merge updates from master
Virgil Dupras · gentoo
dev-libs/libnsfb: remove old
Signed-off-by: Virgil Dupras <vdupras@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11
Virgil Dupras · gentoo
dev-libs/libnsfb: bump to 0.2.0
Bug: https://bugs.gentoo.org/636224 Signed-off-by: Virgil Dupras <vdupras@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11
Michael Weber · gentoo
dev-libs/libnsfb: Version bump.
Bug: https://bugs.gentoo.org/636224 Package-Manager: Portage-2.3.19, Repoman-2.3.6
Robin H. Johnson · gentoo
Drop $Id$ per council decision in bug #611234.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
Michael Weber · gentoo
dev-libs/libnsfb: Removed old version.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
T. Malfatti · gentoo
media-libs/portaudio: Version bump
Michael Weber · gentoo
dev-libs/libnsfb: Version bump.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Chí-Thanh Christopher Nguyễn · gentoo
dev-libs/libnsfb: keyword ~ppc
Package-Manager: portage-2.2.28
Michael Weber · gentoo
dev-libs/libnsfb: Drop old.
Package-Manager: portage-2.2.28
Michael Weber · gentoo
dev-libs/libnsfb: Drop old.
Package-Manager: portage-2.2.27
Michael Weber · gentoo
dev-libs/libnsfb: Version bump.
Package-Manager: portage-2.2.27
Robin H. Johnson · gentoo
proj/gentoo: Initial commit
This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed