[Bug 267132] multimedia/gstreamer1-plugins-dts: fails to build if devel/libgusb and multimedia/v4l_compat are installed

From: <bugzilla-noreply_at_freebsd.org>
Date: Fri, 21 Oct 2022 12:11:07 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=267132

Oleg Sidorkin <osidorkin@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |osidorkin@gmail.com

--- Comment #9 from Oleg Sidorkin <osidorkin@gmail.com> ---
Was able to build with the following patch:

--- a/multimedia/gstreamer1-plugins-dts/Makefile                               
                                                                               
                                                 +++
b/multimedia/gstreamer1-plugins-dts/Makefile                                   
                                                                               
                                             @@ -14,4 +14,4 @@ LIB_DEPENDS= 
libdca.so:multimedia/libdca                                                    
                                                                               
                                                                               
                                                                               
                                                                   .include
"${MASTERDIR}/Makefile"                                                        
                                                                               
                                                                               
                                                                               
                                                                               
        -MESON_ARGS+= -Dgpl=enabled                                            
                                                                               
                                                         +MESON_ARGS+=
-Dgpl=enabled -Dv4l2codecs=disabled -Dsvthevcenc=disabled

(disabled codecs have separate ports so they shouldn't be built here anyway)

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