Bug 209554

Summary: graphics/libbpg: update [MAINTAINER][PATCH]
Product: Ports & Packages Reporter: Matthieu Volat <mazhe>
Component: Individual Port(s)Assignee: Kurt Jaeger <pi>
Status: Closed FIXED    
Severity: Affects Only Me CC: pi, ports-bugs
Priority: --- Keywords: patch
Version: LatestFlags: mazhe: maintainer-feedback+
Hardware: Any   
OS: Any   
Attachments:
Description Flags
Update to 0.9.7 mazhe: maintainer-approval+

Description Matthieu Volat 2016-05-16 15:03:28 UTC
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,
Comment 1 Kurt Jaeger freebsd_committer freebsd_triage 2016-05-18 05:16:44 UTC
testbuilds@work
Comment 2 Kurt Jaeger freebsd_committer freebsd_triage 2016-05-18 05:34:30 UTC
Committed, thanks.
Comment 3 commit-hook freebsd_committer freebsd_triage 2016-05-18 05:34:47 UTC
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