Port details |
- movit High-performance video filters for the GPU
- 1.7.1 graphics =5 1.6.3_1Version of this port present on the latest quarterly branch.
- Maintainer: jhale@FreeBSD.org
- Port Added: 2016-12-23 02:35:42
- Last Update: 2024-10-31 23:59:18
- Commit Hash: a73e58c
- People watching this port, also watch:: xcb-util-image, libXdamage, libssh, kf5-kquickcharts, libevent
- License: GPLv2+
- WWW:
- https://movit.sesse.net
- Description:
- Movit is the Modern Video Toolkit, notwithstanding that anything
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.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/graphics/movit/ && make install clean
- To add the package, run one of these commands:
- pkg install graphics/movit
- pkg install movit
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: movit
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1730350248
SHA256 (movit-1.7.1.tar.gz) = b33073b705f0ccb6ac4942cf51151515407b40bb4e9a2dd0228c1c2cb1fbc11a
SIZE (movit-1.7.1.tar.gz) = 606885
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gmake>=4.4.1 : devel/gmake
- eigen3.pc : math/eigen3
- pkgconf>=1.3.0_1 : devel/pkgconf
- autoconf>=2.72 : devel/autoconf
- automake>=1.17 : devel/automake
- libtoolize : devel/libtool
- Library dependencies:
-
- libepoxy.so : graphics/libepoxy
- libfftw3.so : math/fftw3
- This port is required by:
- for Libraries
-
- multimedia/mlt7
-
Deleted ports which required this port:
- * - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...
Configuration Options:
- ===> The following configuration options are available for movit-1.7.1:
DOCS=on: Build and/or install documentation
TEST=off: Build and/or run tests
===> Use 'make config' to modify these settings
- Options name:
- graphics_movit
- USES:
- autoreconf compiler:c++14-lang gmake eigen:3 libtool pathfix pkgconfig
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.7.1 31 Oct 2024 23:59:18 |
Jason E. Hale (jhale) |
graphics/movit: Update to 1.7.1
- Take maintainership
- Add support for regression tests
- Simplify PORTDOCS install |
1.6.3_1 23 Apr 2023 09:09:58 |
Gerald Pfeifer (gerald) |
*: Bump PORTREVISIONs for math/mpc update to 1.3.1 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.6.3 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.6.3 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
1.6.3 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.6.3 09 Feb 2021 23:15:48 |
nc |
graphics/movit: Update to 1.6.3
Changes:
https://git.sesse.net/?p=movit;a=blob;f=NEWS;h=28c066c1f37bee6bc68b525741668dff05b0722f;hb=HEAD |
1.6.2_3 12 Dec 2020 17:04:37 |
thierry |
- Upgrade math/eigen3 to 3.3.8;
- 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 |
1.6.2_2 26 Jul 2019 20:46:57 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
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 |
1.6.2_1 26 Dec 2018 09:06:35 |
tcberner |
Update math/eigen3 to 3.3.7
- http://eigen.tuxfamily.org/index.php?title=ChangeLog#Eigen_3.3.6
- http://eigen.tuxfamily.org/index.php?title=ChangeLog#Eigen_3.3.7 |
1.6.2 20 Dec 2018 04:53:24 |
linimon |
USES=compiler:c++11-lang is needed to fix linking with multimedia/mlt.
PR: 233906
Submitted by: Piotr Kubaj |
1.6.2 11 Dec 2018 22:30:13 |
tcberner |
Update multimedia/mlt, multimedia/shotcut and graphics/movit
- 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) |
1.4.0_2 01 Oct 2018 21:43:18 |
rene |
Return avilla@'s ports to the pool after his commit bit got taken in for
safekeeping. |
1.4.0_2 04 Jan 2018 14:09:31 |
mat |
This needs eigen at runtime too.
Pointy hat: tcberner
Sponsored by: Absolight |
1.4.0_1 02 Jan 2018 16:49:24 |
tcberner |
New USES=eigen
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 |
1.4.0 23 Dec 2016 02:35:32 |
avilla |
Movit is the Modern Video Toolkit, notwithstanding that anything
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 |