aboutsummaryrefslogtreecommitdiff
path: root/multimedia/minitube/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2019-07-261-1/+1
| | | | | | | | | | | | | | | | | | as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3 to GCC 9.1 under most circumstances now after revision 507371. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, everything INDEX-11 shows with a dependency on lang/gcc9 now. PR: 238330 Notes: svn path=/head/; revision=507372
* multimedia/phonon, multimedia/phonon-gestreamer, ↵Tobias C. Berner2019-03-161-1/+1
| | | | | | | multimedia/phonon-designerplugin: remove flavorse (Qt4 deprecation) Notes: svn path=/head/; revision=495961
* Fix build on gcc-based architectures:Mark Linimon2019-03-121-1/+1
| | | | | | | | | cc1plus: error: unrecognized command line option "-std=gnu++11" Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=495422
* Fix Qt5 symbol version scripts to put the catch-all clause first. WhenTijl Coosemans2019-01-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a symbol matches multiple clauses the last one takes precedence. If the catch-all is last it captures everything. In the case of Qt5 libraries this caused all symbols to have a Qt_5 label while some should have Qt_5_PRIVATE_API. This only affects lld because GNU ld always gives the catch-all lowest priority. Older versions of Qt5Webengine exported some memory allocation symbols from the bundled Chromium. Version 5.9 stopped exporting these [1] but the symbols were kept as weak wrappers for the standard allocation functions to maintain binary compatibility. [2][3] The problem is that the call to the standard function in these weak wrappers is only resolved to the standard function if there's a call to this standard function in other parts of Qt5Webengine, because only then is there a non-weak symbol that takes precedence over the weak one. If there's no such non-weak symbol the call in the weak wrapper resolves to the weak wrapper itself creating an infinite call loop that overflows the stack and causes a crash. Some of the allocation functions are variants of C++ new and delete and it probably depends on the compiler whether these variants are used in other parts of Qt5Webengine. Remove the weak wrappers (make them Linux specific). This isn't binary compatible but we are already breaking that with the changes to the symbol versions. [1] https://github.com/qt/qtwebengine/commit/5c2cbfccf9aafb547b0b30914c4056abd25942a4 [2] https://github.com/qt/qtwebengine/commit/2ed5054e3a800fa97c2c9e920ba1e6ea4b6ef2a5 [3] https://github.com/qt/qtwebengine/commit/009f5ebb4bd6e50188671e0815a5dae6afe39db5 Bump all ports that depend on Qt5. PR: 234070 Exp-run by: antoine Approved by: kde (adridg) Notes: svn path=/head/; revision=490472
* Merge lang/qt5-qml and x11-toolkits/qt5-quick into x11-toolkits/qt5-declarativeTobias C. Berner2018-11-041-1/+1
| | | | | | | | | | | | - There was no obvious reason to split these ports, and it makes porting simpler; the set of ports using either mostly coincided. Exp-run by: antoine PR: 223687 PR: 232751 Notes: svn path=/head/; revision=484140
* Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mkTobias C. Berner2018-06-281-3/+4
| | | | | | | | | | | | | | | | | | From now on, ports that depend on Qt4 will have to set USES= qt:4 USE_QT= foo bar ports depending on Qt5 will use USES= qt:5 USE_QT= foo bar PR: 229225 Exp-run by: antoine Reviewed by: mat Approved by: portmgr (antoine) Differential Revision: →https://reviews.freebsd.org/D15540 Notes: svn path=/head/; revision=473503
* multimedia/*phonon*: update and flavorize with @qt4/@qt5Tobias C. Berner2018-06-211-0/+1
| | | | | | | | Approved by: portmgr (mat) Differential Revision: https://reviews.freebsd.org/D14632 Notes: svn path=/head/; revision=472983
* multimedia/minitube: Update to 2.9Yuri Victorovich2018-02-161-4/+2
| | | | | | | | | | | | Additional port changes: * Replaced with DISTVERSION * Removed INSTALLS_ICONS (not a gtk app) * Added the patch with the workaround for the build failure Approved by: tcberner (mentor, implicit) Notes: svn path=/head/; revision=461987
* Update to upstream version 2.7, update message on API keysThomas Zander2017-06-041-2/+1
| | | | | | | | PR: 219621 Submitted by: vidar@karlsen.tech Notes: svn path=/head/; revision=442542
* Revision bump of all ports with USE_GL after consolidation of mesa-libsMatthew Rezny2017-05-231-0/+1
| | | | | | | | Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D10845 Notes: svn path=/head/; revision=441503
* Update multimedia/minitube to 2.6Tobias C. Berner2017-05-151-2/+2
| | | | | | | | | Changes: http://flavio.tordini.org/minitube-2-6 Approved by: rakuco (mentor, implicit) Notes: svn path=/head/; revision=440964
* Update to 2.5.2Jason E. Hale2016-11-181-5/+9
| | | | | | | Note: This release uses Qt5 now instead of Qt4 Notes: svn path=/head/; revision=426325
* - Add LICENSEDmitry Marakasov2016-11-071-5/+8
| | | | | | | | | - Pet portlint - Cosmetic fixes - Add missing qtcore dependency Notes: svn path=/head/; revision=425614
* Reassign makc's ports back to the pool.Raphael Kubo da Costa2016-10-201-1/+1
| | | | | | | | | | | | See "Maintainer Reset" in https://www.freebsd.org/portmgr/policies_contributors.html. makc's last commit was in March 31st (r412218), and his ports have been timing out since at least July (r418155). I also emailed him 2 weeks ago and have received no response so far. Notes: svn path=/head/; revision=424339
* Convert my ports to new options helpersMax Brazhnikov2015-08-251-6/+4
| | | | Notes: svn path=/head/; revision=395231
* multimedia/minitube:Max Brazhnikov2015-07-171-5/+8
| | | | | | | | - Update to 2.4 with support for the latest YouTube API - Remove INSTALLS_ICONS needless for Qt/KDE ports Notes: svn path=/head/; revision=392335
* multimedia/minitube: remove BOM to fix build on 8.4-RELEASEMax Brazhnikov2015-03-281-0/+3
| | | | Notes: svn path=/head/; revision=382531
* multimedia/minitube:Max Brazhnikov2015-03-081-5/+2
| | | | | | | | | - Update to 2.3 - Don't force dependency on Phonon GStreamer backend - Remove stale patch Notes: svn path=/head/; revision=380786
* - Switch my ports to USE_QT4=linguisttools_build and adjust Qt componentsMax Brazhnikov2015-02-241-6/+1
| | | | | | | | - Use LUPDATE/LRELEASE provided by bsd.qt.mk - Drop needless stripping Notes: svn path=/head/; revision=379845
* Update the default version of GCC in the Ports Collection from GCC 4.7.4Gerald Pfeifer2014-09-101-1/+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
* - Bump PORTREVISION after KDE4_PREFIX changeMax Brazhnikov2014-02-181-0/+1
| | | | Notes: svn path=/head/; revision=344898
* - Clean up after conversion to USES=qmakeMax Brazhnikov2013-11-261-10/+4
| | | | | | | - Use options helpels Notes: svn path=/head/; revision=334926
* - Remove now needless qmake_build from USE_QT4Max Brazhnikov2013-11-211-3/+2
| | | | | | | | - Get rid of QMAKEFLAGS - Convert to USES=dos2unix Notes: svn path=/head/; revision=334497
* - Convert to USES= qmakeMax Brazhnikov2013-10-091-8/+4
| | | | | | | | | | - Bring stage support - Adjust DESKTOP_ENTRIES - Use options helpers - Use new LIB_DEPENDS syntax Notes: svn path=/head/; revision=329880
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | multimedia) Notes: svn path=/head/; revision=327747
* - Remove MAKE_JOBS_SAFE variableAlex Kozlov2013-08-141-1/+0
| | | | | | | Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=324744
* - Add global options (DOCS, NLS, etc) to the OPTIONS_DEFINE and partly ↵Max Brazhnikov2013-05-121-0/+2
| | | | | | | | | | | | | | revert r315222 [1] - Convert WITH_DEBUG to new options framework - Trim Makefile header - Adjust COMMENTs - Reformat/update description [1] See follow-up discussion: http://lists.freebsd.org/pipermail/svn-ports-head/2013-March/016094.html Notes: svn path=/head/; revision=317947
* - Add global options (DOCS, NLS, etc) to the OPTIONS_DEFINE if it'sMax Brazhnikov2013-03-251-2/+0
| | | | | | | | already defined - Remove OPTIONS_DEFINE, if it contains only global options Notes: svn path=/head/; revision=315222
* Update to 2.0Max Brazhnikov2013-02-251-1/+1
| | | | Notes: svn path=/head/; revision=312931
* Update to 1.9Max Brazhnikov2012-11-031-7/+4
| | | | | | | | | | | Trim Makefile header Update COMMENT Explicitly declare NLS in options Feature safe: yes Notes: svn path=/head/; revision=306928
* - Convert my ports to new options frameworkMax Brazhnikov2012-07-271-2/+4
| | | | | | | | - use CONFLICTS_INSTALL - other minor changes Notes: svn path=/head/; revision=301600
* Update to 1.8Max Brazhnikov2012-07-231-2/+1
| | | | Notes: svn path=/head/; revision=301359
* - Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4Martin Wilke2012-06-061-3/+2
| | | | | | | Review by: bapt, David Naylor (kde team) Notes: svn path=/head/; revision=298557
* - update png to 1.5.10Dirk Meyer2012-06-011-0/+1
| | | | Notes: svn path=/head/; revision=297915
* Update to 1.7Max Brazhnikov2012-01-161-1/+1
| | | | Notes: svn path=/head/; revision=289322
* Update to 1.6Max Brazhnikov2011-11-071-1/+1
| | | | Notes: svn path=/head/; revision=285254
* Update to version 1.5Pawel Pekala2011-08-161-1/+1
| | | | | | | | | PR: 159788 Submitted by: me Approved by: makc (maintainer via private mail), wen (mentor) Notes: svn path=/head/; revision=279806
* Update to 1.4.2Max Brazhnikov2011-04-301-1/+1
| | | | | | | | PR: ports/156682 Submitted by: bartoletti <coder at tuxfamily.org> Notes: svn path=/head/; revision=273371
* Update to 1.4.1Max Brazhnikov2011-04-051-2/+2
| | | | | | | | PR: based on ports/156122 Submitted by: Gvozdikov Veniamin <g.veniamin at googlemail.com> Notes: svn path=/head/; revision=272263
* Add dependency on gstreamer-ffmpegMax Brazhnikov2011-03-121-1/+3
| | | | Notes: svn path=/head/; revision=270740
* Update to 1.4Max Brazhnikov2011-03-101-1/+1
| | | | Notes: svn path=/head/; revision=270615
* Update to 1.3Max Brazhnikov2010-12-111-1/+1
| | | | Notes: svn path=/head/; revision=266059
* Update to 1.2Max Brazhnikov2010-10-171-1/+1
| | | | Notes: svn path=/head/; revision=263154
* Update to 1.1Max Brazhnikov2010-07-281-2/+2
| | | | | | | | PR: based on ports/149035 Submitted by: Ivan Georgiev <iegeorgiev at gmail.com> Notes: svn path=/head/; revision=258404
* Update to 1.0Max Brazhnikov2010-05-061-7/+2
| | | | Notes: svn path=/head/; revision=253807
* - update to 1.4.1Dirk Meyer2010-03-281-0/+1
| | | | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605
* Update to 0.9Max Brazhnikov2010-01-311-1/+1
| | | | Notes: svn path=/head/; revision=248978
* Update to 0.8.1Max Brazhnikov2009-12-091-2/+1
| | | | Notes: svn path=/head/; revision=245461
* Update to 0.7Max Brazhnikov2009-10-241-1/+1
| | | | Notes: svn path=/head/; revision=243266
* Update to 0.6.1Max Brazhnikov2009-09-201-1/+1
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=241812