Created attachment 170364 [details] Update to 0.9.7 Hello, as maintainer of graphics/libbpg, I'd like to submit a update of the port, bumping version to 0.9.7. A few changes at port level include: * Re-enabling the default options based on the new defaults in Makefile * Linking against port installed libx265 (not internal copy) Thanks a lot,
testbuilds@work
Committed, thanks.
A commit references this bug: Author: pi Date: Wed May 18 05:33:51 UTC 2016 New revision: 415426 URL: https://svnweb.freebsd.org/changeset/ports/415426 Log: graphics/libbpg: 0.9.5 -> 0.9.7 - Re-enabling the default options based on the new defaults in Makefile - Linking against port installed libx265 (not internal copy) - Increased the memory size of the JS decoder to 32 MiB and avoid polluting the global namespace. - Published the Emscripten patches which reduce the size of the generated JS code. - Faster encoding (x265 is the default encoder and is built in bpgenc). - Added monochrome support to x265. - Fixed metadata handling. PR: 209554 Submitted by: Matthieu Volat <mazhe@alkumuna.eu> Changes: head/graphics/libbpg/Makefile head/graphics/libbpg/distinfo head/graphics/libbpg/files/patch-Makefile head/graphics/libbpg/files/patch-jctvc_TLibCommon_TComPicYuv.cpp