Gentoo Archives: gentoo-commits

From: Kent Fredric <kentnl@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Gtk2/
Date: Mon, 26 Jun 2017 08:35:37
Message-Id: 1498466122.5070c0688839453a2a5fe0cd29bd7683184e27e9.kentnl@gentoo
1 commit: 5070c0688839453a2a5fe0cd29bd7683184e27e9
2 Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jun 26 08:34:48 2017 +0000
4 Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
5 CommitDate: Mon Jun 26 08:35:22 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5070c068
7
8 dev-perl/Gtk2: Require jpeg support in gdk-pixbuf for testing
9
10 Tests fail without gdk-pixbuf compiled with jpeg support:
11
12 =GdkPixbuf-LOG **: gdk_pixbuf_from_pixdata() called on: at t/GdkPixbuf.t line 185.
13 GdkPixbuf-LOG **: Encoding rle at t/GdkPixbuf.t line 185.
14 GdkPixbuf-LOG **: Dimensions: 4 x 5 at t/GdkPixbuf.t line 185.
15 GdkPixbuf-LOG **: Rowstride: 16, Length: 91 at t/GdkPixbuf.t line 185.
16 GdkPixbuf-LOG **: Copy pixels == true at t/GdkPixbuf.t line 185.
17 Image type 'jpeg' is not supported at t/GdkPixbuf.t line 200.
18 t/GdkPixbuf.t ...................... Dubious, test returned 255 (wstat 65280, 0xff00)
19
20 Package-Manager: Portage-2.3.6, Repoman-2.3.2
21
22 dev-perl/Gtk2/Gtk2-1.249.920.ebuild | 1 +
23 1 file changed, 1 insertion(+)
24
25 diff --git a/dev-perl/Gtk2/Gtk2-1.249.920.ebuild b/dev-perl/Gtk2/Gtk2-1.249.920.ebuild
26 index 65c6c6f759e..140e7da429c 100644
27 --- a/dev-perl/Gtk2/Gtk2-1.249.920.ebuild
28 +++ b/dev-perl/Gtk2/Gtk2-1.249.920.ebuild
29 @@ -24,6 +24,7 @@ DEPEND="${RDEPEND}
30 virtual/perl-ExtUtils-MakeMaker
31 >=dev-perl/ExtUtils-Depends-0.300.0
32 >=dev-perl/ExtUtils-PkgConfig-1.30.0
33 + test? ( x11-libs/gdk-pixbuf[jpeg] )
34 "
35
36 src_test(){