Port details |
- libplacebo Reusable library for GPU-accelerated video/image rendering
- 5.264.1 graphics
=6 5.264.1Version of this port present on the latest quarterly branch. - Maintainer: jbeich@FreeBSD.org
 - Port Added: 2019-02-03 17:28:48
- Last Update: 2023-05-21 03:13:27
- Commit Hash: 506f67e
- People watching this port, also watch:: libraw, libinotify, font-misc-meltho, py39-pycparser, p5-Encode-Locale
- License: LGPL21+
- 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)
¦ ¦ ¦ ¦ 
- pkg-plist: as obtained via:
make generate-plist - 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
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- vulkan.h : graphics/vulkan-headers
- py39-Jinja2>0 : devel/py-Jinja2@py39
- meson : devel/meson
- ninja : devel/ninja
- pkgconf>=1.3.0_1 : devel/pkgconf
- python3.9 : lang/python39
- Library dependencies:
-
- liblcms2.so : graphics/lcms2
- libunwind.so : devel/libunwind
- libshaderc_shared.so : graphics/shaderc
- libvulkan.so : graphics/vulkan-loader
- This port is required by:
- for Libraries
-
- multimedia/ffmpeg
- multimedia/mpv
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:3.6+,build
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
5.264.1 21 May 2023 03:13:27
    |
Jan Beich (jbeich)  |
graphics/libplacebo: unbreak GLSLANG=on after 1801dc29cec9
compiler.find_library(static: true) ignores LDFLAGS and LIBRARY_PATH
as Meson uses --print-search-dirs instead of trying to link.
src/glsl/meson.build:34:4: ERROR: C++ static library 'SPIRV' not found
src/glsl/meson.build:45:12: ERROR: C++ static library 'MachineIndependent' not
found
PR: 270221
Reported by: Philipp Ost
Regressed
by: https://code.videolan.org/videolan/libplacebo/-/commit/980f2574aa0f |
5.264.1 23 Mar 2023 18:28:22
    |
Jan Beich (jbeich)  |
graphics/libplacebo: update to 5.264.1
Changes: https://code.videolan.org/videolan/libplacebo/-/tags/v5.264.1
Reported by: Repology |
5.264.0 20 Mar 2023 19:58:57
    |
Jan Beich (jbeich)  |
graphics/libplacebo: unbreak with --auto-features=enabled
src/d3d11/meson.build:3:0: ERROR: C header 'd3d11_4.h' not usable
src/meson.build:148:0: ERROR: Dependency "dovi" not found, tried pkgconfig and
cmake
PR: 270361 |
5.264.0 13 Mar 2023 12:53:51
    |
Jan Beich (jbeich)  |
graphics/libplacebo: update to 5.264.0
Changes: https://code.videolan.org/videolan/libplacebo/-/tags/v5.264.0
Reported by: Repology |
5.229.2_1 19 Feb 2023 19:53:35
    |
Jan Beich (jbeich)  |
graphics/libplacebo: switch d5d4800631de to upstream fix |
5.229.2_1 16 Feb 2023 21:13:14
    |
Jan Beich (jbeich)  |
graphics/vulkan-headers: update to 1.3.241
Force rebuild vulkan-loader to make sure vulkaninfo shows the new version.
Changes: https://github.com/KhronosGroup/Vulkan-Headers/compare/v1.3.240...v1.3.241
Reported by: Repology, portscout |
5.229.2_1 13 Feb 2023 16:18:11
    |
Jan Beich (jbeich)  |
graphics/libplacebo: always install headers after f23f6a9c6a74
https://code.videolan.org/videolan/libplacebo/-/commit/1956dbb57354
https://code.videolan.org/videolan/libplacebo/-/commit/9894cdf2ee27
https://code.videolan.org/videolan/libplacebo/-/commit/46494038d21d
PR: 269061 |
5.229.2 04 Jan 2023 19:24:16
    |
Jan Beich (jbeich)  |
graphics/libplacebo: update to 5.229.2
Changes: https://code.videolan.org/videolan/libplacebo/-/tags/v5.229.2
Reported by: Repology |
5.229.1 12 Nov 2022 20:22:15
    |
Jan Beich (jbeich)  |
graphics/libplacebo: update to 5.229.1
Changes: https://code.videolan.org/videolan/libplacebo/-/tags/v5.229.0
Changes: https://code.videolan.org/videolan/libplacebo/-/tags/v5.229.1
Reported by: Repology |
4.208.0 15 Oct 2022 16:33:37
    |
Jan Beich (jbeich)  |
graphics/libplacebo: unbreak GLSLANG=on after 51a9ba187752
../src/glsl/glslang.cc:213:21: error: excess elements in scalar initializer
/* .limits = */ {
^
../src/glsl/glslang.cc:224:1: warning: missing field 'maxMeshWorkGroupSizeX_EXT'
initializer [-Wmissing-field-initializers]
};
^
1 warning and 1 error generated. |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
4.208.0 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
4.208.0 16 Jul 2022 14:16:10
    |
Jan Beich (jbeich)  |
graphics/libplacebo: update to 4.208.0
Changes: https://code.videolan.org/videolan/libplacebo/-/tags/v4.208.0
Changes: https://code.videolan.org/videolan/libplacebo/-/compare/v4.208.0-rc1...v4.208.0
Reported by: Repology |
4.208.0.r1 29 Jun 2022 21:07:58
    |
Jan Beich (jbeich)  |
graphics/libplacebo: update to 4.208.0.r1
Changes: https://code.videolan.org/videolan/libplacebo/-/tags/v4.208.0-rc1
Reported by: Repology |
4.192.1 10 Jun 2022 01:01:05
    |
Jan Beich (jbeich)  |
graphics/libplacebo: switch c46441f01803 workaround to upstream fix |
4.192.1 09 Jun 2022 20:19:50
    |
Jan Beich (jbeich)  |
graphics/vulkan-headers: update to 1.3.217
Force rebuild vulkan-loader to make sure vulkaninfo shows the new version.
Changes: https://github.com/KhronosGroup/Vulkan-Headers/compare/v1.3.216...v1.3.217
Reported by: Repology, portscout |
4.192.1 04 Feb 2022 18:36:46
    |
Jan Beich (jbeich)  |
graphics/libplacebo: update to 4.192.1
Changes: https://code.videolan.org/videolan/libplacebo/-/tags/v4.192.1
Reported by: Repology |
4.192.0 31 Jan 2022 22:50:36
    |
Jan Beich (jbeich)  |
graphics/libplacebo: switch to upstream libexecinfo fix |
4.192.0 19 Jan 2022 14:42:12
    |
Jan Beich (jbeich)  |
graphics/libplacebo: update to 4.192.0.r1
Changes: https://code.videolan.org/videolan/libplacebo/-/tags/v4.192.0
Changes: https://code.videolan.org/videolan/libplacebo/-/compare/v4.192.0-rc1...v4.192.0 |
4.192.0.r1 18 Jan 2022 10:26:19
    |
Jan Beich (jbeich)  |
graphics/libplacebo: enable LIBUNWIND on armv6 after 811eadd95885 |
4.192.0.r1 18 Jan 2022 10:22:50
    |
Jan Beich (jbeich)  |
graphics/libplacebo: track libunwind dependency after ed6dfa7816a5 |
4.192.0.r1 18 Jan 2022 10:17:40
    |
Jan Beich (jbeich)  |
graphics/libplacebo: update to 4.192.0.r1
Changes: https://code.videolan.org/videolan/libplacebo/-/tags/v4.192.0-rc1 |
4.157.0 07 Sep 2021 23:36:26
    |
Jan Beich (jbeich)  |
graphics/libplacebo: update to 4.157.0
Changes: https://code.videolan.org/videolan/libplacebo/-/tags/v4.157.0
Changes: https://code.videolan.org/videolan/libplacebo/-/compare/v4.157.0-rc1...v4.157.0
Reported by: Repology |
4.157.0.r1 17 Aug 2021 00:44:00
    |
Jan Beich (jbeich)  |
graphics/libplacebo: update to 4.157.0.r1
Changes: https://code.videolan.org/videolan/libplacebo/-/tags/4.157.0-rc1
Reported by: Repology |
3.120.3 07 May 2021 13:21:53
    |
Jan Beich (jbeich)  |
graphics/libplacebo: update to 3.120.3
Changes: https://code.videolan.org/videolan/libplacebo/-/tags/v3.120.3
Reported by: Repology |
3.120.2 19 Apr 2021 11:15:47
    |
Jan Beich (jbeich)  |
graphics/libplacebo: update to 3.120.2
Changes: https://code.videolan.org/videolan/libplacebo/-/tags/v3.120.2
Reported by: Repology |
3.120.1 07 Apr 2021 08:09:01
    |
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
3.120.1 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
3.120.1 06 Apr 2021 13:27:22
    |
Jan Beich (jbeich)  |
graphics/libplacebo: update to 3.120.1
Changes: https://code.videolan.org/videolan/libplacebo/-/tags/v3.120.1
Reported by: Repology |
3.120.0 06 Apr 2021 08:11:41
    |
Jan Beich (jbeich)  |
graphics/libplacebo: update to 3.120.0
Changes: https://code.videolan.org/videolan/libplacebo/-/tags/v3.120.0
Reported by: Repology |
3.104.0 24 Mar 2021 15:19:23
  |
jbeich  |
graphics/vulkan-headers: update to 1.2.173
Changes: https://github.com/KhronosGroup/Vulkan-Headers/compare/v1.2.172...v1.2.173
Reported by: portscout, Repology |
3.104.0 01 Jan 2021 21:07:40
  |
jbeich  |
graphics/libplacebo: update to 3.104.0
Changes: https://code.videolan.org/videolan/libplacebo/-/tags/v3.104.0
Reported by: Repology |
2.72.2 28 Dec 2020 01:20:40
  |
jbeich  |
graphics/libplacebo: drop LLD workaround after r559202 |
2.72.2 23 Dec 2020 20:12:36
  |
jbeich  |
devel/glslang: move to graphics/ where shaderc is |
2.72.2 23 Dec 2020 20:12:15
  |
jbeich  |
devel/vulkan-*: move to graphics/ where vulkan-loader is
Vulkan isn't used for generic compute workloads unlike OpenCL.
For example, waifu2x-ncnn-vulkan is still graphics-related. |
2.72.2 10 Nov 2020 10:14:09
  |
jbeich  |
graphics/libplacebo: update to 2.72.2
Changes: https://code.videolan.org/videolan/libplacebo/compare/v2.72.0...v2.72.2
Reported by: Repology
MFH: 202Q4 (bug fixes) |
2.72.0 07 Oct 2020 04:55:39
  |
jbeich  |
graphics/libplacebo: update description
https://code.videolan.org/videolan/libplacebo/-/commit/f9e587502de0 |
2.72.0 12 Jun 2020 16:08:06
  |
jbeich  |
graphics/libplacebo: unbreak GLSLANG after r535260
src/meson.build:64:2: ERROR: C++ library 'glslang' not found
Running compile:
Working directory:
/wrkdirs/usr/ports/graphics/libplacebo/work/libplacebo-2.72.0/_build/meson-private/tmpnxxyvdwe
Command line: c++ -L/usr/local/lib
/wrkdirs/usr/ports/graphics/libplacebo/work/libplacebo-2.72.0/_build/meson-private/tmpnxxyvdwe/testfile.cpp
-o
/wrkdirs/usr/ports/graphics/libplacebo/work/libplacebo-2.72.0/_build/meson-private/tmpnxxyvdwe/output.exe
-pipe -O2 -fstack-protector-strong -isystem /usr/local/include
-fno-strict-aliasing -isystem /usr/local/include -isystem /usr/local/include
-D_FILE_OFFSET_BITS=64 -O0 -fpermissive -Wl,--start-group -lglslang
-Wl,--end-group -Wl,--allow-shlib-undefined
Code:
int main(void) { return 0; }
Compiler stdout:
Compiler stderr:
ld: error: undefined symbol: glslang::OS_GetTLSValue(void*)
>>> referenced by PoolAlloc.cpp (Only the first 15 lines of the commit message are shown above ) |
2.72.0 12 Jun 2020 12:53:01
  |
jbeich  |
graphics/libplacebo: update to 2.72.0
Changes: https://code.videolan.org/videolan/libplacebo/tags/v2.72.0
Reported by: Repology |
2.43.1 01 May 2020 14:52:16
  |
jbeich  |
graphics/libplacebo: update to 2.43.1
Changes: https://code.videolan.org/videolan/libplacebo/tags/v2.43.1
Reported by: Repology |
2.43.0 23 Apr 2020 00:56:58
  |
jbeich  |
graphics/libplacebo: update to 2.43.0
Changes: https://code.videolan.org/videolan/libplacebo/tags/v2.43.0
Reported by: Repology |
1.29.1 25 Dec 2019 14:59:41
  |
jbeich  |
graphics/libplacebo: update to 1.29.1
Changes: https://code.videolan.org/videolan/libplacebo/tags/v1.29.1
Reported by: portscout |
1.29.0 22 Dec 2019 21:08:31
  |
jbeich  |
graphics/libplacebo: update to 1.29.0
Changes: https://code.videolan.org/videolan/libplacebo/tags/v1.29.0
Reported by: portscout |
1.21.0 07 Oct 2019 08:09:49
  |
jbeich  |
graphics/libplacebo: update to 1.21.0
Changes: https://code.videolan.org/videolan/libplacebo/tags/v1.21.0
Reported by: portscout |
1.18.0_2 26 Jul 2019 20:46:57
  |
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330 |
1.18.0_1 04 Jul 2019 20:24:59
  |
jbeich  |
devel/vulkan-*: update to 1.1.108
- Force rebuild all consumers to catch regressions early
Changes: https://github.com/KhronosGroup/glslang/compare/7.10.2984...7.11.3214
Changes: https://github.com/KhronosGroup/SPIRV-Headers/compare/4618b86...c4f8f65
Changes: https://github.com/KhronosGroup/SPIRV-Tools/compare/v2018.6...v2019.2
Changes: https://github.com/KhronosGroup/Vulkan-Headers/compare/sdk-1.1.82.0...sdk-1.1.108.0
Changes: https://github.com/KhronosGroup/Vulkan-Loader/compare/sdk-1.1.82.0...sdk-1.1.108.0
Changes: https://github.com/KhronosGroup/Vulkan-Tools/compare/sdk-1.1.82.0...sdk-1.1.108.0
Changes: https://github.com/KhronosGroup/Vulkan-ValidationLayers/compare/sdk-1.1.82.0...sdk-1.1.108.0
PR: 238945
Submitted by: Greg V (maintainer) |
1.18.0 12 May 2019 01:42:53
  |
jbeich  |
graphics/libplacebo: update to 1.18.0
Changes: https://code.videolan.org/videolan/libplacebo/tags/v1.18.0
Reported by: portscout |
1.7.0_1 25 Feb 2019 22:07:54
  |
jbeich  |
Add option helper for MESON_ARGS = -Dfoo=enabled
feature options define combo like auto/yes/no in a standand way.
In other words, upstream projects of ports that use _MESON_YES are
supposed to migrate to _MESON_ENABLED.
https://mesonbuild.com/Build-options.html#features
Reviewed by: tobik (implicit)
Approved by: portmgr (mat)
Differential Revision: https://reviews.freebsd.org/D19127 |
1.7.0_1 03 Feb 2019 19:04:23
  |
jbeich  |
multimedia/mpv: expose Vulkan support after r469515
PR: 227994 (tracking)
Obtained from: Greg V <greg@unrelenting.technology> (via GitHub) |
1.7.0 03 Feb 2019 17:28:37
  |
jbeich  |
multimedia/vlc: expose HDR tonemapping support |