[Bug 258720] multimedia/avidemux: update to 2.7.8
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 258720] multimedia/avidemux: update to 2.7.8"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 25 Sep 2021 13:53:50 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=258720
Tobias C. Berner <tcberner@freebsd.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |tcberner@freebsd.org
--- Comment #1 from Tobias C. Berner <tcberner@freebsd.org> ---
Moin moin
Thanks alot for working on this :)
A few notes:
BUILD_DEPENDS+=
${LOCALBASE}/include/avidemux/2.7/qt5/config.h:multimedia/avidemux-qt5
RUN_DEPENDS+=
${LOCALBASE}/include/avidemux/2.7/qt5/config.h:multimedia/avidemux-qt5
would be a bit more readable using the dependency line
BUILD_DEPENDS+= avidemux-qt5>0:multimedia/avidemux-qt5
RUN_DEPENDS+= avidemux-qt5>0:multimedia/avidemux-qt5
Instead of using
CMAKE_ARGS+= -DGETTEXT:BOOL=OFF
you can write
CMAKE_OFF+=GETTEXT
mfg Tobias
--
You are receiving this mail because:
You are the assignee for the bug.