Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 06 May 2022 13:01:20 +0000
From:      bugzilla-noreply@freebsd.org
To:        multimedia@FreeBSD.org
Subject:   [Bug 258720] multimedia/avidemux: update to 2.7.8
Message-ID:  <bug-258720-12827-tD0aPoiyIX@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-258720-12827@https.bugs.freebsd.org/bugzilla/>
References:  <bug-258720-12827@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D258720

--- Comment #22 from Tobias C. Berner <tcberner@freebsd.org> ---
Moin moin=20

Could you explain why you chose to
.if ${PORT_OPTIONS:MVAPOURSYNTH}
.if ! ${USE_XORG:Mx11}
USE_XORG+=3D     x11
.endif
.endf
instead of simply=20
VAPORSYNTH_USE=3Dxorg=3Dx11

Similar for example the VDPAU option:
.if ${PORT_OPTIONS:MVDPAU}
.if ! ${LIB_DEPENDS:Mlibvdpau.so}
LIB_DEPENDS+=3D=E2=94=9C=E2=86=92=E2=86=92libvdpau.so:multimedia/libvdpau=20
.endif
.endif
is overly complicated. Why not simply=20
VDPAU_LIB_DEPENDS=3Dlibvdpau.so:multimedia/libvdpau=20

Please see [1] for more information on the option handling.

mfg Tobias

[1]
https://docs.freebsd.org/en/books/porters-handbook/makefiles/#makefile-opti=
ons

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-258720-12827-tD0aPoiyIX>