Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 5 Jun 2020 09:26:00 +0000 (UTC)
From:      =?UTF-8?Q?Fernando_Apestegu=c3=ada?= <fernape@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r538000 - head/graphics/libheif
Message-ID:  <202006050926.0559Q01s054260@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: fernape
Date: Fri Jun  5 09:26:00 2020
New Revision: 538000
URL: https://svnweb.freebsd.org/changeset/ports/538000

Log:
  graphics/libheif: Update to 1.6.2
  
  From ChangeLog: https://github.com/strukturag/libheif/releases/tag/v1.6.2
  
   * support for HEIX images (10, 12 bit and chroma 4:2:2)
   * security limits for maximum image sizes have been increased
   * gdk pixbuf loader fixes
  
  While here, fix pkg-descr portlint warning.
  
  PR:     246921
  Submitted by:   ltning-freebsd@anduin.net
  Reviewed by:    freebsd@sebastiansteinmetz.ch (maintainer)

Modified:
  head/graphics/libheif/Makefile
  head/graphics/libheif/distinfo
  head/graphics/libheif/pkg-descr
  head/graphics/libheif/pkg-plist

Modified: head/graphics/libheif/Makefile
==============================================================================
--- head/graphics/libheif/Makefile	Fri Jun  5 09:15:57 2020	(r537999)
+++ head/graphics/libheif/Makefile	Fri Jun  5 09:26:00 2020	(r538000)
@@ -2,8 +2,7 @@
 
 PORTNAME=		libheif
 DISTVERSIONPREFIX=	v
-DISTVERSION=		1.6.0
-PORTREVISION=		1
+DISTVERSION=		1.6.2
 CATEGORIES=		graphics
 
 MAINTAINER=		freebsd@sebastiansteinmetz.ch

Modified: head/graphics/libheif/distinfo
==============================================================================
--- head/graphics/libheif/distinfo	Fri Jun  5 09:15:57 2020	(r537999)
+++ head/graphics/libheif/distinfo	Fri Jun  5 09:26:00 2020	(r538000)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1573513950
-SHA256 (strukturag-libheif-v1.6.0_GH0.tar.gz) = c28864515e04436b9506002f1d492ec9ca7b7a78eadd57c979f53ccd73a695c1
-SIZE (strukturag-libheif-v1.6.0_GH0.tar.gz) = 1086586
+TIMESTAMP = 1591044315
+SHA256 (strukturag-libheif-v1.6.2_GH0.tar.gz) = 8bc0e2cb3269e960b211b60600d95fa6f54a6ba8ea6eb8c8d3323d15ad66972b
+SIZE (strukturag-libheif-v1.6.2_GH0.tar.gz) = 1088921

Modified: head/graphics/libheif/pkg-descr
==============================================================================
--- head/graphics/libheif/pkg-descr	Fri Jun  5 09:15:57 2020	(r537999)
+++ head/graphics/libheif/pkg-descr	Fri Jun  5 09:26:00 2020	(r538000)
@@ -1,10 +1,10 @@
 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 
+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 
+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

Modified: head/graphics/libheif/pkg-plist
==============================================================================
--- head/graphics/libheif/pkg-plist	Fri Jun  5 09:15:57 2020	(r537999)
+++ head/graphics/libheif/pkg-plist	Fri Jun  5 09:26:00 2020	(r538000)
@@ -9,7 +9,7 @@ include/libheif/heif_version.h
 lib/libheif.a
 lib/libheif.so
 lib/libheif.so.1
-lib/libheif.so.1.6.0
+lib/libheif.so.1.6.2
 libdata/pkgconfig/libheif.pc
 %%EXAMPLES%%man/man1/heif-convert.1.gz
 %%EXAMPLES%%man/man1/heif-enc.1.gz



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202006050926.0559Q01s054260>