non port: graphics/libavif/Makefile |
SVNWeb
|
Number of commits found: 67 |
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)
|
[ 22:30 Jan Beich (jbeich) ] 68a14ea
graphics/libavif: respect LIBYUV=off even if libyuv is installed
|
Sat, 17 Sep 2022
|
[ 21:08 Jan Beich (jbeich) ] 3dae2b9
multimedia/aom: avoid leaking libjxl and vmaf via pkg-config
$ make stage-qa -C graphics/libavif
[...]
Error: /usr/local/lib/libavif.so.14.0.1 is linked to /usr/local/lib/libvmaf.so.1
from multimedia/vmaf but it is not declared as a dependency
Warning: you need LIB_DEPENDS+=libvmaf.so:multimedia/vmaf
Error: /usr/local/lib/libavif.so.14.0.1 is linked to
/usr/local/lib/libjxl.so.0.7 from graphics/libjxl but it is not declared as a
dependency
Warning: you need LIB_DEPENDS+=libjxl.so:graphics/libjxl
Reported by: Tatsuki Makino (on ports@ list), Jan Henrik Sylvester (private
mail)
|
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above )
|
Thu, 4 Aug 2022
|
[ 15:08 Jan Beich (jbeich) ] 7d7c819
multimedia/svt-av1: update to 1.2.0
Changes: https://gitlab.com/AOMediaCodec/SVT-AV1/-/releases/v1.2.0
Reported by: Repology, /r/AV1, Phoronix
|
Fri, 1 Jul 2022
|
[ 23:26 Jan Beich (jbeich) ] a8c1eb5
multimedia/libgav1: update to 0.18.0
Changes: https://chromium.googlesource.com/codecs/libgav1/+log/v0.17.0..v0.18.0
Reported by: portscout
|
Wed, 18 May 2022
|
[ 15:04 Jan Beich (jbeich) ] 1f69683
multimedia/svt-av1: update to 1.1.0
Changes: https://gitlab.com/AOMediaCodec/SVT-AV1/-/releases/v1.1.0
Reported by: Repology, /r/AV1
|
Thu, 14 Apr 2022
|
[ 00:59 Jan Beich (jbeich) ] 152bbb3
multimedia/svt-av1: update to 1.0.0.r2
Changes: https://gitlab.com/AOMediaCodec/SVT-AV1/-/releases/v1.0.0-rc1
Changes: https://gitlab.com/AOMediaCodec/SVT-AV1/-/releases/v1.0.0-rc2
Reported by: Repology
|
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
|
Fri, 18 Mar 2022
|
[ 14:41 Jan Beich (jbeich) ] 3468f19 (Only the first 10 of 21 ports in this commit are shown above. )
multimedia/dav1d: update to 1.0.0
Changes: https://code.videolan.org/videolan/dav1d/-/releases/1.0.0
Reported by: Repology
|
Thu, 24 Feb 2022
|
[ 19:43 Jan Beich (jbeich) ] d187ef9
multimedia/svt-av1: update to 0.9.1
Changes: https://gitlab.com/AOMediaCodec/SVT-AV1/-/releases/v0.9.1
Reported by: Repology
|
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 )
|
Tue, 26 Oct 2021
|
[ 09:15 Mikael Urankar (mikael) Author: VVD ] 8aa40aa
graphics/libavif: Remove BROKEN after recent libyuv update.
PR: 259376
|
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
|
Wed, 20 Oct 2021
|
[ 16:13 Stefan Eßer (se) ] a7304ac
graphics/libavif: Add CPE information
Approved by: portmgr (blanket)
|
Thu, 14 Oct 2021
|
[ 22:20 Jan Beich (jbeich) ] a950db7 (Only the first 10 of 11 ports in this commit are shown above. )
multimedia/aom: force rebuild consumers after 6f68add3f9ab
$ ffmpeg ... -c:v libaom-av1 ...
[libaom-av1 @ 0x804a89900] 3.2.0
[libaom-av1 @ 0x804a89900] Failed to initialize encoder: ABI version mismatch
Error initializing output stream 0:0 -- Error while opening encoder for output
stream #0:0 - maybe incorrect parameters such as bit_rate, rate, width or height
Conversion failed!
https://aomedia.googlesource.com/aom/+/bbdfa68d13a0%5E%21/
|
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)
|
Tue, 18 May 2021
|
[ 00:47 Jan Beich (jbeich) ] 1d79634
graphics/libavif: convert to USES=cmake:testing
|
Tue, 11 May 2021
|
[ 00:58 Jan Beich (jbeich) ] 0c0a4f4
multimedia/svt-av1: update to 0.8.7
Changes: https://gitlab.com/AOMediaCodec/SVT-AV1/-/releases/v0.8.7
Reported by: Repology
|
Wed, 7 Apr 2021
|
[ 08:09 Mathieu Arnold (mat) ] cf118cc (Only the first 10 of 8873 ports in this commit are shown above. )
One more small cleanup, forgotten yesterday.
Reported by: lwhsu
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Tue, 23 Mar 2021
|
[ 22:01 jbeich ] (Only the first 10 of 16 ports in this commit are shown above. )
multimedia/aom: update to 3.0.0
Changes: https://aomedia.googlesource.com/aom/+log/v2.0.2..v3.0.0
Reported by: portscout
|
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)
|
Sat, 30 Jan 2021
|
[ 19:45 tcberner ]
graphics/libyuv: update to 0.0.1767
- enable option in graphics/libavif
PR: 252822
Submitted by: VVD <vvd@unislabs.com>
|
Mon, 30 Nov 2020
|
[ 00:28 jbeich ]
multimedia/svt-av1: update to 0.8.6
Rebuild consumers after `EbSvtAv1EncConfiguration` grew in size with
`recode_loop` added in the middle of the struct.
Changes: https://github.com/AOMediaCodec/SVT-AV1/releases/tag/v0.8.6
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, 23 Nov 2020
|
[ 22:08 jbeich ]
multimedia/dav1d: update to 0.8.0
Changes: https://code.videolan.org/videolan/dav1d/-/tags/0.8.0
Changes: https://code.videolan.org/videolan/dav1d/-/blob/0.8.0/NEWS
Changes: https://code.videolan.org/videolan/dav1d/compare/0.7.1...0.8.0
|
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: connect tests to "make test"
|
[ 16:37 jbeich ]
graphics/libavif: replace USES=localbase with upstream fix
|
Sat, 29 Aug 2020
|
[ 00:38 jbeich ]
multimedia/libgav1: add new port
libgav1 is a Main profile (0) & High profile (1) compliant AV1 decoder.
https://chromium.googlesource.com/codecs/libgav1
|
Mon, 24 Aug 2020
|
[ 08:40 jbeich ]
graphics/libavif: switch Clang workaround to upstream
|
[ 08:40 jbeich ]
graphics/libavif: drop mime workaround after r546053
|
Thu, 6 Aug 2020
|
[ 00:16 jbeich ]
graphics/libavif: enable gdk-pixbuf2 loader
$ avifenc huge.jpg huge.avif
$ mcomix huge.avif
$ swaymsg output \* background $PWD/test.avif fill
|
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)
|
Fri, 8 May 2020
|
[ 21:35 jbeich ]
multimedia/aom: update to 2.0.0.r1 (stable branch)
Changes: https://aomedia.googlesource.com/aom/+log/bb664cf03..v2.0.0-rc1
Reported by: Balance- on /r/AV1
|
Thu, 7 May 2020
|
[ 00:39 jbeich ]
multimedia/aom: update to 1.0.0.3639
Changes: https://aomedia.googlesource.com/aom/+log/26878968a..bb664cf03
|
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)
|
Sat, 2 May 2020
|
[ 00:54 jbeich ]
multimedia/aom: update to 1.0.0.3596
Changes: https://aomedia.googlesource.com/aom/+log/5d6f2d42c..26878968a
|
Tue, 28 Apr 2020
|
[ 00:52 jbeich ]
multimedia/aom: update to 1.0.0.3547
Changes: https://aomedia.googlesource.com/aom/+log/2f0cc17ec..5d6f2d42c
|
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)
|
Sat, 11 Apr 2020
|
[ 00:56 pkubaj ]
graphics/libavif: fix build on GCC architectures
Use newer GCC to avoid error caused by -Werror:
/wrkdirs/usr/ports/graphics/libavif/work/libavif-0.6.3/src/reformat.c:316:
warning: comparison is always false due to limited range of data type
MFH: 2020Q2 (fix build blanket)
|
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
|
Fri, 6 Mar 2020
|
[ 11:32 jbeich ]
multimedia/dav1d: update to 0.6.0
Changes: https://code.videolan.org/videolan/dav1d/tags/0.6.0
Changes: https://code.videolan.org/videolan/dav1d/blob/0.6.0/NEWS
Changes: https://code.videolan.org/videolan/dav1d/compare/0.5.2...0.6.0
|
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)
|
Sat, 25 Jan 2020
|
[ 23:51 jbeich ]
multimedia/aom: update to 1.0.0.3002
Changes: https://aomedia.googlesource.com/aom/+log/b14b3dbef..5e87049aa
|
Thu, 23 Jan 2020
|
[ 00:55 jbeich ]
multimedia/aom: update to 1.0.0.2985
Changes: https://aomedia.googlesource.com/aom/+log/37d6a4b69..b14b3dbef
|
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: 67 |