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

Newsfeed changes

The news feed page[s] were not laid out well. Two pages, disjointed information, hard to figure out how to use the optional parameters...

Thankfully, someone told me.

The new page is ready for your review. Please compare these two:

You may also be interested in the Github issue.
Port details on branch 2023Q3
libplacebo Reusable library for GPU-accelerated video/image rendering
5.264.1 graphics 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 5.264.1Version of this port present on the latest quarterly branch.
Maintainer: jbeich@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2023-07-27 00:39:07
Last Update: 2023-07-27 00:33:14
Commit Hash: a76e25b
License: LGPL21+
WWW:
https://code.videolan.org/videolan/libplacebo
Description:
libplacebo is essentially the core rendering algorithms and ideas of mpv turned into a library. This grew out of an interest to accomplish the following goals: - Clean up mpv's internal rendering abstraction API and make it reusable for other projects. - Provide a standard library of useful GPU-accelerated image processing primitives based on GLSL, so projects like VLC or Firefox can use them without incurring a heavy dependency on libmpv. - Rewrite core parts of mpv's GPU-accelerated video renderer on top of redesigned abstractions. (Basically, I wanted to eliminate stateful APIs like shader_cache.c and totally redesign gpu/video.c)
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 (41 items)
Collapse this list.
  1. @ldconfig
  2. /usr/local/share/licenses/libplacebo-5.264.1/catalog.mk
  3. /usr/local/share/licenses/libplacebo-5.264.1/LICENSE
  4. /usr/local/share/licenses/libplacebo-5.264.1/LGPL21+
  5. include/libplacebo/colorspace.h
  6. include/libplacebo/common.h
  7. include/libplacebo/config.h
  8. include/libplacebo/d3d11.h
  9. include/libplacebo/dispatch.h
  10. include/libplacebo/dither.h
  11. include/libplacebo/dummy.h
  12. include/libplacebo/filters.h
  13. include/libplacebo/gpu.h
  14. include/libplacebo/log.h
  15. include/libplacebo/opengl.h
  16. include/libplacebo/renderer.h
  17. include/libplacebo/shaders.h
  18. include/libplacebo/shaders/colorspace.h
  19. include/libplacebo/shaders/custom.h
  20. include/libplacebo/shaders/deinterlacing.h
  21. include/libplacebo/shaders/dithering.h
  22. include/libplacebo/shaders/film_grain.h
  23. include/libplacebo/shaders/icc.h
  24. include/libplacebo/shaders/lut.h
  25. include/libplacebo/shaders/sampling.h
  26. include/libplacebo/swapchain.h
  27. include/libplacebo/tone_mapping.h
  28. include/libplacebo/utils/dav1d.h
  29. include/libplacebo/utils/dav1d_internal.h
  30. include/libplacebo/utils/dolbyvision.h
  31. include/libplacebo/utils/frame_queue.h
  32. include/libplacebo/utils/libav.h
  33. include/libplacebo/utils/libav_internal.h
  34. include/libplacebo/utils/upload.h
  35. include/libplacebo/vulkan.h
  36. lib/libplacebo.so
  37. lib/libplacebo.so.264
  38. libdata/pkgconfig/libplacebo.pc
  39. @owner
  40. @group
  41. @mode
Collapse this list.
Dependency lines:
  • libplacebo>0:graphics/libplacebo
To install the port:
cd /usr/ports/graphics/libplacebo/ && make install clean
To add the package, run one of these commands:
  • pkg install graphics/libplacebo
  • pkg install libplacebo
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: libplacebo
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1679583180 SHA256 (haasn-libplacebo-v5.264.1_GH0.tar.gz) = 1e8be260e104c0be061305e3c0f2099c79776528889d426c497da153e85f8b5c SIZE (haasn-libplacebo-v5.264.1_GH0.tar.gz) = 725091

Expand this list (2 items)

Collapse this list.

SHA256 (Dav1dde-glad-v2.0.1_GH0.tar.gz) = bbdfb8a2c8ea7fbad747dd91424fc9fc7bb22e1b95c7a5b451e68c3d9bd96d95 SIZE (Dav1dde-glad-v2.0.1_GH0.tar.gz) = 581028

Collapse this list.


No package information for this port in our database
Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link: pkg-fallout
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. vulkan.h : graphics/vulkan-headers
  2. py39-Jinja2>0 : devel/py-Jinja2@py39
  3. meson : devel/meson
  4. ninja : devel/ninja
  5. pkgconf>=1.3.0_1 : devel/pkgconf
  6. python3.9 : lang/python39
Library dependencies:
  1. liblcms2.so : graphics/lcms2
  2. libunwind.so : devel/libunwind
  3. libshaderc_shared.so : graphics/shaderc
  4. libvulkan.so : graphics/vulkan-loader
There are no ports dependent upon this port

Configuration Options:
===> The following configuration options are available for libplacebo-5.264.1: LCMS2=on: Little CMS 2.x support LIBUNWIND=on: Use libunwind for stacktraces OPENGL=on: 2D/3D rendering support via OpenGL TEST=off: Build and/or run tests VULKAN=on: Vulkan-based renderer ====> Vulkan-based renderer: you have to select exactly one of them GLSLANG=off: glslang SPIR-V compiler SHADERC=on: libshaderc SPIR-V compiler ===> Use 'make config' to modify these settings
Options name:
graphics_libplacebo
USES:
compiler:c11 localbase:ldflags meson pkgconfig python:build
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/haasn/libplacebo/tar.gz/v5.264.1?dummy=/
Collapse this list.

Number of commits found: 1

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
5.264.1
27 Jul 2023 00:33:14
commit hash: a76e25beccdee7c43ce5dd4afee667b21d3865f5commit hash: a76e25beccdee7c43ce5dd4afee667b21d3865f5commit hash: a76e25beccdee7c43ce5dd4afee667b21d3865f5commit hash: a76e25beccdee7c43ce5dd4afee667b21d3865f5 files touched by this commit
Jan Beich (jbeich) search for other commits by this committer
graphics/libplacebo: unbreak version without WRKDIRPREFIX

[vo/gpu/libplacebo] Initialized libplacebo 12.3-eol-13663-gde305010502d (API
v292)

Reported by:	Kevin Oberman (via bug 272709)

(cherry picked from commit 6b6bfa927bdf60136060f07ae67ea175abbb31b8)

Number of commits found: 1