From: Alexander Lukichev <alexander.lukichev@gmail.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 13/34] qt5base: new package
Date: Thu, 07 Mar 2013 08:00:53 +0200 [thread overview]
Message-ID: <51382D15.40206@gmail.com> (raw)
In-Reply-To: <1362601396-32250-14-git-send-email-thomas.petazzoni@free-electrons.com>
Hi, Thomas!
On 03/06/2013 10:22 PM, Thomas Petazzoni wrote:
> +# qt5base
> +#
> +#############################################################
> +
> +QT5BASE_VERSION = 5.0.0
Why not 5.0.1, which was rolled out quite quickly after 5.0.0
with fixes for many bugs? Please see
http://blog.qt.digia.com/blog/2013/01/31/qt-5-0-1-released/
and e.g.
https://qt.gitorious.org/qt/qtbase/blobs/release/dist/changes-5.0.1
for some details.
--
Best regards,
Alexander Lukichev
next prev parent reply other threads:[~2013-03-07 6:00 UTC|newest]
Thread overview: 49+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-03-06 20:22 [Buildroot] [PATCH v2] Add Qt5 packages Thomas Petazzoni
2013-03-06 20:22 ` [Buildroot] [PATCH 01/34] pcre: add support for 16 bits and 32 bits variants Thomas Petazzoni
2013-03-06 20:54 ` Peter Korsgaard
2013-03-06 20:22 ` [Buildroot] [PATCH 02/34] x11r7/xcb-util: bump to 0.3.9 Thomas Petazzoni
2013-03-06 20:54 ` Peter Korsgaard
2013-03-06 20:22 ` [Buildroot] [PATCH 03/34] x11r7/xcb-util-wm: new package Thomas Petazzoni
2013-03-06 20:59 ` Peter Korsgaard
2013-03-06 20:22 ` [Buildroot] [PATCH 04/34] x11r7/xcb-util-image: " Thomas Petazzoni
2013-03-06 21:00 ` Peter Korsgaard
2013-03-06 20:22 ` [Buildroot] [PATCH 05/34] package: create virtual package for libGLES, libOpenVG and libEGL Thomas Petazzoni
2013-03-06 21:10 ` Peter Korsgaard
2013-03-06 21:27 ` Thomas Petazzoni
2013-03-06 21:37 ` Peter Korsgaard
2013-03-06 20:22 ` [Buildroot] [PATCH 06/34] rpi-userland: provides OpenGL ES, EGL and OpenVG Thomas Petazzoni
2013-03-06 21:23 ` Peter Korsgaard
2013-03-06 20:22 ` [Buildroot] [PATCH 07/34] rpi-userland: add .pc files for OpenGLESv2 and EGL libs Thomas Petazzoni
2013-03-06 20:22 ` [Buildroot] [PATCH 08/34] rpi-userland: add bcm_host to egl.pc Thomas Petazzoni
2013-03-06 20:22 ` [Buildroot] [PATCH 09/34] efl/libeet, efl/libevas: use host-libjpeg instead of host-jpeg Thomas Petazzoni
2013-03-06 20:22 ` [Buildroot] [PATCH 10/34] jpeg: convert to a real package Thomas Petazzoni
2013-03-06 20:22 ` [Buildroot] [PATCH 11/34] qt5: base infrastructure Thomas Petazzoni
2013-03-06 20:22 ` [Buildroot] [PATCH 12/34] qt5: add macro to fixup Qt5 .la and .prl files Thomas Petazzoni
2013-03-06 20:22 ` [Buildroot] [PATCH 13/34] qt5base: new package Thomas Petazzoni
2013-03-07 6:00 ` Alexander Lukichev [this message]
2013-03-07 8:33 ` Thomas Petazzoni
2013-03-06 20:22 ` [Buildroot] [PATCH 14/34] qt5base: add GUI support Thomas Petazzoni
2013-03-07 13:10 ` Lionel Orry
2013-03-07 13:11 ` Thomas Petazzoni
2013-03-07 13:14 ` Lionel Orry
2013-03-07 13:17 ` Thomas Petazzoni
2013-03-06 20:22 ` [Buildroot] [PATCH 15/34] qt5base: support debug or release modes Thomas Petazzoni
2013-03-06 20:22 ` [Buildroot] [PATCH 16/34] qt5base: add OpenSSL support Thomas Petazzoni
2013-03-06 20:22 ` [Buildroot] [PATCH 17/34] qt5base: add eglfs graphics backend Thomas Petazzoni
2013-03-06 20:23 ` [Buildroot] [PATCH 18/34] qt5base: add support for fontconfig, png, jpeg, gif Thomas Petazzoni
2013-03-06 20:23 ` [Buildroot] [PATCH 19/34] qt5base: add D-Bus support Thomas Petazzoni
2013-03-06 20:23 ` [Buildroot] [PATCH 20/34] qt5base: add glib support Thomas Petazzoni
2013-03-06 20:23 ` [Buildroot] [PATCH 21/34] qt5base: add support to build against ICU Thomas Petazzoni
2013-03-06 20:23 ` [Buildroot] [PATCH 22/34] qt5base: add rPi EGL glue code Thomas Petazzoni
2013-03-06 20:23 ` [Buildroot] [PATCH 23/34] qt5base: install bundled fonts to target Thomas Petazzoni
2013-03-06 20:23 ` [Buildroot] [PATCH 24/34] qt5: factor Qt5 version Thomas Petazzoni
2013-03-06 20:23 ` [Buildroot] [PATCH 25/34] qt5/qt5svg: new package Thomas Petazzoni
2013-03-06 20:23 ` [Buildroot] [PATCH 26/34] qt5/qt5script: " Thomas Petazzoni
2013-03-06 20:23 ` [Buildroot] [PATCH 27/34] qt5/qt5imageformats: " Thomas Petazzoni
2013-03-06 20:23 ` [Buildroot] [PATCH 28/34] qt5/qt5xmlpatterns: " Thomas Petazzoni
2013-03-06 20:23 ` [Buildroot] [PATCH 29/34] qt5/qt5jsbackend: " Thomas Petazzoni
2013-03-06 20:23 ` [Buildroot] [PATCH 30/34] qt5/qt5declarative: " Thomas Petazzoni
2013-03-06 20:23 ` [Buildroot] [PATCH 31/34] qt5/qt5graphicaleffects: " Thomas Petazzoni
2013-03-06 20:23 ` [Buildroot] [PATCH 32/34] qt5/qt5multimedia: " Thomas Petazzoni
2013-03-06 20:23 ` [Buildroot] [PATCH 33/34] qt5/qt5quick1: " Thomas Petazzoni
2013-03-06 20:23 ` [Buildroot] [PATCH 34/34] qt5/qt5webkit: " Thomas Petazzoni
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=51382D15.40206@gmail.com \
--to=alexander.lukichev@gmail.com \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox