aboutsummaryrefslogtreecommitdiff
path: root/multimedia/py-openlp
Commit message (Collapse)AuthorAgeFilesLines
* multimedia/py-openlp: Update 2.1.6 -> 2.4.6Kurt Jaeger2018-08-094-33/+36
| | | | | | | | | | | | | | | | | | | | | | | | | | | - adds LICENSE_FILE - copies OpenLP to ${PREFIX}/bin (= renamed copy of openlp.py) with appropriate workaround for the openlp.desktop file. This is required to start the software. Otherwise it yields the following error: ImportError: No module named 'openlp.core'; 'openlp' is not a package. - added INSTALLS_ICONS to pet portlint - merged pre-build target into post-build target - sorted variables a bit PR: 211665 Submitted by: Kai <freebsd_ports@k-worx.org> Changes: https://openlp.org/blog/2017/04/02/fix-all-the-bugs-openlp-246 https://openlp.org/blog/2017/02/05/a-few-more-bugs-fixed-openlp-245 https://openlp.org/blog/2016/11/27/openlp-244-released https://openlp.org/blog/2016/09/25/openlp-243-and-personal-news https://openlp.org/blog/2016/06/26/openlp-242-released https://openlp.org/blog/2016/05/01/openlp-241-released https://openlp.org/blog/2016/02/14/openlp-24-released https://openlp.org/blog/2015/11/01/first-22-series-bugfix-release-openlp-221 https://openlp.org/blog/2015/10/18/openlp-22-released Notes: svn path=/head/; revision=476718
* Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mkTobias C. Berner2018-06-281-2/+2
| | | | | | | | | | | | | | | | | | 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-1/+1
| | | | | | | | Approved by: portmgr (mat) Differential Revision: https://reviews.freebsd.org/D14632 Notes: svn path=/head/; revision=472983
* Use PY_FLAVOR for dependencies.Mathieu Arnold2018-06-201-11/+11
| | | | | | | | | | FLAVOR is the current port's flavor, it should not be used outside of this scope. Sponsored by: Absolight Notes: svn path=/head/; revision=472884
* - Reassign ports to the heapThomas Abthorpe2018-02-231-1/+1
| | | | Notes: svn path=/head/; revision=462658
* Convert Python ports to FLAVORS.Mathieu Arnold2017-11-301-12/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ports using USE_PYTHON=distutils are now flavored. They will automatically get flavors (py27, py34, py35, py36) depending on what versions they support. There is also a USE_PYTHON=flavors for ports that do not use distutils but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if using distutils but flavors are not wanted. A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been added to cope with Python ports that did not have the Python PKGNAMEPREFIX but are flavored. USES=python now also exports a PY_FLAVOR variable that contains the current python flavor. It can be used in dependency lines when the port itself is not python flavored. For example, deskutils/calibre. By default, all the flavors are generated. To only generate flavors for the versions in PYTHON2_DEFAULT and PYTHON3_DEFAULT, define BUILD_DEFAULT_PYTHON_FLAVORS in your make.conf. In all the ports with Python dependencies, the *_DEPENDS entries MUST end with the flavor so that the framework knows which to build/use. This is done by appending '@${PY_FLAVOR}' after the origin (or @${FLAVOR} if in a Python module with Python flavors, as the content will be the same). For example: RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} PR: 223071 Reviewed by: portmgr, python Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D12464 Notes: svn path=/head/; revision=455210
* Update Qt5 to 5.7.1, and unify the Qt4 and Qt5 ports some moreTobias C. Berner2017-02-181-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* Switch ports to use USE_PYQT=<foo> instead of using RUN_- and BUILD_DEPENDSTobias C. Berner2017-02-041-11/+3
| | | | | | | | | | | | pyqt.mk provides USE_PYQT=<list> to depend on its components. Convert the ports not yet using it to it. Reviewed by: rakuco, mat Approved by: rakuco (mentor) Differential Revision: https://reviews.freebsd.org/D9261 Notes: svn path=/head/; revision=433310
* ${RM} already has -f.Mathieu Arnold2016-10-211-1/+1
| | | | | | | | | | PR: 213570 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight Notes: svn path=/head/; revision=424411
* - Depend on sqlalchemy to fix buildsThomas Abthorpe2016-08-061-2/+3
| | | | | | | | | | - Bump PORTREVISION Reported by: pkgbot MFH: 2016Q3 Notes: svn path=/head/; revision=419749
* Remove useless WRKSRC definitions.Mathieu Arnold2016-05-251-1/+0
| | | | | | | | | While there, correct DEV_WARNINGS when they occur. Sponsored by: Absolight Notes: svn path=/head/; revision=415839
* Reorganise and modernise the py-sqlalchemy ports.Matthew Seaman2016-05-221-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Introduce new ports for the sqlalchemy 0.9 and 1.0 release branches. - Deprecate the ports for the 0.6 and 0.7 release branches, as these have been declared EoL and are no longer supported by upstream. - Update to the latest available version in each branch. In detail: Port Version Maintainer ---------------------------------------------- py-sqlalchemy06 0.6.9 nivit@FreeBSD.org (Deprecate 2016-08-20) [1] py-sqlalchemy07 0.7.10 nivit@FreeBSD.org (renamed py-sqlalchemy, Deprecate 2016-08-20) [1] py-sqlalchemy08 0.8.7 nivit@FreeBSD.org (renamed py-sqlalchemy-devel) [1] py-sqlalchemy09 0.9.10 m.tsatsenko@gmail.com (new, repocopy from py-sqlalchemy-devel) [2] py-sqlalchemy10 1.0.13 m.tsatsenko@gmail.com (new, repocopy from py-sqlalchemy-devel) [2] - Use options-helpers and option dependent make targets. - Use autoplist for documents as well as python code - Add all the docments to the packages: previously an arbitrary subset was added in a way that excluded CSS, images and other HTML assets. - Use TEST_DEPENDS and add a TEST_TARGET instead of having a 'TEST' option. - Use py-pytest for 0.9.x and later, rather than py-nose. - Add CONFLICTS_INSTALL between all of the py-sqlalchemyXY ports. PR: 191442 Submitted by: robak Reviewed by: robak Reviewed by: pi Approved by: nivit (maintainer timeout, ~300days) [1] Approved by: m.tsatsenko@gmail.com (maintainer) [2] Sponsored by: https://reviews.freebsd.org/D908 Notes: svn path=/head/; revision=415627
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.Mathieu Arnold2016-04-011-22/+22
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412348
* - Update to 2.1.6Thomas Abthorpe2015-12-083-22/+3
| | | | Notes: svn path=/head/; revision=403327
* - Remove extra entry from pkg-plistDmitry Marakasov2015-10-032-1/+1
| | | | | | | | | - Add NO_ARCH Approved by: portmgr blanket Notes: svn path=/head/; revision=398462
* - Update to 2.1.5Thomas Abthorpe2015-06-083-4/+28
| | | | Notes: svn path=/head/; revision=388892
* - Drop @dirrm* from and add empty directories to pkg-plistsDmitry Marakasov2015-02-011-18/+0
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=378270
* - Convert ports of multimedia/ to new USES=pythonMarcus von Appen2014-10-211-4/+2
| | | | | | | Approved by: portmgr (implicit) Notes: svn path=/head/; revision=371331
* 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
* - Update to 2.0.5Thomas Abthorpe2014-09-052-4/+3
| | | | Notes: svn path=/head/; revision=367324
* Catch a couple of missing convertsion to :tu/:tlBaptiste Daroussin2014-05-051-1/+1
| | | | | | | | Submitted by: ak With hat: portmgr Notes: svn path=/head/; revision=352993
* Update the default version of GCC used in the Ports Collection fromGerald Pfeifer2014-03-101-1/+1
| | | | | | | | | | | | | | GCC 4.6.4 to GCC 4.7.3. This entails updating the lang/gcc port as well as changing the default in Mk/bsd.default-versions.mk. Part II, Bump PORTREVISIONs. PR: 182136 Supported by: Christoph Moench-Tegeder <cmt@burggraben.net> (fixing many ports) Tested by: bdrewery (two -exp runs) Notes: svn path=/head/; revision=347809
* - Bump PORTREVISION after KDE4_PREFIX changeMax Brazhnikov2014-02-181-1/+1
| | | | Notes: svn path=/head/; revision=344898
* - Support STAGEDIRThomas Abthorpe2014-01-213-992/+35
| | | | | | | | | - Thanks to antoine@ who did all the real work to clean this up Submitted by: antoine Notes: svn path=/head/; revision=340608
* Python cleanup:Rene Ladan2014-01-131-1/+1
| | | | | | | | | | - USE_PYTHON* = 2.X -> USE_PYTHON* = 2 - USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes Reviewed by: python (mva, rm) Approved by: portmgr-lurkers (mat) Notes: svn path=/head/; revision=339634
* Update to libmpc version 1.0.1 which brings the following fixes:Gerald Pfeifer2013-10-261-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Switched to automake 1.11.6, see CVE-2012-3386. - #14669: Fixed extraction of CC from gmp.h. - Fixed case of intermediate zero real or imaginary part in mpc_fma, found by hydra with GMP_CHECK_RANDOMIZE=1346362345. This is on top of the following changes from version 1.0 - Licence change towards LGPLv3+ for the code and GFDLv1.3+ (with no invariant sections) for the documentation. - 100% of all lines are covered by tests - Renamed functions . mpc_mul_2exp to mpc_mul_2ui . mpc_div_2exp to mpc_div_2ui - 0^0, which returned (NaN,NaN) previously, now returns (1,+0). - Removed compatibility with K&R compilers, which was untestable due to lack of such compilers. - New functions . mpc_log10 . mpc_mul_2si, mpc_div_2si - Speed-ups . mpc_fma - Bug fixes . mpc_div and mpc_norm now return a value indicating the effective rounding direction, as the other functions. . mpc_mul, mpc_sqr and mpc_norm now return correct results even if there are over- or underflows during the computation. . mpc_asin, mpc_proj, mpc_sqr: Wrong result when input variable has infinite part and equals output variable is corrected. . mpc_fr_sub: Wrong return value for imaginary part is corrected. Convert to the new LIB_DEPENDS standard and remove hard-coded .so versions from a couple of dependent ports. Bump PORTREVISIONS of all dependent ports. PR: 183141 Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=331644
* - Remove manual creation and removal of share/applications, as it's now in ↵Dmitry Marakasov2013-10-221-1/+0
| | | | | | | | | the mtree (categories starting with m) Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=331270
* multimedia/py-openlp: change beautifulsoup dependencyWilliam Grzybowski2013-10-031-1/+2
| | | | | | | | | - Change beautifulsoup dependency, version 3.0 is going to be removed Approved by: maintainer (via email) Notes: svn path=/head/; revision=329169
* 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
* - Update to 2.0.3Thomas Abthorpe2013-09-193-24/+29
| | | | Notes: svn path=/head/; revision=327593
* Chase renaming databases/py-migrate to databases/py-sqlalchemy-migrateLi-Wen Hsu2013-09-011-1/+2
| | | | Notes: svn path=/head/; revision=325854
* - Update to 2.0.1Thomas Abthorpe2013-03-203-1003/+979
| | | | Notes: svn path=/head/; revision=314740
* Bump PORTREVISON after devel/py-sip and devel/qscintilla2 update.Max Brazhnikov2013-02-031-1/+1
| | | | | | | | x11-toolkits/py-qt: - mark BROKEN: does not build with latest devel/py-sip Notes: svn path=/head/; revision=311476
* - Fix plistThomas Abthorpe2012-10-022-1/+1
| | | | | | | | | - Bump PORTREVISION Submitted by: pointyhat via beatmail Notes: svn path=/head/; revision=305147
* - Update to 1.9.12Thomas Abthorpe2012-09-223-12/+8
| | | | Notes: svn path=/head/; revision=304664
* - Remove patchfiles neglected in last commitThomas Abthorpe2012-08-242-51/+0
| | | | | | | | Pointyhat to:: tabthorpe Notified by: QAT Notes: svn path=/head/; revision=303104
* - Update to 1.9.11Thomas Abthorpe2012-08-243-10/+21
| | | | Notes: svn path=/head/; revision=303100
* - Update to 1.9.10Thomas Abthorpe2012-07-195-11/+426
| | | | | | | Submitted by: Raoul Synman (Upline developer) Notes: svn path=/head/; revision=301183
* - Update to 1.9.9Thomas Abthorpe2012-06-133-7/+12
| | | | | | | Prodded by: superfly via irc Notes: svn path=/head/; revision=299164
* - update png to 1.5.10Dirk Meyer2012-06-011-1/+1
| | | | Notes: svn path=/head/; revision=297915
* Chase PyQT updateMax Brazhnikov2012-05-251-1/+1
| | | | Notes: svn path=/head/; revision=297369
* - Add py-qt4-opengl dependencyThomas Abthorpe2012-04-281-0/+2
| | | | | | | - Bump PORTREVISION Notes: svn path=/head/; revision=295630
* - Update to 1.9.8Thomas Abthorpe2011-12-283-687/+25
| | | | Notes: svn path=/head/; revision=288156
* - Update to 1.9.7Thomas Abthorpe2011-09-263-14/+707
| | | | Notes: svn path=/head/; revision=282400
* - Build with easy_installThomas Abthorpe2011-09-212-457/+645
| | | | | | | | | | | - Update plist - Bump PORTREVISION PR: ports/160285 Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> Notes: svn path=/head/; revision=282096
* - Update to 1.9.6Thomas Abthorpe2011-09-094-18/+21
| | | | | | | Thanks to: Raoul "Superfly" Snyman (upstream developer) Notes: svn path=/head/; revision=281530
* - Fix path/typo in the tuple of py-sqlalchemy in RUN_DEPENDSNicola Vitale2011-06-251-1/+1
| | | | | | | Reported by: pavbot Notes: svn path=/head/; revision=276326
* - Fix RUN_DEPENDS after the repocopy of databases/py-sqlalchemyNicola Vitale2011-06-231-2/+2
| | | | | | | | (This port doesn't yet support SQLAlchemy 0.7.X) - Bump PORTREVISION Notes: svn path=/head/; revision=276141
* - Fix dependenciesThomas Abthorpe2011-04-101-1/+7
| | | | | | | - Bump PORTREVISION Notes: svn path=/head/; revision=272456
* - Update to 1.9.5Thomas Abthorpe2011-03-304-32/+69
| | | | Notes: svn path=/head/; revision=272003