Bug 209554 - graphics/libbpg: update [MAINTAINER][PATCH]
Summary: graphics/libbpg: update [MAINTAINER][PATCH]
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Kurt Jaeger
URL:
Keywords: patch
Depends on:
Blocks:
 
Reported: 2016-05-16 15:03 UTC by Matthieu Volat
Modified: 2016-05-18 05:34 UTC (History)
2 users (show)

See Also:
mazhe: maintainer-feedback+


Attachments
Update to 0.9.7 (4.75 KB, patch)
2016-05-16 15:03 UTC, Matthieu Volat
mazhe: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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