Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 25 Sep 2021 13:53:50 +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-3oWLGqMjZn@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-258720-12827@https.bugs.freebsd.org/bugzilla/>

index | next in thread | previous in thread | raw e-mail

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.

home | help

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