* [gentoo-commits] gentoo-x86 commit in gnome-base/librsvg/files: librsvg-2.31.0-skip-automagic.patch
@ 2010-09-24 22:51 Nirbheek Chauhan (nirbheek)
0 siblings, 0 replies; 2+ messages in thread
From: Nirbheek Chauhan (nirbheek) @ 2010-09-24 22:51 UTC (permalink / raw
To: gentoo-commits
nirbheek 10/09/24 22:51:14
Added: librsvg-2.31.0-skip-automagic.patch
Log:
Add librsvg-2.31.0 with the new pixbuf format used by gdk-pixbuf
(Portage version: 2.1.9.10/cvs/Linux x86_64)
Revision Changes Path
1.1 gnome-base/librsvg/files/librsvg-2.31.0-skip-automagic.patch
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/librsvg/files/librsvg-2.31.0-skip-automagic.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/librsvg/files/librsvg-2.31.0-skip-automagic.patch?rev=1.1&content-type=text/plain
Index: librsvg-2.31.0-skip-automagic.patch
===================================================================
--- configure.in
+++ configure.in
@@ -240,9 +240,20 @@ have_gtk_3=no
GTK2_BINARY_VERSION=
GTK3_BINARY_VERSION=
+AC_ARG_WITH([gtk2],
+ [AS_HELP_STRING([--with-gtk2],[Build against gtk-2 (default=auto)])],
+ [],[with_gtk2=auto])
+AC_ARG_WITH([gtk3],
+ [AS_HELP_STRING([--with-gtk3],[Build against gtk-3 (default=auto)])],
+ [],[with_gtk3=auto])
+
if test "x$enable_gtk_theme" = "xyes" -o "x$enable_pixbuf_loader" = "xyes"; then
- PKG_CHECK_MODULES([GTK2],[gtk+-2.0 >= $GTK2_REQUIRED],[have_gtk_2=yes],[have_gtk_2=no])
- PKG_CHECK_MODULES([GTK3],[gtk+-3.0 >= $GTK3_REQUIRED],[have_gtk_3=yes],[have_gtk_3=no])
+ AS_IF([test "x$with_gtk2" = "xno"],
+ [have_gtk_2=no],
+ [PKG_CHECK_MODULES([GTK2],[gtk+-2.0 >= $GTK2_REQUIRED],[have_gtk_2=yes],[have_gtk_2=no])])
+ AS_IF([test "x$with_gtk3" = "xno"],
+ [have_gtk_3=no],
+ [PKG_CHECK_MODULES([GTK3],[gtk+-3.0 >= $GTK3_REQUIRED],[have_gtk_3=yes],[have_gtk_3=no])])
if test "$have_gtk_2" = "yes"; then
GTK2_BINARY_VERSION="`$PKG_CONFIG --variable=gtk_binary_version gtk+-2.0`"
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in gnome-base/librsvg/files: librsvg-2.31.0-skip-automagic.patch
@ 2010-11-08 21:21 Pacho Ramos (pacho)
0 siblings, 0 replies; 2+ messages in thread
From: Pacho Ramos (pacho) @ 2010-11-08 21:21 UTC (permalink / raw
To: gentoo-commits
pacho 10/11/08 21:21:25
Removed: librsvg-2.31.0-skip-automagic.patch
Log:
Version bump for Gnome 2.32. Remove old.
(Portage version: 2.1.9.24/cvs/Linux x86_64)
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-11-08 21:21 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-09-24 22:51 [gentoo-commits] gentoo-x86 commit in gnome-base/librsvg/files: librsvg-2.31.0-skip-automagic.patch Nirbheek Chauhan (nirbheek)
-- strict thread matches above, loose matches on Subject: below --
2010-11-08 21:21 Pacho Ramos (pacho)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox