<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-qt5.git/recipes-qt/qt5/qtbase.inc, branch dora-next</title>
<subtitle>Mirror of https://code.qt.io/cgit/yocto/meta-qt5.git</subtitle>
<id>https://git.enea.com/cgit/linux/meta-qt5.git/atom?h=dora-next</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-qt5.git/atom?h=dora-next'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-qt5.git/'/>
<updated>2014-02-18T12:59:37+00:00</updated>
<entry>
<title>qtbase.inc: PACKAGECONFIG[gstreamer] gst-plugins-base dependency missing</title>
<updated>2014-02-18T12:59:37+00:00</updated>
<author>
<name>Andre McCurdy</name>
<email>armccurdy@gmail.com</email>
</author>
<published>2014-02-13T02:35:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-qt5.git/commit/?id=9a48a2940192073771d99daced62ddd8187b1ee6'/>
<id>urn:sha1:9a48a2940192073771d99daced62ddd8187b1ee6</id>
<content type='text'>
When testing for GStreamer support, the qtbase 5.1.1 configure script
tries to determine pkg-config information for both gstreamer-0.10 and
gstreamer-plugins-base-0.10.

If either one is unavailable then the configure test fails (with the
slightly confusing error that gst/gst.h can't be found, even when the
gstreamer header files are present in sysroot).

Signed-off-by: Andre McCurdy &lt;armccurdy@gmail.com&gt;
</content>
</entry>
<entry>
<title>qtbase: Use bundled freetype by default</title>
<updated>2013-10-20T12:55:13+00:00</updated>
<author>
<name>Martin Jansa</name>
<email>Martin.Jansa@gmail.com</email>
</author>
<published>2013-10-11T20:12:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-qt5.git/commit/?id=7b5ad04be2afad51b78093fc5b89bbfc5141def6'/>
<id>urn:sha1:7b5ad04be2afad51b78093fc5b89bbfc5141def6</id>
<content type='text'>
* system freetype works only together with fontconfig
* building qbasicfontdatabase fails with system freetype and without
  fontconfig or with freetype completely disabled
  | /home/jenkins/webos-ports/workspace/webos-ports/tmp-eglibc/sysroots/a500/usr/include/ft2build.h:56:38:
    fatal error: freetype/config/ftheader.h: No such file or directory
  |  #include &lt;freetype/config/ftheader.h&gt;
  |                                       ^
  | compilation terminated.
  | make[2]: *** [.obj/release-shared/qbasicfontdatabase.o] Error 1
  | make[2]: *** Waiting for unfinished jobs....

Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
<entry>
<title>qtbase: Disable freetype by default</title>
<updated>2013-10-20T12:55:13+00:00</updated>
<author>
<name>Martin Jansa</name>
<email>Martin.Jansa@gmail.com</email>
</author>
<published>2013-10-11T20:12:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-qt5.git/commit/?id=d8d2421d33f862cc2a5fe9e526c03efc265d7e0b'/>
<id>urn:sha1:d8d2421d33f862cc2a5fe9e526c03efc265d7e0b</id>
<content type='text'>
* building qbasicfontdatabase fails without fontconfig enabled
  | /home/jenkins/webos-ports/workspace/webos-ports/tmp-eglibc/sysroots/a500/usr/include/ft2build.h:56:38:
    fatal error: freetype/config/ftheader.h: No such file or directory
  |  #include &lt;freetype/config/ftheader.h&gt;
  |                                       ^
  | compilation terminated.
  | make[2]: *** [.obj/release-shared/qbasicfontdatabase.o] Error 1
  | make[2]: *** Waiting for unfinished jobs....

Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
<entry>
<title>qtbase: Disable fontconfig by default</title>
<updated>2013-10-20T12:55:12+00:00</updated>
<author>
<name>Martin Jansa</name>
<email>Martin.Jansa@gmail.com</email>
</author>
<published>2013-10-10T10:37:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-qt5.git/commit/?id=3af2cf3880610948c8f57d6a68eb21e640edf061'/>
<id>urn:sha1:3af2cf3880610948c8f57d6a68eb21e640edf061</id>
<content type='text'>
* it was explicitly disabled in
  commit 1b14686657cddcc5bb37a5c7db8a35f1c4903ee3
  Author: Philip Craig &lt;phil@blackmoth.com.au&gt;
  Date:   Wed Jun 26 02:13:02 2013 +0000
  Subject: qtbase: disable fontconfig support by default
* and then accidentaly enabled with PACKAGECONFIG changes
  commit ebdd83f6b7e5c3296e5ebd3b7b0c1e0defe5aba5
  Author: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
  Date:   Sat Jul 20 00:02:57 2013 +0200
  Subject: qtbase: explicitly enable or disable all deps
* Thanks to Nicolas Dechesne for reporting it

Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
<entry>
<title>qtbase.inc: PACKAGECONFIG[linuxfb] shouldn't depend on nonexistent linuxfb package</title>
<updated>2013-10-08T13:49:09+00:00</updated>
<author>
<name>Denys Dmytriyenko</name>
<email>denys@ti.com</email>
</author>
<published>2013-10-08T04:07:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-qt5.git/commit/?id=0d73b7f2892862030af0b6f5341c9eb9051c5255'/>
<id>urn:sha1:0d73b7f2892862030af0b6f5341c9eb9051c5255</id>
<content type='text'>
Signed-off-by: Denys Dmytriyenko &lt;denys@ti.com&gt;
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
<entry>
<title>qtbase: update to 5.1.1</title>
<updated>2013-10-08T13:49:08+00:00</updated>
<author>
<name>Eric Bénard</name>
<email>eric@eukrea.com</email>
</author>
<published>2013-10-07T20:54:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-qt5.git/commit/?id=e5d82569436bc20b71ffd33d02dc531d623043a2'/>
<id>urn:sha1:e5d82569436bc20b71ffd33d02dc531d623043a2</id>
<content type='text'>
- patch 10 was update
- patch 19 &amp; 25 are merged so no more needed

Signed-off-by: Eric Bénard &lt;eric@eukrea.com&gt;
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
<entry>
<title>qtbase: be more specific in opengl switch with gl in PACKAGECONFIG</title>
<updated>2013-08-15T10:27:27+00:00</updated>
<author>
<name>Martin Jansa</name>
<email>Martin.Jansa@gmail.com</email>
</author>
<published>2013-08-13T20:57:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-qt5.git/commit/?id=c3632023e11deb9e7a862f67ad631576e73a3add'/>
<id>urn:sha1:c3632023e11deb9e7a862f67ad631576e73a3add</id>
<content type='text'>
* full GL is called desktop in qtbase configure
* without this it will try to autodetect and doesn't fail when
  e.g. mesa wasn't built before qtbase

Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
<entry>
<title>qtbase: add upstream QTBUG-32534 patch for QHttpMultiPart corruption</title>
<updated>2013-08-13T07:42:51+00:00</updated>
<author>
<name>Jonathan Liu</name>
<email>net147@gmail.com</email>
</author>
<published>2013-08-03T08:46:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-qt5.git/commit/?id=886e8ee5bdb4c95f2e6c1c203f76bc176329454b'/>
<id>urn:sha1:886e8ee5bdb4c95f2e6c1c203f76bc176329454b</id>
<content type='text'>
Signed-off-by: Jonathan Liu &lt;net147@gmail.com&gt;
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
<entry>
<title>qtbase: fix cmake files to use our host binaries</title>
<updated>2013-07-25T20:33:53+00:00</updated>
<author>
<name>Simon Busch</name>
<email>morphis@gravedo.de</email>
</author>
<published>2013-07-22T21:11:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-qt5.git/commit/?id=243e05f1de42d372abfecab721f8c40eee08548e'/>
<id>urn:sha1:243e05f1de42d372abfecab721f8c40eee08548e</id>
<content type='text'>
* only for qt 5.1.0; didn't had the time to port this to 5.0.2
* client recipes need to export OE_QMAKE_PATH_EXTERNAL_HOST_BINS in EXTRA_OECMAKE

Signed-off-by: Simon Busch &lt;morphis@gravedo.de&gt;
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
<entry>
<title>qtbase.inc: Fix qtbase-tools runtime depencency on perl</title>
<updated>2013-07-25T10:21:12+00:00</updated>
<author>
<name>Christian Gagneraud</name>
<email>chgans@gna.org</email>
</author>
<published>2013-07-24T21:31:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-qt5.git/commit/?id=07301a163688682b5b3e5dddada6da63593917b0'/>
<id>urn:sha1:07301a163688682b5b3e5dddada6da63593917b0</id>
<content type='text'>
* While building a custom rootfs using poky, meta-oe, meta-ti
  and meta-qt5 (all on Dylan branch), I got the following error:
  [...]
  Computing transaction...error: Can't install
    qtbase-tools-5.0.2-r2.0@armv7a_vfp_neon: no package provides /usr/bin/perl
  [...]
* syncqt is perl script with /usr/bin/perl shebang, that's why rpm
  was complaining (other package managers in OE doesn't check that)

Signed-off-by: Christian Gagneraud &lt;chgans@gna.org&gt;
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
</feed>
