New website, and new maintainer.
fping has been mothballed since 2002. A new maintainer has taken
over this project, set up a new website, fping.org, and committed
the project on GitHub.
Change homepage.
Upgrade to version 3.1
Add head url on GitHub
Remove `--man` because it uses a modern configure that works.
Add caveat about this software needing to be owned by root
and run as root or with the setuid bit set. An issue is open
with the developer to see if there is a workaround for that.
ClosesHomebrew/homebrew#11931.
Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
* Upgrade wkhtmltopdf to version 0.11.0_rc1
* Adjust existing inreplace because the file has a different name.
* Fix compile error when 64bit Qt4 doesn't have i386 symbols by
using inreplace to set the qmake build as 64bit, not universal.
* Use `qmake -spec macx-g++` to configure it, from Sharpie.
* Temporarily set DYLD_LIBRARY_PATH to help the binaries find
libwkhtmltopdf.0.dylib for generating the man pages.
* Adjust command to generate man page, as wkhtmltopdf is in bin.
* Add command to generate man page for wkhtmltoimage.
* Add command to install wkhtmltoimage.
* Add command to install wkhtmltoimage.1 into man1.
* Add command to install all libraries.
Built and tested by converting a url to pdf on Lion and 64bit SL
using all five compilers from XCode-4.3.2 and 4.0.2.
FixesHomebrew/homebrew#9265
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
* 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>