Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 561872 Details for
Bug 609272
media-sound/forked-daapd-23.2-r1 failed to build with gperf 3.1 ( conflicting types for dmap_find_field )
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
ebuild file for version 26.4 of forked-daapd
forked-daapd-26.4.ebuild (text/plain), 1.97 KB, created by
Mark Gannon
on 2019-01-17 20:05:32 UTC
(
hide
)
Description:
ebuild file for version 26.4 of forked-daapd
Filename:
MIME Type:
Creator:
Mark Gannon
Created:
2019-01-17 20:05:32 UTC
Size:
1.97 KB
patch
obsolete
># Copyright 1999-2016 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 > ># TODO: ># Add --enable-spotify when it works > >EAPI=7 > >inherit autotools eutils user systemd > >DESCRIPTION="A DAAP (iTunes) media server" >HOMEPAGE="https://github.com/ejurgensen/forked-daapd" >SRC_URI="https://github.com/ejurgensen/forked-daapd/archive/${PV}.tar.gz -> ${P}.tar.gz" >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~amd64" >IUSE="alsa flac itunes lastfm mpd musepack" > ># Note: mpd support appears to be standalone, e.g. --enable-mpd doesn't ># result in additional linkage. >RDEPEND=" > dev-db/sqlite:3 > dev-libs/antlr-c:0 > dev-libs/confuse > dev-libs/libevent > dev-libs/libgcrypt:0 > dev-libs/libunistring > dev-libs/mxml[threads] > media-libs/alsa-lib > net-dns/avahi[dbus] > virtual/ffmpeg > net-libs/libwebsockets > flac? ( media-libs/flac ) > itunes? ( app-pda/libplist ) > lastfm? ( net-misc/curl ) > musepack? ( media-libs/taglib ) >" > >DEPEND=" > dev-java/antlr:3.5 > ${RDEPEND} >" > >pkg_setup() { > enewuser daapd > enewgroup daapd >} > >src_prepare() { > # Fixed in 23.3. > #epatch "${FILESDIR}/${P}-fix-arg-enable.patch" > > # https://github.com/ejurgensen/forked-daapd/pull/185 > #epatch "${FILESDIR}/antlr-3.5.patch" > PATH=$PATH:. > cp ${FILESDIR}/antlr3 ${S} > cp ${FILESDIR}/antlr3 ${S}/src > eapply_user > eautoreconf >} > >src_configure() { > echo "PATH PATH PATH PATH $PATH" > ac_cv_prog_ANTLR=antlr3.5 \ > econf \ > --with-alsa \ > $(use_enable flac) \ > $(use_enable musepack) \ > $(use_enable itunes) \ > $(use_enable lastfm) \ > $(use_enable mpd) >} > >src_install() { > emake DESTDIR="${D}" install > > #systemd_dounit "${S}/forked-daapd.service" > #newinitd "${FILESDIR}/daapd.initd" daapd > newconfd "${FILESDIR}/daapd.confd" daapd > systemd_dounit "${FILESDIR}/forked-daapd.service" > systemd_enable_service multi-user.target forked-daapd.service > # dodir by itself fails in the likely case of /srv/music having a > # volume mounted already. > test -d /srv/music || dodir /srv/music > > fowners -R daapd:daapd /var/lib/cache/forked-daapd >}
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 609272
:
463650
|
556772
|
561868
|
561870
| 561872