non port: graphics/libavif/distinfo |
SVNWeb
|
Number of commits found: 39 |
Tue, 29 Aug 2023
|
[ 23:15 Jan Beich (jbeich) ] 2995e71
graphics/libavif: update to 1.0.1
Changes: https://github.com/AOMediaCodec/libavif/releases/tag/v1.0.1
Reported by: GitHub (watch releases)
|
[ 00:34 Jan Beich (jbeich) ] b578933 (Only the first 10 of 13 ports in this commit are shown above. )
graphics/libavif: update to 1.0.0
Changes: https://github.com/AOMediaCodec/libavif/releases/tag/v1.0.0
Reported by: GitHub (watch releases)
|
Thu, 2 Feb 2023
|
[ 08:29 Jan Beich (jbeich) ] 9fd5233
graphics/libavif: unbreak fetch due to repo growth
fetch: https://github.com/AOMediaCodec/libavif/commit/2340cdb5f0c2.patch: size
mismatch: expected 1714, actual 1716
-index 919f0bc1..cb680c33 100644
+index 919f0bc14..cb680c335 100644
|
Fri, 21 Oct 2022
|
[ 03:36 Jan Beich (jbeich) ] 629e09f
graphics/libavif: update to 0.11.1 (nop)
Changes: https://github.com/AOMediaCodec/libavif/releases/tag/v0.11.1
Reported by: GitHub (watch releases)
|
Wed, 19 Oct 2022
|
[ 21:51 Jan Beich (jbeich) ] 281cce9
graphics/libavif: update to 0.11.1-rc1
Changes: https://github.com/AOMediaCodec/libavif/releases/tag/v0.11.1-rc1
Reported by: GitHub (watch releases)
|
Mon, 17 Oct 2022
|
[ 23:47 Jan Beich (jbeich) ] f93917f
graphics/libavif: unbreak tests with LIBSHARPYUV=off after 36a733d8a533
91% tests passed, 1 tests failed out of 11
Total Test time (real) = 11.38 sec
The following tests FAILED:
9 - avifrgbtoyuvtest (Failed)
|
[ 17:51 Jan Beich (jbeich) ] 52229d4
graphics/libavif: unbreak tests on 32-bit archs after 36a733d8a533
tests/gtest/avifincrtest_helpers.cc:136:28: error: implicit conversion loses
integer precision: 'unsigned long long' to 'size_t' (aka 'unsigned int')
[-Werror,-Wshorten-64-to-32]
size = data->full_size - offset;
~ ~~~~~~~~~~~~~~~~^~~~~~~~
|
[ 17:50 Jan Beich (jbeich) ] babdbde
graphics/libavif: switch 9a565c82d861 to merged version
|
Sat, 15 Oct 2022
|
[ 00:33 Jan Beich (jbeich) ] 9a565c8
graphics/libavif: unbreak tests build after 36a733d8a533
ld: error: undefined symbol: avifImageExtractExifOrientationToIrotImir
>>> referenced by avifmetadatatest.cc
>>>
tests/CMakeFiles/avifmetadatatest.dir/gtest/avifmetadatatest.cc.o:(libavif::(anonymous
namespace)::MetadataTest_ExifIfdOffsetLoopingTo8_Test::TestBody())
|
Fri, 14 Oct 2022
|
[ 22:30 Jan Beich (jbeich) ] 36a733d
graphics/libavif: update to 0.11.0
Changes: https://github.com/AOMediaCodec/libavif/releases/tag/v0.11.0
Reported by: GitHub (watch releases)
|
Tue, 12 Apr 2022
|
[ 00:52 Jan Beich (jbeich) ] a543237
graphics/libavif: update to 0.10.1
Changes: https://github.com/AOMediaCodec/libavif/releases/tag/v0.10.1
Reported by: GitHub (watch releases)
|
Wed, 6 Apr 2022
|
[ 22:15 Jan Beich (jbeich) ] 7d367d2
graphics/libavif: update to 0.10.0
Changes: https://github.com/AOMediaCodec/libavif/releases/tag/v0.10.0
Reported by: GitHub (watch releases)
|
Sat, 19 Mar 2022
|
[ 20:47 Dimitry Andric (dim) ] 48c0caf
graphics/libavif: fix build with clang 14
Clang >= 14 warns that mixing declarations and code is incompatible with
standards before C99, even if you compile with -std=c99 or -std=gnu99.
Add `-Wno-declaration-after-statement` if it is supported, to silence
the warning.
PR: 262634
Approved by: jbeich (maintainer)
Obtained from: https://github.com/AOMediaCodec/libavif/pull/886
MFH: 2022Q1
|
Sat, 22 Jan 2022
|
[ 14:24 Jan Beich (jbeich) ] b2302fb
multimedia/svt-av1: update to 0.9.0
Changes: https://gitlab.com/AOMediaCodec/SVT-AV1/-/releases/v0.9.0
Reported by: Repology
|
Wed, 10 Nov 2021
|
[ 19:06 Jan Beich (jbeich) ] 1d042b7
graphics/libavif: unbreak build with Clang 13
In file included from
/wrkdirs/usr/ports/graphics/libavif/work/libavif-0.9.2/contrib/gdk-pixbuf/loader.c:9:
In file included from
/usr/local/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-io.h:35:
In file included from /usr/local/include/glib-2.0/glib.h:30:
In file included from /usr/local/include/glib-2.0/glib/galloca.h:32:
/usr/local/include/glib-2.0/glib/gtypes.h:458:24: error: identifier
'_GLIB_CHECKED_ADD_U32' is reserved because it starts with '_' followed by a
capital letter [-Werror,-Wreserved-identifier]
static inline gboolean _GLIB_CHECKED_ADD_U32 (guint32 *dest, guint32 a, guint32
b) {
^
/usr/local/include/glib-2.0/glib/gtypes.h:460:24: error: identifier
'_GLIB_CHECKED_MUL_U32' is reserved because it starts with '_' followed by a
capital letter [-Werror,-Wreserved-identifier]
static inline gboolean _GLIB_CHECKED_MUL_U32 (guint32 *dest, guint32 a, guint32
b) {
^
/usr/local/include/glib-2.0/glib/gtypes.h:462:24: error: identifier
'_GLIB_CHECKED_ADD_U64' is reserved because it starts with '_' followed by a
capital letter [-Werror,-Wreserved-identifier]
static inline gboolean _GLIB_CHECKED_ADD_U64 (guint64 *dest, guint64 a, guint64
b) {
^ (Only the first 15 lines of the commit message are shown above )
|
Thu, 21 Oct 2021
|
[ 14:49 Jan Beich (jbeich) ] 932ddda
graphics/libavif: update to 0.9.3
Changes: https://github.com/AOMediaCodec/libavif/compare/v0.9.2...v0.9.3
Reported by: Repology
|
Thu, 24 Jun 2021
|
[ 02:55 Jan Beich (jbeich) ] 91c4556
graphics/libavif: update to 0.9.2
Changes: https://github.com/AOMediaCodec/libavif/compare/v0.9.1...v0.9.2
Reported by: GitHub (watch releases)
|
Thu, 20 May 2021
|
[ 02:38 Jan Beich (jbeich) ] efc8ec0
graphics/libavif: update to 0.9.1
Changes: https://github.com/AOMediaCodec/libavif/compare/v0.9.0...v0.9.1
Reported by: GitHub (watch releases)
|
[ 02:38 Jan Beich (jbeich) ] 43938a3
graphics/libavif: unbreak fetch
fetch: https://github.com/AOMediaCodec/libavif/commit/2340cdb5f0c2.patch: size
mismatch: expected 1712, actual 1714
-index 919f0bc..cb680c3 100644
+index 919f0bc1..cb680c33 100644
|
Tue, 23 Feb 2021
|
[ 06:40 jbeich ]
graphics/libavif: update to 0.9.0
Changes: https://github.com/AOMediaCodec/libavif/compare/v0.8.4...v0.9.0
Reported by: GitHub (watch releases)
|
Wed, 25 Nov 2020
|
[ 17:51 jbeich ]
graphics/libavif: update to 0.8.4
Changes: https://github.com/AOMediaCodec/libavif/compare/v0.8.3...v0.8.4
Reported by: GitHub (watch releases)
|
Mon, 9 Nov 2020
|
[ 23:47 jbeich ]
graphics/libavif: update to 0.8.3
Changes: https://github.com/AOMediaCodec/libavif/compare/v0.8.2...v0.8.3
Reported by: GitHub (watch releases)
|
Thu, 15 Oct 2020
|
[ 00:59 jbeich ]
graphics/libavif: update to 0.8.2
Changes: https://github.com/AOMediaCodec/libavif/compare/v0.8.1...v0.8.2
Reported by: GitHub (watch releases)
|
Thu, 3 Sep 2020
|
[ 16:37 jbeich ]
graphics/libavif: replace USES=localbase with upstream fix
|
Mon, 24 Aug 2020
|
[ 08:40 jbeich ]
graphics/libavif: switch Clang workaround to upstream
|
Wed, 5 Aug 2020
|
[ 22:38 jbeich ]
graphics/libavif: update to 0.8.1
Changes: https://github.com/AOMediaCodec/libavif/compare/v0.8.0...v0.8.1
Reported by: GitHub (watch releases)
|
Tue, 14 Jul 2020
|
[ 23:31 jbeich ]
graphics/libavif: update to 0.8.0
Changes: https://github.com/AOMediaCodec/libavif/compare/v0.7.3...v0.8.0
Reported by: GitHub (watch releases)
|
Mon, 4 May 2020
|
[ 19:36 jbeich ]
graphics/libavif: update to 0.7.3
Changes: https://github.com/AOMediaCodec/libavif/compare/v0.7.2...v0.7.3
Reported by: GitHub (watch releases)
|
Fri, 24 Apr 2020
|
[ 19:34 jbeich ]
graphics/libavif: update to 0.7.2
Changes: https://github.com/AOMediaCodec/libavif/compare/v0.7.1...v0.7.2
Reported by: GitHub (watch releases)
|
Fri, 17 Apr 2020
|
[ 14:49 jbeich ]
graphics/libavif: update to 0.7.1
Changes: https://github.com/AOMediaCodec/libavif/compare/v0.6.4...v0.7.1
Reported by: GitHub (watch releases)
|
Wed, 15 Apr 2020
|
[ 06:26 jbeich ]
graphics/libavif: update to 0.6.4
Changes: https://github.com/AOMediaCodec/libavif/compare/v0.6.3...v0.6.4
Reported by: GitHub (watch releases)
|
Tue, 31 Mar 2020
|
[ 20:36 jbeich ]
graphics/libavif: update to 0.6.3
Changes: https://github.com/AOMediaCodec/libavif/compare/v0.6.2...v0.6.3
Reported by: portscout
|
Thu, 12 Mar 2020
|
[ 15:36 jbeich ]
graphics/libavif: update to 0.6.2
Changes: https://github.com/AOMediaCodec/libavif/compare/v0.6.0...v0.6.2
Reported by: portscout
|
Tue, 10 Mar 2020
|
[ 11:08 jbeich ]
graphics/libavif: update to 0.6.0
Changes: https://github.com/AOMediaCodec/libavif/compare/v0.5.7...v0.6.0
Reported by: portscout
|
Wed, 4 Mar 2020
|
[ 21:13 jbeich ]
graphics/libavif: update to 0.5.7
Changes: https://github.com/AOMediaCodec/libavif/compare/v0.5.6...v0.5.7
Reported by: portscout
|
Thu, 20 Feb 2020
|
[ 11:00 jbeich ]
graphics/libavif: update to 0.5.6
Changes: https://github.com/AOMediaCodec/libavif/compare/v0.5.5...v0.5.6
Reported by: portscout
|
Fri, 14 Feb 2020
|
[ 13:20 jbeich ]
graphics/libavif: update to 0.5.5
Changes: https://github.com/AOMediaCodec/libavif/compare/v0.5.4...v0.5.5
Reported by: GitHub (watch releases)
|
Wed, 22 Jan 2020
|
[ 00:50 jbeich ]
graphics/libavif: update to 0.5.4
Changes: https://github.com/AOMediaCodec/libavif/compare/v0.5.3...v0.5.4
|
Mon, 20 Jan 2020
|
[ 02:01 jbeich ]
graphics/libavif: add new port
This library aims to be a friendly, portable C implementation of the
AV1 Image File Format.
https://github.com/AOMediaCodec/libavif
|
Number of commits found: 39 |