GHC 2017-09-17

8 comments.

, https://git.io/v5Fku in Homebrew/homebrew-core
Lol maybe switched back to just qca afterwards.

, https://git.io/v5Fkz in Homebrew/homebrew-core
I meant

    brew install qca gpg

, https://git.io/v5Fkg in Homebrew/homebrew-core
I would choose

    brew install qca gpg

over

    brew install qca --with-gpg

any day.

, https://git.io/v5Fk2 in Homebrew/homebrew-core
> We don't have [:optional, :run] deps in core

That's actually false, there's

```rb
Formula/qca.rb:  depends_on :gpg => [:optional, :run] # qca-gnupg
```

Honestly I don't see the point.

, https://git.io/v5Fka in Homebrew/homebrew-core
Don't have time to argue about this now, but

1. `make` is a build process; 
2. We don't have `[:optional, :run]` deps in core; 
3. Making ffmpeg `[:recommended, :run]` is way too heavy-handed for youtube-dl, which is a tiny package;
4. `brew info` does not replace upstream documentation.

, https://git.io/v5FkV in Homebrew/homebrew-core
It's pointless to add options that has nothing to do with the build process. Just `brew install ffmpeg` separatelly.

, https://git.io/v5db9 in Homebrew/homebrew-core
@ilovezfs youtube-dl optionally depends on FFmpeg/Libav (just the `ffmpeg`/`avconv` executables) to merge downloaded audio & video streams. If neither is available and audio & video are separate, there's no crash — you just get separate files, unmerged. This is certainly not right.

, https://git.io/v5dDG in pyenv/pyenv
Add CPython 2.7.14 and remove 2.7.14rc1
=======================================

https://www.python.org/download/releases/python-2714