Gentoo Archives: gentoo-commits

From: "Johannes Huber (johu)" <johu@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo commit in xml/htdocs/proj/en/desktop/qt/logs: qt-project-meeting-summary-20120126.txt
Date: Mon, 30 Jan 2012 10:04:08
Message-Id: 20120130100341.060AD2004C@flycatcher.gentoo.org
1 johu 12/01/30 10:03:41
2
3 Added: qt-project-meeting-summary-20120126.txt
4 Log:
5 Add meeting 2012-01-26 summary by tampakrap and me.
6
7 Revision Changes Path
8 1.1 xml/htdocs/proj/en/desktop/qt/logs/qt-project-meeting-summary-20120126.txt
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/desktop/qt/logs/qt-project-meeting-summary-20120126.txt?rev=1.1&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/desktop/qt/logs/qt-project-meeting-summary-20120126.txt?rev=1.1&content-type=text/plain
12
13 Index: qt-project-meeting-summary-20120126.txt
14 ===================================================================
15 1. Roll call
16 johu, hwoarang, pesa, tampakrap, wired
17
18 2. Qt 4.8
19 * cairo fails to build, patched ebuild available in qting-edge, #380013
20 Cairo build issue is fixed in qting-edge overlay, will be moved together with
21 Qt 4.8.0 to tree.
22
23 * qt now defaults to the raster graphicssystem, we should remove raster USE
24 flag, #398283
25 Wired created a eselect module to choose the Qt graphicsystem. Raster is
26 default, other selectable are opengl, openvg and native. Raster use flag is
27 not needed anymore, qt-gui depends on the new eselect module.
28
29 * do we really want to keep qpa USE flag?
30 qpa and c++0x will be masked in tree.
31
32 * are we going to fix #363939 for 4.8?
33 Wired fixed this bug in qt 4.8.0.
34
35 Qt 4.8 will be moved to tree on next weekend. Dilfridge prepares
36 kde-base/kstyles-4.7.4 to be rebuild together with Qt 4.8.0 to prevent crashes
37 in KDE apps with Oxygen style.
38
39 3. Minor arches and Qt >= 4.7
40 Upstream supports official amd64, arm and x86, but other arches also
41 considered in configure script. Keep stable keywords for minor arches in Qt
42 4.6. Wait for minor arches arm, ppc, ppc64 in current stabilization in Qt
43 4.7.4. Drop sparc keywords in Qt 4.8.0.
44
45 4. Overlay migration to git.overlays.gentoo.org
46 Tampakrap will set up overlay on git.overlays.gentoo.org on next weekend. The
47 new overlay will be renamed to qt instead of qting-edge.
48
49 5. Open bugs
50 * #398885 qdoc3 broken on arm
51 We will ask the reporter if it works when he builds manually by providing him
52 a configure command to make sure he tries the proper build.
53
54 * #394533 Libreoffice crashes in qt on exit
55 Can't be reproduced with Libreoffice 3.5.0.1, seems to be resolved by
56 upstream.
57
58 * #392433 desktop file name issues
59 Will be fixed in Qt 4.8.0, so that qt-gui and qt-assistant no longer pass
60 absolute paths to make_desktop_entry().
61
62 * #388551 qt-gui[gtkstyle] should depend on gnome-base/libgnomeui-2
63 We will add a elog message in qt-gui[gtkstyle] saying that for things to work
64 you either need libgnomeui or that variable set properly in your env.
65
66 * #382559 qt_mkspecs_dir() returns bad spec directory
67 The bug will be marked as RESOLVED WORKSFORME, because we can't reproduce it.
68 Additionally we change the eclass not to use LIBDIR in favor of get_libdir()
69 after Qt 4.8 hits the portage tree.
70
71 * #359391 qt4-build.eclass should check for —buildpkgonly before downgrade
72 sanity check
73 Resolution will be RESOLVED WONTFIX. Sanity check is there for a reason. It's
74 not a matter of source or binary downgrade.