aboutsummaryrefslogtreecommitdiff
path: root/graphics/mypaint
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup LIB_DEPENDSAntoine Brodin2021-04-231-1/+1
|
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* graphics/mypaint: Fix packaging with Python 3.8Kai Knoblich2021-03-032-3/+3
| | | | | | | | | | | | | | * Also apply the same fix as in r559094 by stripping libraries by wildcard paths. * Add "noflavors" to USE_PYTHON as well to avoid package name collisions if built with "BUILD_ALL_PYTHON_FLAVORS". PR: 253815 Approved by: python (with hat) Notes: svn path=/head/; revision=567246
* Prefer graphics/ligvrsvg2-rust over graphics/librsvg2Tobias C. Berner2020-11-091-1/+1
| | | | | | | | | | | | | | - switch to the more modern version of librsvg2 on architectures supporting rust - this will fix some graphical issues on these architectures PR: 250276 Exp-run by: antoine Submitted by: tobik Differential Revision: https://reviews.freebsd.org/D18878 Notes: svn path=/head/; revision=554733
* Move devel/swig30 to devel/swig and update to 4.0.1Sunpoet Po-Chuan Hsieh2020-06-171-2/+1
| | | | | | | | | | | | | | | - Do not silence installation message - Update dependent ports: - Fix build with swig 4.0.1 - Update *_DEPENDS - Remove BINARY_ALIAS Changes: http://www.swig.org/news.php PR: 246613 Exp-run by: antoine Notes: svn path=/head/; revision=539491
* Bump PORTREVISION for devel/json-c json-cSunpoet Po-Chuan Hsieh2020-05-221-0/+1
| | | | Notes: svn path=/head/; revision=536219
* graphics/mypaint: Update to 2.0.0Rodrigo Osorio2020-03-287-722/+547
| | | | | | | | | | | | | | | | | | | | | Port update port and take maintenership by Greg Major changes: - Linear compositing and spectral blending (pigment). - Layer views. - Brush strokes dependent on view rotation and view zoom. - Additional symmetry modes: vertical, vertical+horizontal, rotational, snowflake. - Expanded flood fill functionality: offset, feather, gap detection and more. - New brush settings: offsets, gridmap, additional smudge settings, posterize, pigment. - New brush inputs: barrel rotation, base radius, zoom level, gridmap x/y, direction 360, attack angle. See full changelog for more details: https://github.com/mypaint/mypaint/blob/master/Changelog.md PR: 235805 Submitted by: Greg V <greg@unrelenting.technology> Notes: svn path=/head/; revision=529329
* Deprecate a few portsAntoine Brodin2019-12-261-0/+3
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=520894
* 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
* Related to revision 499061 bump ports with USES=fortran to have themGerald Pfeifer2019-04-221-1/+1
| | | | | | | | | | benefit from the improved situation where libgcc_s is only used when absolutely necessary. Suggested by: tijl Notes: svn path=/head/; revision=499638
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2018-12-121-1/+1
| | | | | | | | | | | | | | | | | | defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t GCC 8.2 under most circumstances. 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, as a double check, everything INDEX-11 showed depending on lang/gcc7. PR: 231590 Notes: svn path=/head/; revision=487272
* Chase gegl changes.Koop Mast2018-10-072-7/+8
| | | | Notes: svn path=/head/; revision=481476
* Update devel/json-c to 0.13.1Sunpoet Po-Chuan Hsieh2018-09-051-1/+1
| | | | | | | | | | | | - Add my LOCAL to MASTER_SITES - Bump PORTREVISION of dependent ports for shlib change Changes: https://github.com/json-c/json-c/blob/master/ChangeLog PR: 231007 Exp-run by: antoine Notes: svn path=/head/; revision=479045
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2018-07-291-0/+1
| | | | | | | | | | | | | | | | | in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which has now moved from GCC 6 to GCC 7 by default. This includes ports - featuring USE_GCC=yes or USE_GCC=any, - featuring USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and those - with USES=compiler specifying one of openmp, nestedfct, c11, c++0x, c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib. PR: 222542 Notes: svn path=/head/; revision=475857
* - Update to 1.2.1Wen Heping2018-07-233-50/+4
| | | | | | | | PR: 229911 Submitted by: ryo@tetera.org Notes: svn path=/head/; revision=475151
* Bump PORTREVISIONs of all users of math/mpc that we just updated toGerald Pfeifer2018-03-101-1/+1
| | | | | | | version 1.1.0 (via revision 464079). Notes: svn path=/head/; revision=464084
* Reduce dependency on the python2 metaportAntoine Brodin2018-02-191-2/+2
| | | | | | | | PR: 225752 Submitted by: Yasuhiro KIMURA Notes: svn path=/head/; revision=462307
* Update devel/json-c to 0.13Sunpoet Po-Chuan Hsieh2018-01-031-1/+1
| | | | | | | | | | | | | - Add TEST_TARGET - While I'm here, fix shebang for net/opensips - Bump PORTREVISION of dependent ports for shlib change Changes: https://github.com/json-c/json-c/blob/master/ChangeLog PR: 224675 Exp-run by: antoine Notes: svn path=/head/; revision=457965
* Change build dependency from swig13 to swig30Baptiste Daroussin2017-10-111-1/+2
| | | | Notes: svn path=/head/; revision=451797
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2017-09-101-1/+1
| | | | | | | | | | | | | | | | | (via Mk/bsd.default-versions.mk and lang/gcc) which has moved from GCC 5.4 to GCC 6.4 under most circumstances. 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, c++11-lib, c++11-lang, c++14-lang, c++0x, c11, or gcc-c++11-lib. PR: 219275 Notes: svn path=/head/; revision=449591
* Bump PORTREVISIONs for ports depending on the canonical version of GCC andGerald Pfeifer2017-04-011-1/+1
| | | | | | | | | | | | | | | | | lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some circumstances such as versions of FreeBSD or platforms). This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using using Mk/bsd.octave.mk which in turn has USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang, c++11-lang, c++0x, c11, or gcc-c++11-lib. PR: 216707 Notes: svn path=/head/; revision=437439
* Bump PORTREVISIONS for ports depending on the canonical version of GCC andGerald Pfeifer2016-12-071-1/+1
| | | | | | | | | | | | | | | | | | lang/gcc which have moved from GCC 4.8.5 to GCC 4.9.4 (at least under some circumstances such as versions of FreeBSD or platforms), part II. The first part covered ports with USE_GCC=yes, USE_GCC=any, or one of gcc-c++11-lib, openmp, nestedfct, c++11-lib as well as c++14-lang, c++11-lang, c++0x, c11 requested via USES=compiler. This adds ports with USES=fortran and ports using Mk/bsd.octave.mk which in turn has USES=fortran. PR: 214965 Reported by: thierry Notes: svn path=/head/; revision=428057
* graphics/mypaint: allow Clang build via OPENMP=offJan Beich2016-11-231-4/+11
| | | | Notes: svn path=/head/; revision=426914
* Update to 1.2.0.Mathieu Arnold2016-05-0912-359/+497
| | | | | | | | | PR: 209297 Submitted by: tkato432 yahoo com Sponsored by: Absolight Notes: svn path=/head/; revision=414849
* graphics/mypaint: fix minor issuesJan Beich2016-04-267-27/+35
| | | | | | | | | | | | | - Move to new home [1] - Define LICENSE [2] - Strip python C module [3] - Add USES=desktop-file-utils [3] - Apply style (echo, makepatch) [2] Noticed by: portscout [1], portlint [2], stage-qa [3] Notes: svn path=/head/; revision=414046
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.Mathieu Arnold2016-04-011-6/+6
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412346
* Build using lang/gcc* to avoid runtime issues with old -lgcc_s or ClangJan Beich2015-01-281-2/+3
| | | | | | | | | | | | | | Absence of RPATH leads to mypaint loading old libgcc_s.so.1 from base first which later breaks |import numpy| as libgfortran wants newer version. On 10.0+ the issue is masked by Clang failing to instantiate some templates. PR: 188382 PR: 193429 Differential Revision: https://reviews.freebsd.org/D1616 Approved by: bapt (mentor) Notes: svn path=/head/; revision=378057
* Canonicalize some dependencies on numpyAntoine Brodin2015-01-231-2/+2
| | | | Notes: svn path=/head/; revision=377743
* - Drop @dirrm* from plistDmitry Marakasov2014-09-231-41/+0
| | | | Notes: svn path=/head/; revision=369074
* Release maintainership; scons makes this impossible to maintainDmitry Marakasov2014-09-111-1/+1
| | | | Notes: svn path=/head/; revision=367939
* 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
* Fix build after json-c update.Adam Weinberger2014-08-202-5/+13
| | | | | | | | The plist still has some issues, namely trying to remove share/icons/hicolor directories. Notes: svn path=/head/; revision=365470
* If people find autotools/cmake being bad build system, they should try ↵Baptiste Daroussin2014-05-271-9/+12
| | | | | | | scons, I'm pretty sure they will end up loving autotools/cmake Notes: svn path=/head/; revision=355508
* 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
* devel/json-c: update to 0.11William Grzybowski2013-11-091-1/+1
| | | | | | | | | | | | | - Update to 0.11 - Bump revision of dependent ports - Fix pkg-plist [1] PR: ports/182958 Submitted by: zi, wg [1] Approved by: maintainer (timeout) Notes: svn path=/head/; revision=333306
* Update to libmpc version 1.0.1 which brings the following fixes:Gerald Pfeifer2013-10-261-0/+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 [fgijk]) Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=331272
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | graphics) Notes: svn path=/head/; revision=327733
* Add explicit dependency on pkgconf (27 ports)John Marino2013-09-121-1/+1
| | | | Notes: svn path=/head/; revision=327018
* - Convert USE_GETTEXT to USES (part 3)Alex Kozlov2013-04-241-1/+1
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=316464
* - Update to version 1.1.0 [1]Pawel Pekala2013-04-178-106/+412
| | | | | | | | | | | | | - Respect CFLAGS - Remove Author tag from pkg-descr PR: ports/175223 [1] Submitted by: Vitaly Magerya <vmagerya@gmail.com> [1] Approved by: maintainer timeout Feature safe: yes Notes: svn path=/head/; revision=315985
* - update png to 1.5.10Dirk Meyer2012-06-011-0/+1
| | | | Notes: svn path=/head/; revision=297915
* - Update to 1.0.0Dmitry Marakasov2011-12-176-609/+533
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=287558
* The vast majority of pkg-descr files had the following format when theyDoug Barton2011-10-241-1/+1
| | | | | | | | | | | | | | | | | | | had both lines: Author: ... WWW: .... So standardize on that, and move them to the end of the file when necessary. Also fix some more whitespace, and remove more "signature tags" of varying forms, like -- name, etc. s/AUTHOR/Author/ A few other various formatting issues Notes: svn path=/head/; revision=284239
* -remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276992
* - 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.8.2Dmitry Marakasov2010-03-162-4/+4
| | | | Notes: svn path=/head/; revision=251116
* - Update to 0.8.1Dmitry Marakasov2010-02-233-5/+5
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=250238
* - update to jpeg-8Dirk Meyer2010-02-051-0/+1
| | | | Notes: svn path=/head/; revision=249285
* - Update to 0.8.0Dmitry Marakasov2010-02-014-63/+486
| | | | Notes: svn path=/head/; revision=249032