Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 242901 Details for
Bug 329315
forked-daapd-0.12.ebuild (New Package)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
forked-daapd-0.11.ebuild
forked-daapd-0.11.ebuild (text/plain), 1.94 KB, created by
Gergan Penkov
on 2010-08-14 09:09:36 UTC
(
hide
)
Description:
forked-daapd-0.11.ebuild
Filename:
MIME Type:
Creator:
Gergan Penkov
Created:
2010-08-14 09:09:36 UTC
Size:
1.94 KB
patch
obsolete
># Copyright 1999-2010 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >EAPI="2" > >inherit eutils autotools > >DESCRIPTION="DAAP and RSP media server. It is a complete rewrite of mt-daapd (Firefly Media Server)." >HOMEPAGE="http://www.technologeek.org/projects/daapd/index.html" >SRC_URI="http://omploader.org/vNTA2Zw/${P}.tar.bz2" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~amd64 ~x86" >IUSE="flac itunes musepack" > >DEPEND="${RDEPEND} > dev-vcs/git[curl] > dev-util/pkgconfig" > >RDEPEND="flac? ( media-libs/flac ) > itunes? ( >=app-pda/libplist-0.16 ) > musepack? ( media-libs/taglib ) > dev-db/sqlite:3[unlock-notify,threadsafe] > >=dev-libs/avl-0.3.5 > dev-libs/confuse > dev-libs/libevent > >=dev-java/antlr-c-3.1.3 > dev-libs/libgcrypt > dev-libs/mini-xml > >=dev-libs/libunistring-0.9.3 > media-video/ffmpeg > >=sys-libs/zlib-1.2.5-r2 > >=net-dns/avahi-0.6.24" > >src_prepare() { > epatch "${FILESDIR}"/config.patch > eautoreconf >} > >src_configure() { > econf $(use_enable flac) \ > $(use_enable itunes)\ > $(use_enable musepack) >} > >src_install() { > emake DESTDIR="${D}" install || die "emake install failed." > > newinitd "${FILESDIR}/${PN}.init.2" ${PN} || die > keepdir /etc/forked.daapd.d /var/cache/forked-daapd || die > mv "${D}/etc/forked-daapd.conf" "${D}/etc/forked.daapd.d/" || die > > dodoc AUTHORS ChangeLog README NEWS || die >} > >pkg_preinst() { > enewgroup daapd > enewuser daapd -1 -1 /dev/null daapd > fowners -R daapd:daapd /etc/forked.daapd.d > fowners -R daapd:daapd /var/cache/forked-daapd > fperms -R 0700 /etc/forked.daapd.d > fperms -R 0700 /var/cache/forked-daapd >} >pkg_postinst() { > einfo > elog "If you want to start more than one ${PN} service, symlink" > elog "/etc/init.d/${PN} to /etc/init.d/${PN}.<name>, and it will" > elog "load the data from /etc/${PN}.d/<name>.conf." > elog "Make sure that you have different cache directories for them." > einfo >} >
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 329315
:
239703
|
239705
|
239709
|
239893
|
240837
| 242901 |
242903
|
246115
|
266337
|
272933