Commit Graph

35 Commits (13f1c5173a100a0ba6354d885f680dfa31f9ea08)

Author SHA1 Message Date
BrewTestBot b575c44f55 gdk-pixbuf: update 2.30.8 bottle. 2014-06-01 11:36:44 -05:00
Jack Nagel 5cc88984cb gdk-pixbuf 2.30.8 2014-06-01 11:35:54 -05:00
blogabe 45a4a36a3b gdk-pixbuf: updating loader cache in post install
Closes Homebrew/homebrew#28782.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-04-28 09:52:55 +01:00
Jack Nagel 1577af0372 Revert "Use download.gnome.org instead of ftp.gnome.org"
This reverts commit 90575346225fd0c16475ad74ee53b37b62715f0c.

Closes Homebrew/homebrew#28026.
2014-04-03 09:29:23 -05:00
Jack Nagel 91f6bc81c2 Use download.gnome.org instead of ftp.gnome.org 2014-03-30 18:00:01 -05:00
BrewTestBot 1414a81448 gdk-pixbuf: update 2.30.7 bottle. 2014-03-28 12:42:17 -05:00
Jack Nagel 12f96ab00a gdk-pixbuf 2.30.7 2014-03-28 12:35:13 -05:00
Jack Nagel 955d262837 gdk-pixbuf 2.30.6 2014-03-22 21:03:56 -05:00
Jack Nagel d87063d32f Remove remaining explicit xz build-time deps
These dependencies are automatically detected from the URL, so declaring
them is redundant. If these formulae ever get a head or devel spec, then
explicit xz deps would need to be re-scoped appropriately. Thus we
should remove them.
2014-03-14 23:40:32 -05:00
Mike McQuaid b91520c4b1 gdk-pixbuf: add bottle. 2014-02-22 18:38:39 +00:00
Jack Nagel 25ccedc02c gdk-pixbuf 2.30.4 2014-02-04 17:28:31 -05:00
Jack Nagel a735a74cf4 gdk-pixbuf 2.30.3 2014-01-21 18:42:49 -06:00
Jack Nagel 2eb0c1f2aa gdk-pixbuf 2.30.1 2013-11-11 17:27:42 -06:00
Kieran Ramos 53fd0f3ed6 gdk-pixbuf: enable gobject-introspection
Closes Homebrew/homebrew#23249.

Signed-off-by: Kieran Ramos <ramos.kieran@gmail.com>
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-10-18 19:26:37 -05:00
Jack Nagel 481b6201a1 gdk-pixbuf 2.30.0 2013-09-25 09:58:48 -05:00
Jack Nagel 9a8b5e0652 gdk-pixbuf 2.28.1 2013-04-15 13:51:02 -05:00
Jack Nagel 4c7d83c534 gdk-pixbuf 2.28.0 2013-03-29 11:33:27 -05:00
Jack Nagel 70019f36fe gdk-pixbuf 2.26.5 2013-02-02 14:43:43 -06:00
nibbles 2bits fda7b34ff0 gdk-pixbuf: add missing jpeg dep
gdk-pixbuf fails to compile on 10.8.2 because it is missing a
dependency on jpeg. Add that.

Closes Homebrew/homebrew#15598.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-10-22 12:29:11 -07:00
Mike McQuaid b2342d23b6 gdk-pixbuf: don't depend on x11 unnecessarily. 2012-08-22 22:58:11 -07:00
Birger J. Nordølum 6f661f24e6 gdk-pixbuf 2.26.2
Closes Homebrew/homebrew#14214.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-18 22:35:16 -05:00
Adam Vandenberg dbbd9755cb gdk-pixbuf: use options dsl 2012-08-09 22:00:53 -07:00
Jack Nagel d6e8244287 Update formulae for XQuartz compatibility 2012-07-01 12:41:00 -05:00
Jack Nagel 901c3cdd8e gdk-pixbuf 2.26.1
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-04-25 00:33:31 -05:00
Jack Nagel 1e92d5e0f7 Fix gdk-pixbuf module installation
When other packages install gdk-pixbuf modules, they get installed into
the gdk-pixbuf keg. To avoid this, we explicitly create the top level
lib directories for gdk-pixbuf and hack the pkgconfig file to point at
the top-level directories instead of the keg.

This results in other packages installing modules into the top-level
directory and as such they are "lost" and treated as unbrewed files, but
that is still better than losing them during upgrades of gdk-pixbuf
itself.

If we had a post-link hook, we could keep everything confined to its own
keg, linked into the top-level modules directory, and then run

    gdk-pixbuf-query-loaders --update-cache

ourselves. In the abscence of that, I think this is the best compromise.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-03-08 20:40:26 -06:00
Jack Nagel 0b9121feae gdk-pixbuf: skip_clean the loaders.cache file
Other packages try to write to this file during a build, and will fail
unless we don't munge the permissions.

The question of "should this file be created in the top-level somehow?"
remains.

Closes Homebrew/homebrew#4970.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-03-08 17:55:33 -06:00
Jack Nagel e466dae5c2 Bite the bullet and declare xz as a build-time dep
Determining build-time deps as part of the download strategy is probably
a Homebrew 2 topic, so avoid the "you need to install xz" warning by
declaring xz as a dep where used.

The "don't use xz if there are alternatives" policy is still in effect,
though.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-02-17 18:58:28 -06:00
Birger J. Nordølum d87b8f3959 Gdk-Pixbuf 2.24.1
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-02-05 20:06:29 -08:00
John Harrison ebed512a77 gdk-pixbuf: support --universal
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-02-04 08:19:34 -08:00
Nibbles 2bits 97e2e7c5d1 gdk-pixbuf 2.24.0
This updates gdk-pixbuf to version 2.24.0 and fixes some flags to
configure that were not correct for OSX or were not set correctly
due to strange defaults settings on this build.
--disable-maintainer-mode gets set because it defaults on.
--enable-debug=no gets set because its [no,min,max,auto]
--enable-instrospection=no gets set because it's desired.
--disable-Bsymbolic gets set because it's only for elf32.
--without-gdiplus gets set because it's for Windows.
This compiles with gcc-4.2.1, llvm-2335.9, and clang-2.0 from
XCode-4.0.2 on x86_64 10.6.8.

Closes Homebrew/homebrew#8112.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-10-14 18:56:26 -07:00
Philippe Strauss 585e1f6548 gdk-pixbuf 2.23.5
This version should be compatible with Lion.
Fixes Homebrew/homebrew#6442

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-07-20 08:11:24 -07:00
Adam Vandenberg 7f90509535 gdk-pixbuf: add missing libtiff dependency 2011-05-19 07:57:51 -07:00
Adam Vandenberg 50bbd3c471 gdk-pixbuf depends on glib 2011-04-04 20:13:16 -07:00
Birger J. Nordølum d6f6e25091 Gdk-Pixbuf depends on jasper.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-03-29 08:34:18 -07:00
Birger J. Nordølum d1cf9b2cba Gdk-Pixbuf 2.22.1
Thanks to MacPorts.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-03-26 13:24:14 -07:00