Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Feb 2015 02:35:08 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 196299] [maintainer] multimedia/xbmc: Rename to kodi, Update to 14.0
Message-ID:  <bug-196299-13-g44RvxqFhi@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-196299-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-196299-13@https.bugs.freebsd.org/bugzilla/>

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

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

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

  LICENSE=3D    BSD3CLAUSE LGPL21 MIT
  LICENSE_COMB=3D    multi

>XLIB_DEPENDS=3D	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 =3D dlopen("libdns_sd.so", RTLD_LAZY);

which you can express as

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

>sed 's/^X//' >audio/shairplay/pkg-descr << '11a0175d6764badad27a3bd659969c=
96'
>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.

--=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-196299-13-g44RvxqFhi>