FreeBSD Bugzilla – Attachment 167730 Details for
Bug 199743
[New Port] audio/forked-daapd: DAAP (iTunes) and RSP (Roku) media server
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
shar-23.4
forked.shar (text/plain), 5.47 KB, created by
Kurt Jaeger
on 2016-03-04 20:49:26 UTC
(
hide
)
Description:
shar-23.4
Filename:
MIME Type:
Creator:
Kurt Jaeger
Created:
2016-03-04 20:49:26 UTC
Size:
5.47 KB
patch
obsolete
># This is a shell archive. Save it in a file, remove anything before ># this line, and then unpack it by entering "sh file". Note, it may ># create directories; files and directories will be owned by you and ># have default permissions. ># ># This archive contains: ># ># forked-daapd ># forked-daapd/pkg-descr ># forked-daapd/distinfo ># forked-daapd/Makefile ># forked-daapd/files ># forked-daapd/files/forked_daapd.in ># forked-daapd/pkg-plist ># >echo c - forked-daapd >mkdir -p forked-daapd > /dev/null 2>&1 >echo x - forked-daapd/pkg-descr >sed 's/^X//' >forked-daapd/pkg-descr << '6f48b0468918b61ee07558edfb79a55c' >XIt has support for AirPlay devices/speakers, Apple Remote (and compatibles), >Xinternet radio, Spotify and LastFM. It does not support AirPlay video. >X >XDAAP stands for Digital Audio Access Protocol, and is the protocol used >Xby iTunes and friends to share/stream media libraries over the network. >X >XRSP is Roku's own media sharing protocol. Roku are the makers of the >XSoundBridge devices. >X >XWWW: https://github.com/ejurgensen/forked-daapd >6f48b0468918b61ee07558edfb79a55c >echo x - forked-daapd/distinfo >sed 's/^X//' >forked-daapd/distinfo << 'b77c6d6fc6d610ff90a78b2952ae2a00' >XSHA256 (ejurgensen-forked-daapd-23.4_GH0.tar.gz) = a89b3781037a0d40b1003a47d43f16882c219e1ad0ac13c3be025eca810bc888 >XSIZE (ejurgensen-forked-daapd-23.4_GH0.tar.gz) = 309844 >b77c6d6fc6d610ff90a78b2952ae2a00 >echo x - forked-daapd/Makefile >sed 's/^X//' >forked-daapd/Makefile << 'a8708f15bb527fc85ef70496eb8a3692' >X# Created by: Takumi Takahashi <takumiiinn@gmail.com> >X# $FreeBSD$ >X >XPORTNAME= forked-daapd >XPORTVERSION= 23.4 >XCATEGORIES= audio >X >XMAINTAINER= takumiiinn@gmail.com >XCOMMENT= DAAP (iTunes) and RSP (Roku) media server >X >XLICENSE= GPLv2 >X >XUSE_GITHUB= yes >XGH_ACCOUNT= ejurgensen >X >XUSES+= autoreconf compiler gettext gmake gperf iconv libtool pathfix pkgconfig >XBUILD_DEPENDS+= antlr3:${PORTSDIR}/devel/antlr3 >XLIB_DEPENDS+= libantlr3c.so:${PORTSDIR}/devel/libantlr3c \ >X libavahi-client.so:${PORTSDIR}/net/avahi-app \ >X libsqlite3.so:${PORTSDIR}/databases/sqlite3 \ >X libavcodec.so:${PORTSDIR}/multimedia/ffmpeg \ >X libconfuse.so:${PORTSDIR}/devel/libconfuse \ >X libevent.so:${PORTSDIR}/devel/libevent2 \ >X libmxml.so:${PORTSDIR}/textproc/mxml \ >X libgcrypt.so:${PORTSDIR}/security/libgcrypt \ >X libunistring.so:${PORTSDIR}/devel/libunistring >X >XOPTIONS_DEFINE= FLAC MUSEPACK ITUNES LASTFM MPD >X >XOPTIONS_RADIO= AUDIO >XOPTIONS_RADIO_AUDIO= OSS ALSA >X >XOPTIONS_DEFAULT=FLAC MUSEPACK ITUNES LASTFM MPD OSS >X >XITUNES_DESC= iTunes XML support >XLASTFM_DESC= LastFM support >XMPD_DESC= MPD protocol support >X >XOSS_CONFIGURE_WITH= oss4 >XALSA_CONFIGURE_WITH= alsa >XALSA_LIB_DEPENDS= libasound.so:${PORTSDIR}/audio/alsa-lib >XFLAC_CONFIGURE_ENABLE= flac >XFLAC_LIB_DEPENDS= libFLAC.so:${PORTSDIR}/audio/flac >XMUSEPACK_CONFIGURE_ENABLE=musepack >XMUSEPACK_LIB_DEPENDS= libtag_c.so:${PORTSDIR}/audio/taglib >XITUNES_CONFIGURE_ENABLE=itunes >XITUNES_LIB_DEPENDS= libplist.so:${PORTSDIR}/devel/libplist >XLASTFM_CONFIGURE_ENABLE=lastfm >XLASTFM_LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl >XMPD_CONFIGURE_ENABLE= mpd >X >XUSERS= daapd >XGROUPS= daapd >X >XCPPFLAGS+= -I${LOCALBASE}/include >XLDFLAGS+= -L${LOCALBASE}/lib >X >XGNU_CONFIGURE= yes >XCONFIGURE_TARGET=${ARCH:S/amd64/x86_64/}-portbld-${OPSYS:tl}${OSREL} >XCONFIGURE_ENV+= ANTLR="${LOCALBASE}/bin/antlr3" >XINSTALL_TARGET= install-strip >XUSE_LDCONFIG= ${LOCALBASE}/lib/forked-daapd >XUSE_RC_SUBR= forked_daapd >X >XBROKEN_FreeBSD_9= configure fails to find zlib >X >X.include <bsd.port.pre.mk> >X >Xpost-patch: >X # respect hier(7) >X # pkg-plist for @dir(daapd,daapd,700) /var/cache/forked-daapd/libspotify >X # pkg-plist for @dir(daapd,daapd,700) /var/cache/forked-daapd >X @${REINPLACE_CMD} -e 's@$$(DESTDIR)$$(localstatedir)@${STAGEDIR}/var@' ${WRKSRC}/Makefile.am >X >Xpost-install: >X # pkg-plist for @sample etc/forked-daapd.conf.sample >X @${MV} ${STAGEDIR}${PREFIX}/etc/forked-daapd.conf ${STAGEDIR}${PREFIX}/etc/forked-daapd.conf.sample >X # pkg-plist for other `make makeplist` >X >X.include <bsd.port.post.mk> >a8708f15bb527fc85ef70496eb8a3692 >echo c - forked-daapd/files >mkdir -p forked-daapd/files > /dev/null 2>&1 >echo x - forked-daapd/files/forked_daapd.in >sed 's/^X//' >forked-daapd/files/forked_daapd.in << 'b17eaa7a15b62038b79e54b9ba331d8c' >X#!/bin/sh >X >X# $FreeBSD$ >X# >X# PROVIDE: forked_daapd >X# REQUIRE: avahi_daemon dbus >X# KEYWORD: shutdown >X# >X# Add these lines to /etc/rc.conf.local or /etc/rc.conf >X# to enable this service: >X# >X# forked_daapd_enable (bool): Set to NO by default. >X# Set it to YES to enable forked_daapd. >X# forked_daapd_config (path): Set to %%PREFIX%%/etc/forked-daapd.conf >X# by default. >X# forked_daapd_flags (str): Set to "" by default >X >X. /etc/rc.subr >X >Xname=forked_daapd >Xrcvar=forked_daapd_enable >X >Xload_rc_config $name >X >X: ${forked_daapd_enable:="NO"} >X: ${forked_daapd_config:="%%PREFIX%%/etc/forked-daapd.conf"} >X: ${forked_daapd_flags:=""} >X >Xpidfile="/var/run/${name}.pid" >Xrequired_files="$forked_daapd_config" >X >Xcommand="%%PREFIX%%/sbin/forked-daapd" >Xcommand_args="-P $pidfile -c $forked_daapd_config $forked_daapd_flags" >X >Xrun_rc_command "$1" >b17eaa7a15b62038b79e54b9ba331d8c >echo x - forked-daapd/pkg-plist >sed 's/^X//' >forked-daapd/pkg-plist << '7edcf1d7d750b9236c34ebf164a523bd' >X@sample etc/forked-daapd.conf.sample >Xlib/forked-daapd/forked-daapd-sqlext.so >Xman/man8/forked-daapd.8.gz >Xsbin/forked-daapd >X@dir(daapd,daapd,700) /var/cache/forked-daapd/libspotify >X@dir(daapd,daapd,700) /var/cache/forked-daapd >7edcf1d7d750b9236c34ebf164a523bd >exit >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 199743
:
156055
|
156057
|
156274
|
156275
| 167730