Re: multimedia/vlc: enable VA-API on amd64

2024-07-27 Thread Klemens Nanni
16.07.2024 01:58, Stuart Henderson пишет: > On 2024/07/15 21:49, Klemens Nanni wrote: >> Keeping it actively disabled on !amd64 should not be needed as feature >> detection >> should gracefully fail, but doing it explicitly conveys meaning, so... But disabling is still needed to install extra fil

Re: multimedia/vlc: enable VA-API on amd64

2024-07-27 Thread Klemens Nanni
22.07.2024 10:37, Brad Smith пишет: > Re-do this so it is not adding --disable-libva and put the files in the main  > PLIST > and you should be good. Is VA-API available and would VLC still build on every arch it does now? If not, there'd be nonexistent files in PLIST-main, no?

Re: multimedia/vlc: enable VA-API on amd64

2024-07-22 Thread Brad Smith
On 2024-07-15 5:49 p.m., Klemens Nanni wrote: Keeping it actively disabled on !amd64 should not be needed as feature detection should gracefully fail, but doing it explicitly conveys meaning, so... I manually sorted 'va va-x11 va-drm' into WANTLIB-main as 'port-lib-depends-check' wouldn't reg

Re: multimedia/vlc: enable VA-API on amd64

2024-07-16 Thread Rafael Sadowski
Regardless of this change. Why are you so sure that we ONLY support amd64? FreeBSD builds libva under: aarch64 amd64 armv6 armv7 i386 powerpc powerpc64 powerpc64le? I think libva intel-support makes sense for i386. I think we have 3 cases here: 1.) libva support in general 2.) libva AMD/mesa dri

Re: multimedia/vlc: enable VA-API on amd64

2024-07-15 Thread Stuart Henderson
On 2024/07/15 21:49, Klemens Nanni wrote: > Keeping it actively disabled on !amd64 should not be needed as feature > detection > should gracefully fail, but doing it explicitly conveys meaning, so... Untested and may need tweaking, but can I interest you in something like this instead? It moves t