| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
| |
net/freerdp{,3} have been already bumped in e447cd0, so not being bumped
again.
Bumped by the following one-liner:
$ git grep -l libopenh264 | \
grep '^.*/.*/Makefile$'| \
xargs -t -n1 portedit bump-revision -i
Approved by: portmgr (blanket)
|
|
|
|
|
| |
Changes: https://github.com/KhronosGroup/glslang/releases/tag/15.4.0
Reported by: GitHub (watch releases)
|
| |
|
|
|
|
|
| |
Changes: https://github.com/xiph/rav1e/releases/tag/v0.8.0
Reported by: GitHub (watch releases)
|
|
|
|
|
| |
Changes: https://github.com/KhronosGroup/glslang/releases/tag/15.3.0
Reported by: GitHub (watch releases)
|
|
|
|
|
| |
Changes: https://github.com/KhronosGroup/SPIRV-Tools/compare/v2025.1...v2025.2.rc1
Reported by: Repology
|
|
|
|
|
| |
Changes: https://chromium.googlesource.com/webm/libvpx/+log/v1.15.0..v1.15.1
Reported by: portscout
|
|
|
|
|
| |
Changes: https://gitlab.com/AOMediaCodec/SVT-AV1/-/releases/v3.0.0
Reported by: /r/AV1
|
|
|
|
|
|
|
|
| |
The port has expired but isn't removed yet because there are still too
many consumers. Rename it because the name "security/mbedtls" makes it
look like it's the default version.
PR: 283792
|
|
|
|
| |
Sponsored by: Future Crew, LLC
|
|
|
|
|
| |
Changes: https://chromium.googlesource.com/webm/libvpx/+log/v1.14.1..v1.15.0
Reported by: Repology
|
|
|
|
| |
PR: 281680
|
| |
|
|
|
|
|
| |
Remove invalid option as support for librtmp was removed in
8d01b5458f4660725fcaf562cdbb073debc9b751
|
|
|
|
|
| |
Changes: https://gitlab.com/AOMediaCodec/SVT-AV1/-/releases/v2.0.0
Reported by: Repology, /r/AV1
|
|
|
|
|
|
|
|
| |
- Vulkan Video doesn't need either glslang or shaderc
- For consistency with graphics/libplacebo
PR: 276469
Suggested by: vvd
|
|
|
|
|
|
|
|
|
|
|
| |
libavfilter/glslang.cpp:164:5: error: use of undeclared identifier 'assert'
assert(glslang_refcount);
^
PR: 276469
Tested by: vvd
Regressed by: https://github.com/KhronosGroup/glslang/commit/6f9ab3c2deb6
See also: https://github.com/ffmpeg/ffmpeg/commit/246f841b53e1
|
|
|
|
| |
Approved by: portmgr (blanket)
|
|
|
|
|
| |
Changes: https://chromium.googlesource.com/webm/libvpx/+log/v1.13.1..v1.14.0
Reported by: portscout
|
|
|
|
|
| |
Changes: https://github.com/KhronosGroup/glslang/releases/tag/13.0.0
Reported by: GitHub (watch releases)
|
|
|
|
|
| |
Changes: https://github.com/xiph/rav1e/releases/tag/v0.7.0
Reported by: GitHub (watch releases)
|
|
|
|
|
| |
Changes: https://github.com/Netflix/vmaf/releases/tag/v3.0.0
Reported by: GitHub (watch releases)
|
|
|
|
|
|
|
|
|
| |
$ ffmpeg
ld-elf.so.1: Shared object "libx265.so.192" not found, required by "libavcodec.so.60"
PR: 274526
Reported by: vvd (on dev-commits-ports-main@ list)
Reported by: Kevin Oberman (on multimedia@ list)
|
|
|
|
|
|
|
|
|
|
|
| |
$ pkg install texinfo
$ make configure
[...]
texi2html enabled no
makeinfo enabled yes
makeinfo supports HTML yes
PR: 275268
|
|
|
|
|
| |
Changes: https://github.com/Netflix/vmaf/releases/tag/v3.0.0-rc
Reported by: GitHub (watch releases)
|
|
|
|
|
|
|
| |
- Rebuild consumers of consumers after SONAME change
Changes: https://github.com/lu-zero/cargo-c/releases/tag/v0.9.27
Reported by: GitHub (watch releases)
|
|
|
|
|
| |
Changes: https://code.videolan.org/videolan/dav1d/-/tags/1.3.0
Reported by: Repology
|
|
|
|
|
|
|
|
| |
enable support for the .data.rel.ro section because the arm64
assembly code in ffmpeg depends on it in case of -pie and -fPIC
Reviewed by: jbeich
Differential Revision: https://reviews.freebsd.org/D41609
|
| |
|
|
|
|
|
| |
Changes: https://gitlab.com/AOMediaCodec/SVT-AV1/-/releases/v1.5.0
Reported by: Repology, /r/AV1
|
| |
|
|
|
|
|
| |
Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n4.4.4:/Changelog
Reported by: portscout
|
|
Mainly for leaf consumers: applications but not plugins or libraries.
Otherwise, indirectly mixing different versions of ffmpeg libraries at
runtime can lead to crashes.
To use simply add the following before <bsd.port.mk> or <bsd.port.pre.mk>
.include "${.CURDIR:H:H}/multimedia/ffmpeg4/override.mk"
PR: 261302
Inspired by: c717faa5c764
|