| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
| |
Disable building of Go example code to avoid adding build dependency on go and
gmake.
PR: 242083
Submitted by: Sebastian Steinmetz <freebsd@sebastiansteinmetz.ch> (maintainer)
Reported by: gja822@narod.ru
Notes:
svn path=/head/; revision=518153
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Update MAINTAINER address
- Fix stage-qa warning
- Drop FreeBSD 10 fix after r483654
Changes: https://github.com/strukturag/libheif/releases
Changes: https://github.com/strukturag/libheif/compare/v1.3.2...v1.6.0
PR: 241607 241900
Submitted by: Sebastian Steinmetz (maintainer)
Approved by: maintainer timeout (2 weeks, old email)
Notes:
svn path=/head/; revision=517929
|
|
|
|
|
|
|
| |
Changes: https://x265.readthedocs.io/en/latest/releasenotes.html#version-3-2
Notes:
svn path=/head/; revision=513734
|
|
|
|
| |
Notes:
svn path=/head/; revision=512233
|
|
|
|
| |
Notes:
svn path=/head/; revision=512232
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=507372
|
|
|
|
|
|
|
| |
Changes: https://x265.readthedocs.io/en/latest/releasenotes.html#version-3-1
Notes:
svn path=/head/; revision=506963
|
|
|
|
| |
Notes:
svn path=/head/; revision=504353
|
|
|
|
|
|
|
|
|
| |
configure: error: *** A compiler with support for C++11 language features is required.
Approved by: portmgr (tier-2 blanket)
Notes:
svn path=/head/; revision=495547
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Add SVTHEVC option, see http://x265.org/x265-svt-hevc-house/
- Drop libmd patch due to rebase churn for what little value it provides
Changes: https://x265.readthedocs.io/en/latest/releasenotes.html#version-3-0
PR: 235906
Approved by: maintainer timeout (2 weeks)
Notes:
svn path=/head/; revision=495302
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Most of this is non-functional change pulling various features out into
options. Part of that is correctly labeling the examples as GPL3+. In a
later revision, they are relicensed to MIT, but not in this version of the
port.
Functional changes including adding a JPEG option and enabling it by
default. libheif is the only utility we ship that can understand .heic
images and converting photos to the more portable jpeg is a reasonable thing
to enable by default.
Approved by: maintainer timeout
Differential Revision: https://reviews.freebsd.org/D18802
Notes:
svn path=/head/; revision=493797
|
|
|
|
|
|
|
|
| |
PR: 230767
Submitted by: yuri
Notes:
svn path=/head/; revision=477754
|
|
libheif is an ISO/IEC 23008-12:2017 HEIF file format decoder and encoder.
HEIF is a new image file format employing HEVC (h.265) image coding for the
best compression ratios currently possible.
libheif makes use of libde265 for the actual image decoding and x265 for
encoding. Alternative codecs for, e.g., AVC and JPEG can be provided as
plugins.
WWW: https://github.com/strukturag/libheif
PR: 230767
Submitted by: Sebastian Steinmetz <freebsd-2018@sebastiansteinmetz.ch>
Notes:
svn path=/head/; revision=477695
|