pianobar 2014.06.08
Closes Homebrew/homebrew#30315. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
7b275c1cc7
commit
b1ed9ac9a4
1 changed files with 4 additions and 8 deletions
|
@ -2,14 +2,9 @@ require "formula"
|
||||||
|
|
||||||
class Pianobar < Formula
|
class Pianobar < Formula
|
||||||
homepage "https://github.com/PromyLOPh/pianobar/"
|
homepage "https://github.com/PromyLOPh/pianobar/"
|
||||||
url "https://github.com/PromyLOPh/pianobar/archive/2013.09.15.tar.gz"
|
url "https://github.com/PromyLOPh/pianobar/archive/2014.06.08.tar.gz"
|
||||||
sha256 "4b18582eb794def5bf4e7d5de211d1f6c79295edac344928e09072aa9386796c"
|
sha256 "55f0105b8bf20af0a74f3ef2f928e81d9fdccc50fe86548f7db7992f523c3529"
|
||||||
revision 2
|
head "https://github.com/PromyLOPh/pianobar.git"
|
||||||
|
|
||||||
head do
|
|
||||||
url "https://github.com/PromyLOPh/pianobar.git"
|
|
||||||
depends_on "ffmpeg"
|
|
||||||
end
|
|
||||||
|
|
||||||
depends_on "pkg-config" => :build
|
depends_on "pkg-config" => :build
|
||||||
depends_on "libao"
|
depends_on "libao"
|
||||||
|
@ -18,6 +13,7 @@ class Pianobar < Formula
|
||||||
depends_on "gnutls"
|
depends_on "gnutls"
|
||||||
depends_on "libgcrypt"
|
depends_on "libgcrypt"
|
||||||
depends_on "json-c"
|
depends_on "json-c"
|
||||||
|
depends_on "ffmpeg"
|
||||||
|
|
||||||
fails_with :llvm do
|
fails_with :llvm do
|
||||||
build 2334
|
build 2334
|
||||||
|
|
Loading…
Reference in a new issue