Bug 203550 - [MAINTAINER] multimedia/mpv: update to 0.11.0
Summary: [MAINTAINER] multimedia/mpv: update to 0.11.0
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:
Depends on:
Blocks:
 
Reported: 2015-10-05 10:42 UTC by Carlos J Puga Medina
Modified: 2015-10-06 19:02 UTC (History)
1 user (show)

See Also:


Attachments
v0 (2.36 KB, patch)
2015-10-05 10:42 UTC, Carlos J Puga Medina
no flags Details | Diff
v1 (2.84 KB, patch)
2015-10-06 16:18 UTC, Carlos J Puga Medina
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Carlos J Puga Medina 2015-10-05 10:42:25 UTC
Created attachment 161724 [details]
v0

- Update to 0.11.0
- Update Waf to 1.8.14
- Remove BS2B option

Ref: https://github.com/mpv-player/mpv/releases/tag/v0.11.0
     https://github.com/waf-project/waf/blob/master/ChangeLog
Comment 1 Kurt Jaeger freebsd_committer freebsd_triage 2015-10-05 17:57:33 UTC
fails to build if LADSPA is not selected:

waf-light: error: no such option: --disable-ladspa
Comment 2 Kurt Jaeger freebsd_committer freebsd_triage 2015-10-06 05:36:13 UTC
Test-builds with LADSPA selected were OK for 11-amd, 10.2a+i, 9.3a.
Comment 3 Kurt Jaeger freebsd_committer freebsd_triage 2015-10-06 05:38:16 UTC
We should probably remove the ladspa OPTION ?
Comment 4 Carlos J Puga Medina 2015-10-06 16:12:07 UTC
(In reply to Kurt Jaeger from comment #3)

I think that we should add LADSPA option as default.
Comment 5 Carlos J Puga Medina 2015-10-06 16:15:26 UTC
Oops! I meant to remove it from Makefile :P
Comment 6 Carlos J Puga Medina 2015-10-06 16:18:02 UTC
Created attachment 161767 [details]
v1
Comment 7 Carlos J Puga Medina 2015-10-06 16:22:06 UTC
LADSPA option was removed. Done!
Comment 8 commit-hook freebsd_committer freebsd_triage 2015-10-06 18:58:23 UTC
A commit references this bug:

Author: pi
Date: Tue Oct  6 18:58:03 UTC 2015
New revision: 398714
URL: https://svnweb.freebsd.org/changeset/ports/398714

Log:
  multimedia/mpv: 0.10.0 -> 0.11.0

  - Update to 0.11.0
  - Update Waf to 1.8.14
  - Remove BS2B option
  - Remove LADSPA option

  PR:		203550
  Submitted by:	Carlos J. Puga Medina <cpm@fbsd.es> (maintainer)

Changes:
  head/multimedia/mpv/Makefile
  head/multimedia/mpv/distinfo
Comment 9 Kurt Jaeger freebsd_committer freebsd_triage 2015-10-06 19:02:11 UTC
Committed, thanks!