Page MenuHomeFreeBSD

update multimedia/libbluray 0.7.0 to 0.9.2 and multimedia/libaacs 0.8.0 to 0.8.1
ClosedPublic

Authored by kami on Mar 25 2016, 11:53 PM.
Referenced Files
F80133811: D5743.id14842.diff
Thu, Mar 28, 9:05 AM
Unknown Object (File)
Tue, Mar 19, 4:07 AM
Unknown Object (File)
Sun, Mar 17, 5:26 AM
Unknown Object (File)
Fri, Mar 8, 6:31 AM
Unknown Object (File)
Feb 23 2024, 9:50 AM
Unknown Object (File)
Feb 18 2024, 8:30 AM
Unknown Object (File)
Feb 9 2024, 4:06 AM
Unknown Object (File)
Jan 30 2024, 4:14 AM
Subscribers

Details

Summary

The libbluray library, in conjunction with libaacs and libbdplus provide support for blu-ray playback (provided the bd can be mounted and a key collection is present).

This patch updates them to the latest release.

Test Plan

port test on stable/10 amd64 for all 3 succeeded.
multimedia/mpv successfully links against libbluray.

Poudriere tests: 10.2-release-amd64, 10.2-release-i386, 9.3-release-amd64, 9.3-release-i386 succeeded.

Diff Detail

Repository
rP FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

kami retitled this revision from to update multimedia/libbluray 0.7.0 to 0.9.2 and multimedia/libaacs 0.8.0 to 0.8.1.
kami updated this object.
kami edited the test plan for this revision. (Show Details)
kami added reviewers: cs, koobs.
kami set the repository for this revision to rP FreeBSD ports repository.
kami added a project: Ports Committers.

Could you upload a diff generated with:

svn diff --diff-cmd=diff -x -U9999

(or better, use devel/arcanist)

Add diff created by arcanist.

(I haven't used it before because of PHP)

Removed the obsolete plist target.

I successfully built vlc-2.2.1_8,4, mplayer-1.3.0_1 and mpv-0.16.0_1,1
linked against libbluray in FreeBSD 9.3/10.2 amd64/i386 jails.

multimedia/libbluray/Makefile
34–47 ↗(On Diff #14752)

All this should be converted to options helpers.

49–56 ↗(On Diff #14752)

This is also called OPTIONS_SUB=yes

Add a can of bsd.options.mk fu.

The usual testing has been done:

  • Builds on 9.3/10.2 i386/amd64
  • mplayer, mpv and vlc successfully link against it
cs edited edge metadata.
This revision is now accepted and ready to land.Apr 25 2016, 6:30 PM
This revision was automatically updated to reflect the committed changes.
kami marked 2 inline comments as done.