All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 0/5] Bump Qt5 to version 5.1.1
@ 2013-09-18  6:28 Fatih Aşıcı
  2013-09-18  6:28 ` [Buildroot] [PATCH 1/5] qt5: bump to 5.1.1 Fatih Aşıcı
                   ` (4 more replies)
  0 siblings, 5 replies; 9+ messages in thread
From: Fatih Aşıcı @ 2013-09-18  6:28 UTC (permalink / raw)
  To: buildroot

These patches bump qt5 to the latest stable version (5.1.1). They also add
the new module packages provided with 5.1 series.

Fatih A??c? (5):
  qt5: bump to 5.1.1
  qt5quickcontrols: new package
  qt5sensors: new package
  qt5serialport: new package
  qt5x11extras: new package

 package/qt5/Config.in                              |    4 ++
 package/qt5/qt5.mk                                 |    4 +-
 package/qt5/qt5base/Config.in                      |    2 +
 ...nce-add-egl-to-CONFIG-to-get-correct-incl.patch |   32 -----------
 package/qt5/qt5base/qt5base-mkspecs-files.patch    |    5 +-
 ...-Add-egl-cflags-when-opengles2-is-enabled.patch |   29 ++++++++++
 package/qt5/qt5base/qt5base.mk                     |   10 +++-
 package/qt5/qt5declarative/qt5declarative.mk       |    1 +
 .../qt5/qt5jsbackend/qt5jsbackend-fix-uclibc.patch |   33 -----------
 package/qt5/qt5quick1/qt5quick1.mk                 |    4 +-
 package/qt5/qt5quickcontrols/Config.in             |   20 +++++++
 package/qt5/qt5quickcontrols/qt5quickcontrols.mk   |   37 +++++++++++++
 package/qt5/qt5sensors/Config.in                   |   10 ++++
 package/qt5/qt5sensors/qt5sensors.mk               |   58 ++++++++++++++++++++
 package/qt5/qt5serialport/Config.in                |   10 ++++
 package/qt5/qt5serialport/qt5serialport.mk         |   42 ++++++++++++++
 package/qt5/qt5x11extras/Config.in                 |   11 ++++
 package/qt5/qt5x11extras/qt5x11extras.mk           |   42 ++++++++++++++
 18 files changed, 279 insertions(+), 75 deletions(-)
 delete mode 100644 package/qt5/qt5base/qt5base-eglconvenience-add-egl-to-CONFIG-to-get-correct-incl.patch
 create mode 100644 package/qt5/qt5base/qt5base-xcb-Add-egl-cflags-when-opengles2-is-enabled.patch
 delete mode 100644 package/qt5/qt5jsbackend/qt5jsbackend-fix-uclibc.patch
 create mode 100644 package/qt5/qt5quickcontrols/Config.in
 create mode 100644 package/qt5/qt5quickcontrols/qt5quickcontrols.mk
 create mode 100644 package/qt5/qt5sensors/Config.in
 create mode 100644 package/qt5/qt5sensors/qt5sensors.mk
 create mode 100644 package/qt5/qt5serialport/Config.in
 create mode 100644 package/qt5/qt5serialport/qt5serialport.mk
 create mode 100644 package/qt5/qt5x11extras/Config.in
 create mode 100644 package/qt5/qt5x11extras/qt5x11extras.mk

-- 
1.7.10.4

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2013-09-18 17:22 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-18  6:28 [Buildroot] [PATCH 0/5] Bump Qt5 to version 5.1.1 Fatih Aşıcı
2013-09-18  6:28 ` [Buildroot] [PATCH 1/5] qt5: bump to 5.1.1 Fatih Aşıcı
2013-09-18 17:04   ` Thomas Petazzoni
2013-09-18  6:28 ` [Buildroot] [PATCH 2/5] qt5quickcontrols: new package Fatih Aşıcı
2013-09-18 17:21   ` Thomas Petazzoni
2013-09-18  6:28 ` [Buildroot] [PATCH 3/5] qt5sensors: " Fatih Aşıcı
2013-09-18 17:22   ` Thomas Petazzoni
2013-09-18  6:28 ` [Buildroot] [PATCH 4/5] qt5serialport: " Fatih Aşıcı
2013-09-18  6:28 ` [Buildroot] [PATCH 5/5] qt5x11extras: " Fatih Aşıcı

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.