| Age | Commit message (Collapse) | Author |
|
Update to latest stable release, remove obsolete patches, change URLs
to GitHub, modernize formula.
Closes #38246.
Signed-off-by: Brett Koonce <koonce@gmail.com>
|
|
This reverts commit d12fcb69b9f8aaa29552195baec4c8099fcef32f.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
|
|
Closes #34416. The upstream issue tracker for Glog is pretty dead, and
gflags development seems to be outpacing it considerably, so vendoring
the old version of gflags is a workaround.
Closes #34451.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
|
|
|
|
Closes #27218.
|
|
Avoid using a patch URL with a token that expires
Avoid using a hash when patches need to be applied in order
Closes #24068.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
Closes #23674.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
Two patches are applied:
- Since glog has not yet released a a version 0.3.4, we manually apply a
a patch that mirrors the following changeset:
https://code.google.com/p/google-glog/source/detail?r=134
This patch cleans up the way of determining which logging includes
need to be included (prefixed, etc).
- A patch making sure we are only including tr1 prefixed stuff
and slist on when using libc++.
The first patch can likely be removed when upstream releases a new
version.
Upstream is aware of the second issue:
https://code.google.com/p/google-glog/issues/detail?id=121
Closes #23506.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
Closes #14653.
|
|
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
gst-plugins-base didn't need the autoreconf in any form I could see. So removed.
|
|
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
|
|
A C++ logging framework from Google. The latest release doesn't compile
on Mac OS, but the SVN HEAD seems to work.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
* Comment why url is commented out
autoreconf:
upstream has a libtool script checked into SVN that doesn't work on
Mac OS. Just running configure/make gave me compile errors; explicitly
running autoreconf first made it work.
|