%?mingw_package_header # Override the __debug_install_post argument as this package # contains both native as well as cross compiled binaries %global __debug_install_post %%{mingw_debug_install_post}; %{_rpmconfigdir}/find-debuginfo.sh %{?_missing_build_ids_terminate_build:--strict-build-id} %{?_find_debuginfo_opts} "%{_builddir}/%%{?buildsubdir}" %{nil} #%%global pre rc1 #%%global snapshot_date 20121110 #%%global snapshot_rev d725239c %if 0%{?snapshot_date} %global source_folder qt-qtbase %else %global source_folder qtbase-opensource-src-%{version}%{?pre:-%{pre}} %endif # first two digits of version %global release_version %(echo %{version} | awk -F. '{print $1"."$2}') Name: mingw-qt5-qtbase Version: 5.8.0 Release: 1%{?pre:.%{pre}}%{?snapshot_date:.git%{snapshot_date}.%{snapshot_rev}}%{?dist} Summary: Qt5 for Windows - QtBase component License: GPLv3 with exceptions or LGPLv2 with exceptions Group: Development/Libraries URL: http://qt.io/ %if 0%{?snapshot_date} # To regenerate: # wget http://qt.gitorious.org/qt/qtbase/archive-tarball/%{snapshot_rev} -O qt5-qtbase-%{snapshot_rev}.tar.gz Source0: qt5-qtbase-%{snapshot_rev}.tar.gz %else %if "%{?pre}" != "" Source0: http://download.qt-project.org/development_releases/qt/%{release_version}/%{version}-%{pre}/submodules/qtbase-opensource-src-%{version}-%{pre}.tar.xz %else Source0: http://download.qt-project.org/official_releases/qt/%{release_version}/%{version}/submodules/qtbase-opensource-src-%{version}.tar.xz %endif %endif Patch1: 0001-Add-profile-for-cross-compilation-with-mingw-w64.patch Patch2: 0002-Ensure-GLdouble-is-defined-when-using-dynamic-OpenGL.patch Patch3: 0003-Use-external-ANGLE-library.patch Patch4: 0004-Fix-too-many-sections-assemler-error-in-OpenGL-facto.patch Patch5: 0005-Make-sure-.pc-files-are-installed-correctly.patch Patch6: 0006-Don-t-add-resource-files-to-LIBS-parameter.patch Patch7: 0007-Prevent-debug-library-names-in-pkg-config-files.patch Patch8: 0008-Fix-linking-against-shared-static-libpng.patch Patch9: 0009-Fix-linking-against-static-D-Bus.patch Patch10: 0010-Fix-linking-against-static-freetype2.patch Patch11: 0011-Fix-linking-against-static-harfbuzz.patch Patch12: 0012-Fix-linking-against-static-pcre.patch Patch13: 0013-Fix-linking-against-shared-static-MariaDB.patch Patch14: 0014-Fix-linking-against-shared-static-PostgreSQL.patch Patch15: 0015-Rename-qtmain-to-qt5main.patch Patch16: 0016-Build-dynamic-host-libraries.patch Patch17: 0017-Enable-rpath-for-build-tools.patch Patch18: 0018-Use-system-zlib-for-build-tools.patch Patch19: 0019-Disable-determing-default-include-and-lib-dirs-at-qm.patch Patch20: 0020-Use-.dll.a-as-import-lib-extension.patch Patch21: 0021-Merge-shared-and-static-library-trees.patch Patch22: 0022-Allow-usage-of-static-version-with-CMake.patch Patch23: 0023-Use-correct-pkg-config-static-flag.patch Patch24: 0024-Fix-qt5_wrap_ui-macro.patch Patch25: 0025-Ignore-errors-about-missing-feature-static.patch Patch26: 0026-Enable-anf-fix-use-of-iconv.patch Patch27: 0027-Ignore-failing-pkg-config-test.patch Patch28: 0028-Include-uiviewsettingsinterop.h-correctly.patch Patch29: 0029-Hardcode-linker-flags-for-libqwindows.dll.patch Patch30: 0030-Prevent-qmake-from-messing-static-lib-dependencies.patch BuildRequires: mingw32-filesystem >= 95 BuildRequires: mingw32-gcc BuildRequires: mingw32-gcc-c++ BuildRequires: mingw32-binutils BuildRequires: mingw32-openssl BuildRequires: mingw32-zlib BuildRequires: mingw32-win-iconv BuildRequires: mingw32-libjpeg-turbo BuildRequires: mingw32-libpng BuildRequires: mingw32-sqlite BuildRequires: mingw32-dbus BuildRequires: mingw32-pkg-config BuildRequires: mingw32-angleproject >= 0-0.16.git.9f0903.20170119 BuildRequires: mingw32-pcre BuildRequires: mingw32-postgresql BuildRequires: mingw32-harfbuzz BuildRequires: mingw32-dbus-static BuildRequires: mingw32-harfbuzz-static BuildRequires: mingw32-libjpeg-turbo-static BuildRequires: mingw32-libpng-static BuildRequires: mingw32-pcre-static BuildRequires: mingw32-sqlite-static BuildRequires: mingw32-gstreamer1 BuildRequires: mingw32-win-iconv-static BuildRequires: mingw32-winpthreads-static BuildRequires: mingw32-zlib-static BuildRequires: mingw64-filesystem >= 95 BuildRequires: mingw64-gcc BuildRequires: mingw64-gcc-c++ BuildRequires: mingw64-binutils BuildRequires: mingw64-openssl BuildRequires: mingw64-zlib BuildRequires: mingw64-win-iconv BuildRequires: mingw64-libjpeg-turbo BuildRequires: mingw64-libpng BuildRequires: mingw64-sqlite BuildRequires: mingw64-dbus BuildRequires: mingw64-pkg-config BuildRequires: mingw64-angleproject >= 0-0.16.git.9f0903.20170119 BuildRequires: mingw64-pcre BuildRequires: mingw64-postgresql BuildRequires: mingw64-harfbuzz BuildRequires: mingw64-dbus-static BuildRequires: mingw64-harfbuzz-static BuildRequires: mingw64-libjpeg-turbo-static BuildRequires: mingw64-libpng-static BuildRequires: mingw64-pcre-static BuildRequires: mingw64-sqlite-static BuildRequires: mingw64-gstreamer1 BuildRequires: mingw64-win-iconv-static BuildRequires: mingw64-winpthreads-static BuildRequires: mingw64-zlib-static BuildRequires: zip BuildRequires: dos2unix BuildRequires: patchelf # Needed for Angle support BuildRequires: flex BuildRequires: bison # For Qt5Bootstrap BuildRequires: pkgconfig(zlib) %description This package contains the Qt software toolkit for developing cross-platform applications. This is the Windows version of Qt, for use in conjunction with the Fedora Windows cross-compiler. # Win32 %package -n mingw32-qt5-qtbase Summary: Qt5 for Windows - QtBase component # This package contains the cross-compiler setup for qmake Requires: mingw32-qt5-qmake = %{version}-%{release} BuildArch: noarch %description -n mingw32-qt5-qtbase This package contains the Qt software toolkit for developing cross-platform applications. This is the Windows version of Qt, for use in conjunction with the Fedora Windows cross-compiler. %package -n mingw32-qt5-qmake Summary: Qt5 for Windows build environment Requires: mingw32-qt5-qttools-tools Requires: mingw32-qt5-qtbase-devel %description -n mingw32-qt5-qmake This package contains the build environment for cross compiling applications with the Fedora Windows Qt Library and cross-compiler. %package -n mingw32-qt5-qtbase-devel Summary: Qt5 for Windows build environment Requires: mingw32-qt5-qtbase = %{version}-%{release} %description -n mingw32-qt5-qtbase-devel Contains the files required to get various Qt tools built which are part of the mingw-qt5-qttools package %package -n mingw32-qt5-qtbase-static Summary: Static version of the mingw32-qt5-qtbase library Requires: mingw32-qt5-qtbase = %{version}-%{release} Requires: mingw32-angleproject-static Requires: mingw32-harfbuzz-static Requires: mingw32-pcre-static Requires: mingw32-winpthreads-static BuildArch: noarch %description -n mingw32-qt5-qtbase-static Static version of the mingw32-qt5 library. # Win64 %package -n mingw64-qt5-qtbase Summary: Qt5 for Windows - QtBase component # This package contains the cross-compiler setup for qmake Requires: mingw64-qt5-qmake = %{version}-%{release} BuildArch: noarch %description -n mingw64-qt5-qtbase This package contains the Qt software toolkit for developing cross-platform applications. This is the Windows version of Qt, for use in conjunction with the Fedora Windows cross-compiler. %package -n mingw64-qt5-qmake Summary: Qt for Windows build environment Requires: mingw64-qt5-qttools-tools Requires: mingw64-qt5-qtbase-devel %description -n mingw64-qt5-qmake This package contains the build environment for cross compiling applications with the Fedora Windows Qt Library and cross-compiler. %package -n mingw64-qt5-qtbase-devel Summary: Qt5 for Windows build environment Requires: mingw64-qt5-qtbase = %{version}-%{release} %description -n mingw64-qt5-qtbase-devel Contains the files required to get various Qt tools built which are part of the mingw-qt5-qttools package %package -n mingw64-qt5-qtbase-static Summary: Static version of the mingw64-qt5-qtbase library Requires: mingw64-qt5-qtbase = %{version}-%{release} Requires: mingw64-angleproject-static Requires: mingw64-harfbuzz-static Requires: mingw64-pcre-static Requires: mingw64-winpthreads-static BuildArch: noarch %description -n mingw64-qt5-qtbase-static Static version of the mingw64-qt5-qtbase library. %?mingw_debug_package %prep %setup -q -n %{source_folder} %patch1 -p1 %patch2 -p1 %patch3 -p1 %patch4 -p1 %patch5 -p1 %patch6 -p1 %patch7 -p1 %patch8 -p1 %patch9 -p1 %patch10 -p1 %patch11 -p1 %patch12 -p1 %patch13 -p1 %patch14 -p1 %patch15 -p1 %patch16 -p1 %patch17 -p1 %patch18 -p1 %patch19 -p1 %patch20 -p1 %patch21 -p1 %patch22 -p1 %patch23 -p1 %patch24 -p1 %patch25 -p1 %patch26 -p1 %patch27 -p1 %patch28 -p1 %patch29 -p1 %patch30 -p1 # Make sure the Qt5 build system uses our external ANGLE library rm -rf src/3rdparty/angle include/QtANGLE/{EGL,GLES2,GLES3,KHR} # As well as our external PCRE library and zlib rm -rf src/3rdparty/{pcre,zlib} %build # Generic configure arguments qt_configure_args_generic="\ -xplatform mingw-w64-g++ \ -optimized-qmake \ -verbose \ -opensource \ -confirm-license \ -force-pkg-config \ -force-debug-info \ -system-zlib \ -system-libpng \ -system-libjpeg \ -system-sqlite \ -system-harfbuzz \ -system-freetype \ -system-pcre \ -no-fontconfig \ -sql-sqlite \ -openssl \ -no-glib \ -no-icu \ -iconv \ -release \ -nomake examples \ -no-direct2d \ -opengl dynamic \ -DGL_GLEXT_PROTOTYPES \ -make tools" # The odd paths for the -hostbindir argument are on purpose # The qtchooser tool assumes that the tools 'qmake', 'moc' and others # are all available in the same folder with these exact file names # To prevent conflicts with the mingw-qt (Qt4) package we have # to put these tools in a dedicated folder qt_configure_args_win32="\ -hostprefix %{_prefix}/%{mingw32_target} \ -hostbindir %{_prefix}/%{mingw32_target}/bin/qt5 \ -hostdatadir %{mingw32_datadir}/qt5 \ -prefix %{mingw32_prefix} \ -bindir %{mingw32_bindir} \ -archdatadir %{mingw32_datadir}/qt5 \ -datadir %{mingw32_datadir}/qt5 \ -docdir %{mingw32_docdir}/qt5 \ -examplesdir %{mingw32_datadir}/qt5/examples \ -headerdir %{mingw32_includedir}/qt5 \ -libdir %{mingw32_libdir} \ -plugindir %{mingw32_libdir}/qt5/plugins \ -sysconfdir %{mingw32_sysconfdir} \ -translationdir %{mingw32_datadir}/qt5/translations \ -device-option CROSS_COMPILE=%{mingw32_target}- \ -device-option CROSS_COMPILE_CFLAGS=-fpch-preprocess" qt_configure_args_win64="\ -hostprefix %{_prefix}/%{mingw64_target} \ -hostbindir %{_prefix}/%{mingw64_target}/bin/qt5 \ -hostdatadir %{mingw64_datadir}/qt5 \ -prefix %{mingw64_prefix} \ -bindir %{mingw64_bindir} \ -archdatadir %{mingw64_datadir}/qt5 \ -datadir %{mingw64_datadir}/qt5 \ -docdir %{mingw64_docdir}/qt5 \ -examplesdir %{mingw64_datadir}/qt5/examples \ -headerdir %{mingw64_includedir}/qt5 \ -libdir %{mingw64_libdir} \ -plugindir %{mingw64_libdir}/qt5/plugins \ -sysconfdir %{mingw64_sysconfdir} \ -translationdir %{mingw64_datadir}/qt5/translations \ -device-option CROSS_COMPILE=%{mingw64_target}- \ -device-option CROSS_COMPILE_CFLAGS=-fpch-preprocess" # RPM automatically sets the environment variable PKG_CONFIG_PATH # to point to the native pkg-config files, but while cross compiling # we don't want to have this environment variable set unset PKG_CONFIG_PATH ############################################################################### # Win32 # # We have to build Qt two times, once for the static release build and # once for the shared release build # # Unfortunately Qt only supports out-of-source builds which are in ../some_folder # The LD_LIBRARY_PATH override is needed because libQt5Bootstrap* are shared # libraries which various compiled tools (like moc) use. As the libQt5Bootstrap* # libraries aren't installed at this point yet, we have to workaround this rm -rf ../build_release_shared_win32 mkdir ../build_release_shared_win32 pushd ../build_release_shared_win32 ../%{source_folder}/configure \ -shared \ $qt_configure_args_win32 $qt_configure_args_generic `%{mingw32_target}-pkg-config libpng` `%{mingw32_target}-pkg-config --cflags-only-I freetype2 dbus-1` LD_LIBRARY_PATH="$PWD/lib" LDFLAGS="-L$PWD/lib" make %{?_smp_mflags} popd rm -rf ../build_release_static_win32 mkdir ../build_release_static_win32 pushd ../build_release_static_win32 ../%{source_folder}/configure \ -static \ $qt_configure_args_win32 $qt_configure_args_generic `%{mingw32_target}-pkg-config libpng` `%{mingw32_target}-pkg-config --cflags-only-I freetype2 dbus-1` make %{?_smp_mflags} popd ############################################################################### # Win64 # # We have to build Qt two times, once for the static release build and # once for the shared release build # # Unfortunately Qt only supports out-of-source builds which are in ../some_folder rm -rf ../build_release_shared_win64 mkdir ../build_release_shared_win64 pushd ../build_release_shared_win64 ../%{source_folder}/configure \ -shared \ $qt_configure_args_win64 $qt_configure_args_generic `%{mingw64_target}-pkg-config libpng` `%{mingw64_target}-pkg-config --cflags-only-I freetype2 dbus-1` LD_LIBRARY_PATH="$PWD/lib" LDFLAGS="-L$PWD/lib" make %{?_smp_mflags} popd rm -rf ../build_release_static_win64 mkdir ../build_release_static_win64 pushd ../build_release_static_win64 ../%{source_folder}/configure \ -static \ $qt_configure_args_win64 $qt_configure_args_generic `%{mingw64_target}-pkg-config libpng` `%{mingw64_target}-pkg-config --cflags-only-I freetype2 dbus-1` make %{?_smp_mflags} popd %install make install -C ../build_release_shared_win32$BUILDDIR INSTALL_ROOT=$RPM_BUILD_ROOT make install -C ../build_release_shared_win64$BUILDDIR INSTALL_ROOT=$RPM_BUILD_ROOT # Install the static libraries in a temporary prefix so we can merge everything together properly mkdir $RPM_BUILD_ROOT/static make install -C ../build_release_static_win32$BUILDDIR INSTALL_ROOT=$RPM_BUILD_ROOT/static make install -C ../build_release_static_win64$BUILDDIR INSTALL_ROOT=$RPM_BUILD_ROOT/static # The mingw gcc compiler assumes that %%{_prefix}/%%{mingw32_target}/lib and # %%{prefix}/%%{mingw64_target}/lib are paths which need to be searched # during linking for cross-compiled libraries. As this isn't intended and # introduces unwanted side effects (related to building mingw-qt5-qttools) # remove the reference to it sed -i s@'"%{_prefix}/%{mingw32_target}/lib" '@@g $RPM_BUILD_ROOT%{mingw32_datadir}/qt5/mkspecs/qconfig.pri sed -i s@'"%{_prefix}/%{mingw64_target}/lib" '@@g $RPM_BUILD_ROOT%{mingw64_datadir}/qt5/mkspecs/qconfig.pri # Drop the qt5main and libQt5Bootstrap static libraries from the static # tree as they're already part of the main tree rm -f $RPM_BUILD_ROOT/static/%{mingw32_libdir}/libqt5main* rm -f $RPM_BUILD_ROOT/static/%{mingw64_libdir}/libqt5main* rm -f $RPM_BUILD_ROOT/static/%{mingw32_libdir}/libQt5Bootstrap* rm -f $RPM_BUILD_ROOT/static/%{mingw64_libdir}/libQt5Bootstrap* # Manually install qmake and other native tools so we don't depend anymore on # the version of the native Fedora Qt and also fix issues as illustrated at # http://stackoverflow.com/questions/6592931/building-for-windows-under-linux-using-qt-creator # # Also make sure the tools can be found by CMake mkdir -p $RPM_BUILD_ROOT%{_bindir} mkdir -p $RPM_BUILD_ROOT%{_prefix}/%{mingw32_target}/bin mkdir -p $RPM_BUILD_ROOT%{_prefix}/%{mingw64_target}/bin # Move the static libraries from the static tree to the main tree mv $RPM_BUILD_ROOT/static/%{mingw32_libdir}/*.a $RPM_BUILD_ROOT/%{mingw32_libdir} mv $RPM_BUILD_ROOT/static/%{mingw64_libdir}/*.a $RPM_BUILD_ROOT/%{mingw64_libdir} # Also keep various Qt5 plugins to be used in static builds # https://bugzilla.redhat.com/show_bug.cgi?id=1257630 mv $RPM_BUILD_ROOT/static/%{mingw32_libdir}/qt5/plugins/*/*.a $RPM_BUILD_ROOT/%{mingw32_libdir} mv $RPM_BUILD_ROOT/static/%{mingw64_libdir}/qt5/plugins/*/*.a $RPM_BUILD_ROOT/%{mingw64_libdir} # Clean up the static trees as we've now merged all interesting pieces rm -rf $RPM_BUILD_ROOT/static # The .dll's are installed in both %%{mingw32_bindir} and %%{mingw32_libdir} # One copy of the .dll's is sufficient rm -f $RPM_BUILD_ROOT%{mingw32_libdir}/*.dll rm -f $RPM_BUILD_ROOT%{mingw64_libdir}/*.dll # Drop all the files which we don't need rm -f $RPM_BUILD_ROOT%{mingw32_libdir}/*.prl rm -f $RPM_BUILD_ROOT%{mingw64_libdir}/*.prl # Drop fonts rm -rf $RPM_BUILD_ROOT%{mingw32_libdir}/fonts rm -rf $RPM_BUILD_ROOT%{mingw64_libdir}/fonts # Remove various unneeded files belonging to the Qt5Bootstrap library rm -f $RPM_BUILD_ROOT%{_prefix}/%{mingw32_target}/lib/libQt5Bootstrap.la rm -f $RPM_BUILD_ROOT%{_prefix}/%{mingw32_target}/lib/libQt5Bootstrap.prl rm -f $RPM_BUILD_ROOT%{_prefix}/%{mingw32_target}/lib/libQt5BootstrapDBus.la rm -f $RPM_BUILD_ROOT%{_prefix}/%{mingw32_target}/lib/libQt5BootstrapDBus.prl rm -rf $RPM_BUILD_ROOT%{_prefix}/%{mingw32_target}/lib/pkgconfig rm -f $RPM_BUILD_ROOT%{_prefix}/%{mingw64_target}/lib/libQt5Bootstrap.la rm -f $RPM_BUILD_ROOT%{_prefix}/%{mingw64_target}/lib/libQt5Bootstrap.prl rm -f $RPM_BUILD_ROOT%{_prefix}/%{mingw64_target}/lib/libQt5BootstrapDBus.la rm -f $RPM_BUILD_ROOT%{_prefix}/%{mingw64_target}/lib/libQt5BootstrapDBus.prl rm -rf $RPM_BUILD_ROOT%{_prefix}/%{mingw64_target}/lib/pkgconfig # Add qtchooser support mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/xdg/qtchooser echo "%{_prefix}/%{mingw32_target}/bin/qt5" > $RPM_BUILD_ROOT%{_sysconfdir}/xdg/qtchooser/mingw32-qt5.conf echo "%{mingw32_prefix}" >> $RPM_BUILD_ROOT%{_sysconfdir}/xdg/qtchooser/mingw32-qt5.conf echo "%{_prefix}/%{mingw64_target}/bin/qt5" > $RPM_BUILD_ROOT%{_sysconfdir}/xdg/qtchooser/mingw64-qt5.conf echo "%{mingw64_prefix}" >> $RPM_BUILD_ROOT%{_sysconfdir}/xdg/qtchooser/mingw64-qt5.conf # fix rpath so the tools can find libQt5Bootstrap for i in qdbuscpp2xml qdbusxml2cpp qmake rcc uic; do patchelf --set-rpath %{_prefix}/%{mingw32_target}/lib "$RPM_BUILD_ROOT%{_prefix}/%{mingw32_target}/bin/qt5/$i" patchelf --set-rpath %{_prefix}/%{mingw64_target}/lib "$RPM_BUILD_ROOT%{_prefix}/%{mingw64_target}/bin/qt5/$i" done for tool in qmake moc rcc uic qdbuscpp2xml qdbusxml2cpp qdoc syncqt.pl; do ln -s ../%{mingw32_target}/bin/qt5/$tool $RPM_BUILD_ROOT%{_bindir}/%{mingw32_target}-$tool-qt5 ln -s ../%{mingw64_target}/bin/qt5/$tool $RPM_BUILD_ROOT%{_bindir}/%{mingw64_target}-$tool-qt5 done ln -s %{mingw32_target}-qmake-qt5 $RPM_BUILD_ROOT%{_bindir}/mingw32-qmake-qt5 ln -s %{mingw64_target}-qmake-qt5 $RPM_BUILD_ROOT%{_bindir}/mingw64-qmake-qt5 cp ../build_release_static_win32$BUILDDIR/bin/moc $RPM_BUILD_ROOT/%{_prefix}/%{mingw32_target}/bin/qt5 cp ../build_release_static_win64$BUILDDIR/bin/moc $RPM_BUILD_ROOT/%{_prefix}/%{mingw64_target}/bin/qt5 # Win32 %files -n mingw32-qt5-qtbase %{mingw32_bindir}/Qt5Concurrent.dll %{mingw32_bindir}/Qt5Core.dll %{mingw32_bindir}/Qt5DBus.dll %{mingw32_bindir}/Qt5Gui.dll %{mingw32_bindir}/Qt5Network.dll %{mingw32_bindir}/Qt5OpenGL.dll %{mingw32_bindir}/Qt5PrintSupport.dll %{mingw32_bindir}/Qt5Sql.dll %{mingw32_bindir}/Qt5Test.dll %{mingw32_bindir}/Qt5Widgets.dll %{mingw32_bindir}/Qt5Xml.dll %{mingw32_libdir}/libQt5Concurrent.dll.a %{mingw32_libdir}/libQt5Core.dll.a %{mingw32_libdir}/libQt5DBus.dll.a %{mingw32_libdir}/libQt5Gui.dll.a %{mingw32_libdir}/libQt5Network.dll.a %{mingw32_libdir}/libQt5OpenGL.dll.a %{mingw32_libdir}/libQt5PrintSupport.dll.a %{mingw32_libdir}/libQt5Sql.dll.a %{mingw32_libdir}/libQt5Test.dll.a %{mingw32_libdir}/libQt5Widgets.dll.a %{mingw32_libdir}/libQt5Xml.dll.a %{mingw32_libdir}/libqt5main.a %{mingw32_libdir}/pkgconfig/Qt5Concurrent.pc %{mingw32_libdir}/pkgconfig/Qt5Core.pc %{mingw32_libdir}/pkgconfig/Qt5DBus.pc %{mingw32_libdir}/pkgconfig/Qt5Gui.pc %{mingw32_libdir}/pkgconfig/Qt5Network.pc %{mingw32_libdir}/pkgconfig/Qt5OpenGL.pc %{mingw32_libdir}/pkgconfig/Qt5PrintSupport.pc %{mingw32_libdir}/pkgconfig/Qt5Sql.pc %{mingw32_libdir}/pkgconfig/Qt5Test.pc %{mingw32_libdir}/pkgconfig/Qt5Widgets.pc %{mingw32_libdir}/pkgconfig/Qt5Xml.pc %dir %{mingw32_libdir}/qt5/ %dir %{mingw32_libdir}/qt5/plugins %dir %{mingw32_libdir}/qt5/plugins/bearer %{mingw32_libdir}/qt5/plugins/bearer/qgenericbearer.dll %{mingw32_libdir}/qt5/plugins/bearer/qnativewifibearer.dll %dir %{mingw32_libdir}/qt5/plugins/generic %{mingw32_libdir}/qt5/plugins/generic/qtuiotouchplugin.dll %dir %{mingw32_libdir}/qt5/plugins/imageformats %{mingw32_libdir}/qt5/plugins/imageformats/qgif.dll %{mingw32_libdir}/qt5/plugins/imageformats/qico.dll %{mingw32_libdir}/qt5/plugins/imageformats/qjpeg.dll %dir %{mingw32_libdir}/qt5/plugins/platforms %{mingw32_libdir}/qt5/plugins/platforms/qminimal.dll %{mingw32_libdir}/qt5/plugins/platforms/qwindows.dll %{mingw32_libdir}/qt5/plugins/platforms/qoffscreen.dll %dir %{mingw32_libdir}/qt5/plugins/printsupport %{mingw32_libdir}/qt5/plugins/printsupport/windowsprintersupport.dll %dir %{mingw32_libdir}/qt5/plugins/sqldrivers %{mingw32_libdir}/qt5/plugins/sqldrivers/qsqlite.dll %{mingw32_libdir}/qt5/plugins/sqldrivers/qsqlodbc.dll %{mingw32_libdir}/qt5/plugins/sqldrivers/qsqlpsql.dll %{mingw32_libdir}/cmake/Qt5/ %{mingw32_libdir}/cmake/Qt5Core/ %{mingw32_libdir}/cmake/Qt5Concurrent/ %{mingw32_libdir}/cmake/Qt5DBus/ %{mingw32_libdir}/cmake/Qt5Gui/ %{mingw32_libdir}/cmake/Qt5Network/ %{mingw32_libdir}/cmake/Qt5OpenGL/ %{mingw32_libdir}/cmake/Qt5PrintSupport/ %{mingw32_libdir}/cmake/Qt5Sql/ %{mingw32_libdir}/cmake/Qt5Test/ %{mingw32_libdir}/cmake/Qt5Widgets/ %{mingw32_libdir}/cmake/Qt5Xml/ %dir %{mingw32_includedir}/qt5/ %{mingw32_includedir}/qt5/QtAccessibilitySupport/ %{mingw32_includedir}/qt5/QtConcurrent/ %{mingw32_includedir}/qt5/QtCore/ %{mingw32_includedir}/qt5/QtDBus/ %{mingw32_includedir}/qt5/QtDeviceDiscoverySupport/ %{mingw32_includedir}/qt5/QtEventDispatcherSupport/ %{mingw32_includedir}/qt5/QtFbSupport/ %{mingw32_includedir}/qt5/QtFontDatabaseSupport/ %{mingw32_includedir}/qt5/QtGui/ %{mingw32_includedir}/qt5/QtNetwork/ %{mingw32_includedir}/qt5/QtOpenGL/ %{mingw32_includedir}/qt5/QtOpenGLExtensions/ %{mingw32_includedir}/qt5/QtPlatformCompositorSupport/ %{mingw32_includedir}/qt5/QtPlatformHeaders/ %{mingw32_includedir}/qt5/QtPrintSupport/ %{mingw32_includedir}/qt5/QtSql/ %{mingw32_includedir}/qt5/QtTest/ %{mingw32_includedir}/qt5/QtThemeSupport/ %{mingw32_includedir}/qt5/QtWidgets/ %{mingw32_includedir}/qt5/QtXml/ %{mingw32_docdir}/qt5/ %files -n mingw32-qt5-qmake %{_bindir}/%{mingw32_target}-moc-qt5 %{_bindir}/%{mingw32_target}-qdbuscpp2xml-qt5 %{_bindir}/%{mingw32_target}-qdbusxml2cpp-qt5 %{_bindir}/%{mingw32_target}-qdoc-qt5 %{_bindir}/%{mingw32_target}-qmake-qt5 %{_bindir}/%{mingw32_target}-rcc-qt5 %{_bindir}/%{mingw32_target}-syncqt.pl-qt5 %{_bindir}/%{mingw32_target}-uic-qt5 %{_bindir}/mingw32-qmake-qt5 %dir %{_prefix}/%{mingw32_target}/bin/qt5/ %{_prefix}/%{mingw32_target}/bin/qt5/fixqt4headers.pl %{_prefix}/%{mingw32_target}/bin/qt5/moc %{_prefix}/%{mingw32_target}/bin/qt5/qdbuscpp2xml %{_prefix}/%{mingw32_target}/bin/qt5/qdbusxml2cpp %{_prefix}/%{mingw32_target}/bin/qt5/qlalr %{_prefix}/%{mingw32_target}/bin/qt5/qmake %{_prefix}/%{mingw32_target}/bin/qt5/rcc %{_prefix}/%{mingw32_target}/bin/qt5/syncqt.pl %{_prefix}/%{mingw32_target}/bin/qt5/uic %{_prefix}/%{mingw32_target}/lib/libQt5Bootstrap.so.5* %{_prefix}/%{mingw32_target}/lib/libQt5BootstrapDBus.so.5* %{mingw32_datadir}/qt5/ # qtchooser %dir %{_sysconfdir}/xdg/qtchooser/ # not editable config files, so not using %%config here %{_sysconfdir}/xdg/qtchooser/mingw32-qt5.conf %files -n mingw32-qt5-qtbase-devel %{_prefix}/%{mingw32_target}/lib/libQt5Bootstrap.so %{_prefix}/%{mingw32_target}/lib/libQt5BootstrapDBus.so %files -n mingw32-qt5-qtbase-static %{mingw32_libdir}/*.a %{mingw32_libdir}/cmake/StaticQt5OpenGLExtensions/ %{mingw32_libdir}/pkgconfig/StaticQt5OpenGLExtensions.pc # Win64 %files -n mingw64-qt5-qtbase %{mingw64_bindir}/Qt5Concurrent.dll %{mingw64_bindir}/Qt5Core.dll %{mingw64_bindir}/Qt5DBus.dll %{mingw64_bindir}/Qt5Gui.dll %{mingw64_bindir}/Qt5Network.dll %{mingw64_bindir}/Qt5OpenGL.dll %{mingw64_bindir}/Qt5PrintSupport.dll %{mingw64_bindir}/Qt5Sql.dll %{mingw64_bindir}/Qt5Test.dll %{mingw64_bindir}/Qt5Widgets.dll %{mingw64_bindir}/Qt5Xml.dll %{mingw64_libdir}/libQt5Concurrent.dll.a %{mingw64_libdir}/libQt5Core.dll.a %{mingw64_libdir}/libQt5DBus.dll.a %{mingw64_libdir}/libQt5Gui.dll.a %{mingw64_libdir}/libQt5Network.dll.a %{mingw64_libdir}/libQt5OpenGL.dll.a %{mingw64_libdir}/libQt5PrintSupport.dll.a %{mingw64_libdir}/libQt5Sql.dll.a %{mingw64_libdir}/libQt5Test.dll.a %{mingw64_libdir}/libQt5Widgets.dll.a %{mingw64_libdir}/libQt5Xml.dll.a %{mingw64_libdir}/libqt5main.a %{mingw64_libdir}/pkgconfig/Qt5Concurrent.pc %{mingw64_libdir}/pkgconfig/Qt5Core.pc %{mingw64_libdir}/pkgconfig/Qt5DBus.pc %{mingw64_libdir}/pkgconfig/Qt5Gui.pc %{mingw64_libdir}/pkgconfig/Qt5Network.pc %{mingw64_libdir}/pkgconfig/Qt5OpenGL.pc %{mingw64_libdir}/pkgconfig/Qt5PrintSupport.pc %{mingw64_libdir}/pkgconfig/Qt5Sql.pc %{mingw64_libdir}/pkgconfig/Qt5Test.pc %{mingw64_libdir}/pkgconfig/Qt5Widgets.pc %{mingw64_libdir}/pkgconfig/Qt5Xml.pc %dir %{mingw64_libdir}/qt5/ %dir %{mingw64_libdir}/qt5/plugins %dir %{mingw64_libdir}/qt5/plugins/bearer %{mingw64_libdir}/qt5/plugins/bearer/qgenericbearer.dll %{mingw64_libdir}/qt5/plugins/bearer/qnativewifibearer.dll %dir %{mingw64_libdir}/qt5/plugins/generic %{mingw64_libdir}/qt5/plugins/generic/qtuiotouchplugin.dll %dir %{mingw64_libdir}/qt5/plugins/imageformats %{mingw64_libdir}/qt5/plugins/imageformats/qgif.dll %{mingw64_libdir}/qt5/plugins/imageformats/qico.dll %{mingw64_libdir}/qt5/plugins/imageformats/qjpeg.dll %dir %{mingw64_libdir}/qt5/plugins/platforms %{mingw64_libdir}/qt5/plugins/platforms/qoffscreen.dll %{mingw64_libdir}/qt5/plugins/platforms/qminimal.dll %{mingw64_libdir}/qt5/plugins/platforms/qwindows.dll %dir %{mingw64_libdir}/qt5/plugins/printsupport %{mingw64_libdir}/qt5/plugins/printsupport/windowsprintersupport.dll %dir %{mingw64_libdir}/qt5/plugins/sqldrivers %{mingw64_libdir}/qt5/plugins/sqldrivers/qsqlite.dll %{mingw64_libdir}/qt5/plugins/sqldrivers/qsqlodbc.dll %{mingw64_libdir}/qt5/plugins/sqldrivers/qsqlpsql.dll %{mingw64_libdir}/cmake/Qt5/ %{mingw64_libdir}/cmake/Qt5Core/ %{mingw64_libdir}/cmake/Qt5Concurrent/ %{mingw64_libdir}/cmake/Qt5DBus/ %{mingw64_libdir}/cmake/Qt5Gui/ %{mingw64_libdir}/cmake/Qt5Network/ %{mingw64_libdir}/cmake/Qt5OpenGL/ %{mingw64_libdir}/cmake/Qt5PrintSupport/ %{mingw64_libdir}/cmake/Qt5Sql/ %{mingw64_libdir}/cmake/Qt5Test/ %{mingw64_libdir}/cmake/Qt5Widgets/ %{mingw64_libdir}/cmake/Qt5Xml/ %dir %{mingw64_includedir}/qt5/ %{mingw64_includedir}/qt5/* %{mingw64_docdir}/qt5/ %files -n mingw64-qt5-qmake %{_bindir}/%{mingw64_target}-moc-qt5 %{_bindir}/%{mingw64_target}-qdbuscpp2xml-qt5 %{_bindir}/%{mingw64_target}-qdbusxml2cpp-qt5 %{_bindir}/%{mingw64_target}-qdoc-qt5 %{_bindir}/%{mingw64_target}-qmake-qt5 %{_bindir}/%{mingw64_target}-rcc-qt5 %{_bindir}/%{mingw64_target}-syncqt.pl-qt5 %{_bindir}/%{mingw64_target}-uic-qt5 %{_bindir}/mingw64-qmake-qt5 %dir %{_prefix}/%{mingw64_target}/bin/qt5/ %{_prefix}/%{mingw64_target}/bin/qt5/fixqt4headers.pl %{_prefix}/%{mingw64_target}/bin/qt5/moc %{_prefix}/%{mingw64_target}/bin/qt5/qdbuscpp2xml %{_prefix}/%{mingw64_target}/bin/qt5/qdbusxml2cpp %{_prefix}/%{mingw64_target}/bin/qt5/qlalr %{_prefix}/%{mingw64_target}/bin/qt5/qmake %{_prefix}/%{mingw64_target}/bin/qt5/rcc %{_prefix}/%{mingw64_target}/bin/qt5/syncqt.pl %{_prefix}/%{mingw64_target}/bin/qt5/uic %{_prefix}/%{mingw64_target}/lib/libQt5Bootstrap.so.5* %{_prefix}/%{mingw64_target}/lib/libQt5BootstrapDBus.so.5* %{mingw64_datadir}/qt5/ # qtchooser %dir %{_sysconfdir}/xdg/qtchooser/ # not editable config files, so not using %%config here %{_sysconfdir}/xdg/qtchooser/mingw64-qt5.conf %files -n mingw64-qt5-qtbase-devel %{_prefix}/%{mingw64_target}/lib/libQt5Bootstrap.so %{_prefix}/%{mingw64_target}/lib/libQt5BootstrapDBus.so %files -n mingw64-qt5-qtbase-static %{mingw64_libdir}/*.a %{mingw64_libdir}/pkgconfig/StaticQt5OpenGLExtensions.pc %{mingw64_libdir}/cmake/Static* %changelog * Fri Feb 17 2017 Martin Bříza - 5.8.0-1 - Update to 5.8.0 * Sat May 07 2016 Erik van Pienbroek - 5.6.0-4 - Rebuild against mingw-gcc 6.1 * Wed Apr 13 2016 Erik van Pienbroek - 5.6.0-3 - Re-enable QSharedMemory (got broken between Qt 5.3 and Qt 5.4) - Fixes FTBFS of mingw-qt5-qsystems package (RHBZ #1288928) * Sat Apr 9 2016 Erik van Pienbroek - 5.6.0-2 - Add BR: mingw{32,64}-gstreamer1 * Sun Mar 27 2016 Erik van Pienbroek - 5.6.0-1 - Update to 5.6.0 - Build with -optimized-qmake again * Sun Feb 7 2016 Erik van Pienbroek - 5.5.1-4 - Temporary build without -optimized-qmake on Fedora24+ to prevent a build failure with GCC6 on i686 environments * Thu Feb 04 2016 Fedora Release Engineering - 5.5.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild * Thu Dec 31 2015 Erik van Pienbroek - 5.5.1-2 - Prevent warning output when QWebView loads QNetworkRequest (QTBUG-49174) - Re-add QMAKE_LRELEASE qmake parameter which accidently got lost some time ago * Thu Dec 24 2015 Erik van Pienbroek - 5.5.1-1 - Update to 5.5.1 - Fixes RHBZ #1293056 * Thu Aug 27 2015 Erik van Pienbroek - 5.5.0-2 - Add static versions of various plugin libraries like qwindows to the -static subpackages (RHBZ #1257630) * Wed Aug 5 2015 Erik van Pienbroek - 5.5.0-1 - Update to 5.5.0 * Wed Jun 17 2015 Fedora Release Engineering - 5.4.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild * Fri Apr 24 2015 Erik van Pienbroek - 5.4.1-2 - Fix CVE-2015-0295, CVE-2015-1858, CVE-2015-1859 and CVE-2015-1860 * Sun Mar 8 2015 Erik van Pienbroek - 5.4.1-1 - Update to 5.4.1 - Added some more BuildRequires for mingw*-static libraries as the ./configure script now needs them to be available in the buildroot - Fix detection of the static dbus and harfbuzz libraries * Mon Jan 26 2015 Erik van Pienbroek - 5.4.0-4 - Rebuild against mingw-w64 v4.0rc1 * Wed Dec 31 2014 Erik van Pienbroek - 5.4.0-3 - Added some more Requires tags to the -static subpackages * Wed Dec 31 2014 Erik van Pienbroek - 5.4.0-2 - Added various Requires tags to the -static subpackages * Mon Dec 29 2014 Erik van Pienbroek - 5.4.0-1 - Update to 5.4.0 - Thanks to Philip A Reimer (ArchLinux MinGW maintainer) for rebasing the ANGLE patches - Use external harfbuzz library (unfortunately this also introduces additional runtime dependencies on mingw-freetype, mingw-bzip2, mingw-glib2 and mingw-gettext) * Thu Dec 4 2014 Erik van Pienbroek - 5.3.2-2 - Rebuild against gcc 4.9.2 (to fix paths mentioned in mkspecs/qconfig.pri) * Fri Sep 19 2014 Erik van Pienbroek - 5.3.2-1 - Update to 5.3.2 * Sun Aug 17 2014 Fedora Release Engineering - 5.3.1-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild * Wed Jul 23 2014 Erik van Pienbroek - 5.3.1-3 - Rebuild against gcc 4.9.1 (to fix paths mentioned in mkspecs/qconfig.pri) * Sun Jul 6 2014 Erik van Pienbroek - 5.3.1-2 - Remove references to obsolete packages * Sat Jul 5 2014 Erik van Pienbroek - 5.3.1-1 - Update to 5.3.1 * Sat Jun 07 2014 Fedora Release Engineering - 5.3.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild * Sat May 24 2014 Erik van Pienbroek - 5.3.0-1 - Update to 5.3.0 * Sat May 3 2014 Erik van Pienbroek - 5.2.1-3 - Fix invalid reference to qtmain when using CMake (RHBZ #1092465) - Fix DoS vulnerability in the GIF image handler (QTBUG-38367, RHBZ #1092837) * Sun Apr 13 2014 Erik van Pienbroek - 5.2.1-2 - Rebuild against gcc 4.9 (to fix paths mentioned in mkspecs/qconfig.pri) * Sat Feb 8 2014 Erik van Pienbroek - 5.2.1-1 - Update to 5.2.1 * Sat Jan 11 2014 Erik van Pienbroek - 5.2.0-4 - Remove hard dependency on qtchooser and co-own the /etc/xdg/qtchooser folder * Mon Jan 6 2014 Erik van Pienbroek - 5.2.0-3 - Split the cmake patch and moved half of its contents to the 'implib dll' patch and the other to the 'use external angle' patch as those are more proper locations * Sun Jan 5 2014 Yaakov Selkowitz - 5.2.0-2 - Fix qmake to use .dll.a extension for implibs (avoids renaming hacks in all mingw-qt5-* packages) - Force usage of system zlib in Qt5Bootstrap - Install shared libQt5BootstrapDBus for qdbuscpp2xml and qdbusxml2cpp - Fix QMAKE_LIBS_NETWORK for static linkage - Closes RHBZ #1048677 * Sun Jan 5 2014 Erik van Pienbroek - 5.2.0-1 - Update to 5.2.0 - Use the generic win32-g++ mkspecs profile instead of win32-g++-cross and win32-g++-cross-x64 (as is preferred by upstream) - Add support for qtchooser - Moved the native tools to /usr/$target/bin/qt5 (qtchooser requires the tools to be in an unique folder with their original file names) All symlinks in %%{_bindir} are updated to reflect this as well - Prevent invalid Libs.private references in generated pkg-config files - Prevent patch backups from ending up in the mkspecs folders - Reorganized and cleaned up the patches * Fri Nov 29 2013 Erik van Pienbroek - 5.2.0-0.4.rc1 - Update to 5.2.0 RC 1 * Wed Nov 27 2013 Erik van Pienbroek - 5.2.0-0.3.beta1 - Try harder to fix detection of the uic tool when using CMake * Tue Nov 26 2013 Erik van Pienbroek - 5.2.0-0.2.beta1 - Fix detection of the uic tool when using CMake (RHBZ #1019952) * Tue Oct 22 2013 Erik van Pienbroek - 5.2.0-0.1.beta1 - Update to 5.2.0 beta 1 - Fix CMake support (RHBZ #1019952, RHBZ #1019947) * Thu Sep 12 2013 Erik van Pienbroek - 5.1.1-2 - Removed DBus 'interface' workaround patch as the issue is resolved in DBus upstream * Thu Aug 29 2013 Erik van Pienbroek - 5.1.1-1 - Update to 5.1.1 - Fix FTBFS against latest mingw-w64 * Fri Aug 2 2013 Erik van Pienbroek - 5.1.0-5 - Re-enable R: mingw{32,64}-qt5-qttools-lrelease now that bootstrapping Qt5 on ARM has completed * Wed Jul 31 2013 Erik van Pienbroek - 5.1.0-4 - Make sure the native Qt5Bootstrap library is a shared library - Enabled PostgreSQL support - Removed the reference to the 'demos' folder as demos are bundled as separate tarballs * Tue Jul 30 2013 Erik van Pienbroek - 5.1.0-3 - Temporary build without R: mingw{32,64}-qt5-qttools-lrelease to allow mingw-qt5-qttools to be built on arm * Sat Jul 13 2013 Erik van Pienbroek - 5.1.0-2 - Rebuild against libpng 1.6 * Wed Jul 10 2013 Erik van Pienbroek - 5.1.0-1 - Update to 5.1.0 - Fix detection of external pcre library - Added BR: mingw32-pcre mingw64-pcre * Wed Jul 10 2013 Erik van Pienbroek - 5.0.2-3 - Display message box if platform plugin cannot be found (QTBUG-31765, QTBUG-31760) * Fri May 10 2013 Erik van Pienbroek - 5.0.2-2 - Fix references to the tools qdoc and qhelpgenerator (needed to build qtdoc) * Sat Apr 13 2013 Erik van Pienbroek - 5.0.2-1 - Update to 5.0.2 - Remove DirectWrite support for now as the necessary API isn't available on Windows XP (as mentioned in RHBZ #917323) * Thu Mar 28 2013 Erik van Pienbroek - 5.0.1-4 - Have the -qmake packages require mingw{32,64}-qt5-qttools-lrelease and update the reference to it in the mkspecs profiles * Tue Mar 26 2013 Erik van Pienbroek - 5.0.1-3 - Make sure the .pc files of the Qt5 modules are installed correctly * Thu Feb 7 2013 Erik van Pienbroek - 5.0.1-2 - Replaced the OpenSSL patch with a more proper one - Improve detection of the Qt5Bootstrap library (needed by mingw-qt5-qttools) - Workaround cross-compilation issue when using a non-x86 host (RHBZ #905863, QTBUG #29426) - Resolve build failure caused by QtDBus headers which use the reserved keyword 'interface' * Thu Jan 31 2013 Erik van Pienbroek - 5.0.1-1 - Update to 5.0.1 - Removed the -fast configure argument (upstream dropped support for it) * Fri Jan 11 2013 Erik van Pienbroek - 5.0.0-4 - Moved the libQt5Bootstrap.a library (required to build tools like lrelease and lupdate which are part of mingw-qt5-qttools) to separate -devel subpackages as it is a native library instead of a cross-compiled one - Removed the pkg-config file for Qt5Bootstrap as it doesn't work as expected when Qt5 is cross-compiled * Sat Dec 29 2012 Erik van Pienbroek - 5.0.0-3 - The define QT_NEEDS_QMAIN also needs to be set for our mkspecs profiles - To make linking against qt5main.a (which contains a Qt specific WinMain) work binaries need to be linked with -lmingw32 -lqt5main - Resolves some initialisation issues - Don't enable ICU support as it introduces over 20MB of dependency bloat * Sat Dec 29 2012 Erik van Pienbroek - 5.0.0-2 - Don't segfault when no suitable platform dll could be located * Mon Dec 24 2012 Erik van Pienbroek - 5.0.0-1 - Update to Qt 5.0.0 Final - Use the qplatformdefs.h header which is included in the win32-g++ mkspecs profile instead of providing our own - Replaced the bundled copy of the ANGLE libraries with a seperate mingw-angleproject package * Thu Dec 13 2012 Erik van Pienbroek - 5.0.0-0.15.rc2 - Update to Qt 5.0.0 RC2 - Dropped upstreamed DirectWrite patch * Fri Dec 7 2012 Erik van Pienbroek - 5.0.0-0.14.rc1 - Update to Qt 5.0.0 RC1 - Replaced various hack with proper patches - Use the configure argument -archdatadir as it is used to decide where the mkspecs profiles should be installed * Sat Nov 10 2012 Erik van Pienbroek - 5.0.0-0.13.beta1.git20121110.d725239c - Update to 20121110 snapshot (rev d725239c) - Dropped the configure argument -qtlibinfix 5 as upstream has resolved the file conflicts with Qt4 properly now - Added several missing flags to the mkspecs profiles - Dropped the pkg-config file renames as they're not needed any more - Dropped two obsolete patches * Sat Nov 10 2012 Erik van Pienbroek - 5.0.0-0.12.beta1.git20121103.ccc4fbdf - Update to 20121103 snapshot (rev ccc4fbdf) - Use -std=c++11 instead of -std=c++0x as the latter is deprecated in gcc 4.7 - Added DirectWrite support - Added Angle support * Sun Oct 7 2012 Erik van Pienbroek - 5.0.0-0.11.beta1 - Fix compilation failure of the win64 build when using c++11 mode * Sat Sep 15 2012 Erik van Pienbroek - 5.0.0-0.10.beta1 - Re-added some configure arguments as they're apparently still needed to build the individual Qt components - Removed -ltiff from the mkspecs profiles - Added BR: mingw32-icu mingw64-icu - Fix directory ownership of %%{mingw32_datadir}/qt5/ and %%{mingw64_datadir}/qt5/ * Thu Sep 13 2012 Erik van Pienbroek - 5.0.0-0.9.beta1 - Add QT_TOOL.lrelease.command to the mkspecs profiles - Fixed detection of mingw-icu - Removed some obsolete configure arguments * Wed Sep 12 2012 Erik van Pienbroek - 5.0.0-0.8.beta1 - Make sure that Qt components which are built as static library also contain the version number (TARGET_VERSION_EXT) when it is set * Mon Sep 10 2012 Erik van Pienbroek - 5.0.0-0.7.beta1 - Added syncqt to the mkspecs profiles - Set the qtlibinfix parameter correctly to avoid needing to use other hacks * Sun Sep 9 2012 Erik van Pienbroek - 5.0.0-0.6.beta1 - Make sure that Qt is built with debugging symbols and that these debugging symbols are placed in the -debuginfo subpackage * Sat Sep 8 2012 Erik van Pienbroek - 5.0.0-0.5.beta1 - Removed -javascript-jit from the configure arguments as it's only needed for QtWebKit (which is provided in a seperate package) - Added QMAKE_DLLTOOL to the mkspecs profiles * Sat Sep 8 2012 Erik van Pienbroek - 5.0.0-0.4.beta1 - Use the lrelease tool from mingw-qt4 for now until mingw-qt5-qttools is packaged * Fri Sep 7 2012 Erik van Pienbroek - 5.0.0-0.3.beta1 - Added win32 static release and win64 static release builds * Tue Sep 4 2012 Erik van Pienbroek - 5.0.0-0.2.beta1 - Moved headers to %%{mingw32_includedir}/qt5 and %%{mingw64_includedir}/qt5 - Renamed the pkgconfig files to avoid conflict with qt4 * Tue Sep 4 2012 Erik van Pienbroek - 5.0.0-0.1.beta1 - Initial package (based on mingw-qt spec file)