diff options
author | Martin Schlemmer <azarah@gentoo.org> | 2002-11-07 13:14:29 +0000 |
---|---|---|
committer | Martin Schlemmer <azarah@gentoo.org> | 2002-11-07 13:14:29 +0000 |
commit | 32d82049ef0aed25132533f8911192b06d71e215 (patch) | |
tree | e52e2a0585658f93c732b6cfc04cd6e13b020f0e /dev-perl/gtk-perl/files | |
parent | chase latest; major cleanups :) (diff) | |
download | gentoo-2-32d82049ef0aed25132533f8911192b06d71e215.tar.gz gentoo-2-32d82049ef0aed25132533f8911192b06d71e215.tar.bz2 gentoo-2-32d82049ef0aed25132533f8911192b06d71e215.zip |
fix not detecting gdk-pixbuf-0.20.0
Diffstat (limited to 'dev-perl/gtk-perl/files')
-rw-r--r-- | dev-perl/gtk-perl/files/digest-gtk-perl-0.7008-r7 | 1 | ||||
-rw-r--r-- | dev-perl/gtk-perl/files/gtk-perl-0.7008-gdkpixbuf-detect-fix.patch | 11 |
2 files changed, 12 insertions, 0 deletions
diff --git a/dev-perl/gtk-perl/files/digest-gtk-perl-0.7008-r7 b/dev-perl/gtk-perl/files/digest-gtk-perl-0.7008-r7 new file mode 100644 index 000000000000..14b778b7f495 --- /dev/null +++ b/dev-perl/gtk-perl/files/digest-gtk-perl-0.7008-r7 @@ -0,0 +1 @@ +MD5 b499abb5db7794f200abbf07879dd65d Gtk-Perl-0.7008.tar.gz 455977 diff --git a/dev-perl/gtk-perl/files/gtk-perl-0.7008-gdkpixbuf-detect-fix.patch b/dev-perl/gtk-perl/files/gtk-perl-0.7008-gdkpixbuf-detect-fix.patch new file mode 100644 index 000000000000..05b53c1de329 --- /dev/null +++ b/dev-perl/gtk-perl/files/gtk-perl-0.7008-gdkpixbuf-detect-fix.patch @@ -0,0 +1,11 @@ +--- Gtk-Perl-0.7008/Makefile.PL.orig 2002-11-06 00:19:54.000000000 +0200 ++++ Gtk-Perl-0.7008/Makefile.PL 2002-11-06 00:21:12.000000000 +0200 +@@ -22,7 +22,7 @@ + check => sub {ccompile('#include <gtkgl/gtkglarea.h>', "", `gtk-config --cflags`, + "-lgtkgl -lGL -lGLU " . `gtk-config --libs`)}}, + gdkpixbuf => {order => 2, dir => 'GdkPixbuf', depends => [qw(gtk)], +- check => sub {cconfig('gdk-pixbuf-config --version', '0\.(8|9|1\d)\.?')}}, ++ check => sub {cconfig('gdk-pixbuf-config --version', '0\.(8|9|1|2\d)\.?')}}, + gtkhtml => {order => 2, dir => 'GtkHTML', depends => [qw(gtk)], + check => sub {cconfig('gnome-config --modversion gtkhtml', 'gtkhtml-0\.[89]')}}, + gtkxmhtml => {order => 2, dir => 'GtkXmHTML', depends => [qw(gtk)], |