notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
scenefx wlroots scene API, but with eye candy!
0.1 x11-toolkits on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout Package not present on quarterly.This port was created during this quarter. It will be in the next quarterly branch but not the current one.
Maintainer: jbeich@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2024-04-29 07:09:07
Last Update: 2024-04-30 19:24:08
Commit Hash: b13341e
License: MIT
WWW:
https://github.com/wlrfx/scenefx
Description:
wlroots is the de-facto library for building wayland compositors, and its scene api is a great stride in simplifying wayland compositor development. The problem with the scene api (for compositors looking for eye candy), however, is that it forces you to use the wlr renderer, which is powerful yet simple. SceneFX is a project that takes the scene api and replaces the wlr renderer with our own fx renderer, capable of rendering surfaces with eye-candy effects including blur, shadows, and rounded corners, while maintaining the benefits of simplicity gained from using the scene api.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (16 items)
Collapse this list.
  1. @ldconfig
  2. /usr/local/share/licenses/scenefx-0.1/catalog.mk
  3. /usr/local/share/licenses/scenefx-0.1/LICENSE
  4. /usr/local/share/licenses/scenefx-0.1/MIT
  5. include/scenefx/render/fx_renderer/fx_effect_framebuffers.h
  6. include/scenefx/render/fx_renderer/fx_renderer.h
  7. include/scenefx/render/pass.h
  8. include/scenefx/types/fx/blur_data.h
  9. include/scenefx/types/fx/shadow_data.h
  10. include/scenefx/types/wlr_scene.h
  11. lib/libscenefx.so
  12. lib/libscenefx.so.1
  13. libdata/pkgconfig/scenefx.pc
  14. @owner
  15. @group
  16. @mode
Collapse this list.
Dependency lines:
  • scenefx>0:x11-toolkits/scenefx
To install the port:
cd /usr/ports/x11-toolkits/scenefx/ && make install clean
To add the package, run one of these commands:
  • pkg install x11-toolkits/scenefx
  • pkg install scenefx
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: scenefx
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1713561527 SHA256 (wlrfx-scenefx-0.1_GH0.tar.gz) = f5c889f4c826a4216628bf1e7e48071fc33e7774b5e3d51e6fee6e571e420827 SIZE (wlrfx-scenefx-0.1_GH0.tar.gz) = 107137

Packages (timestamps in pop-ups are UTC):
scenefx
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest0.10.1--0.1---
FreeBSD:13:quarterly--------
FreeBSD:14:latest-0.1--0.1---
FreeBSD:14:quarterly--------
FreeBSD:15:latest0.10.1n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. wayland-protocols>=1.27 : graphics/wayland-protocols
  2. meson : devel/meson
  3. ninja : devel/ninja
  4. pkgconf>=1.3.0_1 : devel/pkgconf
  5. pixman-1.pc : x11/pixman
Runtime dependencies:
  1. pixman-1.pc : x11/pixman
Library dependencies:
  1. libdrm.so : graphics/libdrm
  2. libwayland-server.so : graphics/wayland
  3. libwlroots.so : x11-toolkits/wlroots
  4. libEGL.so : graphics/libglvnd
  5. libgbm.so : graphics/mesa-libs
  6. libGLESv2.so : graphics/libglvnd
This port is required by:
for Libraries
  1. x11-wm/swayfx

Configuration Options:
No options to configure
Options name:
x11-toolkits_scenefx
USES:
compiler:c11 meson pkgconfig xorg gl
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/wlrfx/scenefx/tar.gz/0.1?dummy=/
Collapse this list.

Number of commits found: 2

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.1
30 Apr 2024 19:24:08
commit hash: b13341e31525b26ef4338b3e62db03d4c45226cccommit hash: b13341e31525b26ef4338b3e62db03d4c45226cccommit hash: b13341e31525b26ef4338b3e62db03d4c45226cccommit hash: b13341e31525b26ef4338b3e62db03d4c45226cc files touched by this commit
Jan Beich (jbeich) search for other commits by this committer
x11-toolkits/scenefx: chase verbose description

https://github.com/wlrfx/scenefx/commit/bb349f578d69
0.1
29 Apr 2024 07:06:24
commit hash: 3356ffb72433f3b99cf3f52b9b2a3ee39fe1ba39commit hash: 3356ffb72433f3b99cf3f52b9b2a3ee39fe1ba39commit hash: 3356ffb72433f3b99cf3f52b9b2a3ee39fe1ba39commit hash: 3356ffb72433f3b99cf3f52b9b2a3ee39fe1ba39 files touched by this commit
Jan Beich (jbeich) search for other commits by this committer
x11-toolkits/scenefx: add new port

A drop-in replacement for the wlroots scene API that allows Wayland
compositors to render surfaces with eye-candy effects.

https://github.com/wlrfx/scenefx

Number of commits found: 2