[Bug 246212] [NEW PORT] multimedia/playerctl: MPRIS command-line controller and library

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue May 5 05:27:32 UTC 2020


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=246212

            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 at FreeBSD.org
          Reporter: liweitianux at live.com

Created attachment 214143
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=214143&action=edit
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):
------------------------------------------------------
====> 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 declared as
a dependency
Warning: you need USES+=iconv, USES+=iconv:wchar_t, or USES+=iconv:translit
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+=libpcre.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+=libffi.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 appreciated.


Regards,
Aaron

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


More information about the freebsd-ports-bugs mailing list