Replace all herds with appropriate projects (GLEP 67)
[gentoo.git] / dev-qt / qtgui / metadata.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
3 <pkgmetadata>
4         <maintainer>
5                 <email>qt@gentoo.org</email>
6                 <name>Gentoo Qt Project</name>
7         </maintainer>
8         <use>
9                 <flag name="egl">Enable EGL integration</flag>
10                 <flag name="eglfs">Build the EGL Full Screen/Single Surface platform plugin</flag>
11                 <flag name="evdev">Enable support for input devices via evdev</flag>
12                 <flag name="exceptions">Add support for exceptions - like catching them
13                         inside the event loop (recommended by upstream)</flag>
14                 <flag name="gles2">Use GLES 2.0 or later instead of full OpenGL</flag>
15                 <flag name="glib">Enable integration with the <pkg>dev-libs/glib</pkg> event loop</flag>
16                 <flag name="gtkstyle">Build a widgets style that mimics the active GTK+ theme</flag>
17                 <flag name="harfbuzz">Use <pkg>media-libs/harfbuzz</pkg> for text shaping</flag>
18                 <flag name="ibus">Build the IBus input method plugin</flag>
19                 <flag name="libinput">Enable support for input devices via <pkg>dev-libs/libinput</pkg></flag>
20                 <flag name="qt3support">Enable the Qt3Support libraries for Qt4. Note that
21                         this does not mean you can compile pure Qt3 programs with Qt4.</flag>
22                 <flag name="trace">Build the 'trace' graphicssystem engine which allows to record
23                         all drawing operations into a trace buffer. The trace can be replayed
24                         later with the qttracereplay tool.</flag>
25                 <flag name="tslib">Enable support for touchscreen devices via <pkg>x11-libs/tslib</pkg></flag>
26                 <flag name="tuio">Build plugin to receive touch events over the TUIO protocol</flag>
27                 <flag name="xcb">Build the XCB platform plugin and enable X11 integration</flag>
28         </use>
29         <upstream>
30                 <bugs-to>https://bugreports.qt.io/</bugs-to>
31                 <doc>http://doc.qt.io/</doc>
32         </upstream>
33 </pkgmetadata>