Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 11 May 2024 16:17:49 +0000
From:      bugzilla-noreply@freebsd.org
To:        multimedia@FreeBSD.org
Subject:   [Bug 278916] multimedia/vlc: prevent silent grab several libs, add dependency from devel/abseil to CHROMECAST, make portclippy happy
Message-ID:  <bug-278916-12827@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 278916
           Summary: multimedia/vlc: prevent silent grab several libs, add
                    dependency from devel/abseil to CHROMECAST, make
                    portclippy happy
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs@FreeBSD.org
          Reporter: vvd@FreeBSD.org
                CC: danfe@FreeBSD.org, multimedia@FreeBSD.org
                CC: danfe@FreeBSD.org, multimedia@FreeBSD.org
 Attachment #250585 maintainer-approval?
             Flags:

Created attachment 250585
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D250585&action=
=3Dedit
sort out Makefile v1

"make stage-qa" on live system:
Error: /usr/local/lib/vlc/plugins/access/libaccess_srt_plugin.so is linked =
to
/usr/local/lib/libsrt.so.1.5 from www/srt but it is not declared as a
dependency
Warning: you need LIB_DEPENDS+=3Dlibsrt.so:www/srt
Error: /usr/local/lib/vlc/plugins/codec/libaribsub_plugin.so is linked to
/usr/local/lib/libaribb24.so.0 from multimedia/aribb24 but it is not declar=
ed
as a dependency
Warning: you need LIB_DEPENDS+=3Dlibaribb24.so:multimedia/aribb24
Error: /usr/local/lib/vlc/plugins/stream_out/libstream_out_chromecast_plugi=
n.so
is linked to /usr/local/lib/libabsl_log_internal_check_op.so.2301.0.0 from
devel/abseil but it is not declared as a dependency
... cut many lines about devel/abseil ...
Error: /usr/local/lib/vlc/plugins/stream_out/libstream_out_chromecast_plugi=
n.so
is linked to /usr/local/lib/libabsl_log_severity.so.2301.0.0 from devel/abs=
eil
but it is not declared as a dependency
Warning: you need LIB_DEPENDS+=3Dlibabsl_log_severity.so:devel/abseil

1. Add options ARIBSUB and SRT.
2. Add libabsl_base.so:devel/abseil to CHROMECAST_LIB_DEPENDS.
3. Sort options to make portclippy happy.
4. Remove GNU_CONFIGURE_MANPREFIX.

--=20
You are receiving this mail because:
You are on the CC list for the bug.=



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