notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: graphics/vapoursynth-fmtconv/Makefile

Number of commits found: 28

Thursday, 5 Oct 2023
22:05 Daniel Engberg (diizzy) search for other commits by this committer
*/*: Bump consumers of multimedia/vapoursynth

New version of vapoursynth in tree
commit hash: a9a1a265e13b4e9f413797bf766b75a098526586 commit hash: a9a1a265e13b4e9f413797bf766b75a098526586 commit hash: a9a1a265e13b4e9f413797bf766b75a098526586 commit hash: a9a1a265e13b4e9f413797bf766b75a098526586 a9a1a26
Sunday, 6 Aug 2023
11:53 Daniel Engberg (diizzy) search for other commits by this committer
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
commit hash: 9c7774322415cab8ec0fea0715f536e340b4bbf3 commit hash: 9c7774322415cab8ec0fea0715f536e340b4bbf3 commit hash: 9c7774322415cab8ec0fea0715f536e340b4bbf3 commit hash: 9c7774322415cab8ec0fea0715f536e340b4bbf3 9c77743
10:16 Daniel Engberg (diizzy) search for other commits by this committer
vapoursynth-fmtconv: Update to version r30

* Drop ARM 32-bit, too slow platform to be usable
* Switch to upstream release archive
commit hash: e255bf2bdaa51438688cdfbf65385856086498f3 commit hash: e255bf2bdaa51438688cdfbf65385856086498f3 commit hash: e255bf2bdaa51438688cdfbf65385856086498f3 commit hash: e255bf2bdaa51438688cdfbf65385856086498f3 e255bf2
Thursday, 4 May 2023
05:00 Jan Beich (jbeich) search for other commits by this committer
graphics/vapoursynth-fmtconv: drop maintainership
commit hash: 4060cea1dc6afb4bd28173b3e08bf13b88714afe commit hash: 4060cea1dc6afb4bd28173b3e08bf13b88714afe commit hash: 4060cea1dc6afb4bd28173b3e08bf13b88714afe commit hash: 4060cea1dc6afb4bd28173b3e08bf13b88714afe 4060cea
Wednesday, 7 Sep 2022
21:10 Stefan Eßer (se) search for other commits by this committer
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.

This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.

There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.

The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.

Approved by:		portmgr (tcberner)
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 b7f0544
Saturday, 4 Dec 2021
21:43 Jan Beich (jbeich) search for other commits by this committer
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
commit hash: 646ee61254f0de8b6d3541f19d326ac00078fb2d commit hash: 646ee61254f0de8b6d3541f19d326ac00078fb2d commit hash: 646ee61254f0de8b6d3541f19d326ac00078fb2d commit hash: 646ee61254f0de8b6d3541f19d326ac00078fb2d 646ee61
Saturday, 20 Nov 2021
10:08 Jan Beich (jbeich) search for other commits by this committer
graphics/vapoursynth-fmtconv: update to r28

Changes:	https://github.com/EleonoreMizo/fmtconv/releases/tag/r28
Reported by:	GitHub (watch releases)
commit hash: 8cc54d65204e44e5d1da80f6c5a9989ca4d25cda commit hash: 8cc54d65204e44e5d1da80f6c5a9989ca4d25cda commit hash: 8cc54d65204e44e5d1da80f6c5a9989ca4d25cda commit hash: 8cc54d65204e44e5d1da80f6c5a9989ca4d25cda 8cc54d6
Sunday, 31 Oct 2021
16:55 Jan Beich (jbeich) search for other commits by this committer
graphics/vapoursynth-fmtconv: update to r27

Changes:	https://github.com/EleonoreMizo/fmtconv/releases/tag/r27
Reported by:	GitHub (watch releases)
commit hash: 00e5278d9dbc1984b8c237a1d0a2306aff79f328 commit hash: 00e5278d9dbc1984b8c237a1d0a2306aff79f328 commit hash: 00e5278d9dbc1984b8c237a1d0a2306aff79f328 commit hash: 00e5278d9dbc1984b8c237a1d0a2306aff79f328 00e5278
Wednesday, 20 Oct 2021
03:32 Jan Beich (jbeich) search for other commits by this committer
graphics/vapoursynth-fmtconv: update to r26

Changes:	https://github.com/EleonoreMizo/fmtconv/releases/tag/r26
Reported by:	GitHub (watch releases)
commit hash: bbd3cfa6d638f056d715779fc4129a913720c431 commit hash: bbd3cfa6d638f056d715779fc4129a913720c431 commit hash: bbd3cfa6d638f056d715779fc4129a913720c431 commit hash: bbd3cfa6d638f056d715779fc4129a913720c431 bbd3cfa
Wednesday, 22 Sep 2021
08:28 Jan Beich (jbeich) search for other commits by this committer
graphics/vapoursynth-fmtconv: update to r25

Changes:	https://github.com/EleonoreMizo/fmtconv/releases/tag/r25
Reported by:	GitHub (watch releases)
commit hash: 2635157516b767319be9604e917df1672a3d5f87 commit hash: 2635157516b767319be9604e917df1672a3d5f87 commit hash: 2635157516b767319be9604e917df1672a3d5f87 commit hash: 2635157516b767319be9604e917df1672a3d5f87 2635157
Monday, 16 Aug 2021
22:38 Jan Beich (jbeich) search for other commits by this committer
graphics/vapoursynth-fmtconv: unbreak on i386 after 90f0a32e4c72
commit hash: 79cec9807724d6558a74e894f0cbc32f3405c958 commit hash: 79cec9807724d6558a74e894f0cbc32f3405c958 commit hash: 79cec9807724d6558a74e894f0cbc32f3405c958 commit hash: 79cec9807724d6558a74e894f0cbc32f3405c958 79cec98
22:38 Jan Beich (jbeich) search for other commits by this committer
graphics/vapoursynth-fmtconv: update description after 90f0a32e4c72

From https://github.com/EleonoreMizo/fmtconv/commit/a4b3931f45fc
commit hash: d96d63795d042214aa3a7a9787a45e3842604dc6 commit hash: d96d63795d042214aa3a7a9787a45e3842604dc6 commit hash: d96d63795d042214aa3a7a9787a45e3842604dc6 commit hash: d96d63795d042214aa3a7a9787a45e3842604dc6 d96d637
20:51 Jan Beich (jbeich) search for other commits by this committer
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)
commit hash: 90f0a32e4c72d704266cb858384c72101b5cf64b commit hash: 90f0a32e4c72d704266cb858384c72101b5cf64b commit hash: 90f0a32e4c72d704266cb858384c72101b5cf64b commit hash: 90f0a32e4c72d704266cb858384c72101b5cf64b 90f0a32
Wednesday, 14 Jul 2021
21:12 Jan Beich (jbeich) search for other commits by this committer
graphics/vapoursynth-fmtconv: update to r23

Changes:	https://github.com/EleonoreMizo/fmtconv/releases/tag/r23
Reported by:	GitHub (watch releases)
commit hash: aca5d3ec9bc327fa0b9141c6109e4c61b06c0829 commit hash: aca5d3ec9bc327fa0b9141c6109e4c61b06c0829 commit hash: aca5d3ec9bc327fa0b9141c6109e4c61b06c0829 commit hash: aca5d3ec9bc327fa0b9141c6109e4c61b06c0829 aca5d3e
Wednesday, 7 Apr 2021
08:09 Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c cf118cc
Tuesday, 6 Apr 2021
14:31 Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb 305f148
Monday, 18 May 2020
00:37 linimon search for other commits by this committer
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)
Original commitRevision:535693 
Thursday, 19 Dec 2019
17:44 jbeich search for other commits by this committer
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
Original commitRevision:520450 
Wednesday, 11 Dec 2019
21:23 jbeich search for other commits by this committer
graphics/vapoursynth-fmtconv: update to r22

Changes:	https://github.com/EleonoreMizo/fmtconv/releases/tag/r22
Reported by:	GitHub (watch releases)
Original commitRevision:519841 
Monday, 9 Dec 2019
17:14 jbeich search for other commits by this committer
graphics/vapoursynth-fmtconv: update to r21

Changes:	https://github.com/EleonoreMizo/fmtconv/releases/tag/r21
Reported by:	portscout
Original commitRevision:519624 
Sunday, 3 Nov 2019
15:52 jbeich search for other commits by this committer
multimedia/vapoursynth-*: stop using %%FOO%% outside of pkg-plist
Original commitRevision:516436 
Friday, 26 Jul 2019
20:46 gerald search for other commits by this committer
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
Original commitRevision:507372 
Wednesday, 12 Dec 2018
01:35 gerald search for other commits by this committer
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
Original commitRevision:487272 
Monday, 10 Sep 2018
13:14 mat search for other commits by this committer
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
Original commitRevision:479406 
Sunday, 29 Jul 2018
22:18 gerald search for other commits by this committer
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
Original commitRevision:475857 
Sunday, 10 Sep 2017
20:55 gerald search for other commits by this committer
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
Original commitRevision:449591 
Tuesday, 18 Jul 2017
11:47 jbeich search for other commits by this committer
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)
Original commitRevision:446139 
Friday, 16 Jun 2017
00:31 jbeich search for other commits by this committer
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
Original commitRevision:443665 

Number of commits found: 28