aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/glib.rb
AgeCommit message (Collapse)Author
2015-04-06glib: update 2.44.0 bottle.BrewTestBot
2015-04-06glib 2.44.0Alex Dunn
Closes #38381. Signed-off-by: Xu Cheng <xucheng@me.com>
2015-03-08glib: refresh patchesJack Nagel
2015-03-08glib: partially revert 66c01269d742bd7ea5f0c8da23ce83256c6c6459Jack Nagel
Fixes #37515.
2015-03-07glib: update 2.42.2 bottle.BrewTestBot
2015-03-07glib 2.42.2David Christenson
Update to latest stable release, use HTTPS on homepage URL, change 'test' option to 'with-test', modernize formula. Closes #37463. Signed-off-by: Xu Cheng <xucheng@me.com>
2014-11-18glib: update 2.42.1 bottle.BrewTestBot
2014-11-18glib 2.42.1Jack Nagel
2014-10-17glib: add yosemite bottle.Mike McQuaid
2014-09-22glib: update 2.42.0 bottle.BrewTestBot
2014-09-22glib: refresh patchesJack Nagel
2014-09-22glib 2.42.0TingPing
Closes #32523. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-08-24Avoid conditionally defined resourcesJack Nagel
Resources are downloaded on-demand, so we can always define them and avoid the headaches that come with conditional definitions.
2014-05-15Don't assume cflags is non-nilJack Nagel
Fixes #29284.
2014-05-11glib: update 2.40.0_1 bottle.BrewTestBot
2014-05-11glib: fix more hardcoded pathsJack Nagel
Fixes #29014. Closes #29132. Closes #29142. Closes #29143.
2014-04-03Revert "Use download.gnome.org instead of ftp.gnome.org"Jack Nagel
This reverts commit 90575346225fd0c16475ad74ee53b37b62715f0c. Closes #28026.
2014-03-30Use download.gnome.org instead of ftp.gnome.orgJack Nagel
2014-03-28glib: update 2.40.0 bottle.BrewTestBot
2014-03-28glib 2.40Jack Nagel
2014-03-23glib: refresh universal patchJack Nagel
2014-03-13glib: use checksummed patchesJack Nagel
2014-02-27glib: use Formula[]Adam Vandenberg
2014-02-22glib: fix test to not use pkg-config.Mike McQuaid
2014-02-22glib: add bottle.Mike McQuaid
2014-02-14glib: add option for static library creationMitch Tishmack
Closes #25505. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-12-05Revert "glib: remove legacy gettext workaround"Jack Nagel
Turns out this actually still *is* necessary because gettext does not have a pkgconfig file of its own, and glib-2.0.pc includes references to gettext. This reverts commit 57b37ed2d671eb7c40c64df085df3e89759278b4. Fixes #24952.
2013-11-20glib: remove legacy gettext workaroundJack Nagel
This code actually predates PKG_CONFIG_PATH being configured correctly for keg-only deps. It is no longer needed.
2013-11-12glib 2.38.2Jack Nagel
2013-11-11glib: remove dead codeJack Nagel
ENV.enable_warnings doesn't do anything under superenv, and we pass '-w' unconditionally, so this probably isn't needed anymore.
2013-10-21glib: fix build on FSF GCCMisty De Meo
Fixes #23393.
2013-10-16glib 2.38.1Jack Nagel
- Remove upstream patches - Remove auto-detected XZ dep
2013-10-01glib: use resourceJack Nagel
2013-09-30glib: apply upstream patches for various compilation issuesJack Nagel
2013-09-25glib 2.38.0Jack Nagel
2013-09-15glib: restore patchJack Nagel
This patch needs to stay for packaging reasons.
2013-09-15glib: drop invalid patch.Xiyue Deng
* The upstream bug was tagged wontfix anyway. * Enable verbose build log. Closes #22554.
2013-08-07glib 2.36.4Jack Nagel
2013-06-12glib 2.36.3Jack Nagel
2013-05-14glib 2.36.2Jack Nagel
2013-04-16glib 2.36.1Jack Nagel
- Refresh patch
2013-04-13glib: explicitly disable libelfJack Nagel
2013-03-29glib 2.36.0Jack Nagel
2013-03-24glib: make gio-module-dir globalJack Nagel
Fixes #18701.
2013-02-04glib: disable modular testsJack Nagel
glib's configure script looks for libdbus, and tries to link a test program against it if it exists. This fails when the architectures of the two do not match, for example when compiling glib as universal. Since the alternative is to add a universal option to dbus and then add a dependency here, just disable this test. Fixes #17570.
2013-02-01glib: use test DSLJack Nagel
2012-12-08glib 2.34.3Jack Nagel
2012-11-20glib: use the official patch for gsocket.c insteadnibbles 2bits
- Remove the third patch added today. The bug report is resolved. - Add the official fix for that bug in `gio/gsocket.c`. The devs got back in contact and reported that they had reverted the offending change to `gsocket.c` and gave us the right patch to do that. Noted in the comments to remove at the next version. Closes #16157. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-11-19glib 2.34.2nibbles 2bits
- Upgrade to 2.34.2. - Note one of the patches is resolved and the new removal version. - Add a new patch to fix an undeclared `avail_len` in `gio/gsocket.c` - Note in comments the new bug report url. Closes #16154. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-10-20glib 2.34.1Jack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>