I have made the following changes intended for : nemo:devel:hw:brcm:bcm2835:rpi / qtplatformplugin-rpi
Please review and accept or decline. BOSS has already run some checks on this request. See the "Messages from BOSS" section below. https://build.merproject.org//request/show/156 Thank You, martin brook [This message was auto-generated] --- Request # 156: Messages from BOSS: State: review at 2013-04-02T19:46:27 by cibot Reviews: accepted by cibot : Prechecks succeeded. new for nemo:devel:hw:brcm:bcm2835:rpi : Please replace this text with a review and approve/reject the review (not the SR). BOSS will take care of the rest Changes: submit: home:vgrade:RaspberryPi / qtplatformplugin-rpi -> nemo:devel:hw:brcm:bcm2835:rpi / qtplatformplugin-rpi changes files: -------------- ++++++ new changes file: --- qtplatformplugin-rpi.changes +++ qtplatformplugin-rpi.changes @@ -0,0 +1,2 @@ +* Mon Apr 01 2013 Martin Brook <[email protected]> - 5.0.0 +- Initail version of eglfs plugin new: ---- add-rpi-platform-plugin.patch qtbase-opensource-src-5.0.0.tar.xz qtplatformplugin-rpi.changes qtplatformplugin-rpi.spec spec files: ----------- ++++++ new spec file: --- qtplatformplugin-rpi.spec +++ qtplatformplugin-rpi.spec @@ -0,0 +1,68 @@ +%define _qtmodule_snapshot_version 5.0.0 +Name: qt5-qtplatformplugin-rpi +Summary: Qt Plaform Plugin for Raspberry Pi +Version: 5.0.0 +Release: 1%{?dist} +Group: Qt/Qt +License: LGPLv2.1 with exception or GPLv3 +URL: http://qt.nokia.com +#Source0: %{name}-%{version}.tar.xz +Source0: qtbase-opensource-src-%{_qtmodule_snapshot_version}.tar.xz +Patch1: add-rpi-platform-plugin.patch +BuildRequires: qt5-qtcore-devel +BuildRequires: qt5-qtopengl-devel +BuildRequires: qt5-qtgui-devel +BuildRequires: qt5-qtplatformsupport-devel +BuildRequires: pkgconfig(glib-2.0) +BuildRequires: libffi-devel +BuildRequires: fdupes +BuildRequires: pkgconfig(udev) +BuildRequires: gfx-rpi-devel +BuildRequires: gfx-rpi-libEGL-devel +BuildRequires: gfx-rpi-libGLESv2-devel + +%description +Qt is a cross-platform application and UI framework. Using Qt, you can +write web-enabled applications once and deploy them across desktop, +mobile and embedded systems without rewriting the source code. +. +This package contains a Qt platform plugin for Raspberry Pi + + +#### Build section + +%prep +%setup -q -n qtbase-opensource-src-%{_qtmodule_snapshot_version} +%patch1 -p1 + +%build +export QTDIR=/usr/share/qt5 +export INSTALLBASE=/usr + +cd src/plugins/platforms/qtplatformplugin-rpi +cp ../eglfs/cursor-atlas.png . + +qmake +make %{?_smp_flags} + +%install +rm -rf %{buildroot} + +cd src/plugins/platforms/qtplatformplugin-rpi +%make_install + +# We don't need qt5/Qt/ +rm -rf %{buildroot}/%{_includedir}/qt5/Qt + +#### Pre/Post section + +%post -p /sbin/ldconfig +%postun -p /sbin/ldconfig + + +#### File section + +%files +%defattr(-,root,root,-) +%{_libdir}/qt5/plugins/platforms/libqtplatformplugin-rpi.so + other changes: -------------- ++++++ add-rpi-platform-plugin.patch (new) Binary files add-rpi-platform-plugin.patch added ++++++ qtbase-opensource-src-5.0.0.tar.xz (new)
