aboutsummaryrefslogtreecommitdiff
path: root/graphics/movit
Commit message (Collapse)AuthorAgeFilesLines
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* graphics/movit: Update to 1.6.3Neel Chauhan2021-02-093-6/+5
| | | | | | | Changes: https://git.sesse.net/?p=movit;a=blob;f=NEWS;h=28c066c1f37bee6bc68b525741668dff05b0722f;hb=HEAD Notes: svn path=/head/; revision=564828
* - Upgrade math/eigen3 to 3.3.8;Thierry Thomas2020-12-121-1/+1
| | | | | | | | | | | | | - Add some dependencies which might be detected by Find_Package but not registered; - Bump PORTREVISION of consumers. PR: 250833 Submitted by: /me Approved by: tcberner@ (KDE / maintainer) + exp-run Notes: svn path=/head/; revision=557839
* 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
* Update math/eigen3 to 3.3.7Tobias C. Berner2018-12-261-0/+1
| | | | | | | | - http://eigen.tuxfamily.org/index.php?title=ChangeLog#Eigen_3.3.6 - http://eigen.tuxfamily.org/index.php?title=ChangeLog#Eigen_3.3.7 Notes: svn path=/head/; revision=488363
* USES=compiler:c++11-lang is needed to fix linking with multimedia/mlt.Mark Linimon2018-12-201-1/+2
| | | | | | | | PR: 233906 Submitted by: Piotr Kubaj Notes: svn path=/head/; revision=487835
* Update multimedia/mlt, multimedia/shotcut and graphics/movitTobias C. Berner2018-12-114-15/+17
| | | | | | | | | | | | | | | - multimedia/mlt: 6.12.0 - multimedia/shotcut: 18.11.18 - graphics/movit: 1.6.2 To reduce the bumps, all in one. PR: 229068 PR: 229071 Approved by: multimedia (kwm) Notes: svn path=/head/; revision=487262
* Return avilla@'s ports to the pool after his commit bit got taken in for ↵Rene Ladan2018-10-011-1/+1
| | | | | | | safekeeping. Notes: svn path=/head/; revision=481072
* This needs eigen at runtime too.Mathieu Arnold2018-01-041-2/+2
| | | | | | | | Pointy hat: tcberner Sponsored by: Absolight Notes: svn path=/head/; revision=458029
* New USES=eigenTobias C. Berner2018-01-021-3/+2
| | | | | | | | | | | | | | | | | | | | | | | | | Usage: USES=eigen:<version>[,<type>] version: 2 or 3 (required) type: build (default), run For example: USES=eigen:2,build,run will add a BUILD- and RUN_DEPENDS on math/eigen2, and USES=eigen:3 will add a BUILD_DEPENDS on math/eigen3. * Convert the existing ports to use it - biology/iqtree: remove run time dependency (seemed not to be needed) - graphics/movit: remove run time dependency (seemed not to be needed) - science/avogadro: add run time dependeny (installed cmake file requires it to be present) Reviewed by: rakuco, mat Differential Revision: https://reviews.freebsd.org/D13702 Notes: svn path=/head/; revision=457914
* Movit is the Modern Video Toolkit, notwithstanding that anythingAlberto Villa2016-12-236-0/+172
that's called "modern" usually isn't, and it's really not a toolkit. Movit aims to be a _high-quality_, _high-performance_, _open-source_ library for video filters. WWW: https://movit.sesse.net Notes: svn path=/head/; revision=429213