Re: git: 147ab5f4869e - main - multimedia/vapoursynth: Limit port to tier 1 (64-bit) platforms and fix some style issues

Daniel Engberg <[email protected]> Sun, 28 Jun 2026 10:16:28 +0200
Newsgroups gmane.os.freebsd.devel.multimedia,gmane.os.freebsd.ports.scm
Message-ID <a08d4d98-341b-4ceb-8920-e132fe5efb80__4581.8437052489$1782634605$gmane$org@FreeBSD.org>
On 2026-06-27 03:58, Jan Beich wrote:
> Daniel Engberg <[email protected]> writes:
> 
>> +ONLY_FOR_ARCHS=	aarch64 amd64
>> +ONLY_FOR_ARCHS_REASON=	Upstream only targets 64-bit archs and plugins are only optimized and/or runs reasonably fast on aarch64 and amd64
> 
> Prevents building some consumers:
> - multimedia/av1an (better stick to H.264 encoding on 32-bit systems)
> - multimedia/avidemux* (VAPOURSYNTH by default since e38225e3a3e0)
> - multimedia/ffms2 (unbundling logic since e1d1c63cd024)
> - multimedia/lives (depends on x264 CLI)
> - multimedia/x264 (FFMS by default since 95f2ab1c3855, doesn't affect using libx264 via ffmpeg)
> 
> Maybe limit VAPOURSYNTH and FFMS defaults to aarch64 + amd64 like here.

Hi,

Many distros don't even bother with 32-bit for both technical and 
practical reasons. We're discontinuing i386 and armv7 is not usable in 
practice and indirectly creating more work so is it even worth spending 
time on?

General thoughts about multimedia/avidemux,
Unless we start to track master branch we should remove it that this 
stage, there are many major bugs and issues in current version making it 
barely usable and QT5 is going away.

Best regards,
Daniel