Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 05 May 2020 05:27:30 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 246212] [NEW PORT] multimedia/playerctl: MPRIS command-line controller and library
Message-ID:  <bug-246212-7788@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 246212
           Summary: [NEW PORT] multimedia/playerctl: MPRIS command-line
                    controller and library
           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: liweitianux@live.com

Created attachment 214143
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D214143&action=
=3Dedit
multimedia/playerctl port shar

Hi,

I've ported the playerctl (https://github.com/altdesktop/playerctl), which =
is a
MPRIS command-line controller and library, to DragonFly BSD and FreeBSD.  I=
've
tested and am using it on DragonFly BSD and it should just work on FreeBSD =
as
well.

'portlint' says 'looks fine'.

'make stage-qa' generates the following warnings (on DragonFly BSD 5.9):
------------------------------------------------------
=3D=3D=3D=3D> Running Q/A tests (stage-qa)
Error: /usr/local/lib/libplayerctl.so.2.1.1 is linked to
/usr/local/lib/libiconv.so.2 from converters/libiconv but it is not declare=
d as
a dependency
Warning: you need USES+=3Diconv, USES+=3Diconv:wchar_t, or USES+=3Diconv:tr=
anslit
depending on needs
Error: /usr/local/lib/libplayerctl.so.2.1.1 is linked to
/usr/local/lib/libpcre.so.1 from devel/pcre but it is not declared as a
dependency
Warning: you need LIB_DEPENDS+=3Dlibpcre.so:devel/pcre
Error: /usr/local/lib/libplayerctl.so.2.1.1 is linked to
/usr/local/lib/libffi.so.6 from devel/libffi but it is not declared as a
dependency
Warning: you need LIB_DEPENDS+=3Dlibffi.so:devel/libffi
------------------------------------------------------

However, all those libraries (libiconv, libpcre, libffi) are pulled by Glib
libraries (e.g., libgio-2.0.so, libglib-2.0.so, libgobject-2.0.so).  So I'm=
 not
sure how to best handle these warnings.  Any suggestions are very appreciat=
ed.


Regards,
Aaron

--=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-246212-7788>