aboutsummaryrefslogtreecommitdiff
path: root/multimedia/qt4-mobility
Commit message (Collapse)AuthorAgeFilesLines
* Reset vg@'s ports after he resigned.Rene Ladan2018-02-231-1/+1
| | | | | | | With hat: portmgr-secretary Notes: svn path=/head/; revision=462745
* Fix the build with clang 6.Raphael Kubo da Costa2018-02-181-0/+2
| | | | | | | | | | | | | There's no point in making old, unmaintained code be C++11 compliant, so just build with -std=gnu++98. qvideosurfacegstsink.cpp:345:73: error: constant expression evaluates to 4278190080 which cannot be narrowed to type 'int' [-Wc++11-narrowing] { QVideoFrame::Format_RGB32 , 32, 24, 4321, 0x0000FF00, 0x00FF0000, 0xFF000000, 0x00000000 }, ^~~~~~~~~~ (and others) Notes: svn path=/head/; revision=462216
* Update Qt5 to 5.7.1, and unify the Qt4 and Qt5 ports some moreTobias C. Berner2017-02-182-779/+779
| | | | | | | | | | | | | | | | | | | | | | | | | | | * Update Qt5 to 5.7.1 * Move Qt4 binaries to lib/qt4/bin * Move Qt5 libraries to lib/qt5/lib By moving the libraries we should finally be able to get rid of the inplace upgrade bug (see ports bugs 194088, 195105 and 198720): when Qt5's libraries were lying in /usr/local/lib, which would often get added by pkgconfig to the linker paths via dependencies, the already installed libraries were linked against, instead of the ones that were being built. This forced us to make sure, that -L${WRKSRC}/lib was always coming before -L/usr/local/lib in the linker flags. With this change this should no longer be the case. * Rename some ports to match the rest (foo-qtX -> qtX-foo) * Depend on new port misc/qtchooser [see UPDATING & CHANGES] There are several new Qt5 ports which all have been created by Marie Loise Nolden <nolden@kde.org>. Thanks again. PR: 216797 Exp-Run by: antoine Reviewed by: rakuco, mat, groot_kde.org Approved by: rakuco (mentor) Differential Revision: https://reviews.freebsd.org/D9213 Notes: svn path=/head/; revision=434380
* Pass CONFIGURE_ENV to the manual call to `configure'Tobias C. Berner2017-01-211-1/+1
| | | | | | | | | | | | | qt4-mobility manually runs its configure script in pre-configure. However, it does not source the contents of CONFIGURE_ENV into its environment. In the near future however, CONFIGURE_ENV will be needed to run the proper qmake4 resp qmake5 binary. Approved by: rakuco (mentor) Notes: svn path=/head/; revision=432052
* Remove libintl.so.9 compatibility link that was added in r374303 toTijl Coosemans2016-12-081-1/+1
| | | | | | | | prevent massive PORTREVISION bumps. Bump dependent ports that have not been bumped since. Notes: svn path=/head/; revision=428152
* Stop exporting QT_BINDIR and QT_LIBDIR to PLIST_SUB.Tobias C. Berner2016-11-291-58/+58
| | | | | | | | | | | | | | | As at the moment QT_BINDIR and QT_LIBDIR are 'bin' respectively 'lib' depending on the Qt version these subs ended up at many wrong places in plists. So only export it if QT_DIST is set. PR: 210227 Reviewed by: mat, rakuco Approved by: portmgr (mat), rakuco (mentor) Differential Revision: https://reviews.freebsd.org/D8378 Notes: svn path=/head/; revision=427356
* Remove wrongly used QT-related plist-subs from plistTobias C. Berner2016-10-281-1/+1
| | | | | | | | | | | %%QT_BINDIR%% and %%QT_LIBDIR%% represent the relative location of the Qt binaries and libraries respectively -- they are only 'bin' and 'lib' by chance, and should not be used that way. Approved by: portmgr (blanket), rakuco (mentor) Notes: svn path=/head/; revision=424837
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.Mathieu Arnold2016-04-011-3/+3
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412348
* Allow building without /usr/bin/perl symlinkAntoine Brodin2014-11-292-32/+2
| | | | | | | PR: ports/195494 Notes: svn path=/head/; revision=373616
* Update the default version of GCC in the Ports Collection from GCC 4.7.4Gerald Pfeifer2014-09-101-0/+1
| | | | | | | | | | | | | to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit) Notes: svn path=/head/; revision=367888
* new port: multimedia/qt4-mobilityVeniamin Gvozdikov2014-07-084-0/+1005
Additional Qt APIs for mobile devices and desktop platforms WWW: http://qt-project.org/wiki/Category:Developing_with_Qt::QtMobility/ Notes: svn path=/head/; revision=361280