Skip to content

Commit

Permalink
graphics/libavif: update to 0.11.0
Browse files Browse the repository at this point in the history
Changes:	https://github.com/AOMediaCodec/libavif/releases/tag/v0.11.0
Reported by:	GitHub (watch releases)
  • Loading branch information
jbeich committed Oct 14, 2022
1 parent 68a14ea commit 36a733d
Show file tree
Hide file tree
Showing 9 changed files with 24 additions and 12 deletions.
2 changes: 1 addition & 1 deletion devel/efl/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
PORTNAME= efl
DISTVERSION= 1.26.2
PORTREVISION= 9
PORTREVISION= 10
CATEGORIES= devel enlightenment
MASTER_SITES= http://download.enlightenment.org/rel/libs/${PORTNAME}/
DIST_SUBDIR= enlightenment
Expand Down
1 change: 1 addition & 0 deletions graphics/darktable/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
PORTNAME= darktable
PORTVERSION= 4.0.1
PORTREVISION= 1
CATEGORIES= graphics
MASTER_SITES= https://github.com/darktable-org/${PORTNAME}/releases/download/release-${PORTVERSION:C/\.rc/rc/}/

Expand Down
2 changes: 1 addition & 1 deletion graphics/gd/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
PORTNAME= libgd
PORTVERSION= 2.3.3
PORTREVISION= 1
PORTREVISION= 2
PORTEPOCH= 1
CATEGORIES+= graphics
MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/releases/download/gd-${PORTVERSION}/
Expand Down
4 changes: 4 additions & 0 deletions graphics/kf5-kimageformats/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
PORTNAME= kimageformats
DISTVERSION= ${KDE_FRAMEWORKS_VERSION}
PORTREVISION= 1
CATEGORIES= graphics kde kde-frameworks

PATCH_SITES= https://invent.kde.org/frameworks/${PORTNAME}/-/commit/
PATCHFILES+= f475a4b24a16.patch:-p1 # chase https://github.com/AOMediaCodec/libavif/commit/b3d441ad6d3f

MAINTAINER= kde@FreeBSD.org
COMMENT= KF5 library providing support for additional image formats

Expand Down
2 changes: 2 additions & 0 deletions graphics/kf5-kimageformats/distinfo
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
TIMESTAMP = 1664689125
SHA256 (KDE/frameworks/5.99.0/kimageformats-5.99.0.tar.xz) = 06e636d4fe03d8d1b0bfed728d00c83fa639e2990fd5664a7101bd77621db1ee
SIZE (KDE/frameworks/5.99.0/kimageformats-5.99.0.tar.xz) = 12298368
SHA256 (KDE/frameworks/5.99.0/f475a4b24a16.patch) = a9b4e458d237333cd3c638e9fea832ef2eb752149b3e9d12c0e8127a9f12565f
SIZE (KDE/frameworks/5.99.0/f475a4b24a16.patch) = 1916
12 changes: 8 additions & 4 deletions graphics/libavif/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
PORTNAME= libavif
DISTVERSIONPREFIX= v
DISTVERSION= 0.10.1
PORTREVISION= 5
DISTVERSION= 0.11.0
CATEGORIES= graphics

PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
Expand All @@ -15,6 +14,8 @@ LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE

LIB_DEPENDS= libpng.so:graphics/png
TEST_DEPENDS= googletest>0:devel/googletest \
bash:shells/bash

USES= cmake:testing compiler:c11 cpe jpeg pkgconfig
CPE_VENDOR= aomedia
Expand All @@ -23,9 +24,8 @@ USE_LDCONFIG= yes
GH_ACCOUNT= AOMediaCodec
CMAKE_ON= AVIF_BUILD_APPS
CMAKE_TESTING_ON= AVIF_BUILD_TESTS
CMAKE_TESTING_TARGET= avif_test_all

OPTIONS_DEFINE= AOM DAV1D GAV1 LIBYUV PIXBUF RAV1E SVTAV1
OPTIONS_DEFINE= AOM DAV1D GAV1 LIBSHARPYUV LIBYUV PIXBUF RAV1E SVTAV1
OPTIONS_DEFAULT=AOM DAV1D PIXBUF
OPTIONS_SUB= yes

Expand All @@ -41,6 +41,10 @@ GAV1_DESC= AV1 decoding via libgav1
GAV1_LIB_DEPENDS= libgav1.so:multimedia/libgav1
GAV1_CMAKE_BOOL= AVIF_CODEC_LIBGAV1

LIBSHARPYUV_DESC= Colorspace conversion via libsharpyuv
LIBSHARPYUV_LIB_DEPENDS= libsharpyuv.so:graphics/webp
LIBSHARPYUV_CMAKE_BOOL_OFF= CMAKE_DISABLE_FIND_PACKAGE_libsharpyuv

LIBYUV_DESC= Colorspace conversion via libyuv
LIBYUV_BUILD_DEPENDS= libyuv>=0.0.1774:graphics/libyuv
LIBYUV_LIB_DEPENDS= libyuv.so:graphics/libyuv
Expand Down
6 changes: 3 additions & 3 deletions graphics/libavif/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
TIMESTAMP = 1649717749
SHA256 (AOMediaCodec-libavif-v0.10.1_GH0.tar.gz) = 66e82854ceb84a3e542bc140a343bc90e56c68f3ecb4fff63e636c136ed9a05e
SIZE (AOMediaCodec-libavif-v0.10.1_GH0.tar.gz) = 2085698
TIMESTAMP = 1665611895
SHA256 (AOMediaCodec-libavif-v0.11.0_GH0.tar.gz) = 0c34937f5a1f2e105734dba2fc6dc4d9b12636e17964df705d3d96c5aa52667c
SIZE (AOMediaCodec-libavif-v0.11.0_GH0.tar.gz) = 5824852
SHA256 (2340cdb5f0c2.patch) = acc0733963b7e1c9f4bb3563b052a15aff6705729ae08a50123f7a0d537396e5
SIZE (2340cdb5f0c2.patch) = 1714
5 changes: 3 additions & 2 deletions graphics/libavif/pkg-plist
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ lib/cmake/libavif/libavif-config-version.cmake
lib/cmake/libavif/libavif-config.cmake
%%PIXBUF%%lib/gdk-pixbuf-2.0/%%GTK2_VERSION%%/loaders/libpixbufloader-avif.so
lib/libavif.so
lib/libavif.so.14
lib/libavif.so.14.0.1
lib/libavif.so.15
lib/libavif.so.15.0.0
libdata/pkgconfig/libavif.pc
%%PIXBUF%%share/thumbnailers/avif.thumbnailer
2 changes: 1 addition & 1 deletion graphics/sdl2_image/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PORTNAME= sdl2_image
DISTVERSIONPREFIX= release-
DISTVERSION= 2.6.2
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= graphics

MAINTAINER= amdmi3@FreeBSD.org
Expand Down

0 comments on commit 36a733d

Please sign in to comment.