Git Product home page Git Product logo

homebrew-mpv's People

Contributors

airport avatar cellane avatar eiennohito avatar frostedmint avatar henry0312 avatar hummer12007 avatar jasonrm avatar kalin avatar kkdd avatar mistydemeo avatar ojab avatar pigoz avatar steinuil avatar tlvince avatar vitorgalvao avatar zmwangx avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

homebrew-mpv's Issues

Incorrect version of x265 available?

➜  ~  brew remove mpv
Uninstalling /usr/local/Cellar/mpv/0.8.3... (343 files, 30M)
➜  ~  brew install mpv
==> Installing mpv from mpv-player/homebrew-mpv
==> Installing mpv dependency: x265
==> Downloading https://homebrew.bintray.com/bottles/x265-1.6.yosemite.bottle.tar.gz
######################################################################## 100.0%
==> Pouring x265-1.6.yosemite.bottle.tar.gz
🍺  /usr/local/Cellar/x265/1.6: 9 files, 5.1M
==> Installing mpv
==> Downloading https://github.com/mpv-player/mpv/archive/v0.9.1.tar.gz
######################################################################## 100.0%
==> Downloading https://pypi.python.org/packages/source/d/docutils/docutils-0.11.tar.gz
Already downloaded: /Library/Caches/Homebrew/mpv--docutils-0.11.tar.gz
==> python setup.py install --prefix=/usr/local/Cellar/mpv/0.9.1/libexec
==> Downloading http://ftp.waf.io/pub/release/waf-1.8.4
Already downloaded: /Library/Caches/Homebrew/mpv--waf-1.8.4
==> python waf configure --prefix=/usr/local/Cellar/mpv/0.9.1 --enable-zsh-comp
==> python waf install
==> creating a OS X Application bundle
==> python TOOLS/osxbundle.py build/mpv
==> Caveats
mpv.app installed to:
  /usr/local/Cellar/mpv/0.9.1

To link the application to a normal Mac OS X location:
    brew linkapps
or:
    ln -s /usr/local/Cellar/mpv/0.9.1/mpv.app /Applications

zsh completion has been installed to:
  /usr/local/share/zsh/site-functions

.app bundles were installed.
Run `brew linkapps mpv` to symlink these to /Applications.
==> Summary
🍺  /usr/local/Cellar/mpv/0.9.1: 329 files, 13M, built in 54 seconds
➜  ~  brew linkapps
Linking /usr/local/opt/mpv/mpv.app to /Applications.
➜  ~  mpv
dyld: Library not loaded: /usr/local/lib/libx265.43.dylib
  Referenced from: /usr/local/lib/libavutil.54.dylib
  Reason: image not found
[1]    36610 trace trap  mpv

And as for the library that was installed:

➜  lib git:(master) ls -la /usr/local/lib | grep 265
lrwxr-xr-x    1 aktau  admin      39 May  2 00:50 libx265.51.dylib -> ../Cellar/x265/1.6/lib/libx265.51.dylib
lrwxr-xr-x    1 aktau  admin      32 May  2 00:50 libx265.a -> ../Cellar/x265/1.6/lib/libx265.a
lrwxr-xr-x    1 aktau  admin      36 May  2 00:50 libx265.dylib -> ../Cellar/x265/1.6/lib/libx265.dylib

Issues with fullscreen on Yosemite

2014-10-01 14:27:48.017 mpv[1262:58559] NSWindow warning: adding an unknown subview: <NSView: 0x7fa44c21cb40>
2014-10-01 14:27:48.024 mpv[1262:58559] Call stack:
(
    0   AppKit                              0x00007fff8f5b4b2c -[NSThemeFrame addSubview:] + 107
    1   AppKit                              0x00007fff8ef0857e -[NSView replaceSubview:with:] + 153
    2   AppKit                              0x00007fff8f6be489 __60-[NSView(NSFullScreenMode) enterFullScreenMode:withOptions:]_block_invoke + 159
    3   AppKit                              0x00007fff8efebbe5 NSPerformWithScreenUpdatesDisabled + 65
    4   AppKit                              0x00007fff8f6be382 -[NSView(NSFullScreenMode) enterFullScreenMode:withOptions:] + 2972
    5   mpv                                 0x0000000103ef555a -[MpvVideoView setFullScreen:] + 362
    6   mpv                                 0x0000000103ef89f6 __vo_cocoa_fullscreen_sync_block_invoke + 86
    7   mpv                                 0x0000000103ef8ac8 __dispatch_on_main_thread_block_invoke + 24
    8   libdispatch.dylib                   0x00007fff95843c13 _dispatch_client_callout + 8
    9   libdispatch.dylib                   0x00007fff9585104e _dispatch_barrier_sync_f_slow_invoke + 412
    10  libdispatch.dylib                   0x00007fff95843c13 _dispatch_client_callout + 8
    11  libdispatch.dylib                   0x00007fff9584fcbf _dispatch_main_queue_callback_4CF + 861
    12  CoreFoundation                      0x00007fff8aadfc59 __CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE__ + 9
    13  CoreFoundation                      0x00007fff8aa9c2ef __CFRunLoopRun + 2159
    14  CoreFoundation                      0x00007fff8aa9b838 CFRunLoopRunSpecific + 296
    15  HIToolbox                           0x00007fff96c5143f RunCurrentEventLoopInMode + 235
    16  HIToolbox                           0x00007fff96c511ba ReceiveNextEventCommon + 431
    17  HIToolbox                           0x00007fff96c50ffb _BlockUntilNextEventMatchingListInModeWithFilter + 71
    18  AppKit                              0x00007fff8eef3911 _DPSNextEvent + 964
    19  AppKit                              0x00007fff8eef30c0 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 194
    20  AppKit                              0x00007fff8eee7063 -[NSApplication run] + 594
    21  mpv                                 0x0000000103f13c9c cocoa_main + 268
    22  libdyld.dylib                       0x00007fff8b6f85c9 start + 1
    23  ???                                 0x0000000000000003 0x0 + 3
)

Latest is 0.9.0 when 0.9.1 is out

Homebrew currently says that 0.9.0 is the latest stable release even though 0.9.1 is out. Is there some kind of waiting/grace period before you change the release Homebrew will install?

Installation failed

I am trying to install mpv like described in the README, but it fails at this step.

$ brew install --HEAD mpv-player/mpv/libass-ct
==> Installing libass-ct from mpv-player/homebrew-mpv
==> Cloning https://github.com/pigoz/libass-ct.git
Updating /Library/Caches/Homebrew/libass-ct--git
==> Checking out branch fonts
==> autoreconf -i
==> ./configure --disable-fontconfig --prefix=/usr/local/Cellar/libass-ct/HEAD
installed software in a non-standard prefix.

Alternatively, you may set the environment variables FRIBIDI_CFLAGS
and FRIBIDI_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.

READ THIS: http://git.io/brew-troubleshooting
If reporting this issue please do so at (not Homebrew/homebrew):
  https://github.com/mpv-player/homebrew-mpv/issues

libsass-ct fails to install on OS X 10.10

$ brew install --HEAD mpv-player/mpv/libass-ct
==> Cloning https://github.com/pigoz/libass-ct.git
Updating /Library/Caches/Homebrew/libass-ct--git
==> Checking out branch fonts
==> autoreconf -i
aclocal: error: aclocal: file '/usr/local/share/aclocal/vorbis.m4' does not exist
autoreconf: aclocal failed with exit status: 1

READ THIS: https://github.com/Homebrew/homebrew/wiki/troubleshooting
If reporting this issue please do so at (not Homebrew/homebrew):
  https://github.com/mpv-player/homebrew-mpv/issues

Any idea why?

mpv fails to install on OS X 10.10.4

Using homebrew, the installs appears to fail on the last step. I have included the entire install log, but the only error appears to be when it is trying to perform the final step. It complains about a folder not being writeable. I am not sure if it is failing to set permissions, or if I need to set something manually.


MacBook-Pro:~ yuurei$ brew tap mpv-player/mpv
==> Tapping mpv-player/mpv
Cloning into '/usr/local/Library/Taps/mpv-player/homebrew-mpv'...
remote: Counting objects: 9, done.
remote: Compressing objects: 100% (9/9), done.
remote: Total 9 (delta 0), reused 4 (delta 0), pack-reused 0
Unpacking objects: 100% (9/9), done.
Checking connectivity... done.
Tapped 5 formulae (36 files, 148K)
MacBook-Pro:~ yuurei$ brew install mpv
==> Installing mpv from mpv-player/homebrew-mpv
==> Installing dependencies for mpv-player/mpv/mpv: pkg-config, autoconf,
==> Installing mpv-player/mpv/mpv dependency: pkg-config
==> Downloading https://homebrew.bintray.com/bottles/pkg-config-0.28.yosemite.bo

################################################################## 100.0%

==> Pouring pkg-config-0.28.yosemite.bottle.2.tar.gz
🍺 /usr/local/Cellar/pkg-config/0.28: 10 files, 612K
==> Installing mpv-player/mpv/mpv dependency: autoconf
==> Downloading https://homebrew.bintray.com/bottles/autoconf-2.69.yosemite.bott

################################################################## 100.0%

==> Pouring autoconf-2.69.yosemite.bottle.1.tar.gz
🍺 /usr/local/Cellar/autoconf/2.69: 70 files, 3.1M
==> Installing mpv-player/mpv/mpv dependency: automake
==> Downloading https://homebrew.bintray.com/bottles/automake-1.15.yosemite.bott

################################################################## 100.0%

==> Pouring automake-1.15.yosemite.bottle.tar.gz
🍺 /usr/local/Cellar/automake/1.15: 130 files, 3.2M
==> Installing mpv-player/mpv/mpv dependency: libtool
==> Downloading https://homebrew.bintray.com/bottles/libtool-2.4.6.yosemite.bott

################################################################## 100.0%

==> Pouring libtool-2.4.6.yosemite.bottle.tar.gz
==> Caveats
In order to prevent conflicts with Apple's own libtool we have prepended a "g"
so, you have instead: glibtool and glibtoolize.
==> Summary
🍺 /usr/local/Cellar/libtool/2.4.6: 69 files, 3.8M
==> Installing mpv-player/mpv/mpv dependency: yasm
==> Downloading https://homebrew.bintray.com/bottles/yasm-1.3.0.yosemite.bottle.

################################################################## 100.0%

==> Pouring yasm-1.3.0.yosemite.bottle.1.tar.gz
🍺 /usr/local/Cellar/yasm/1.3.0: 44 files, 3.4M
==> Installing mpv-player/mpv/mpv dependency: libpng
==> Downloading https://homebrew.bintray.com/bottles/libpng-1.6.18.yosemite.bott

################################################################## 100.0%

==> Pouring libpng-1.6.18.yosemite.bottle.tar.gz
🍺 /usr/local/Cellar/libpng/1.6.18: 17 files, 1.2M
==> Installing mpv-player/mpv/mpv dependency: freetype
==> Downloading https://homebrew.bintray.com/bottles/freetype-2.6_1.yosemite.bot

################################################################## 100.0%

==> Pouring freetype-2.6_1.yosemite.bottle.tar.gz
🍺 /usr/local/Cellar/freetype/2.6_1: 60 files, 2.6M
==> Installing mpv-player/mpv/mpv dependency: fribidi
==> Downloading https://homebrew.bintray.com/bottles/fribidi-0.19.6.yosemite.bot

################################################################## 100.0%

==> Pouring fribidi-0.19.6.yosemite.bottle.1.tar.gz
🍺 /usr/local/Cellar/fribidi/0.19.6: 60 files, 480K
==> Installing mpv-player/mpv/mpv dependency: gettext
==> Downloading https://homebrew.bintray.com/bottles/gettext-0.19.5.1.yosemite.b

################################################################## 100.0%

==> Pouring gettext-0.19.5.1.yosemite.bottle.tar.gz
==> Caveats
This formula is keg-only, which means it was not symlinked into /usr/local.

OS X provides the BSD gettext library and some software gets confused if both are in the library path.

Generally there are no consequences of this for you. If you build your
own software and it requires this formula, you'll need to add to your
build variables:

LDFLAGS:  -L/usr/local/opt/gettext/lib
CPPFLAGS: -I/usr/local/opt/gettext/include

==> Summary
🍺 /usr/local/Cellar/gettext/0.19.5.1: 1921 files, 22M
==> Installing mpv-player/mpv/mpv dependency: libffi
==> Downloading https://homebrew.bintray.com/bottles/libffi-3.0.13.yosemite.bott

################################################################## 100.0%

==> Pouring libffi-3.0.13.yosemite.bottle.tar.gz
==> Caveats
This formula is keg-only, which means it was not symlinked into /usr/local.

Some formulae require a newer version of libffi.

Generally there are no consequences of this for you. If you build your
own software and it requires this formula, you'll need to add to your
build variables:

LDFLAGS:  -L/usr/local/opt/libffi/lib

==> Summary
🍺 /usr/local/Cellar/libffi/3.0.13: 14 files, 412K
==> Installing mpv-player/mpv/mpv dependency: glib
==> Downloading https://homebrew.bintray.com/bottles/glib-2.44.1.yosemite.bottle

################################################################## 100.0%

==> Pouring glib-2.44.1.yosemite.bottle.tar.gz
🍺 /usr/local/Cellar/glib/2.44.1: 416 files, 18M
==> Installing mpv-player/mpv/mpv dependency: fontconfig
==> Downloading https://homebrew.bintray.com/bottles/fontconfig-2.11.1.yosemite.

################################################################## 100.0%

==> Pouring fontconfig-2.11.1.yosemite.bottle.3.tar.gz
==> /usr/local/Cellar/fontconfig/2.11.1/bin/fc-cache -frv
🍺 /usr/local/Cellar/fontconfig/2.11.1: 448 files, 3.6M
==> Installing mpv-player/mpv/mpv dependency: pixman
==> Downloading https://homebrew.bintray.com/bottles/pixman-0.32.6.yosemite.bott

################################################################## 100.0%

==> Pouring pixman-0.32.6.yosemite.bottle.2.tar.gz
🍺 /usr/local/Cellar/pixman/0.32.6: 11 files, 1.4M
==> Installing mpv-player/mpv/mpv dependency: cairo
==> Downloading https://homebrew.bintray.com/bottles/cairo-1.14.2_1.yosemite.bot

################################################################## 100.0%

==> Pouring cairo-1.14.2_1.yosemite.bottle.2.tar.gz
🍺 /usr/local/Cellar/cairo/1.14.2_1: 111 files, 6.1M
==> Installing mpv-player/mpv/mpv dependency: icu4c
==> Downloading https://homebrew.bintray.com/bottles/icu4c-55.1.yosemite.bottle.

################################################################## 100.0%

==> Pouring icu4c-55.1.yosemite.bottle.tar.gz
==> Caveats
This formula is keg-only, which means it was not symlinked into /usr/local.

OS X provides libicucore.dylib (but nothing else).

Generally there are no consequences of this for you. If you build your
own software and it requires this formula, you'll need to add to your
build variables:

LDFLAGS:  -L/usr/local/opt/icu4c/lib
CPPFLAGS: -I/usr/local/opt/icu4c/include

==> Summary
🍺 /usr/local/Cellar/icu4c/55.1: 244 files, 66M
==> Installing mpv-player/mpv/mpv dependency: gobject-introspection
==> Downloading https://homebrew.bintray.com/bottles/gobject-introspection-1.44.

################################################################## 100.0%

==> Pouring gobject-introspection-1.44.0.yosemite.bottle.2.tar.gz
🍺 /usr/local/Cellar/gobject-introspection/1.44.0: 196 files, 10M
==> Installing mpv-player/mpv/mpv dependency: harfbuzz
==> Downloading https://homebrew.bintray.com/bottles/harfbuzz-1.0.1.yosemite.bot

################################################################## 100.0%

==> Pouring harfbuzz-1.0.1.yosemite.bottle.tar.gz
🍺 /usr/local/Cellar/harfbuzz/1.0.1: 79 files, 3.5M
==> Installing mpv-player/mpv/mpv dependency: mpv-player/mpv/libass-ct
==> Cloning https://github.com/pigoz/libass-ct.git
Cloning into '/Library/Caches/Homebrew/libass-ct--git'...
remote: Counting objects: 65, done.
remote: Compressing objects: 100% (61/61), done.
remote: Total 65 (delta 9), reused 18 (delta 2), pack-reused 0
Unpacking objects: 100% (65/65), done.
Checking connectivity... done.
==> Checking out branch fonts
==> autoreconf -i
==> ./configure --disable-fontconfig --prefix=/usr/local/Cellar/libass-ct/HEAD
==> make install
==> Caveats
This formula is keg-only, which means it was not symlinked into /usr/local.

This is a drop in replacement of libass. It uses the same pkg-config
package name: it's better not to install it to avoid breaking other
packages in homebrew.

Generally there are no consequences of this for you. If you build your
own software and it requires this formula, you'll need to add to your
build variables:

LDFLAGS:  -L/usr/local/opt/libass-ct/lib
CPPFLAGS: -I/usr/local/opt/libass-ct/include

==> Summary
🍺 /usr/local/Cellar/libass-ct/HEAD: 9 files, 436K, built in 17 seconds
==> Installing mpv-player/mpv/mpv dependency: x264
==> Downloading https://homebrew.bintray.com/bottles/x264-r2533.yosemite.bottle.

################################################################## 100.0%

==> Pouring x264-r2533.yosemite.bottle.tar.gz
🍺 /usr/local/Cellar/x264/r2533: 9 files, 3.4M
==> Installing mpv-player/mpv/mpv dependency: lame
==> Downloading https://homebrew.bintray.com/bottles/lame-3.99.5.yosemite.bottle

################################################################## 100.0%

==> Pouring lame-3.99.5.yosemite.bottle.1.tar.gz
🍺 /usr/local/Cellar/lame/3.99.5: 25 files, 2.1M
==> Installing mpv-player/mpv/mpv dependency: libvo-aacenc
==> Downloading https://homebrew.bintray.com/bottles/libvo-aacenc-0.1.3.yosemite

################################################################## 100.0%

==> Pouring libvo-aacenc-0.1.3.yosemite.bottle.tar.gz
🍺 /usr/local/Cellar/libvo-aacenc/0.1.3: 15 files, 336K
==> Installing mpv-player/mpv/mpv dependency: xvid
==> Downloading https://homebrew.bintray.com/bottles/xvid-1.3.4.yosemite.bottle.

################################################################## 100.0%

==> Pouring xvid-1.3.4.yosemite.bottle.tar.gz
🍺 /usr/local/Cellar/xvid/1.3.4: 9 files, 1.3M
==> Installing mpv-player/mpv/mpv dependency: ffmpeg
==> Downloading https://homebrew.bintray.com/bottles/ffmpeg-2.7.2.yosemite.bottl

################################################################## 100.0%

==> Pouring ffmpeg-2.7.2.yosemite.bottle.tar.gz
==> Caveats
FFmpeg has been built without libfaac for licensing reasons;
libvo-aacenc is used by default.
To install with libfaac, you can:
brew reinstall ffmpeg --with-faac

You can also use the experimental FFmpeg encoder, libfdk-aac, or
libvo_aacenc to encode AAC audio:
ffmpeg -i input.wav -c:a aac -strict experimental output.m4a
Or:
brew reinstall ffmpeg --with-fdk-aac
ffmpeg -i input.wav -c:a libfdk_aac output.m4a
==> Summary
🍺 /usr/local/Cellar/ffmpeg/2.7.2: 206 files, 43M
==> Installing mpv-player/mpv/mpv dependency: mpg123
==> Downloading https://homebrew.bintray.com/bottles/mpg123-1.22.2.yosemite.bott

################################################################## 100.0%

==> Pouring mpg123-1.22.2.yosemite.bottle.tar.gz
🍺 /usr/local/Cellar/mpg123/1.22.2: 16 files, 656K
==> Installing mpv-player/mpv/mpv dependency: jpeg
==> Downloading https://homebrew.bintray.com/bottles/jpeg-8d.yosemite.bottle.2.t

################################################################## 100.0%

==> Pouring jpeg-8d.yosemite.bottle.2.tar.gz
🍺 /usr/local/Cellar/jpeg/8d: 18 files, 776K
==> Installing mpv-player/mpv/mpv dependency: libtiff
==> Downloading https://homebrew.bintray.com/bottles/libtiff-4.0.4.yosemite.bott

################################################################## 100.0%

==> Pouring libtiff-4.0.4.yosemite.bottle.tar.gz
🍺 /usr/local/Cellar/libtiff/4.0.4: 257 files, 3.9M
==> Installing mpv-player/mpv/mpv dependency: little-cms2
==> Downloading https://homebrew.bintray.com/bottles/little-cms2-2.7.yosemite.bo

################################################################## 100.0%

==> Pouring little-cms2-2.7.yosemite.bottle.tar.gz
🍺 /usr/local/Cellar/little-cms2/2.7: 16 files, 1.1M
==> Installing mpv-player/mpv/mpv dependency: lua
==> Downloading https://homebrew.bintray.com/bottles/lua-5.2.4_1.yosemite.bottle

################################################################## 100.0%

==> Pouring lua-5.2.4_1.yosemite.bottle.tar.gz
==> Caveats
Please be aware due to the way Luarocks is designed any binaries installed
via Luarocks-5.2 AND 5.1 will overwrite each other in /usr/local/bin.

This is, for now, unavoidable. If this is troublesome for you, you can build
rocks with the --tree= command to a special, non-conflicting location and
then add that to your $PATH.
==> Summary
🍺 /usr/local/Cellar/lua/5.2.4_1: 81 files, 1.1M
==> Installing mpv-player/mpv/mpv
==> Downloading https://github.com/mpv-player/mpv/archive/v0.9.2.tar.gz
==> Downloading from https://codeload.github.com/mpv-player/mpv/tar.gz/v0.9.2

################################################################## 100.0%

==> Downloading https://pypi.python.org/packages/source/d/docutils/docutils-0.11

################################################################## 100.0%

==> python setup.py install --prefix=/usr/local/Cellar/mpv/0.9.2/libexec
==> Downloading https://waf.io/waf-1.8.12

################################################################## 100.0%

==> python waf configure --prefix=/usr/local/Cellar/mpv/0.9.2 --enable-zsh-comp
==> python waf install
==> creating a OS X Application bundle
==> python TOOLS/osxbundle.py build/mpv
==> Caveats
mpv.app installed to:
/usr/local/Cellar/mpv/0.9.2

To link the application to a normal Mac OS X location:
brew linkapps
or:
ln -s /usr/local/Cellar/mpv/0.9.2/mpv.app /Applications

zsh completion has been installed to:
/usr/local/share/zsh/site-functions

.app bundles were installed.
Run brew linkapps mpv to symlink these to /Applications.
Error: The brew link step did not complete successfully
The formula built, but is not symlinked into /usr/local
Could not symlink share/zsh/site-functions/_mpv
/usr/local/share/zsh/site-functions is not writable.

You can try again using:
brew link mpv
==> Summary
🍺 /usr/local/Cellar/mpv/0.9.2: 324 files, 12M, built in 23 seconds


MacBook-Pro:~ yuurei$ brew link mpv
Linking /usr/local/Cellar/mpv/0.9.2...
Error: Could not symlink share/zsh/site-functions/_mpv
/usr/local/share/zsh/site-functions is not writable.

Custom config

Inspecting Cask version of app (mpv.app) I can see there is mpv.conf file located in /opt/homebrew-cask/Caskroom/mpv/0.7.2/mpv.app/Contents/Resources with configuration for the app, but the only way I can change that (or add new config options) is if I change that file since it doesn’t respect user settings located in ~/.config/mpv/mpv.conf. Is this normal?

dyld library issue?

Whenever I try to launch mpv now:

dyld: Library not loaded: /usr/local/lib/libavresample.1.1.0.dylib
  Referenced from: /usr/local/bin/mpv
  Reason: image not found
Trace/BPT trap: 5

Bundle broken for --HEAD

Issue: missing folder icon and The application "mpv.app" can't be opened. -10810 if you want to launch it.

The Resources folder should go in Contents to fix the icon issue. Regarding failed launch, it looks like the bundle generated from a --HEAD build is missing two files: Info.plist-e and PkgInfo. Adding both fixes the problem. :)

Uh, I doubt that's the right place for this issue, it looks more like a problem of the new build system?

outdated cask?

i'm new to casks (only enabled it for this project), and the latest mpv version i see is 0.7.3. is there an updated cask?

mpv can't play anything

I'm running Yosemite 10.10 DP8, and mpv can't seem to be able to play anything for me..
This is my config:

~ ❯❯❯ brew info mpv
mpv: stable 0.5.4, HEAD
https://github.com/mpv-player/mpv
/usr/local/Cellar/mpv/0.5.4 (379 files, 41M) *
  Built from source with: --with-libaacs, --with-libbluray, --with-libbs2b, --with-libcaca, --with-libdvdnav, --with-libdvdread, --with-libmpv, --with-libquvi, --with-x11
From: https://github.com/mpv-player/homebrew-mpv/blob/master/Formula/mpv.rb
==> Dependencies
Build: pkg-config ✔
Required: mpv-player/mpv/libass-ct ✔, ffmpeg ✔
Recommended: mpg123 ✔, jpeg ✔, little-cms2 ✔, lua ✔
Optional: libcaca ✔, libbs2b ✔, libquvi ✔, libdvdread ✔, libdvdnav ✔, libbluray ✔, libaacs ✔, vapoursynth ✘

and this is the output when, for example, I try to play a youtube video. Note that usually Mplayer2 is working for me.

~ ❯❯❯ mpv http://youtube.com/watch\?v\=M9GyWiqOy78 -v                         ⏎
[cplayer] mpv 0.5.4 (C) 2000-2014 mpv/MPlayer/mplayer2 projects
[cplayer]  built on 2014-09-26T08:40:26
[cplayer] ffmpeg library versions:
[cplayer]    libavutil       52.92.100
[cplayer]    libavcodec      55.69.100
[cplayer]    libavformat     55.48.100
[cplayer]    libswscale      2.6.100
[cplayer]    libavfilter     4.11.100
[cplayer]    libavresample   1.3.0
[cplayer]
[global] search dirs: /Users/federico/.config/mpv /Users/federico/.mpv /usr/local/bin /usr/local/Cellar/mpv/0.5.4/etc/mpv
[global] search dirs: /Users/federico/.config/mpv /Users/federico/.mpv /usr/local/bin /usr/local/Cellar/mpv/0.5.4/etc/mpv
[global] config path: 'encoding-profiles.conf' -> '/usr/local/Cellar/mpv/0.5.4/etc/mpv/encoding-profiles.conf'
[cplayer] Reading config file /usr/local/Cellar/mpv/0.5.4/etc/mpv/encoding-profiles.conf
[cplayer]
[global] search dirs: /Users/federico/.config/mpv /Users/federico/.mpv /usr/local/bin /usr/local/Cellar/mpv/0.5.4/etc/mpv
[global] config file: 'config'
[global] search dirs: /Users/federico/.config/mpv /Users/federico/.mpv /usr/local/bin /usr/local/Cellar/mpv/0.5.4/etc/mpv
[global] config file: 'mpv.conf'
[cplayer] Setting option 'v' = '' (flags = 8)
[cplayer] Configuration: waf configure --prefix=/usr/local/Cellar/mpv/0.5.4 --enable-libmpv-shared --disable-client-api-examples --enable-zsh-comp
[cplayer] Command line: 'mpv' 'http://youtube.com/watch?v=M9GyWiqOy78' '-v'
[input] enable section 'default'
[global] search dirs: /Users/federico/.config/mpv /Users/federico/.mpv /usr/local/bin /usr/local/Cellar/mpv/0.5.4/etc/mpv
[global] config path: 'input.conf' -> '(NULL)'
[input] Falling back on default (hardcoded) input config
[global] search dirs: /Users/federico/.config/mpv /Users/federico/.mpv /usr/local/bin /usr/local/Cellar/mpv/0.5.4/etc/mpv
[global] config path: 'fonts' -> '(NULL)'
[global] search dirs: /Users/federico/.config/mpv /Users/federico/.mpv /usr/local/bin /usr/local/Cellar/mpv/0.5.4/etc/mpv
[osc] Loading script...
[global] config file: 'lua'
[global]     -> '/usr/local/bin/lua'
[global] search dirs: /Users/federico/.config/mpv /Users/federico/.mpv /usr/local/bin /usr/local/Cellar/mpv/0.5.4/etc/mpv
[global] config path: 'watch_later/37FA2CDB56197700B0133B9E8E142D39' -> '(NULL)'
[global] search dirs: /Users/federico/.config/mpv /Users/federico/.mpv /usr/local/bin /usr/local/Cellar/mpv/0.5.4/etc/mpv
[global] config path: 'watch_later' -> '(NULL)'
[global] search dirs: /Users/federico/.config/mpv /Users/federico/.mpv /usr/local/bin /usr/local/Cellar/mpv/0.5.4/etc/mpv
[osc] loading mp.defaults
[global] config path: 'watch?v=M9GyWiqOy78.conf' -> '(NULL)'
[global] search dirs: /Users/federico/.config/mpvloading @osc.lua
[global]  /Users/federico/.mpv /usr/local/bin /usr/local/Cellar/mpv/0.5.4/etc/mpv
[global] config path: 'watch_later/37FA2CDB56197700B0133B9E8E142D39' -> '(NULL)'
[global] search dirs: /Users/federico/.config/mpv /Users/federico/.mpv /usr/local/bin /usr/local/Cellar/mpv/0.5.4/etc/mpv
[global] config path: 'watch_later' -> '(NULL)'
[cplayer] Playing: http://youtube.com/watch?v=M9GyWiqOy78
[global] search dirs: /Users/federico/.config/mpv /Users/federico/.mpv /usr/local/bin /usr/local/Cellar/mpv/0.5.4/etc/mpv
[global] config path: 'lua-settings/osc.conf' -> '(NULL)'
[osc] lua-settings/osc.conf not found.
[quvi] Checking URL...
[cplayer] Resolve:
[cplayer]   title: White Mask Gang tra la Gente - [Horror] - [Esperimento Sociale] - theShow
[cplayer]   url: http://r7---sn-upnj5appu5-4jve.googlevideo.com/videoplayback?source=youtube&initcwndbps=800000&id=o-APOcuit2es1iBNN_xYIPviORK90EXB1AGqrbz7YbQ8U0&fexp=900220%2C902404%2C927622%2C930666%2C931983%2C932404%2C934030%2C935662%2C938676%2C942465%2C946013%2C947209%2C951810%2C952302%2C953801&sver=3&itag=22&key=yt5&ip=94.34.119.95&ms=au&expire=1411743161&mt=1411721458&upn=ZAH6XiTat5U&mv=m&sparams=id%2Cinitcwndbps%2Cip%2Cipbits%2Citag%2Cmm%2Cms%2Cmv%2Cratebypass%2Csource%2Cupn%2Cexpire&signature=BD7DE3C9CAE232670511CB35922B4172622344FC.2A6C6459A66562F587BB8299C4DF873327BE68FD&ratebypass=yes&ipbits=0&mm=31
[cplayer]   source 0:
[cplayer]     encid: default
[cplayer]   source 1:
[cplayer]     encid: best
[ffmpeg] Opening http://r7---sn-upnj5appu5-4jve.googlevideo.com/videoplayback?source=youtube&initcwndbps=800000&id=o-APOcuit2es1iBNN_xYIPviORK90EXB1AGqrbz7YbQ8U0&fexp=900220%2C902404%2C927622%2C930666%2C931983%2C932404%2C934030%2C935662%2C938676%2C942465%2C946013%2C947209%2C951810%2C952302%2C953801&sver=3&itag=22&key=yt5&ip=94.34.119.95&ms=au&expire=1411743161&mt=1411721458&upn=ZAH6XiTat5U&mv=m&sparams=id%2Cinitcwndbps%2Cip%2Cipbits%2Citag%2Cmm%2Cms%2Cmv%2Cratebypass%2Csource%2Cupn%2Cexpire&signature=BD7DE3C9CAE232670511CB35922B4172622344FC.2A6C6459A66562F587BB8299C4DF873327BE68FD&ratebypass=yes&ipbits=0&mm=31
[ffmpeg] Could not set AVOption tls_verify='0'
[ffmpeg] Opened: [ffmpeg] http://r7---sn-upnj5appu5-4jve.googlevideo.com/videoplayback?source=youtube&initcwndbps=800000&id=o-APOcuit2es1iBNN_xYIPviORK90EXB1AGqrbz7YbQ8U0&fexp=900220%2C902404%2C927622%2C930666%2C931983%2C932404%2C934030%2C935662%2C938676%2C942465%2C946013%2C947209%2C951810%2C952302%2C953801&sver=3&itag=22&key=yt5&ip=94.34.119.95&ms=au&expire=1411743161&mt=1411721458&upn=ZAH6XiTat5U&mv=m&sparams=id%2Cinitcwndbps%2Cip%2Cipbits%2Citag%2Cmm%2Cms%2Cmv%2Cratebypass%2Csource%2Cupn%2Cexpire&signature=BD7DE3C9CAE232670511CB35922B4172622344FC.2A6C6459A66562F587BB8299C4DF873327BE68FD&ratebypass=yes&ipbits=0&mm=31
[ffmpeg] Mime-type: 'video/mp4'
[cache] Cache size set to 25000 KiB
[demux] Trying demuxer: disc (force-level: normal)
[demux] Trying demuxer: edl (force-level: normal)
[demux] Trying demuxer: cue (force-level: normal)
[demux] Trying demuxer: rawaudio (force-level: normal)
[demux] Trying demuxer: rawvideo (force-level: normal)
[demux] Trying demuxer: tv (force-level: normal)
[demux] Trying demuxer: libass (force-level: normal)
[demux] Trying demuxer: mkv (force-level: normal)
[demux] Trying demuxer: lavf (force-level: normal)
[lavf] Found 'mov,mp4,m4a,3gp,3g2,mj2' at score=100 size=2048.
[lavf] avformat_find_stream_info() finished after 100071 bytes.
[lavf] Replaygain tags not found
[lavf] Replaygain tags not found
[demux] Detected file format: QuickTime / MOV (libavformat)
[lavf] Replaygain tags not found
[global] search dirs: /Users/federico/.config/mpv /Users/federico/.mpv /usr/local/bin /usr/local/Cellar/mpv/0.5.4/etc/mpv
[global] config path: 'subfont.ttf' -> '(NULL)'
[global] search dirs: /Users/federico/.config/mpv /Users/federico/.mpv /usr/local/bin /usr/local/Cellar/mpv/0.5.4/etc/mpv
[global] config path: 'fonts.conf' -> '(NULL)'
[libass] Setting up fonts...
[libass] Done.
[cache] blocking for STREAM_CTRL 24
[global] search dirs: /Users/federico/.config/mpv /Users/federico/.mpv /usr/local/bin /usr/local/Cellar/mpv/0.5.4/etc/mpv
[global] config path: 'sub/' -> '(NULL)'
[cplayer] [stream] Video (+) --vid=1 (*) (h264)
[cplayer] [stream] Audio (+) --aid=1 --alang=und (*) (aac)
[cplayer] File tags:
[cplayer]  major_brand: mp42
[cplayer]  minor_version: 0
[cplayer]  compatible_brands: isommp42
[cplayer]  creation_time: 2014-09-21 00:45:29
[cplayer] [V] fourcc:0x31637661  size:1280x720  fps:23.976
[vo/opengl] Detected OpenGL 4.1.
[vo/opengl] GL_VENDOR='Intel Inc.'
[vo/opengl] GL_RENDERER='Intel Iris OpenGL Engine'
[vo/opengl] GL_VERSION='4.1 INTEL-10.0.84'
[vo/opengl] GL_SHADING_LANGUAGE_VERSION='4.10'
[vo/opengl] Detected OpenGL features: [Basic OpenGL] [OpenGL 2.0] [OpenGL 2.1] [OpenGL 3.0] [Framebuffers] [VAOs] [sRGB textures] [sRGB framebuffers] [Float texture]

`Cleaning` issue

brew install mpv --HEAD --with-bluray-support --with-bundle --with-libbs2b --with-libcaca --with-libdvdread --with-libquvi --with-little-cms2 --with-lua --with-x11 -v

results in:

[...]
+ install /usr/local/Cellar/mpv/HEAD/bin/mpv (from build/mpv)
+ install /usr/local/Cellar/mpv/HEAD/bin/mpv.app/Contents/Info.plist (from build/mpv.app/Contents/Info.plist)
+ install /usr/local/Cellar/mpv/HEAD/bin/mpv.app/Contents/MacOS/mpv (from build/mpv.app/Contents/MacOS/mpv)
Waf: Leaving directory `/private/tmp/mpv-LO9v/build'
'install' finished successfully (5.149s)
==> Cleaning
Error: /usr/local/Cellar/ffmpeg/HEAD is not a directory

mpv is compiled successfully but linking won't complete due to the error above. A manual brew link mpv works without trouble.

I'm wondering where the ffmpeg/HEAD problem comes from/what is 'Cleaning' trying to do? I used to have both the brew 'old'stable and devel ffmpeg version installed but ditched both for the new 2.1.3 stable yesterday. There's no ffmpeg HEAD version on my machine, yet something tries to access its directory.

FFmpeg with ssl

First, thank you for your formula. I couldn't build mpv without its help.
So I was trying to play a YouTube video with mpv when I realised that I couldn't because YouTube forces the url through https and ffmpeg was lacking the ssl capability.

So I asked myself.. Why don't they build ffmpeg with OpenSSL by default in their formula ?
Because It would just need to add an option on line 25 and it would greatly help newbies like me.

depends_on 'ffmpeg' => 'with-openssl'
https://github.com/mpv-player/homebrew-mpv/blob/master/Formula/mpv.rb#L25

But maybe there are philosophical aspects that I didn't know ?

mpv 0.3.4 Build failed on OS X 10.9.1

==> Upgrading mpv
==> Downloading https://github.com/mpv-player/mpv/archive/v0.3.4.tar.gz
######################################################################## 100.0%
==> waf configure --prefix=/usr/local/Cellar/mpv/0.3.4 --enable-macosx-bundle
==> waf install
Waf: Leaving directory `/private/tmp/mpv-fkBe/mpv-0.3.4/build'
Build failed
 -> task in 'mpv' failed (exit status 1):
    {task 4545677712: c gl_x11.c -> gl_x11.c.10.o}
['clang', '-D_ISOC99_SOURCE', '-D_GNU_SOURCE', '-D_LARGEFILE_SOURCE', '-D_FILE_OFFSET_BITS=64', '-D_LARGEFILE64_SOURCE', '-std=gnu99', '-Wall', '-g', '-Wno-logical-op-parentheses', '-fcolor-diagnostics', '-Wundef', '-Wmissing-prototypes', '-Wno-switch', '-Wno-parentheses', '-Wpointer-arith', '-Wredundant-decls', '-Wno-pointer-sign', '-Werror=implicit-function-declaration', '-Wno-error=deprecated-declarations', '-Wno-error=unused-function', '', '-I/private/tmp/mpv-fkBe/mpv-0.3.4/build', '-I/private/tmp/mpv-fkBe/mpv-0.3.4', '-I/usr/local/Cellar/ffmpeg/HEAD/include', '-I/usr/local/Cellar/libdvdread/4.2.0/include', '-I/usr/local/Cellar/little-cms2/2.5/include', '-I/usr/local/Cellar/libbs2b/3.1.0/include/bs2b', '-I/opt/X11/include', '-I/usr/local/Cellar/mpg123/1.18.0/include', '-I/usr/local/Cellar/libquvi/0.4.1/include', '-I/usr/local/Cellar/libbluray/0.5.0/include', '-I/usr/local/Cellar/libcaca/0.99b18/include', '-I/usr/local/include', '-I/usr/local/Cellar/freetype/2.5.2/include/freetype2', '-I/usr/local/Cellar/fribidi/0.19.5/include/fribidi', '-I/usr/local/Cellar/libass-ct/HEAD/include', '../video/out/gl_x11.c', '-c', '-o', 'video/out/gl_x11.c.10.o']

READ THIS: https://github.com/Homebrew/homebrew/wiki/troubleshooting
If reporting this issue please do so at (not Homebrew/homebrew):
  https://github.com/mpv/homebrew-player/issues

These open issues may also help:
mpv failed to build on 10.7.5. (https://github.com/Homebrew/homebrew/issues/19327)

libcaca

What about including depends_on 'libcaca' => :optional? That'd be great. :)
Although I've got libcaca installed, it seems not to be visible for the build process unless the formula contains it.

No manual page

Current version (0.2.3) of mpv in brew does not come with manages.

$ brew install mpv
$ man mpv
No manual entry for mpv

Compile error

bundling dependencies
build/mpv.app/Contents/MacOS/lib/libavutil.52.62.100.dylib uses library /usr/local/lib/libx264.125.dylib which is not available anymore.
This is most likely because you uninstalled /usr/local/lib/libx264.125.dylib.
Please reinstall /usr/local/lib/libx264.125.dylib to fix it's dependencies.
Most of libx264 is already there. Any thought?

waf ftp is down

homebrew seems to point to a dead link when I run 'brew reinstall --HEAD --with-official-libass mpv'

mpv cannot find libass-ct

I am experiencing problems to brew mpv. I have successfully brewed libass-ct (although I get a clear message that it is not being linked to /usr/local/lib/). Then when I try to brew mpv, I get the error:

brew install --HEAD --with-bundle --with-bluray-support --with-libdvdread --with-libquvi --with-little-cms2 --with-lua mpv
Error: No available formula for mpv-player/mpv/libass-ct (dependency of mpv)
Searching taps...

compile error regarding X11

Hi,
I'm using brew install mpv --HEAD --with-bluray-support --with-bundle --with-jack --with-libbs2b --with-libcaca --with-libdvdread --with-libquvi --with-little-cms2 --with-lua --with-x11 (basically everything) and it used to work fine (I had working X11 output), though last time I used X11 could be more than two months in the past. I detected the missing X11 output yesterday by chance.

Since OS 10.9 configure no longer detects X11, so I reinstalled XQuartz (according to their homepage you need a release candidate version for 10.9) and the 10.9 Command Line Tools. Now configure detects X11 headers but fails at comilation:

https://gist.github.com/Argon-/7048b765e78b921b4eb2
Detected X11 at l.58
Compile error at l.788

Is it something on my end or homebrew's/X11's end?

error upgrading mpv

==> Upgrading 1 outdated package, with result:
mpv 0.6.2
==> Upgrading mpv
==> Downloading https://github.com/mpv-player/mpv/archive/v0.6.2.tar.gz
Already downloaded: /Library/Caches/Homebrew/mpv-0.6.2.tar.gz
==> Downloading https://pypi.python.org/packages/source/d/docutils/docutils-0.11
Already downloaded: /Library/Caches/Homebrew/mpv--docutils-0.11.tar.gz
==> python setup.py install --prefix=/usr/local/Cellar/mpv/0.6.2/libexec
==> Downloading http://ftp.waf.io/pub/release/waf-1.7.16
Already downloaded: /Library/Caches/Homebrew/mpv--waf-1.7.16
==> python waf configure --prefix=/usr/local/Cellar/mpv/0.6.2 --enable-zsh-comp
File "/private/tmp/mpv-D9uGCw/mpv-0.6.2/.waf-1.7.16-9ca17eb492c97b689870b4ff9db75880/waflib/Context.py", line 278, in load_module
exec(compile(code,path,'exec'),module.dict)
File "/private/tmp/mpv-D9uGCw/mpv-0.6.2/wscript", line 335, in ?
libav_dependencies = [
AttributeError: 'str' object has no attribute 'format'

READ THIS: https://github.com/Homebrew/homebrew/blob/master/share/doc/homebrew/Troubleshooting.md#troubleshooting
If reporting this issue please do so at (not Homebrew/homebrew):
https://github.com/mpv-player/homebrew-mpv/issues

latest version fails to build under OSX 10.10.1

I tried to update to the latest git version, but i'm not sure what the exact problem is.

$ brew reinstall --HEAD mpv                                                                                                                                                    
==> Reinstalling mpv
==> Cloning https://github.com/mpv-player/mpv.git
Updating /Library/Caches/Homebrew/mpv--git
==> Checking out branch master
==> Patching
==> Downloading https://pypi.python.org/packages/source/d/docutils/docutils-0.11.tar.gz
Already downloaded: /Library/Caches/Homebrew/mpv--docutils-0.11.tar.gz
==> python setup.py install --prefix=/usr/local/Cellar/mpv/HEAD/libexec
==> Downloading http://ftp.waf.io/pub/release/waf-1.8.4
Already downloaded: /Library/Caches/Homebrew/mpv--waf-1.8.4
==> python waf configure --prefix=/usr/local/Cellar/mpv/HEAD --enable-zsh-comp
==> python waf install
Waf: Leaving directory `/private/tmp/mpv-N7GCnZ/build'
Build failed
 -> task in 'objects' failed (exit status 1):
    {task 4423720528: c gl_video.c -> gl_video.c.13.o}
['clang', '-D_ISOC99_SOURCE', '-D_GNU_SOURCE', '-D_LARGEFILE_SOURCE', '-D_FILE_OFFSET_BITS=64', '-D_LARGEFILE64_SOURCE', '-std=c99', '-Wall', '-O2', '-g', '-Werror=implicit-function-declaration', '-Wno-error=deprecated-declarations', '-Wno-error=unused-function', '-Wempty-body', '-Wdisabled-optimization', '-Wstrict-prototypes', '-Wno-format-zero-length', '-Werror=format-security', '-Wno-logical-op-parentheses', '-fcolor-diagnostics', '-Wno-tautological-compare', '-Wno-tautological-constant-out-of-range-compare', '-Wall', '-Wundef', '-Wmissing-prototypes', '-Wshadow', '-Wno-switch', '-Wno-parentheses', '-Wpointer-arith', '-Wredundant-decls', '-Wno-pointer-sign', '-pthread', '-I/private/tmp/mpv-N7GCnZ/build', '-I/private/tmp/mpv-N7GCnZ', '-I/usr/local/Cellar/little-cms2/2.6/include', '-I/usr/local/Cellar/ffmpeg/HEAD/include', '-I/usr/local/Cellar/mpg123/1.21.0/include', '-I/usr/local/include', '-I/usr/local/Cellar/freetype/2.5.5/include/freetype2', '-I/usr/local/Cellar/fribidi/0.19.6/include/fribidi', '-I/usr/local/Cellar/libass-ct/HEAD/include', '-DHAVE_LCMS2=1', '-DHAVE_LIBSWRESAMPLE=1', '-DHAVE_LIBAV=1', '-DHAVE_LIBAVFILTER=1', '-DHAVE_MPG123=1', '-DHAVE_LIBAVDEVICE=1', '-DHAVE_52=1', '-DHAVE_LIBASS=1', '../video/out/gl_video.c', '-c', '-o', '/private/tmp/mpv-N7GCnZ/build/video/out/gl_video.c.13.o']

READ THIS: http://git.io/brew-troubleshooting
If reporting this issue please do so at (not Homebrew/homebrew):
  https://github.com/mpv-player/homebrew-mpv/issues

More detailed log:
https://gist.github.com/e516db7e5f22beb94988

Building from HEAD fails consistently; 0.9.2 build crashes on startup

Trying to update mpv this morning didn’t work. I’ve had no problem doing this before; my most recent update was earlier this week. I don’t know what I can do to try and fix this. I’m using OS X 10.10.4 and the command that I’m using to update is brew unlinkapps mpv && brew rm mpv && brew uninstall --force libass-ct && brew uninstall --force libass && brew install --HEAD mpv-player/mpv/libass-ct && brew install --HEAD --with-libaacs --with-bundle --with-libquvi --with-libbs2b --with-little-cms2 --with-lua mpv-player/mpv/mpv && brew linkapps mpv. I’ve tried installing it again a couple of times without the libass commands and I get the same error message each time; only the {task} number and temp folder locations change.

==> Installing mpv from mpv-player/homebrew-mpv
==> Cloning https://github.com/mpv-player/mpv.git
Updating /Library/Caches/Homebrew/mpv--git
==> Checking out branch master
==> Downloading https://pypi.python.org/packages/source/d/docutils/docutils-0.11
Already downloaded: /Library/Caches/Homebrew/mpv--docutils-0.11.tar.gz
==> python setup.py install --prefix=/usr/local/Cellar/mpv/HEAD/libexec
==> Downloading https://waf.io/waf-1.8.12
Already downloaded: /Library/Caches/Homebrew/mpv--waf-1.8.12
==> python waf configure --prefix=/usr/local/Cellar/mpv/HEAD --enable-zsh-comp
==> python waf install
Waf: Leaving directory `/private/tmp/mpv20150725-30813-16541r0/build'
Build failed
 -> task in '_mpv' failed (exit status 255): 
    {task 4500328592: _mpv  -> _mpv}
' "/usr/bin/perl" "/private/tmp/mpv20150725-30813-16541r0/TOOLS/zsh.pl" "/private/tmp/mpv20150725-30813-16541r0/build/mpv" > "etc/_mpv" '

READ THIS: https://git.io/brew-troubleshooting
If reporting this issue please do so at (not Homebrew/homebrew):
  https://github.com/mpv-player/homebrew-mpv/issues

The temp folder is automatically deleted before I can get the chance to copy it so I can’t upload a copy.

Removing the --HEAD command allowed mpv to compile successfully but upon startup it crashes with this error.

Process:               mpv [34418]
Path:                  /usr/local/Cellar/mpv/0.9.2/mpv.app/Contents/MacOS/mpv
Identifier:            io.mpv
Version:               ???
Code Type:             X86-64 (Native)
Parent Process:        ??? [1]
Responsible:           mpv [34418]
User ID:               501

Date/Time:             2015-07-25 09:29:21.207 +0100
OS Version:            Mac OS X 10.10.4 (14E46)
Report Version:        11
Anonymous UUID:        E88B8EFF-0634-99B4-7933-5AEB6CA5C27C

Sleep/Wake UUID:       3196D4E5-6BE9-4D25-BF38-FD8E6BA2FE37

Time Awake Since Boot: 260000 seconds
Time Since Wake:       4500 seconds

Crashed Thread:        0

Exception Type:        EXC_BREAKPOINT (SIGTRAP)
Exception Codes:       0x0000000000000002, 0x0000000000000000

Application Specific Information:
dyld: launch, loading dependent libraries

Dyld Error Message:
  Library not loaded: /usr/local/lib/liblzma.5.dylib
  Referenced from: /usr/local/lib/libavutil.54.dylib
  Reason: Incompatible library version: libavutil.54.dylib requires version 8.0.0 or later, but liblzma.5.dylib provides version 6.0.0

Binary Images:
    0x7fff69188000 -     0x7fff691be837  dyld (353.2.1) <72A99D0F-0B56-3938-ABC5-67A0F33757C4> /usr/lib/dyld
    0x7fff80cfb000 -     0x7fff80d79fff  com.apple.CoreServices.OSServices (640.4 - 640.4) <5FDEFDEF-1BFC-3E67-9043-FA0CAA0D802E> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
    0x7fff80d7a000 -     0x7fff80dc9ff7  com.apple.opencl (2.4.2 - 2.4.2) <EB365E68-9965-3596-A40A-D1E372F3A9B3> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x7fff80dca000 -     0x7fff80efafff  com.apple.UIFoundation (1.0 - 1) <466BDFA8-0B9F-3AB0-989D-F9779422926A> /System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundation
    0x7fff80efb000 -     0x7fff80f73ff7  com.apple.SystemConfiguration (1.14.4 - 1.14) <E3495342-E80D-358D-9290-6C02F5F46BCA> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
    0x7fff80f74000 -     0x7fff810d5fff  com.apple.avfoundation (2.0 - 889.210) <27D19E4B-8C3E-3667-9DDD-2451ACDAC0C1> /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation
    0x7fff8112a000 -     0x7fff811eaff7  com.apple.backup.framework (1.6.5 - 1.6.5) <86396038-33EA-3046-9F70-093A3D6407D4> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x7fff812c3000 -     0x7fff812fefff  com.apple.QD (301 - 301) <C4D2AD03-B839-350A-AAF0-B4A08F8BED77> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
    0x7fff8134e000 -     0x7fff8134efff  com.apple.ApplicationServices (48 - 48) <5BF7910B-C328-3BF8-BA4F-CE52B574CE01> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
    0x7fff8134f000 -     0x7fff8166afcf  com.apple.vImage (8.0 - 8.0) <1183FE6A-FDB6-3B3B-928D-50C7909F2308> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
    0x7fff8166b000 -     0x7fff81695ff7  libdispatch.dylib (442.1.4) <502CF32B-669B-3709-8862-08188225E4F0> /usr/lib/system/libdispatch.dylib
    0x7fff816b2000 -     0x7fff816b3ff3  libSystem.B.dylib (1213) <AD223AEB-237D-35A3-825E-EECF95916838> /usr/lib/libSystem.B.dylib
    0x7fff816b4000 -     0x7fff816b9fff  com.apple.DiskArbitration (2.6 - 2.6) <0DFF4D9B-2AC3-3B82-B5C5-30F4EFBD2DB9> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x7fff816ba000 -     0x7fff8223bff7  com.apple.AppKit (6.9 - 1348.17) <E485D56D-3E72-34B7-99BB-BFDEE2D07BF5> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x7fff82310000 -     0x7fff8235cff7  libcups.2.dylib (408.2) <E8AD18F9-61E4-3791-B840-504468C25556> /usr/lib/libcups.2.dylib
    0x7fff8235d000 -     0x7fff8235dfff  com.apple.Accelerate.vecLib (3.10 - vecLib 3.10) <9D749502-A228-3BF1-B52F-A182DEEB2C4D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
    0x7fff8235e000 -     0x7fff82367ff3  com.apple.CommonAuth (4.0 - 2.0) <07FD1753-5498-310F-8C58-49E2F27C614B> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
    0x7fff8244a000 -     0x7fff8244afff  libOpenScriptingUtil.dylib (162.2) <D6A2216D-ADB2-3F24-AD30-F6D00829F545> /usr/lib/libOpenScriptingUtil.dylib
    0x7fff8247e000 -     0x7fff8274dff3  com.apple.CoreImage (10.3.4) <C1AE8252-A95D-3BF4-83B8-BE85E979F2CB> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage.framework/Versions/A/CoreImage
    0x7fff8274e000 -     0x7fff82759ff7  com.apple.CrashReporterSupport (10.10 - 631) <C44259AC-0A1C-3EC5-99AC-48CB520A709D> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport
    0x7fff82764000 -     0x7fff82781ffb  libresolv.9.dylib (57) <26B38E61-298A-3C3A-82C1-3B5E98AD5E29> /usr/lib/libresolv.9.dylib
    0x7fff8278a000 -     0x7fff8278efff  libpam.2.dylib (20) <E805398D-9A92-31F8-8005-8DC188BD8B6E> /usr/lib/libpam.2.dylib
    0x7fff8278f000 -     0x7fff82823fff  com.apple.ink.framework (10.9 - 213) <8E029630-1530-3734-A446-13353F0E7AC5> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
    0x7fff82ce6000 -     0x7fff82ce6fff  com.apple.CoreServices (62 - 62) <C69DA8A7-B536-34BF-A93F-1C170E2C6D58> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x7fff82ce7000 -     0x7fff82ce8fff  libsystem_secinit.dylib (18) <581DAD0F-6B63-3A48-B63B-917AF799ABAA> /usr/lib/system/libsystem_secinit.dylib
    0x7fff82d8e000 -     0x7fff82de8ff7  com.apple.LanguageModeling (1.0 - 1) <ACA93FE0-A0E3-333E-AE3C-8EB7DE5F362F> /System/Library/PrivateFrameworks/LanguageModeling.framework/Versions/A/LanguageModeling
    0x7fff82de9000 -     0x7fff82e05fff  com.apple.GenerationalStorage (2.0 - 209.11) <9FF8DD11-25FB-3047-A5BF-9415339B3EEC> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage
    0x7fff82e06000 -     0x7fff82e19ff7  com.apple.CoreBluetooth (1.0 - 1) <8D7BA9BA-EB36-307A-9119-0B3D9732C953> /System/Library/Frameworks/CoreBluetooth.framework/Versions/A/CoreBluetooth
    0x7fff82e2a000 -     0x7fff82e85fe7  libTIFF.dylib (1238) <3DFEB4AE-3BE9-3C07-B804-921AD23FB48F> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x7fff82f74000 -     0x7fff830bafef  libsqlite3.dylib (168.2) <53F6A294-15D7-3804-9ABF-47D35E15CDFB> /usr/lib/libsqlite3.dylib
    0x7fff830f3000 -     0x7fff8310cff7  com.apple.CFOpenDirectory (10.10 - 187) <2BF2705E-2CC6-37E7-BD49-D4B4E01591E3> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
    0x7fff8310d000 -     0x7fff83115fff  libsystem_dnssd.dylib (576.30.4) <4EA2DEC3-77EE-3941-A703-DE6DC2056B15> /usr/lib/system/libsystem_dnssd.dylib
    0x7fff83165000 -     0x7fff83169fff  libcache.dylib (69) <45E9A2E7-99C4-36B2-BEE3-0C4E11614AD1> /usr/lib/system/libcache.dylib
    0x7fff83252000 -     0x7fff8325dff7  com.apple.speech.synthesis.framework (5.3.3 - 5.3.3) <A5640275-E2A6-3856-95EF-5F0DC440B10C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x7fff834b5000 -     0x7fff834d0fff  com.apple.AppleVPAFramework (1.4.5 - 1.4.5) <A6421B0B-6D4D-3E64-AC61-DDB04ED7CFF0> /System/Library/PrivateFrameworks/AppleVPA.framework/Versions/A/AppleVPA
    0x7fff834d1000 -     0x7fff8351eff7  com.apple.print.framework.PrintCore (10.3 - 451.1) <DE992474-0841-38A1-B4F6-46D653E454D5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
    0x7fff845e9000 -     0x7fff845eefff  libsystem_stats.dylib (163.30.2) <48A9387D-5C63-3E79-979C-F675552F6FC9> /usr/lib/system/libsystem_stats.dylib
    0x7fff84604000 -     0x7fff847fe46f  libobjc.A.dylib (647) <759E155D-BC42-3D4E-869B-6F57D477177C> /usr/lib/libobjc.A.dylib
    0x7fff848e1000 -     0x7fff8496dff7  libsystem_c.dylib (1044.10.1) <86FBED7A-F2C8-3591-AD6F-486DD57E6B6A> /usr/lib/system/libsystem_c.dylib
    0x7fff84973000 -     0x7fff84a12e27  com.apple.AppleJPEG (1.0 - 1) <6627DDD9-A8FE-3968-B23A-B6A29AA3919A> /System/Library/PrivateFrameworks/AppleJPEG.framework/Versions/A/AppleJPEG
    0x7fff84a13000 -     0x7fff84e20ff7  libLAPACK.dylib (1128) <F9201AE7-B031-36DB-BCF8-971E994EF7C1> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
    0x7fff84e4d000 -     0x7fff84e78fff  libc++abi.dylib (125) <88A22A0F-87C6-3002-BFBA-AC0F2808B8B9> /usr/lib/libc++abi.dylib
    0x7fff84e83000 -     0x7fff84e84fff  liblangid.dylib (117) <B54A4AA0-2E53-3671-90F5-AFF711C0EB9E> /usr/lib/liblangid.dylib
    0x7fff84ec6000 -     0x7fff84ec8fff  libRadiance.dylib (1238) <7F6B6C0C-C5C9-3D83-B0A4-23BAB0E5D759> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x7fff84f16000 -     0x7fff84f16ff7  libunc.dylib (29) <5676F7EA-C1DF-329F-B006-D2C3022B7D70> /usr/lib/system/libunc.dylib
    0x7fff84f17000 -     0x7fff84f8bffb  com.apple.securityfoundation (6.0 - 55126) <D3C26373-83B1-3FDF-AD9C-39875D84312A> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
    0x7fff84f8c000 -     0x7fff84f8efff  libquarantine.dylib (76.20.1) <7AF90041-2768-378A-925A-D83161863642> /usr/lib/system/libquarantine.dylib
    0x7fff84f8f000 -     0x7fff84f98fff  libGFXShared.dylib (11.1.2) <7F9F6175-E993-3014-8C9B-1F08CE7C75A2> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
    0x7fff84fe8000 -     0x7fff8500cff7  com.apple.Sharing (328.17 - 328.17) <AD5E243A-B79F-3D7B-800B-A2C99A1CFEF1> /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
    0x7fff850ff000 -     0x7fff8516bfff  com.apple.framework.CoreWLAN (5.0 - 500.35.2) <03697149-1CDD-32FF-B564-1C1EF5E9E5C3> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
    0x7fff851e0000 -     0x7fff85201fff  com.apple.framework.Apple80211 (10.3 - 1030.71.6) <C0A17391-5C8B-34B1-BD46-8D644AB57DE0> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
    0x7fff85217000 -     0x7fff85288ffb  com.apple.ApplicationServices.ATS (360 - 375.4) <A1BEBCF8-8FC8-345D-B91D-1DA5773AF5A3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
    0x7fff85289000 -     0x7fff852c9ff7  libGLImage.dylib (11.1.2) <9B05F3BF-D111-3B01-B7F8-C5EF7E02000B> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
    0x7fff852d1000 -     0x7fff85340fff  com.apple.SearchKit (1.4.0 - 1.4.0) <80883BD1-C9BA-3794-A20E-476F94DD89A9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
    0x7fff85341000 -     0x7fff85366fff  libPng.dylib (1238) <0FBC90C7-D229-3D27-BB1B-37540D31A0D6> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x7fff85367000 -     0x7fff85397fff  com.apple.GSS (4.0 - 2.0) <7DE487D3-50C8-3A45-8C17-B8806B5E6AA5> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
    0x7fff8539d000 -     0x7fff853a0ff7  libdyld.dylib (353.2.1) <78E8F33D-0C86-3DB6-A93D-B67A25BA3522> /usr/lib/system/libdyld.dylib
    0x7fff853a1000 -     0x7fff853bbff3  com.apple.Ubiquity (1.3 - 313) <DF56A657-CC6E-3BE2-86A0-71F07127724C> /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity
    0x7fff85538000 -     0x7fff85543fff  libGL.dylib (11.1.2) <FD8B7B67-1532-32A1-B369-9D7A6C1EB3ED> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x7fff85544000 -     0x7fff85598fff  libc++.1.dylib (120) <1B9530FD-989B-3174-BB1C-BDC159501710> /usr/lib/libc++.1.dylib
    0x7fff856d2000 -     0x7fff856e2ff7  libbsm.0.dylib (34) <A3A2E56C-2B65-37C7-B43A-A1F926E1A0BB> /usr/lib/libbsm.0.dylib
    0x7fff85c1d000 -     0x7fff85c20fff  com.apple.xpc.ServiceManagement (1.0 - 1) <D94F7F86-4015-3453-92FD-ADC04F215C04> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement
    0x7fff86028000 -     0x7fff86053fff  com.apple.DictionaryServices (1.2 - 229) <F03DFAC6-6285-3176-9C6D-7CC50F8CD52A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
    0x7fff86054000 -     0x7fff86054ff7  liblaunch.dylib (559.30.1) <B1301610-D60C-3301-B254-11F066BD48A7> /usr/lib/system/liblaunch.dylib
    0x7fff8656b000 -     0x7fff86684ffb  com.apple.CoreText (352.0 - 454.9) <BBAB8852-40E5-3B76-A7AA-8098B69EF348> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
    0x7fff86685000 -     0x7fff8696cffb  com.apple.CoreServices.CarbonCore (1108.6 - 1108.6) <8953580E-7857-33B2-AA64-98296830D3A8> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
    0x7fff86970000 -     0x7fff86975ffb  libheimdal-asn1.dylib (398.10.1) <D362D79B-CC4F-3E62-9BC7-9B645BEBBF4E> /usr/lib/libheimdal-asn1.dylib
    0x7fff86976000 -     0x7fff86991ff7  libCRFSuite.dylib (34) <D64842BE-7BD4-3D0C-9842-1D202F7C2A51> /usr/lib/libCRFSuite.dylib
    0x7fff86992000 -     0x7fff869aeff7  libsystem_malloc.dylib (53.30.1) <DDA8928B-CC0D-3255-BD8A-3FEA0982B890> /usr/lib/system/libsystem_malloc.dylib
    0x7fff869d1000 -     0x7fff869ebff7  com.apple.Kerberos (3.0 - 1) <7760E0C2-A222-3709-B2A6-B692D900CEB1> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x7fff86a4a000 -     0x7fff86ab1ff7  com.apple.framework.CoreWiFi (3.0 - 300.4) <19269C1D-EB29-384A-83F3-7DDDEB7D9DAD> /System/Library/PrivateFrameworks/CoreWiFi.framework/Versions/A/CoreWiFi
    0x7fff86abb000 -     0x7fff86b59fff  com.apple.Metadata (10.7.0 - 917.36) <FCDD8B56-F57A-3A49-9124-CE9CEE20C502> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
    0x7fff86b82000 -     0x7fff86fb2fff  com.apple.vision.FaceCore (3.1.6 - 3.1.6) <C3B823AA-C261-37D3-B4AC-C59CE91C8241> /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore
    0x7fff86fb3000 -     0x7fff86fbfff7  com.apple.OpenDirectory (10.10 - 187) <2A6F3C10-71EE-3ABE-AD71-0B68F13B9C79> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x7fff86fc0000 -     0x7fff86fc2fff  com.apple.loginsupport (1.0 - 1) <DAAD7013-A19D-3858-BFF7-DE1DAF664401> /System/Library/PrivateFrameworks/login.framework/Versions/A/Frameworks/loginsupport.framework/Versions/A/loginsupport
    0x7fff86fc3000 -     0x7fff8735bff7  com.apple.CoreFoundation (6.9 - 1153.18) <5C0892B8-9691-341F-9279-CA3A74D59AA0> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x7fff8735c000 -     0x7fff87364ff3  com.apple.CoreServices.FSEvents (1210.20.1 - 1210.20.1) <84F79D3E-7B5E-3C93-8479-35794A3F125E> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/FSEvents
    0x7fff87365000 -     0x7fff874a9ff7  com.apple.QTKit (7.7.3 - 2890.6) <E657DE0D-F8C8-3B2F-A1B6-505EF2A01CF3> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x7fff874aa000 -     0x7fff874c4ff7  libextension.dylib (55.2) <3BB019CA-199A-36AC-AA22-14B562138545> /usr/lib/libextension.dylib
    0x7fff87550000 -     0x7fff875c2fff  com.apple.framework.IOKit (2.0.2 - 1050.20.2) <09C0518C-90DF-3FC3-96D6-34D35F72C8EF> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x7fff87623000 -     0x7fff87715ff7  libiconv.2.dylib (42) <2A06D02F-8B76-3864-8D96-64EF5B40BC6C> /usr/lib/libiconv.2.dylib
    0x7fff87716000 -     0x7fff8772dff7  libLinearAlgebra.dylib (1128) <E78CCBAA-A999-3B65-8EC9-06DB15E67C37> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLinearAlgebra.dylib
    0x7fff8772e000 -     0x7fff87734ff7  libsystem_networkextension.dylib (167.30.1) <3E99FF35-DCBB-3A4C-8853-F1F39A792D29> /usr/lib/system/libsystem_networkextension.dylib
    0x7fff878c9000 -     0x7fff8795eff7  com.apple.ColorSync (4.9.0 - 4.9.0) <9150C2B7-2E6E-3509-96EA-7B3F959F049E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
    0x7fff87976000 -     0x7fff87987ff3  libsystem_coretls.dylib (35.30.2) <0F7BAD0C-FC28-3E4B-8D21-06B426599043> /usr/lib/system/libsystem_coretls.dylib
    0x7fff87988000 -     0x7fff87993fff  libcommonCrypto.dylib (60061.30.1) <E789748D-F9A7-3CFF-B317-90DF348B1E95> /usr/lib/system/libcommonCrypto.dylib
    0x7fff87ad1000 -     0x7fff87adefff  libxar.1.dylib (255) <7CD69BB5-97BA-3858-8A8B-2F33F129E6E7> /usr/lib/libxar.1.dylib
    0x7fff87adf000 -     0x7fff87b25ff7  libauto.dylib (186) <A260789B-D4D8-316A-9490-254767B8A5F1> /usr/lib/libauto.dylib
    0x7fff87b26000 -     0x7fff87d9cff7  com.apple.security (7.0 - 57031.30.12) <E9CF3D8E-0165-3EB2-BED9-FDB99CDA924B> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x7fff886e3000 -     0x7fff886eaff7  libcompiler_rt.dylib (35) <BF8FC133-EE10-3DA6-9B90-92039E28678F> /usr/lib/system/libcompiler_rt.dylib
    0x7fff886eb000 -     0x7fff8872cfff  libGLU.dylib (11.1.2) <2BA52A8D-ED35-3D86-B2D6-41479969C96D> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x7fff8872d000 -     0x7fff88735fff  libsystem_platform.dylib (63) <64E34079-D712-3D66-9CE2-418624A5C040> /usr/lib/system/libsystem_platform.dylib
    0x7fff8873c000 -     0x7fff88745ff7  libsystem_notify.dylib (133.1.1) <61147800-F320-3DAA-850C-BADF33855F29> /usr/lib/system/libsystem_notify.dylib
    0x7fff88746000 -     0x7fff88746ff7  libkeymgr.dylib (28) <77845842-DE70-3CC5-BD01-C3D14227CED5> /usr/lib/system/libkeymgr.dylib
    0x7fff88747000 -     0x7fff88749fff  libCVMSPluginSupport.dylib (11.1.2) <1C5C1757-67F1-3C23-90EF-643619A0E7DC> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
    0x7fff8874a000 -     0x7fff88758ff7  com.apple.opengl (11.1.2 - 11.1.2) <5F355713-4637-33CD-9CBA-4B4CA43FB0FE> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x7fff88759000 -     0x7fff887c7ffb  com.apple.Heimdal (4.0 - 2.0) <E376CB36-6A8E-36A8-88E7-D06948417D58> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
    0x7fff887c8000 -     0x7fff887c8fff  com.apple.Cocoa (6.8 - 21) <EAC0EA1E-3C62-3B28-A941-5D8B1E085FF8> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x7fff88957000 -     0x7fff88a4bfff  libFontParser.dylib (134.4) <12F2E476-F05A-3F01-92FF-6E0C6D7F8DD5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x7fff88a4c000 -     0x7fff88a51ff7  libmacho.dylib (862) <126CA2ED-DE91-308F-8881-B9DAEC3C63B6> /usr/lib/system/libmacho.dylib
    0x7fff88ad6000 -     0x7fff88ad8ff7  libsystem_coreservices.dylib (9) <41B7C578-5A53-31C8-A96F-C73E030B0938> /usr/lib/system/libsystem_coreservices.dylib
    0x7fff88ad9000 -     0x7fff88b11fff  libsystem_network.dylib (412.20.3) <6105C134-6722-3C0A-A4CE-5E1261E2E1CC> /usr/lib/system/libsystem_network.dylib
    0x7fff88b12000 -     0x7fff88b3bffb  libxslt.1.dylib (13) <AED1143F-B848-3E73-81ED-71356F25F084> /usr/lib/libxslt.1.dylib
    0x7fff88bc1000 -     0x7fff88bc5ff7  libGIF.dylib (1238) <85700496-D341-3497-96A6-96948A710370> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x7fff88c72000 -     0x7fff88c78fff  libsystem_trace.dylib (72.20.1) <840F5301-B55A-3078-90B9-FEFFD6CD741A> /usr/lib/system/libsystem_trace.dylib
    0x7fff88c8c000 -     0x7fff88c99ff7  libbz2.1.0.dylib (36) <2DF83FBC-5C08-39E1-94F5-C28653791B5F> /usr/lib/libbz2.1.0.dylib
    0x7fff88c9a000 -     0x7fff88ccafff  libsystem_m.dylib (3086.1) <1E12AB45-6D96-36D0-A226-F24D9FB0D9D6> /usr/lib/system/libsystem_m.dylib
    0x7fff88ccb000 -     0x7fff88cebfff  com.apple.IconServices (47.1 - 47.1) <E83DFE3B-6541-3736-96BB-26DC5D0100F1> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices
    0x7fff88cec000 -     0x7fff88ddcfef  libJP2.dylib (1238) <170811AC-E632-3257-86AB-786F402C82DB> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x7fff88df1000 -     0x7fff88e1cff3  libarchive.2.dylib (30) <8CBB4416-EBE9-3574-8ADC-44655D245F39> /usr/lib/libarchive.2.dylib
    0x7fff88e1d000 -     0x7fff88e45fff  libsystem_info.dylib (459.20.1) <AEB3FE62-4763-3050-8352-D6F9AF961AE6> /usr/lib/system/libsystem_info.dylib
    0x7fff88eea000 -     0x7fff891efff3  com.apple.HIToolbox (2.1.1 - 758.7) <083019EB-7F58-36F1-BF7F-9E746F692E5C> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
    0x7fff891f0000 -     0x7fff89523ff7  libmecabra.dylib (666.7) <0ED8AE5E-7A5B-34A6-A2EE-2B852E60E1E2> /usr/lib/libmecabra.dylib
    0x7fff895a8000 -     0x7fff89631ff7  com.apple.CoreSymbolication (3.1 - 57020.2) <FA7C613D-B4DF-333A-B3D6-884CE87E2C6D> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
    0x7fff89dbd000 -     0x7fff89dc1fff  com.apple.TCC (1.0 - 1) <CCA42EE2-3400-3444-9486-BC454E60D944> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
    0x7fff89dc2000 -     0x7fff89dc3ffb  libremovefile.dylib (35) <3485B5F4-6CE8-3C62-8DFD-8736ED6E8531> /usr/lib/system/libremovefile.dylib
    0x7fff89dc4000 -     0x7fff89e23fff  com.apple.AE (681.2 - 681.2) <450F45DB-0F60-383D-BD22-03E296C82675> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
    0x7fff89e24000 -     0x7fff89f4cff7  com.apple.coreui (2.1 - 308.6) <9E0E9C6A-68F5-34C1-A17C-96226D401D4D> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x7fff89f4d000 -     0x7fff89f97fff  com.apple.HIServices (1.22 - 523) <C7F6A39C-EBC0-3AA7-B355-2DBF988B5A6D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
    0x7fff89f98000 -     0x7fff8a17dff7  libicucore.A.dylib (531.48) <3CD34752-B1F9-31D2-865D-B5B0F0BE3111> /usr/lib/libicucore.A.dylib
    0x7fff8a17e000 -     0x7fff8a1cffff  com.apple.audio.CoreAudio (4.3.0 - 4.3.0) <450293F7-DAE7-3DD0-8F7C-71FC2FD72627> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x7fff8a1d0000 -     0x7fff8a254fff  com.apple.PerformanceAnalysis (1.0 - 1) <BAE4C265-C0B9-3302-AC88-EB5F312FD33C> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
    0x7fff8a294000 -     0x7fff8a29eff7  com.apple.NetAuth (5.2 - 5.2) <2BBD749A-8E18-35B8-8E48-A90347C1CCA7> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
    0x7fff8a54f000 -     0x7fff8a75cffb  com.apple.CFNetwork (720.4.4 - 720.4.4) <71A596B3-A837-3ADF-9560-1DCDA9292F96> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
    0x7fff8a7b5000 -     0x7fff8a7b5fff  com.apple.Accelerate (1.10 - Accelerate 1.10) <2C8AF258-4F11-3BEC-A826-22D7199B3975> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x7fff8a7c1000 -     0x7fff8a7d2fff  libcmph.dylib (1) <46EC3997-DB5E-38AE-BBBB-A035A54AD3C0> /usr/lib/libcmph.dylib
    0x7fff8a7d7000 -     0x7fff8ab08fff  com.apple.Foundation (6.9 - 1153.20) <F0FF3A5D-C5B7-34A1-9319-DE1EF928E58E> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x7fff8ab09000 -     0x7fff8ab14ff7  libkxld.dylib (2782.30.5) <14CB6513-E373-3829-AD7D-F1C15397F64F> /usr/lib/system/libkxld.dylib
    0x7fff8abd3000 -     0x7fff8abd4ff7  libsystem_blocks.dylib (65) <9615D10A-FCA7-3BE4-AA1A-1B195DACE1A1> /usr/lib/system/libsystem_blocks.dylib
    0x7fff8abd5000 -     0x7fff8ae54ff7  com.apple.CoreData (111 - 526.3) <5A27E0D8-5E5A-335B-B3F6-2601C7B976FA> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x7fff8ae6f000 -     0x7fff8ae93fef  libJPEG.dylib (1238) <8CB4D185-069F-38FE-ABB9-25E514DE227D> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x7fff8b8d1000 -     0x7fff8b8d9ffb  libcopyfile.dylib (118.1.2) <0C68D3A6-ACDD-3EF3-991A-CC82C32AB836> /usr/lib/system/libcopyfile.dylib
    0x7fff8b8da000 -     0x7fff8b8e9fff  com.apple.LangAnalysis (1.7.0 - 1.7.0) <D1E527E4-C561-352F-9457-E8C50232793C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
    0x7fff8b986000 -     0x7fff8baaaff7  com.apple.LaunchServices (644.56 - 644.56) <20AABB1C-9319-3E4D-A024-51B0DD5FCD3B> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
    0x7fff8bd71000 -     0x7fff8be63fff  libxml2.2.dylib (26) <B834E7C8-EC3E-3382-BC5A-DA38DC4D720C> /usr/lib/libxml2.2.dylib
    0x7fff8be64000 -     0x7fff8be9effb  com.apple.DebugSymbols (115 - 115) <6F03761D-7C3A-3C80-8031-AA1C1AD7C706> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
    0x7fff8c013000 -     0x7fff8c04efff  com.apple.Symbolication (1.4 - 56045) <D64571B1-4483-3FE2-BD67-A91360F79727> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
    0x7fff8c072000 -     0x7fff8c073fff  libDiagnosticMessagesClient.dylib (100) <2EE8E436-5CDC-34C5-9959-5BA218D507FB> /usr/lib/libDiagnosticMessagesClient.dylib
    0x7fff8c074000 -     0x7fff8c0acfff  com.apple.RemoteViewServices (2.0 - 99) <C9A62691-B0D9-34B7-B71C-A48B5F4DC553> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
    0x7fff8c46a000 -     0x7fff8c477ff7  com.apple.SpeechRecognitionCore (2.1.2 - 2.1.2) <551322E2-C1E4-3378-A218-F362985E3E3C> /System/Library/PrivateFrameworks/SpeechRecognitionCore.framework/Versions/A/SpeechRecognitionCore
    0x7fff8c478000 -     0x7fff8c47cfff  libCoreVMClient.dylib (79.1) <201EF6DF-5074-3CB7-A361-398CF957A264> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
    0x7fff8c5ca000 -     0x7fff8c6d9ff3  com.apple.desktopservices (1.9.3 - 1.9.3) <FEE11342-5BC4-37A7-8169-DA48BE17B9C9> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
    0x7fff8c6e5000 -     0x7fff8c794fe7  libvMisc.dylib (516) <6739E390-46E7-3BFA-9B69-B278562326E6> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
    0x7fff8ccbf000 -     0x7fff8ccecfff  com.apple.CoreVideo (1.8 - 145.1) <18DB07E0-B927-3260-A234-636F298D1917> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x7fff8cd87000 -     0x7fff8ce29fff  com.apple.Bluetooth (4.3.5 - 4.3.5f8) <DB1CF332-A131-3DF1-BE85-A05594F6DA5F> /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth
    0x7fff8ce2a000 -     0x7fff8ce2cfff  libsystem_sandbox.dylib (358.20.5) <3F5E973F-C702-31AC-97BC-05F5C195683C> /usr/lib/system/libsystem_sandbox.dylib
    0x7fff8d0cb000 -     0x7fff8d0d4fff  libsystem_pthread.dylib (105.10.1) <3103AA7F-3BAE-3673-9649-47FFD7E15C97> /usr/lib/system/libsystem_pthread.dylib
    0x7fff8d0d5000 -     0x7fff8d14efe7  libcorecrypto.dylib (233.30.1) <5779FFA0-4D9A-3AD4-B7F2-618227621DC8> /usr/lib/system/libcorecrypto.dylib
    0x7fff8d74f000 -     0x7fff8d777fff  libxpc.dylib (559.30.1) <80D68997-17B9-32B6-A5FA-A218216415E5> /usr/lib/system/libxpc.dylib
    0x7fff8d7b0000 -     0x7fff8d7b2fff  libsystem_configuration.dylib (699.30.1) <B124CC64-59B9-354F-A693-B3431ADB87AC> /usr/lib/system/libsystem_configuration.dylib
    0x7fff8d7b3000 -     0x7fff8d7f9ff7  libFontRegistry.dylib (134.1) <CE41D8C2-BEED-345C-BC4F-3775CC06C672> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x7fff8d7fa000 -     0x7fff8d820fff  com.apple.ChunkingLibrary (2.1 - 163.6) <29D4CB95-42EF-34C6-8182-BDB6F7BB1E79> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary
    0x7fff8d851000 -     0x7fff8d858fff  com.apple.NetFS (6.0 - 4.0) <C263C8F8-F284-3101-AC82-A97A81716063> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x7fff8d859000 -     0x7fff8d859fff  com.apple.audio.units.AudioUnit (1.12 - 1.12) <E5335492-7EFE-31EA-BE72-4A9CEE68D58E> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x7fff8d85e000 -     0x7fff8d9ecfff  libBLAS.dylib (1128) <497912C1-A98E-3281-BED7-E9C751552F61> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
    0x7fff8da3d000 -     0x7fff8da42ff7  libunwind.dylib (35.3) <BE7E51A0-B6EA-3A54-9CCA-9D88F683A6D6> /usr/lib/system/libunwind.dylib
    0x7fff8daa9000 -     0x7fff8dabfff7  libsystem_asl.dylib (267) <F153AC5B-0542-356E-88C8-20A62CA704E2> /usr/lib/system/libsystem_asl.dylib
    0x7fff8dac0000 -     0x7fff8e2fcfef  com.apple.CoreGraphics (1.600.0 - 788.2) <31A7F05E-9C68-3642-A8F0-3863777955AE> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
    0x7fff8e315000 -     0x7fff8e32fff7  liblzma.5.dylib (7) <1D03E875-A7C0-3028-814C-3C27F7B7C079> /usr/lib/liblzma.5.dylib
    0x7fff8e333000 -     0x7fff8e39affb  com.apple.datadetectorscore (6.0 - 396.1.1) <2127914D-0F8B-3032-9E25-E4209531D948> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
    0x7fff8f6be000 -     0x7fff8f6dbfff  libsystem_kernel.dylib (2782.30.5) <101D28C0-AF07-3B81-87BE-CA27ADED33AB> /usr/lib/system/libsystem_kernel.dylib
    0x7fff8f6dc000 -     0x7fff8f773fff  com.apple.CoreMedia (1.0 - 1562.235) <F8A31A50-8C7D-3199-845E-303CDD437EB6> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
    0x7fff8fcca000 -     0x7fff8fceaff7  com.apple.MultitouchSupport.framework (264.6 - 264.6) <B4BDB2C0-5D4E-30F4-8EB0-CC16C91DF418> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
    0x7fff8fceb000 -     0x7fff8fe9bff3  com.apple.QuartzCore (1.10 - 361.19) <F815B60E-75E3-3263-BE93-27A49882CF58> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x7fff8fed6000 -     0x7fff8fed9fff  com.apple.IOSurface (97.4 - 97.4) <AE11CFBC-4D46-30F3-BEEC-4C8131079391> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x7fff8feda000 -     0x7fff90041ffb  com.apple.audio.toolbox.AudioToolbox (1.12 - 1.12) <5678FC94-456A-3F5F-BA9A-10EB6E462997> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x7fff90048000 -     0x7fff90059ff7  libz.1.dylib (55) <88C7C7DE-04B8-316F-8B74-ACD9F3DE1AA1> /usr/lib/libz.1.dylib
    0x7fff904d1000 -     0x7fff904d7fff  com.apple.speech.recognition.framework (5.0.9 - 5.0.9) <BB2D573F-0A01-379F-A2BA-3C454EDCB111> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
    0x7fff904f0000 -     0x7fff9062afff  com.apple.ImageIO.framework (3.3.0 - 1238) <A4B8E6F8-9601-3E2D-ABCC-97491779E8B4> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
    0x7fff90670000 -     0x7fff90782ff7  libvDSP.dylib (516) <151B3CCB-77D3-3715-A3D0-7C74CD5C7FFC> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib

Model: MacBookPro11,3, BootROM MBP112.0138.B15, 4 processors, Intel Core i7, 2.5 GHz, 16 GB, SMC 2.19f12
Graphics: Intel Iris Pro, Intel Iris Pro, Built-In
Graphics: NVIDIA GeForce GT 750M, NVIDIA GeForce GT 750M, PCIe, 2048 MB
Memory Module: BANK 0/DIMM0, 8 GB, DDR3, 1600 MHz, 0x80AD, 0x484D54343147533641465238412D50422020
Memory Module: BANK 1/DIMM0, 8 GB, DDR3, 1600 MHz, 0x80AD, 0x484D54343147533641465238412D50422020
AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x134), Broadcom BCM43xx 1.0 (7.15.166.24.3)
Bluetooth: Version 4.3.5f8 15969, 3 services, 27 devices, 1 incoming serial ports
Network Service: Wi-Fi, AirPort, en0
Serial ATA Device: APPLE SSD SM0512F, 500.28 GB
USB Device: Extreme
USB Device: Internal Memory Card Reader
USB Device: Corsair K70R Gaming Keyboard
USB Device: Apple Internal Keyboard / Trackpad
USB Device: BRCM20702 Hub
USB Device: Bluetooth USB Host Controller
Thunderbolt Bus: MacBook Pro, Apple Inc., 17.1

Thank you.

ffmpeg notice

Should the homebrew "ffmpeg using oldstable" notice should use:

brew install ffmpeg --devel

instead of:

brew install --HEAD ffmpeg

Unable to find development files for zlib

I get the following when I brew install mpv

Checking for zlib : no
Unable to find development files for zlib.

I brew upgrade'd and brew updated'd, no change.

I have an uncanny feeling that this is a silly question, but Google isn't helping.

doesn't build

Hi! Im'm having this problem building mpv in mavericks. Any idea?

galatea::x0r [~]$ brew reinstall mpv --with-lua --with-little-cms2 --with-libquvi --with-bundle --HEAD --verbose
[235/242] c: video/filter/vf_format.c -> build/video/filter/vf_format.c.11.o
[236/242] c: audio/decode/ad_spdif.c -> build/audio/decode/ad_spdif.c.11.o
[237/242] linking -> build/mpv
[238/242] macapp: build/mpv -> build/mpv.app/Contents/MacOS/mpv
[239/242] macplist: TOOLS/osxbundle/mpv.app/Contents/Info.plist -> build/mpv.app/Contents/Info.plist
Waf: Leaving directory `/private/tmp/mpv-dyLt/build'
Build failed
Traceback (most recent call last):
  File "/private/tmp/mpv-dyLt/.waf3-1.7.15-9c6c439a6416a92b3e844736c4ef3c7b/waflib/Task.py", line 123, in process
    ret=self.run()
  File "/private/tmp/mpv-dyLt/.waf3-1.7.15-9c6c439a6416a92b3e844736c4ef3c7b/waflib/Task.py", line 47, in run
    return m1(self)
  File "/private/tmp/mpv-dyLt/waftools/waf_customizations.py", line 49, in run
    txt = Utils.subst_vars(txt, self.env)
  File "/private/tmp/mpv-dyLt/.waf3-1.7.15-9c6c439a6416a92b3e844736c4ef3c7b/waflib/Utils.py", line 314, in subst_vars
    return reg_subst.sub(repl_var,expr)
  File "/private/tmp/mpv-dyLt/.waf3-1.7.15-9c6c439a6416a92b3e844736c4ef3c7b/waflib/Utils.py", line 311, in repl_var
    return params.get_flat(m.group(3))
  File "/private/tmp/mpv-dyLt/.waf3-1.7.15-9c6c439a6416a92b3e844736c4ef3c7b/waflib/ConfigSet.py", line 75, in get_flat
    return' '.join(s)
TypeError: sequence item 0: expected str instance, int found

Thanks!

clang issue on OS X 10.7.5 building mpv

I'm using Xcode 4.6.3 and the build of mpv failed during waf install.
I'm just beginning to learn about building software so I followed the instructions of re-running $brew update and $brew doctor. $brew doctor gave no issues and update didn't change anything.
Here is a link to the gist:
https://gist.github.com/f4514498c6ebdc1081c1

If anyone needs more info please let me know and I'll do my best to provide it,
Thanks in advance for any help or advice given,
Paul

task in 'rst2man' failed

Hello,
I'm getting this error:

$ brew install mpv
==> Downloading https://github.com/mpv-player/mpv/archive/v0.3.5.tar.gz
Already downloaded: /Library/Caches/Homebrew/mpv-0.3.5.tar.gz
==> Downloading https://pypi.python.org/packages/source/d/docutils/docutils-0.11.tar.gz
Already downloaded: /Library/Caches/Homebrew/mpv--docutils-0.11.tar.gz
==> python setup.py install --prefix=/usr/local/Cellar/mpv/0.3.5/libexec
==> waf configure --prefix=/usr/local/Cellar/mpv/0.3.5
==> waf install
Waf: Leaving directory `/private/tmp/mpv-Ffcv/mpv-0.3.5/build'
Build failed
 -> task in 'rst2man' failed (exit status 1): 
    {task 4389861904: rst2man mpv.rst -> mpv.1}
' /usr/local/Cellar/mpv/0.3.5/libexec/bin/rst2man.py ../DOCS/man/en/mpv.rst DOCS/man/en/mpv.1 '

READ THIS: https://github.com/Homebrew/homebrew/wiki/troubleshooting
If reporting this issue please do so at (not Homebrew/homebrew):
  https://github.com/mpv/homebrew-player/issues

Any idea on how to fix this?

Thanks for your time!

Optional `--skip-deps` for OSX bundle

Back in the days (#8) there was an option to build the OSX bundle without deps because the bundle script needed a huge time to collect them all.

The osxbundle script got improved so there was no longer the need for disabling the dependency-collection. But the bundle script still offers it and it might come in handy in some cases (like mpv-player/mpv#940), so what do you think about offering an option to call the osx bundle script with --skip-deps? I'm not sure if there's a reasonable use case.

ffmpeg fully installed, yet libav libraries found missing (10.10 beta1)

~ ❯❯❯ brew install mpv --with-libaacs --with-libav --with-libbluray --with-libbs2b --with-libcaca --with-libdvdnav --with-libdvdread --with-libmpv --with-libquvi --HEAD
==> Cloning https://github.com/mpv-player/mpv.git
Updating /Library/Caches/Homebrew/mpv--git
==> Checking out branch master
==> Downloading https://pypi.python.org/packages/source/d/docutils/docutils-0.11
Already downloaded: /Library/Caches/Homebrew/mpv--docutils-0.11.tar.gz
==> python setup.py install --prefix=/usr/local/Cellar/mpv/HEAD/libexec
==> Downloading http://ftp.waf.io/pub/release/waf-1.7.16
Already downloaded: /Library/Caches/Homebrew/mpv--waf-1.7.16
==> python waf configure --prefix=/usr/local/Cellar/mpv/HEAD --enable-libmpv-sha
Checking for DVB input module                                             : dvb not found
Checking for JPEG support                                                 : yes
Checking for Direct3D support                                             : gdi, winmm, uuid, ole not found
Checking for libav/ffmpeg                                                 : no
Unable to find development files for some of the required Libav libraries (libavutil >= 52.48.101 libavcodec >= 55.34.1 libavformat >= 55.12.0 libswscale >= 2.1.2). Aborting.

READ THIS: https://github.com/Homebrew/homebrew/wiki/troubleshooting
If reporting this issue please do so at (not Homebrew/homebrew):
  https://github.com/mpv-player/homebrew-mpv/issues

brew doctor produces nothing worth.
running brew install mpv --HEAD works just fine. too lazy to figure what install option breaks it.

Link zsh completion

Is it possible to link the new zsh completion shipped with mpv somewhere into $fpath?
It's located in $(prefix)/share/zsh/vendor-completions/.

mpv require XQuartz now and it's mandatory and it's bad

Hello

Since this commit c677d36 ; mpv require to install XQuartz and I don't want to.
It's because the switch "with-harfbuzz" require the "cairo" dependencie witch require x11 to work.

Can you make a --without-x11 switch or something like that ?
Because there is a --with-x11 switch, but with the commit mentionned earlier, it became useless.

Thanks :-)

mpv failed to upgrade on 10.10.3

The upgrade attempt fails as follows:

❯❯❯ brew upgrade mpv
==> Upgrading 1 outdated package, with result:
mpv 0.9.0
==> Upgrading mpv
==> Downloading https://github.com/mpv-player/mpv/archive/v0.9.0.tar.gz
Already downloaded: /Library/Caches/Homebrew/mpv-0.9.0.tar.gz
==> Downloading https://pypi.python.org/packages/source/d/docutils/docutils-0.11
Already downloaded: /Library/Caches/Homebrew/mpv--docutils-0.11.tar.gz
==> python setup.py install --prefix=/usr/local/Cellar/mpv/0.9.0/libexec
==> Downloading http://ftp.waf.io/pub/release/waf-1.8.4
Already downloaded: /Library/Caches/Homebrew/mpv--waf-1.8.4
==> python waf configure --prefix=/usr/local/Cellar/mpv/0.9.0 --enable-zsh-comp
Checking for libguess support                                             : no ('libguess >= 1.0' not found)
Checking for Samba support                                                : no ('smbclient' not found)
Checking for Lua                                                          : yes (version found: 52)
Checking for SSA/ASS support                                              : no ('libass >= 0.12.1' not found)
Unable to find development files for libass, or the version found is too old. Aborting. If you really mean to compile without libass support use --disable-libass.
{…}

The troubleshooting information according to https://git.io/brew-troubleshooting
is at https://gist.github.com/17ed9313c3dc679addda.

brew info is misleading as it says that all the required dependencies are installed:

❯❯❯ brew info mpv
mpv: stable 0.9.0, HEAD
https://github.com/mpv-player/mpv
/usr/local/Cellar/mpv/0.7.2 (339 files, 27M) *
  Built from source
From: https://github.com/mpv-player/homebrew-mpv/blob/master/Formula/mpv.rb
==> Dependencies
Build: pkg-config ✔
Required: mpv-player/mpv/libass-ct ✔, ffmpeg ✔
Recommended: mpg123 ✔, jpeg ✔, little-cms2 ✔, lua ✔
Optional: libcaca ✘, libbs2b ✘, libdvdread ✘, libdvdnav ✘, libbluray ✘, libaacs ✘, vapoursynth ✘
{…}

0.8.0 fails to build on Yosemite 10.10.2

I've 0.7.3 currently installed and haven't had any trouble installing that or several earlier versions, but now upgrading to 0.8.0 errors out with:

[239/242] Linking build/mpv
Undefined symbols for architecture x86_64:
  "_CVDisplayLinkCreateWithCGDisplay", referenced from:
      _vo_cocoa_update_screen_info in cocoa_common.m.13.o
  "_CVDisplayLinkGetNominalOutputVideoRefreshPeriod", referenced from:
      _vo_cocoa_update_screen_info in cocoa_common.m.13.o
  "_CVDisplayLinkRelease", referenced from:
      _vo_cocoa_update_screen_info in cocoa_common.m.13.o
ld: symbol(s) not found for architecture x86_64

Found a similar error reported in memononen/fontstash#13 which suggests CoreVideo may be missing. Seems plausible reason looking at the linker flags:

-o /private/tmp/mpv-WxJygL/mpv-0.8.0/build/mpv
-framework Cocoa
-framework IOKit
-framework OpenGL
-framework CoreFoundation
-framework CoreAudio
-framework AudioUnit
-framework AudioToolbox
-L/usr/local/Cellar/little-cms2/2.6/lib
-L/usr/local/Cellar/ffmpeg/HEAD/lib
-L/usr/local/Cellar/ffmpeg/HEAD/lib
-L/opt/X11/lib
-L/usr/local/Cellar/ffmpeg/HEAD/lib
-L/usr/local/Cellar/mpg123/1.21.0/lib
-L/opt/X11/lib
-L/usr/local/Cellar/ffmpeg/HEAD/lib
-L/opt/X11/lib
-L/opt/X11/lib
-L/opt/X11/lib
-L/usr/local/lib
-L/opt/X11/lib
-L/usr/local/Cellar/libass-ct/HEAD/lib
-llcms2
-ljpeg
-lswresample
-lavutil
-lavcodec
-lavformat
-lswscale
-lXv
-liconv
-lavfilter
-lmpg123
-lm
-lXinerama
-lavdevice
-lXrandr
-lXss
-lz
-lXext
-llua
-lm
-lX11
-lGL
-lass
-isystem/usr/local/include
-isystem/usr/include/libxml2
-isystem/opt/X11/include
-isystem/opt/X11/include/freetype2
-isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
-I/usr/local/opt/gettext/include
-I/usr/local/opt/icu4c/include
-I/usr/local/opt/libass-ct/include
-L/usr/local/opt/gettext/lib
-L/usr/local/opt/libffi/lib
-L/usr/local/opt/icu4c/lib
-L/usr/local/opt/libass-ct/lib
-L/usr/local/lib
-L/opt/X11/lib
-L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
-Wl,-headerpad_max_install_names

harfbuzz

homebrew has built-in harfbuzz now

compiling mpv 0.5

It seems there is a bug in the configuration script. It fails to parse keywords like: --with-libdvdread --with-libquvi, etc...

brew install --with-bundle --with-bluray-support --with-libdvdread --with-libquvi --with-little-cms2 --with-lua mpv
==> Downloading https://github.com/mpv-player/mpv/archive/v0.5.0.tar.gz
Already downloaded: /Library/Caches/Homebrew/mpv-0.5.0.tar.gz
==> Downloading https://pypi.python.org/packages/source/d/docutils/docutils-0.11.tar.gz
Already downloaded: /Library/Caches/Homebrew/mpv--docutils-0.11.tar.gz
tar: Failed to set default locale
==> python setup.py install --prefix=/usr/local/Cellar/mpv/0.5.0/libexec
==> Downloading http://ftp.waf.io/pub/release/waf-1.7.16
Already downloaded: /Library/Caches/Homebrew/mpv--waf-1.7.16
==> python waf configure --prefix=/usr/local/Cellar/mpv/0.5.0 --enable-zsh-comp
==> python waf install
==> creating a OS X Application bundle
==> python TOOLS/osxbundle.py build/mpv
Error: cannot encode Option: # Option: "--with-libdvdread"
Please report this bug:
....

Bundle using `make osxbundle-skip-deps`

Since you declared the bundle as optional, is there a sane way to offer an additional option for a bundle without dependencies?

E.g. I'm using it primarily as launcher (to double click files) and therefore don't want to wait for the tedious library-collecting-part every time I (re)install mpv. Imo make osxbundle is fine for building deployable bundles, but on my own machine all the dependencies are already installed.

Thanks a lot! :)

Requirement error

Just try to install mpv via homebrew, but get the following error message (pretty sure it worked nice yesterday)

[nyxouf@N ~]$ brew install --HEAD mpv -v
mpv: 
Error: An unsatisfied requirement failed this build.

Libass-ct & libass

Libass-ct is severely outdated compared to libass, and no commits were made for over eight months. Plus, it shows heavy problems with files handled flawlessy by regular libass (e.g. FFF's releases of Jinsei, no subs rendered at all), and its use is discouraged even by mpv's devs:
#38
mpv-player/mpv#1365
However libass-ct is still default in this' repo's formula, and its install is requested even if mpv is built with the '--with-official-libass' flag.

Isn't it possible then to switch over the regular libass as the default choice?

undefined method `cached_location' for nil:NilClass

brewing with --HEAD fails with the message above.
Short output:

==> Generating VERSION file from Homebrew's git cache
Error: undefined method `cached_location' for nil:NilClass
Please report this bug:
    https://github.com/Homebrew/homebrew/wiki/troubleshooting
/usr/local/Library/Formula/mpv.rb:32:in `git_cache'
/usr/local/Library/Formula/mpv.rb:28:in `git_revision'
/usr/local/Library/Formula/mpv.rb:23:in `write'
/usr/local/Library/Formula/mpv.rb:23:in `open'
/usr/local/Library/Formula/mpv.rb:23:in `write'
/usr/local/Library/Formula/mpv.rb:97:in `install'
/usr/local/Library/Homebrew/build.rb:165:in `install'

Long output: https://gist.github.com/Argon-/cc312b6fa7731e0bd865

Is this a problem on my or your end? I can't think of anything resulting in a vanished method. I updated brew prior do this (I didn't for like a ~week).

mpv failed to build on 10.9.1: rst2man failed

This issue seems to be similar to #15:

Build failed
 -> task in 'rst2man' failed (exit status 1): 
    {task 4436195792: rst2man mpv.rst -> mpv.1}
' /usr/local/bin/rst2man.py ../DOCS/man/en/mpv.rst DOCS/man/en/mpv.1 '

Running rst2man.py --version yields rst2man.py (Docutils 0.11 [release], Python 3.3.3, on darwin). Running brew doctor yields Your system is ready to brew.

The build logs can be found at https://gist.github.com/kappa7194/8586469

Mention youtube-dl.

It might be a good idea to add a note about youtube-dl to the caveats section. MPV will try to use youtube-dl for every URL that is passed to it, so it is a good thing to have.

Alternatively giving the option to install it --with-youtube-dl might be a good idea.

HEAD install stuck

I tried to update mpv to the latest git master using brew reinstall --HEAD mpv as I usually do, but the install get stuck indefinitely on the last step and I have to force homebrew to quit the install process with Ctrl+C. The problem persist even uninstalling and reinstalling the HEAD version.
This evening it was working just fine, and no other homebrew package is giving me troubles (brew doctor seems fine too).

Here the verbose terminal output: https://gist.github.com/AirPort/40884503272198feed14

Add a vapoursynth options

Since a vapoursynth formula has been added to the repository, it would be nice to have an option added to the main formula to build mpv with vapoursynth support.

Waf build fail

Trying to upgrade to the newest stable version (0.3.0). OS X 10.9.1, docutils 0.11 and mpv installed with --with-bundle.

==> waf configure --prefix=/usr/local/Cellar/mpv/0.3.0 --disable-sdl --disable-x11 --
==> waf install
Waf: Leaving directory `/private/tmp/mpv-ebIg/mpv-0.3.0/build'
Build failed
-> task in 'rst2man' failed (exit status 1):
{task 4505949520: rst2man mpv.rst -> mpv.1}
' /usr/local/bin/rst2man.py ../DOCS/man/en/mpv.rst DOCS/man/en/mpv.1 '

config file issues?

FIXED THIS... see next

~ brew install --HEAD mpv-player/mpv/libass-ct
==> Installing libass-ct from mpv-player/homebrew-mpv
==> Cloning https://github.com/pigoz/libass-ct.git
Cloning into '/Library/Caches/Homebrew/libass-ct--git'...
remote: Counting objects: 65, done.
remote: Compressing objects: 100% (61/61), done.
remote: Total 65 (delta 8), reused 19 (delta 2)
Unpacking objects: 100% (65/65), done.
Checking connectivity... done.
==> Checking out branch fonts
==> autoreconf -i
glibtoolize: copying file 'm4/lt~obsolete.m4'
configure.ac:34: error: possibly undefined macro: AC_DEFINE
      If this token and others are legitimate, please use m4_pattern_allow.
      See the Autoconf documentation.
autoreconf: /usr/local/Cellar/autoconf/2.69/bin/autoconf failed with exit status: 1

READ THIS: http://git.io/brew-troubleshooting
If reporting this issue please do so at (not Homebrew/homebrew):
  https://github.com/mpv-player/homebrew-mpv/issues

and...


brew install mpv
Error: No available formula for mpv
Searching formula...
Searching taps...

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.