aboutsummaryrefslogtreecommitdiff
path: root/graphics/libheif
Commit message (Collapse)AuthorAgeFilesLines
* graphics/libheif: Disable building of Go exampleDmitri Goutnik2019-11-221-1/+2
| | | | | | | | | | | | 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
* graphics/libheif: update to 1.6.0Jan Beich2019-11-184-17/+12
| | | | | | | | | | | | | | | - 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
* multimedia/x265: update to 3.2Jan Beich2019-10-031-1/+1
| | | | | | | Changes: https://x265.readthedocs.io/en/latest/releasenotes.html#version-3-2 Notes: svn path=/head/; revision=513734
* graphics/libheif: Spell LICENSE_FILE_GPLv3+ correctlyTobias Kortkamp2019-09-171-1/+1
| | | | Notes: svn path=/head/; revision=512233
* Fix some misspelled or duplicated LICENSE_*Tobias Kortkamp2019-09-171-1/+1
| | | | Notes: svn path=/head/; revision=512232
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2019-07-261-1/+1
| | | | | | | | | | | | | | | | | | 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
* multimedia/x265: update to 3.1.1Jan Beich2019-07-191-1/+1
| | | | | | | Changes: https://x265.readthedocs.io/en/latest/releasenotes.html#version-3-1 Notes: svn path=/head/; revision=506963
* Clean up LIB_DEPENDSAntoine Brodin2019-06-161-1/+1
| | | | Notes: svn path=/head/; revision=504353
* Fix build on gcc-based architectures:Mark Linimon2019-03-131-1/+2
| | | | | | | | | 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
* multimedia/x265: update to 3.0Jan Beich2019-03-101-1/+1
| | | | | | | | | | | | - 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
* graphics/libheif: Correct license, OPTIONize, add jpeg supportConrad Meyer2019-02-242-13/+45
| | | | | | | | | | | | | | | | | | 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
* graphics/libheif: unbreak on 10, clean up MakefileKurt Jaeger2018-08-212-9/+14
| | | | | | | | PR: 230767 Submitted by: yuri Notes: svn path=/head/; revision=477754
* New port: graphics/libheifKurt Jaeger2018-08-214-0/+60
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