From 99411cc299141c031cd0508f3d931677e6561d7b Mon Sep 17 00:00:00 2001 From: Charlie Sharpsteen Date: Wed, 9 Nov 2011 16:13:23 -0800 Subject: Remove Formula: FFmpeg-PHP No longer works with FFmpeg version newer than 0.8.x and upstream project has been dead for years. Closes #7780. --- Library/Formula/ffmpeg-php.rb | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 Library/Formula/ffmpeg-php.rb (limited to 'Library/Formula/ffmpeg-php.rb') diff --git a/Library/Formula/ffmpeg-php.rb b/Library/Formula/ffmpeg-php.rb deleted file mode 100644 index ed60bedc3..000000000 --- a/Library/Formula/ffmpeg-php.rb +++ /dev/null @@ -1,27 +0,0 @@ -require 'formula' - -class FfmpegPhp < Formula - homepage 'http://ffmpeg-php.sourceforge.net' - head 'http://ffmpeg-php.svn.sourceforge.net/svnroot/ffmpeg-php/trunk/ffmpeg-php' - - depends_on 'ffmpeg' - - def install - system "phpize" - system "./configure", "--disable-debug", - "--prefix=#{prefix}", - "--with-ffmpeg=#{HOMEBREW_PREFIX}" - system "make" - prefix.install 'modules/ffmpeg.so' - end - - def caveats; <<-EOS - * Add the following line to php.ini: - extension="#{prefix}/ffmpeg.so" - * Restart your webserver. - * Write a PHP page that calls "phpinfo();" - * Load it in a browser and look for the info on the ffmpeg module. - * If you see it, you have been successful! - EOS - end -end -- cgit v1.2.3