Port details |
- vapoursynth-fmtconv Format conversion tools for Vapoursynth and Avisynth+
- r30_1 graphics =2 r30_1Version of this port present on the latest quarterly branch.
- There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
- Port Added: 2017-06-16 00:32:06
- Last Update: 2023-10-05 22:05:58
- Commit Hash: a9a1a26
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: WTFPL
- WWW:
- https://github.com/EleonoreMizo/fmtconv
- Description:
- Fmtconv is a format-conversion plug-in for the Vapoursynth and
Avisynth+ video processing engines.
It does:
* Resizing.
* Bitdepth conversion with dithering.
* Colorspace conversion (matrix, transfer characteristics and
chromatic adaptation).
It supports:
* Pixel data types: 8--12-, 14- and 16-bit integer, 32-bit float.
* Colorspaces: RGB, Y, YUV in 4:4:4, 4:2:2, 4:2:0, 4:1:1 and YCgCo
with the same chroma subsampling factors.
* Progressive and interlaced content.
Fmtconv is focussed primarily on quality and exactness rather than
execution speed. This does not mean it is slow or unoptimized, but
fmtconv is clearly not on par with the fastest equivalent 8-bit
filters.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- vapoursynth-fmtconv>0:graphics/vapoursynth-fmtconv
- To install the port:
- cd /usr/ports/graphics/vapoursynth-fmtconv/ && make install clean
- To add the package, run one of these commands:
- pkg install graphics/vapoursynth-fmtconv
- pkg install vapoursynth-fmtconv
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: vapoursynth-fmtconv
- Flavors: there is no flavor information for this port.
- ONLY_FOR_ARCHS: aarch64 amd64
- distinfo:
- TIMESTAMP = 1691311545
SHA256 (fmtconv-r30.zip) = f35dba222f2a4d998cd5f777e14382d21337f86fec8ba38832d577ad5795f2e6
SIZE (fmtconv-r30.zip) = 7457629
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.3 : devel/gmake
- autoconf>=2.71 : devel/autoconf
- automake>=1.16.5 : devel/automake
- libtoolize : devel/libtool
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for vapoursynth-fmtconv-r30_1:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- graphics_vapoursynth-fmtconv
- USES:
- autoreconf compiler:c++14-lang gmake libtool zip
- pkg-message:
- For install:
- Vapoursynth-fmtconv requires AVX2 instruction set on amd64 and should be recompiled with CPUTYPE defined for best performance.
If it fails to run (SIGILL, Illegal instruction) ensure your CPU supports AVX2 instructions.
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
r30_1 05 Oct 2023 22:05:58 |
Daniel Engberg (diizzy) |
*/*: Bump consumers of multimedia/vapoursynth
New version of vapoursynth in tree |
r30 06 Aug 2023 11:53:44 |
Daniel Engberg (diizzy) |
graphics/vapoursynth-fmtconv: Fix build when CPUTYPE isn't defined
Make fails to execute on some systems when CPUTYPE isn't defined,
wrap it behind bsd.port.options.mk to fix it
Reported by: dvl |
06 Aug 2023 10:16:23
|
Daniel Engberg (diizzy) |
vapoursynth-fmtconv: Update to version r30
* Drop ARM 32-bit, too slow platform to be usable
* Switch to upstream release archive |
r28 04 May 2023 05:00:15 |
Jan Beich (jbeich) |
graphics/vapoursynth-fmtconv: drop maintainership |
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) |
r28 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 ) |
r28 04 Dec 2021 21:43:02 |
Jan Beich (jbeich) |
graphics/vapoursynth-fmtconv: limit to x86 and arm
Based on src/fstb/def.h:
#if defined (__i386__) || defined (_M_IX86) || defined (_X86_) || defined
(_M_X64) || defined (__x86_64__) || defined (__INTEL__)
#define fstb_ARCHI fstb_ARCHI_X86
#elif defined (__arm__) || defined (__arm) || defined (__arm64__) || defined
(__arm64) || defined (_M_ARM) || defined (__aarch64__)
#define fstb_ARCHI fstb_ARCHI_ARM
#else
#error
#endif |
r28 20 Nov 2021 10:08:15 |
Jan Beich (jbeich) |
graphics/vapoursynth-fmtconv: update to r28
Changes: https://github.com/EleonoreMizo/fmtconv/releases/tag/r28
Reported by: GitHub (watch releases) |
r27 31 Oct 2021 16:55:56 |
Jan Beich (jbeich) |
graphics/vapoursynth-fmtconv: update to r27
Changes: https://github.com/EleonoreMizo/fmtconv/releases/tag/r27
Reported by: GitHub (watch releases) |
r26 20 Oct 2021 03:32:02 |
Jan Beich (jbeich) |
graphics/vapoursynth-fmtconv: update to r26
Changes: https://github.com/EleonoreMizo/fmtconv/releases/tag/r26
Reported by: GitHub (watch releases) |
r25 22 Sep 2021 08:28:24 |
Jan Beich (jbeich) |
graphics/vapoursynth-fmtconv: update to r25
Changes: https://github.com/EleonoreMizo/fmtconv/releases/tag/r25
Reported by: GitHub (watch releases) |
r24 16 Aug 2021 22:38:38 |
Jan Beich (jbeich) |
graphics/vapoursynth-fmtconv: update description after 90f0a32e4c72
From https://github.com/EleonoreMizo/fmtconv/commit/a4b3931f45fc |
r24 16 Aug 2021 22:38:38 |
Jan Beich (jbeich) |
graphics/vapoursynth-fmtconv: unbreak on i386 after 90f0a32e4c72 |
r24 16 Aug 2021 20:51:39 |
Jan Beich (jbeich) |
graphics/vapoursynth-fmtconv: update to r24
Due to https://github.com/EleonoreMizo/fmtconv/commit/eb847d926a28
system "VapourSynth.h" from multimedia/vapoursynth cannot be used.
Changes: https://github.com/EleonoreMizo/fmtconv/releases/tag/r24
Reported by: GitHub (watch releases) |
r23 14 Jul 2021 21:12:07 |
Jan Beich (jbeich) |
graphics/vapoursynth-fmtconv: update to r23
Changes: https://github.com/EleonoreMizo/fmtconv/releases/tag/r23
Reported by: GitHub (watch releases) |
r22 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
r22 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
r22 18 May 2020 00:37:06 |
linimon |
Mark as BROKEN on powerpc64.
The complete error message:
# In file included from ./../../src/conc/AtomicPtr.h:30,
# from ./../../src/conc/CellPool.h:30,
# from ./../../src/conc/ObjPool.h:44,
# from ../../src/fmtc/Bitdepth.h:30,
# from ../../src/main.cpp:18:
# ./../../src/conc/def.h:45:3: error: #error
Approved by: portmgr (tier-2 blanket) |
r22 19 Dec 2019 17:44:47 |
jbeich |
graphics/vapoursynth-fmtconv: unbreak on non-x86
In file included from ../../src/fmtc/Bitdepth.cpp:28:
In file included from ./../../src/fmtc/Bitdepth.h:30:
In file included from ./../../src/conc/ObjPool.h:44:
In file included from ./../../src/conc/CellPool.h:31:
./../../src/conc/AtomicInt.h:131:20: error: call to non-static member function
without an object argument
std::atomic <T>::is_lock_free,
~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
./../../src/conc/CellPool.h:95:18: note: in instantiation of template class
'conc::AtomicInt<unsigned long>' requested here
CountCells _nbr_avail_cells;
^
Obtained from: upstream |
r22 11 Dec 2019 21:23:27 |
jbeich |
graphics/vapoursynth-fmtconv: update to r22
Changes: https://github.com/EleonoreMizo/fmtconv/releases/tag/r22
Reported by: GitHub (watch releases) |
r21 09 Dec 2019 17:14:11 |
jbeich |
graphics/vapoursynth-fmtconv: update to r21
Changes: https://github.com/EleonoreMizo/fmtconv/releases/tag/r21
Reported by: portscout |
r20_4 03 Nov 2019 15:52:34 |
jbeich |
multimedia/vapoursynth-*: stop using %%FOO%% outside of pkg-plist |
r20_4 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 |
r20_3 12 Dec 2018 01:35:36 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
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 |
r20_2 10 Sep 2018 13:14:52 |
mat |
Add DOCS options to ports that should have one.
Also various fixes related to said option.
PR: 230864
Submitted by: mat
exp-runs by: antoine |
r20_2 29 Jul 2018 22:18:46 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
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 |
r20_1 10 Sep 2017 20:55:39 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
(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 |
r20 18 Jul 2017 11:47:10 |
jbeich |
graphics/vapoursynth-fmtconv: disable on non-x86
../../src/fmtcl/MatrixProc.cpp:362:18: error: out-of-line definition of
'setup_fnc_sse' does not match any declaration in 'fmtcl::MatrixProc'
void MatrixProc::setup_fnc_sse (bool int_proc_flag, SplFmt src_fmt, int
src_bits, SplFmt dst_fmt, int dst_bits, bool single_plane_flag)
^~~~~~~~~~~~~
../../src/fmtcl/MatrixProc.cpp:368:17: error: no member named
'process_1_flt_sse' in 'fmtcl::MatrixProc'; did you mean
'::fmtcl::MatrixProc::process_1_flt_cpp'?
_proc_ptr = &ThisType::process_1_flt_sse;
^~~~~~~~~~~~~~~~~~~~~~~~~~~
Reported by: pkg-fallout (aarch64) |
r20 16 Jun 2017 00:31:52 |
jbeich |
graphics/vapoursynth-fmtconv: add new port
Requested by: Juho Kerola
Fmtconv is a format-conversion plug-in for the Vapoursynth video
processing engine.
It does:
* Resizing.
* Bitdepth conversion with dithering.
* Colorspace conversion (matrix, transfer characteristics and chromatic
adaptation).
It supports:
* Pixel data types: 8--12-, 14- and 16-bit integer, 32-bit float.
* Colorspaces: RGB, Y, YUV in 4:4:4, 4:2:2, 4:2:0, 4:1:1 and YCgCo with the same
chroma subsampling factors.
* Progressive and interlaced content.
Fmtconv is focussed primarily on quality and exactness rather than
execution speed. This does not mean it is slow or unoptimized, but
fmtconv is clearly not on par with the fastest equivalent 8-bit
filters.
https://github.com/EleonoreMizo/fmtconv |