Package Details: mingw-w64-qwt 6.2.0-1

Git Clone URL: https://aur.archlinux.org/mingw-w64-qwt.git (read-only, click to copy)
Package Base: mingw-w64-qwt
Description: Qt Widgets for Technical Applications (mingw-w64)
Upstream URL: http://qwt.sourceforge.net
Licenses: custom:qwt
Submitter: neitrino
Maintainer: xantares
Last Packager: xantares
Votes: 2
Popularity: 0.000000
First Submitted: 2013-08-13 11:56 (UTC)
Last Updated: 2021-07-18 15:38 (UTC)

Latest Comments

1 2 3 Next › Last »

xantares commented on 2015-01-08 14:41 (UTC)

it's ok, but the indentation is weird, and flags are uselessly unset. the import library should be named libqwt.dll.a instead of libqwt.a in to differenciate the static library. you could also build the static lib. you can check out how it's done in mingw-w64-qwt5 if you want. regards, xan.

neitrino commented on 2015-01-08 11:50 (UTC)

Check it

xantares commented on 2015-01-07 19:38 (UTC)

Hi, I initially renamed all my dlls, but in the end I kept the native name. Would you revert, sorry for the noise. xan.

neitrino commented on 2015-01-07 19:07 (UTC)

Please check now

xantares commented on 2014-02-27 09:06 (UTC)

Hi, could we rename the dll to the standard mingw convention: libqwt-6.dll ? xan. +++ PKGBUILD 2014-02-27 09:02:45.812685640 +0000 @@ -49,7 +49,8 @@ sed -i "s|= target doc|= target|" src/src.pro ${QTDIR}/bin/qmake qwt.pro + make src/Makefile + sed -i "s|qwt.dll|libqwt-6.dll|" src/Makefile.Release make done

stas commented on 2013-12-17 09:23 (UTC)

neitrino, You are right, there is no respective patch in qwt arch package because it is not required there. There is a difference in mingw-w64-qt4 that it defines QT_LIBINFIX in qmake.conf (see PKGBUILD), while the 'qt4' arch package does not define it. Hence the difference in qwt compilation. Anyway, it may save somebody time. No need to worry if it is just me affected by this.

neitrino commented on 2013-12-17 09:09 (UTC)

was worked with qt4. I think there are two options 1. Make package from svn. 2. Wait for next release. patch is workaround, but in arch dist package I didn't see any patch. Thanks for investigation.

stas commented on 2013-12-12 11:39 (UTC)

Hello, does it work well for you? I had to apply this upstream patch in order to build my projects configured with "CONFIG+=qwt". Relevant discussion: http://www.qtcentre.org/threads/43594-build-qwt-qtlibinfix . Patch: http://sourceforge.net/p/qwt/code/1771/ . PKGBUILD diff: http://pastebin.com/v68GmQBv

xantares commented on 2013-11-15 14:17 (UTC)

Yes, I did, see mingw-w64-testsuite.