xvid 1.3.5

reparallelize the build

Closes #22883.

Signed-off-by: ilovezfs <ilovezfs@icloud.com>
This commit is contained in:
ilovezfs 2018-01-15 02:30:33 -08:00
parent afb45fd1e7
commit 343a9f6a59

View file

@ -1,9 +1,9 @@
class Xvid < Formula
desc "High-performance, high-quality MPEG-4 video library"
homepage "https://www.xvid.com/"
url "http://downloads.xvid.org/downloads/xvidcore-1.3.4.tar.gz"
mirror "https://fossies.org/linux/misc/xvidcore-1.3.4.tar.gz"
sha256 "4e9fd62728885855bc5007fe1be58df42e5e274497591fec37249e1052ae316f"
url "http://downloads.xvid.org/downloads/xvidcore-1.3.5.tar.bz2"
mirror "https://fossies.org/linux/misc/xvidcore-1.3.5.tar.bz2"
sha256 "7c20f279f9d8e89042e85465d2bcb1b3130ceb1ecec33d5448c4589d78f010b4"
bottle do
cellar :any
@ -18,7 +18,6 @@ class Xvid < Formula
def install
cd "build/generic" do
system "./configure", "--disable-assembly", "--prefix=#{prefix}"
ENV.deparallelize # Or make fails
system "make"
system "make", "install"
end