- Upgrade to version 1.1.12
- Remove the four patches merged for us upstream
- Leave in the libUseful separate configure step for now.
- Works well with superenv.
- Works to dl videos as designed.
ClosesHomebrew/homebrew#15400.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Upgrade movgrab to version 1.1.10. Adjust the patch line number
which was off by a bit. Adjust the comments and commands to fall
within the 80 character margins. Add info about the upstream bug
report status.
ClosesHomebrew/homebrew#12152.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Movgrab is a command line program to download videos from the net.
Given a url, it has the code to handle about 25 different sites.
This version 1.1.9 compiles on Lion and 64bit Snow Leopard.
It will occasionally segfault while running the CLI during a
download, but Colum, the author, has not been able to track it
down as of yet because it is not consistent. He is lacking a Mac
to test it using gdb and could use help from anyone with experience
in network steams, C, and gdb.
EDIT: moved patches to a DATA block rather than inreplace
EDIT: fix the "inline" issue with c99 & Clang.
EDIT: update from 1.1.8 to 1.1.9. No changes to patches.
EDIT: all patches including --no-recursion are upstream via email.
This would closeHomebrew/homebrew#10074ClosesHomebrew/homebrew#10101.
Signed-off-by: Misty De Meo <mistydemeo@gmail.com>