* Specify the stable branch for the head url.
* Use http rather than git for the head url.
* Correct the version number, is 2189 for stable (2197 was master)
* Note in comments how to use version.sh to get the version number.
* Remove the -O1 for clang. Issue is fixed in this version.
The previous commit added -O1 to fix a segfault when x264 was
compiled with clang. The author was testing this against the
previous tarball, not 2189. The devs emailed back explaining
that this was fixed since then, and this is confirmed to work
using their -O3 or Homebrew's -Os. Users should remove x264
and ffmpeg and `brew install x264 ffmpeg` to get a working pair.
Apologies for all this, but it's better to get it right.
ClosesHomebrew/homebrew#11908.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Upgrade getxbook to version 0.9.
Remove the patch for clang. The issue is fixed in 0.9.
Tested with llvm and clang.
ClosesHomebrew/homebrew#11929.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Upgrade c-ares to version 1.8.0.
Add `--disable-dependency-tracking` and `--disable-debug`
ClosesHomebrew/homebrew#11930.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Avidemux is a popular video editor, actively developed since 2001.
Working with their lead engineer, the OSX code has been corrected,
and now the formula will build avidemux2_cli, the command line
version, with every video filter, encoder, and decoder available.
In addition, if the user has Qt installed, this will automatically
build the Qt gui, avidemux2. Several weeks of work also gets us a
new CoreAudio output device for Qt, a feature missing since 2008.
Macports has a portfile for 2.5.3, a very buggy version.
The latest stable is 2.5.6. This formula will build stable or
2.5svn, which today is 2.5.6 r7750.
The 2.5 branch, called avidemux2, is being finalized.
The 2.6 branch, called avidemux3, is being very actively developed.
EDIT: removed patches merged upstream
EDIT: now compiles against r7668 on Lion.
EDIT: fixes indentation, removes some debug commands
EDIT: put two patches inline not on fileden
EDIT: remove patches merged upstream, inline variable 'a'
EDIT: add patch for ffmpeg compiling on 32bit OSX,
switch url to 2.5.6 stable, add head (tested at r7724)
EDIT: remove dep on libvpx that fails with XCode-4.3.
EDIT: add back in the libvpx, it's fixed. Fix svn revision patch.
EDIT: Make svn rev patch apply only to head. Use cached_download
EDIT: Change head url to use http not svn. Berlios svn offline.
EDIT: Install app to prefix not bin by Homebrew convention.
EDIT: Build verbose if brewed --with-debug.
EDIT: Fix optimization: O3 for regular, -g -O0 for clang debug,
and -ggdb3 -O2 for llvm or gcc debug.
EDIT: shorten inreplaces, use buildpath, make test work w/head.
EDIT: remove cd, use mkdir do. use interpolated array style.
EDIT: Revert to allowing HB to use -Os.
EDIT: Add a patch for Jack's 32bit Snow Lep.
ClosesHomebrew/homebrew#8429.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
XRootD provides tools and ways to build high performance scalable
data repositories.
ClosesHomebrew/homebrew#11879.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
mapnik compiles can take ~1.5 GB per job for some .cpp files
so lets be cautious by limiting to CPUS/2
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
0.10.0 contains a kernel panic. It is going to be fixed in 0.10.1.
This reverts commit 8a0932f320208db56c10d1d16fff31c22e3be87e.
ClosesHomebrew/homebrew#11888.
Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>