Given the API incompatibilities between 1.x an 2.x, it is easier to
maintain separate formulae for the time being. Luckily, the developers
have made sure that the two can be installed alongside each other: the
binaries have different names, the library is versioned, &c.
ClosesHomebrew/homebrew#7345.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
gnupg2 is designed coexist with gnupg 1.x. The formula contains a patch
to keep things like documentation and language data from conflicting
with gnupg 1.x by namespacing everything as 'gnupg2'.
gpg-agent is currently an external package in Homebrew, as it can also
be used with gnupg 1.x; so in the formula we disable building the agent
and declare a dependency on it instead.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This is already in Homebrew, as "tiny-fugue". I added an alias.
This reverts commit 4d427c013ba5d790064dceff5b8c577259405fb6.
ClosesHomebrew/homebrew#8331.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Nettle is yet another crypto library. The GnuTLS 3.x series requires it.
Includes an alias for 'libnettle'.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
To be consistent. And prettier. Even though now I feel it's excessive, we started so must finish.
Apologies I didn't do this as part of the initial commit.
Add ENV.deparallelize because this build no longer seems to build in
parallel. Also add an alias for the alternate spelling 'mediainfo'
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
add offlineimap alias, sample configurations, plist, and caveats to instruct
user getting started with a sample configuration and installing plist into
lauchd to start offlineimap on startup and on have it run every 5 minutes
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
1. Original ffmpeg developers have regained ffmpeg.org from
libav fork, so url and head links have been reset accordingly.
2. Fixed config.mak inreplace munging for 64-bit builds
(was breaking HEAD builds)
3. Changed version string generation to first try version.sh
script in git repo before falling back to 'git describe'
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This project is now known as libav upstream, but still compiles to "ffmpeg",
so add an alias. Also update the homepage and download urls.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This replaces the stax-sdk formula. This SDK is the next iteration of the
stax-sdk, and it has been rebranded cloudbees-sdk due to stax merging with
CloudBees. See https://cloudbees.zendesk.com/entries/414109-cloudbees-sdk and
ttps://cloudbees.zendesk.com/entries/420548-stax-migration-faq for details.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Remove outdated libqrencode formula in favor of up-to-date qrencode formula.
Add libqrencode alias for qrencode.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Makefile patch has been replaced by an inreplace block as it is easier to
understand.
`umfpack` is now aliased to `suite-sparse`. UMFPACK is the SuiteSparse
component that most people look for as it is a SciPy dependency.
ClosesHomebrew/homebrew#3814.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This is a filesystem client based on the SSH File Transfer Protocol.
Depends on having MacFuse already installed via the binary installer.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
GPAC (Gpac Project for Advanced Content) is a suite of tools for
manipulating mpeg-4/h.264 video files. The most common need for
this package is for the MP4Box application that will interleave
metadata in a .mp4 file to support fast start and streaming for
h.264 video.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>