non port: graphics/libplacebo/Makefile |
Number of commits found: 59 |
Monday, 23 Dec 2024
|
23:20 Jan Beich (jbeich)
graphics/libplacebo: unbreak GLSLANG=on build after 7deb3fde758a
ld: error: undefined symbol: glslang::InitializeProcess()
>>> referenced by glslang.cc
>>> src/libplacebo.so.349.p/glsl_glslang.cc.o:(pl_glslang_init)
ld: error: undefined symbol: glslang::FinalizeProcess()
>>> referenced by glslang.cc
>>> src/libplacebo.so.349.p/glsl_glslang.cc.o:(pl_glslang_uninit)
ld: error: undefined symbol: glslang::TShader::TShader(EShLanguage)
>>> referenced by glslang.cc
>>> src/libplacebo.so.349.p/glsl_glslang.cc.o:(pl_glslang_compile)
ld: error: undefined symbol: glslang::TShader::setStrings(char const* const*,
int)
>>> referenced by glslang.cc
>>> src/libplacebo.so.349.p/glsl_glslang.cc.o:(pl_glslang_compile)
ld: error: undefined symbol: glslang::TShader::parse(TBuiltInResource const*,
int, EProfile, bool, bool, EShMessages, glslang::TShader::Includer&)
>>> referenced by glslang.cc
>>> src/libplacebo.so.349.p/glsl_glslang.cc.o:(pl_glslang_compile)
ld: error: undefined symbol: glslang::TProgram::TProgram()
>>> referenced by glslang.cc
>>> src/libplacebo.so.349.p/glsl_glslang.cc.o:(pl_glslang_compile)
ld: error: undefined symbol: glslang::TProgram::link(EShMessages)
>>> referenced by glslang.cc
>>> src/libplacebo.so.349.p/glsl_glslang.cc.o:(pl_glslang_compile)
ld: error: undefined symbol: glslang::GlslangToSpv(glslang::TIntermediate
const&, std::__1::vector<unsigned int, std::__1::allocator<unsigned int>>&,
glslang::SpvOptions*)
>>> referenced by glslang.cc
>>> src/libplacebo.so.349.p/glsl_glslang.cc.o:(pl_glslang_compile)
ld: error: undefined symbol: glslang::TShader::getInfoLog()
>>> referenced by glslang.cc
>>> src/libplacebo.so.349.p/glsl_glslang.cc.o:(pl_glslang_compile)
ld: error: undefined symbol: glslang::TProgram::getInfoLog()
>>> referenced by glslang.cc
>>> src/libplacebo.so.349.p/glsl_glslang.cc.o:(pl_glslang_compile)
c++: error: linker command failed with exit code 1 (use -v to see invocation)
5dc9e6d |
Thursday, 26 Sep 2024
|
00:52 Jan Beich (jbeich)
graphics/glslang: update to 15.0.0
Changes: https://github.com/KhronosGroup/glslang/releases/tag/15.0.0
Reported by: GitHub (watch releases)
7deb3fd |
Tuesday, 2 Jul 2024
|
22:19 Jan Beich (jbeich)
graphics/libplacebo: update to 7.349.0
Changes: https://code.videolan.org/videolan/libplacebo/-/tags/v7.349.0
Reported by: GitHub (watch releases)
13d8315 |
Monday, 22 Jan 2024
|
20:49 Jan Beich (jbeich)
graphics/libplacebo: update to 6.338.2
Changes: https://code.videolan.org/videolan/libplacebo/-/tags/v6.338.2
Reported by: GitHub (watch releases)
132a60d |
Tuesday, 17 Oct 2023
|
13:32 Jan Beich (jbeich)
graphics/libplacebo: update to 6.338.1
Changes: https://code.videolan.org/videolan/libplacebo/-/tags/v6.338.1
Reported by: GitHub (watch releases)
4a733a5 |
Tuesday, 26 Sep 2023
|
13:24 Jan Beich (jbeich)
graphics/libplacebo: update to 6.338.0
Changes: https://code.videolan.org/videolan/libplacebo/-/tags/v6.338.0
Reported by: GitHub (watch releases)
7cb1beb |
Tuesday, 5 Sep 2023
|
00:30 Jan Beich (jbeich)
graphics/libplacebo: switch to the canonical upstream
f5b4eb7 |
Friday, 4 Aug 2023
|
06:31 Jan Beich (jbeich)
graphics/libplacebo: update to 6.292.1
Changes: https://code.videolan.org/videolan/libplacebo/-/tags/v6.292.1
Reported by: Repology
8f29968 |
Thursday, 27 Jul 2023
|
00:26 Jan Beich (jbeich)
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)
6b6bfa9 |
Thursday, 6 Jul 2023
|
22:18 Jan Beich (jbeich)
graphics/libplacebo: update to 6.292.0
Changes: https://code.videolan.org/videolan/libplacebo/-/tags/v6.292.0
Reported by: Repology
eb0549e |
Tuesday, 27 Jun 2023
|
19:34 Rene Ladan (rene)
all: remove explicit versions in USES=python for "3.x+"
The logic in USES=python will automatically convert this to 3.8+ by
itself.
Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.
finance/quickfix: mark BROKEN with PYTHON
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
^~~~~~~~~~
1 warning and 1 error generated.
Reviewed by: portmgr, vishwin, yuri
Differential Revision: <https://reviews.freebsd.org/D40568>
3d9a815 |
Sunday, 21 May 2023
|
03:13 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
506f67e |
Thursday, 23 Mar 2023
|
18:28 Jan Beich (jbeich)
graphics/libplacebo: update to 5.264.1
Changes: https://code.videolan.org/videolan/libplacebo/-/tags/v5.264.1
Reported by: Repology
787692c |
Monday, 20 Mar 2023
|
19:58 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
4a58fa3 |
Monday, 13 Mar 2023
|
12:53 Jan Beich (jbeich)
graphics/libplacebo: update to 5.264.0
Changes: https://code.videolan.org/videolan/libplacebo/-/tags/v5.264.0
Reported by: Repology
1801dc2 |
Sunday, 19 Feb 2023
|
19:53 Jan Beich (jbeich)
graphics/libplacebo: switch d5d4800631de to upstream fix
dda4f1f |
Thursday, 16 Feb 2023
|
21:13 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
d5d4800 |
Monday, 13 Feb 2023
|
16:18 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
3199ade |
Wednesday, 4 Jan 2023
|
19:24 Jan Beich (jbeich)
graphics/libplacebo: update to 5.229.2
Changes: https://code.videolan.org/videolan/libplacebo/-/tags/v5.229.2
Reported by: Repology
2e62cab |
Saturday, 12 Nov 2022
|
20:22 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
f23f6a9 |
Saturday, 15 Oct 2022
|
16:33 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.
b99931b |
Wednesday, 7 Sep 2022
|
21:10 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.
This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.
There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.
The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.
Approved by: portmgr (tcberner)
b7f0544 |
Saturday, 16 Jul 2022
|
14:16 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
a7c3c19 |
Wednesday, 29 Jun 2022
|
21:07 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
79eb473 |
Friday, 10 Jun 2022
|
01:01 Jan Beich (jbeich)
graphics/libplacebo: switch c46441f01803 workaround to upstream fix
ef29fc9 |
Thursday, 9 Jun 2022
|
20:19 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
c46441f0 |
Friday, 4 Feb 2022
|
18:36 Jan Beich (jbeich)
graphics/libplacebo: update to 4.192.1
Changes: https://code.videolan.org/videolan/libplacebo/-/tags/v4.192.1
Reported by: Repology
8057a3f |
Monday, 31 Jan 2022
|
22:50 Jan Beich (jbeich)
graphics/libplacebo: switch to upstream libexecinfo fix
8dcd1b1 |
Wednesday, 19 Jan 2022
|
14:42 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
ecd9e26 |
Tuesday, 18 Jan 2022
|
10:26 Jan Beich (jbeich)
graphics/libplacebo: enable LIBUNWIND on armv6 after 811eadd95885
933d749 |
10:22 Jan Beich (jbeich)
graphics/libplacebo: track libunwind dependency after ed6dfa7816a5
5b7a5e5 |
10:17 Jan Beich (jbeich)
graphics/libplacebo: update to 4.192.0.r1
Changes: https://code.videolan.org/videolan/libplacebo/-/tags/v4.192.0-rc1
ed6dfa7 |
Tuesday, 7 Sep 2021
|
23:36 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
18c37b9 |
Tuesday, 17 Aug 2021
|
00:44 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
4648f21 |
Friday, 7 May 2021
|
13:21 Jan Beich (jbeich)
graphics/libplacebo: update to 3.120.3
Changes: https://code.videolan.org/videolan/libplacebo/-/tags/v3.120.3
Reported by: Repology
5ca3335 |
Monday, 19 Apr 2021
|
11:15 Jan Beich (jbeich)
graphics/libplacebo: update to 3.120.2
Changes: https://code.videolan.org/videolan/libplacebo/-/tags/v3.120.2
Reported by: Repology
f192685 |
Wednesday, 7 Apr 2021
|
08:09 Mathieu Arnold (mat)
One more small cleanup, forgotten yesterday.
Reported by: lwhsu
cf118cc |
Tuesday, 6 Apr 2021
|
14:31 Mathieu Arnold (mat)
Remove # $FreeBSD$ from Makefiles.
305f148 |
13:27 Jan Beich (jbeich)
graphics/libplacebo: update to 3.120.1
Changes: https://code.videolan.org/videolan/libplacebo/-/tags/v3.120.1
Reported by: Repology
22b33b6 |
08:11 Jan Beich (jbeich)
graphics/libplacebo: update to 3.120.0
Changes: https://code.videolan.org/videolan/libplacebo/-/tags/v3.120.0
Reported by: Repology
cc87022 |
Wednesday, 24 Mar 2021
|
15:19 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
 |
Friday, 1 Jan 2021
|
21:07 jbeich
graphics/libplacebo: update to 3.104.0
Changes: https://code.videolan.org/videolan/libplacebo/-/tags/v3.104.0
Reported by: Repology
 |
Monday, 28 Dec 2020
|
01:20 jbeich
graphics/libplacebo: drop LLD workaround after r559202
 |
Wednesday, 23 Dec 2020
|
20:12 jbeich
devel/glslang: move to graphics/ where shaderc is
 |
20:12 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.
 |
Tuesday, 10 Nov 2020
|
10:14 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)
 |
Friday, 12 Jun 2020
|
16:08 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
>>> PoolAlloc.cpp.o:(glslang::GetThreadPoolAllocator()) in archive
/usr/local/lib/libglslang.a
ld: error: undefined symbol: glslang::OS_SetTLSValue(void*, void*)
>>> referenced by PoolAlloc.cpp
>>>
PoolAlloc.cpp.o:(glslang::SetThreadPoolAllocator(glslang::TPoolAllocator*)) in
archive /usr/local/lib/libglslang.a
ld: error: undefined symbol: glslang::OS_AllocTLSIndex()
>>> referenced by PoolAlloc.cpp
>>> PoolAlloc.cpp.o:(glslang::InitializePoolIndex()) in archive
/usr/local/lib/libglslang.a
ld: error: undefined symbol: glslang::GlslangToSpv(glslang::TIntermediate
const&, std::__1::vector<unsigned int, std::__1::allocator<unsigned int> >&,
spv::SpvBuildLogger*, glslang::SpvOptions*)
>>> referenced by glslang_c_interface.cpp
>>> glslang_c_interface.cpp.o:(glslang_program_SPIRV_generate) in
archive /usr/local/lib/libglslang.a
ld: error: undefined symbol: spv::SpvBuildLogger::getAllMessages() const
>>> referenced by glslang_c_interface.cpp
>>> glslang_c_interface.cpp.o:(glslang_program_SPIRV_generate) in
archive /usr/local/lib/libglslang.a
ld: error: undefined symbol: glslang::InitGlobalLock()
>>> referenced by ShaderLang.cpp
>>> ShaderLang.cpp.o:(ShInitialize) in archive
/usr/local/lib/libglslang.a
ld: error: undefined symbol: glslang::InitProcess()
>>> referenced by ShaderLang.cpp
>>> ShaderLang.cpp.o:(ShInitialize) in archive
/usr/local/lib/libglslang.a
ld: error: undefined symbol: glslang::GetGlobalLock()
>>> referenced by ShaderLang.cpp
>>> ShaderLang.cpp.o:(ShInitialize) in archive
/usr/local/lib/libglslang.a
ld: error: undefined symbol: glslang::ReleaseGlobalLock()
>>> referenced by ShaderLang.cpp
>>> ShaderLang.cpp.o:(ShInitialize) in archive
/usr/local/lib/libglslang.a
ld: error: undefined symbol: glslang::HlslScanContext::fillInKeywordMap()
>>> referenced by ShaderLang.cpp
>>> ShaderLang.cpp.o:(ShInitialize) in archive
/usr/local/lib/libglslang.a
ld: error: undefined symbol: glslang::InitThread()
>>> referenced by ShaderLang.cpp
>>> ShaderLang.cpp.o:(ShConstructCompiler) in archive
/usr/local/lib/libglslang.a
ld: error: undefined symbol: glslang::InitThread()
>>> referenced by ShaderLang.cpp
>>> ShaderLang.cpp.o:(ShConstructLinker) in archive
/usr/local/lib/libglslang.a
ld: error: undefined symbol: glslang::InitThread()
>>> referenced by ShaderLang.cpp
>>> ShaderLang.cpp.o:(ShConstructUniformMap) in archive
/usr/local/lib/libglslang.a
ld: error: undefined symbol: glslang::GetGlobalLock()
>>> referenced by ShaderLang.cpp
>>> ShaderLang.cpp.o:(ShFinalize) in archive
/usr/local/lib/libglslang.a
ld: error: undefined symbol: glslang::ReleaseGlobalLock()
>>> referenced by ShaderLang.cpp
>>> ShaderLang.cpp.o:(ShFinalize) in archive
/usr/local/lib/libglslang.a
ld: error: undefined symbol: glslang::HlslScanContext::deleteKeywordMap()
>>> referenced by ShaderLang.cpp
>>> ShaderLang.cpp.o:(ShFinalize) in archive
/usr/local/lib/libglslang.a
ld: error: undefined symbol: glslang::InitThread()
>>> referenced by ShaderLang.cpp
>>> ShaderLang.cpp.o:(glslang::TShader::parse(TBuiltInResource
const*, int, EProfile, bool, bool, EShMessages, glslang::TShader::Includer&)) in
archive /usr/local/lib/libglslang.a
ld: error: undefined symbol: glslang::InitThread()
>>> referenced by ShaderLang.cpp
>>>
ShaderLang.cpp.o:(glslang::TShader::preprocess(TBuiltInResource const*, int,
EProfile, bool, bool, EShMessages, std::__1::basic_string<char,
std::__1::char_traits<char>, std::__1::allocator<char> >*,
glslang::TShader::Includer&)) in archive /usr/local/lib/libglslang.a
ld: error: undefined symbol: glslang::GetGlobalLock()
>>> referenced by ShaderLang.cpp
>>> ShaderLang.cpp.o:((anonymous
namespace)::SetupBuiltinSymbolTable(int, EProfile, glslang::SpvVersion const&,
glslang::EShSource)) in archive /usr/local/lib/libglslang.a
ld: error: undefined symbol: glslang::ReleaseGlobalLock()
>>> referenced by ShaderLang.cpp
>>> ShaderLang.cpp.o:((anonymous
namespace)::SetupBuiltinSymbolTable(int, EProfile, glslang::SpvVersion const&,
glslang::EShSource)) in archive /usr/local/lib/libglslang.a
ld: error: too many errors emitted, stopping now (use -error-limit=0 to see all
errors)
c++: error: linker command failed with exit code 1 (use -v to see invocation)
Reported by: VVD <vvd@unislabs.com>
 |
12:53 jbeich
graphics/libplacebo: update to 2.72.0
Changes: https://code.videolan.org/videolan/libplacebo/tags/v2.72.0
Reported by: Repology
 |
Friday, 1 May 2020
|
14:52 jbeich
graphics/libplacebo: update to 2.43.1
Changes: https://code.videolan.org/videolan/libplacebo/tags/v2.43.1
Reported by: Repology
 |
Thursday, 23 Apr 2020
|
00:56 jbeich
graphics/libplacebo: update to 2.43.0
Changes: https://code.videolan.org/videolan/libplacebo/tags/v2.43.0
Reported by: Repology
 |
Wednesday, 25 Dec 2019
|
14:59 jbeich
graphics/libplacebo: update to 1.29.1
Changes: https://code.videolan.org/videolan/libplacebo/tags/v1.29.1
Reported by: portscout
 |
Sunday, 22 Dec 2019
|
21:08 jbeich
graphics/libplacebo: update to 1.29.0
Changes: https://code.videolan.org/videolan/libplacebo/tags/v1.29.0
Reported by: portscout
 |
Monday, 7 Oct 2019
|
08:09 jbeich
graphics/libplacebo: update to 1.21.0
Changes: https://code.videolan.org/videolan/libplacebo/tags/v1.21.0
Reported by: portscout
 |
Friday, 26 Jul 2019
|
20:46 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
 |
Thursday, 4 Jul 2019
|
20:24 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)
 |
Sunday, 12 May 2019
|
01:42 jbeich
graphics/libplacebo: update to 1.18.0
Changes: https://code.videolan.org/videolan/libplacebo/tags/v1.18.0
Reported by: portscout
 |
Monday, 25 Feb 2019
|
22:07 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
 |
Sunday, 3 Feb 2019
|
19:04 jbeich
multimedia/mpv: expose Vulkan support after r469515
PR: 227994 (tracking)
Obtained from: Greg V <greg@unrelenting.technology> (via GitHub)
 |
17:28 jbeich
multimedia/vlc: expose HDR tonemapping support
 |
Number of commits found: 59 |