[Bug 196299] [maintainer] multimedia/xbmc: Rename to kodi, Update to 14.0

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Feb 18 02:35:09 UTC 2015


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

--- Comment #15 from Jan Beich <jbeich at FreeBSD.org> ---
Comment on attachment 150990
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=150990
audio/shairplay new port

Maybe define LICENSE based on which *.o files are built and checking
with WRKSRC/LICENSE e.g.,

  LICENSE=    BSD3CLAUSE LGPL21 MIT
  LICENSE_COMB=    multi

>XLIB_DEPENDS=	libao.so:${PORTSDIR}/audio/libao \
>X		libavahi-client.so:${PORTSDIR}/net/avahi-app

The code doesn't want libavahi-client.so but different library:

  // src/lib/dnssd.c
  #elif USE_LIBDL
          dnssd->module = dlopen("libdns_sd.so", RTLD_LAZY);

which you can express as

  # copied from devel/libqxt
  OPTIONS_DEFAULT=        AVAHI
  OPTIONS_SINGLE=        ZEROCONF
  OPTIONS_SINGLE_ZEROCONF=    AVAHI MDNSRESPONDER
  AVAHI_LIB_DEPENDS=        libdns_sd.so:${PORTSDIR}/net/avahi-libdns
  MDNSRESPONDER_LIB_DEPENDS=    libdns_sd.so:${PORTSDIR}/net/mDNSResponder

>sed 's/^X//' >audio/shairplay/pkg-descr << '11a0175d6764badad27a3bd659969c96'
>XShairplay
>XFree portable AirPlay server implementation similar to ShairPort.
>XCurrently only AirPort Express emulation is supported.

Drop title or fit it into a continuous sentence e.g.,

  Shairplay is a free portable AirPlay server implementation similar to
  ShairPort. Currently only AirPort Express emulation is supported.

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


More information about the freebsd-ports-bugs mailing list