Skip to content

Instantly share code, notes, and snippets.

@woowee
Last active December 10, 2015 04:58
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save woowee/4384426 to your computer and use it in GitHub Desktop.
Save woowee/4384426 to your computer and use it in GitHub Desktop.
xvid.org been down? [on 27th, Dec 212] i tried to install ffmpeg using homebrew though ...
require 'formula'
class Xvid < Formula
url 'https://fossies.org/unix/privat/xvidcore-1.3.2.tar.gz'
homepage 'https://fossies.org'
sha1 '56e065d331545ade04c63c91153b9624b51d6e1b'
def install
cd 'build/generic' do
system "./configure", "--disable-assembly", "--prefix=#{prefix}"
system "make"
ENV.j1 # Or install sometimes fails
system "make install"
end
end
end
@woowee
Copy link
Author

woowee commented Dec 27, 2012

i found the "fossies".
i think to change the target temporarily. ...ummmm, xvid.org, will he wake someday ?

@ccarse
Copy link

ccarse commented Dec 27, 2012

Thanks so much for this!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment