Page MenuHomeFreeBSD

multimedia/mpv: update to 0.23.0
ClosedPublic

Authored by jbeich on Dec 26 2016, 12:31 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Mar 12, 11:39 AM
Unknown Object (File)
Jan 22 2024, 1:51 AM
Unknown Object (File)
Dec 30 2023, 12:27 PM
Unknown Object (File)
Dec 30 2023, 12:26 PM
Unknown Object (File)
Dec 22 2023, 10:45 PM
Unknown Object (File)
Nov 26 2023, 6:11 PM
Unknown Object (File)
Nov 11 2023, 12:07 PM
Unknown Object (File)
Oct 27 2023, 10:02 PM
Subscribers
None

Details

Summary
Test Plan

portlint -C -> looks fine.
poudriere bulk -t for 101i386, 103amd64, 110i386, 93amd64, 93i386, head-amd64

Diff Detail

Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 6389
Build 6622: arc lint + arc unit

Event Timeline

jbeich retitled this revision from to multimedia/mpv: update to 0.23.0.
jbeich updated this object.
jbeich edited the test plan for this revision. (Show Details)
jbeich added a reviewer: cpm.

Oops, I didn't notice ENCA was enabled by default. Enable UCHARDET to keep the feature.

LGTM but using waf-1.9.7 spits out this issue:

+ install /usr/ports/multimedia/mpv/work/stage/usr/local/lib/libmpv.so.1.24.0 (from build/libmpv.so)
* Node /usr/ports/multimedia/mpv/work/stage/usr/local/lib/libmpv.so is created more than once (full message on 'waf -v -v'). The task generators are:
  1. 'mpv' in /usr/ports/multimedia/mpv/work/mpv-0.23.0
  2. 'mpv' in /usr/ports/multimedia/mpv/work/mpv-0.23.0
If you think that this is an error, set no_errcheck_out on the task instance
Waf: Leaving directory `/usr/ports/multimedia/mpv/work/mpv-0.23.0/build'
'install' finished successfully (0.954s)
====> Compressing man pages (compress-man)
====> Running Q/A tests (stage-qa)

Thanks for the update, Jan ;)

It works like a charm using waf-1.8.22 instead of 1.9.7

So we should build mpv with version 1.8.x

cpm requested changes to this revision.Dec 26 2016, 1:22 PM
cpm edited edge metadata.
cpm added inline comments.
multimedia/mpv/Makefile
21

We should use waf-1.8.22

This revision now requires changes to proceed.Dec 26 2016, 1:22 PM
jbeich edited edge metadata.

It works like a charm using waf-1.8.22 instead of 1.9.7

Agree since it's what WRKSRC/bootstrap.py specifies.

Hmm, bootstrap.py actually has 1.8.12, not 1.8.22.

jbeich edited edge metadata.

Downgrade waf to 1.8.12. I don't think we're interested in upstream fixes on 1.8.x branch atm.

cpm edited edge metadata.
This revision is now accepted and ready to land.Dec 26 2016, 1:52 PM

Downgrade waf to 1.8.12. I don't think we're interested in upstream fixes on 1.8.x branch atm.

I agree. Please, go ahead and commit mpv update to 0.23.0

This revision was automatically updated to reflect the committed changes.