Lines 26-32
Link Here
|
26 |
SLOT="0" |
26 |
SLOT="0" |
27 |
KEYWORDS="~amd64 ~x86 ~x86-fbsd" |
27 |
KEYWORDS="~amd64 ~x86 ~x86-fbsd" |
28 |
IUSE="aac kde mysql noamazon opengl postgres |
28 |
IUSE="aac kde mysql noamazon opengl postgres |
29 |
visualization ipod ifp real njb mtp musicbrainz" |
29 |
visualization ipod ifp real njb mtp musicbrainz daap" |
30 |
# kde: enables compilation of the konqueror sidebar plugin |
30 |
# kde: enables compilation of the konqueror sidebar plugin |
31 |
|
31 |
|
32 |
RDEPEND="kde? ( || ( kde-base/konqueror kde-base/kdebase ) ) |
32 |
RDEPEND="kde? ( || ( kde-base/konqueror kde-base/kdebase ) ) |
Lines 49-60
Link Here
|
49 |
DEPEND="${RDEPEND}" |
49 |
DEPEND="${RDEPEND}" |
50 |
|
50 |
|
51 |
RDEPEND="${RDEPEND} |
51 |
RDEPEND="${RDEPEND} |
52 |
www-servers/mongrel" |
52 |
daap? ( www-servers/mongrel )" |
53 |
|
53 |
|
54 |
need-kde 3.3 |
54 |
need-kde 3.3 |
55 |
|
55 |
|
56 |
PATCHES="${WORKDIR}/${P}-gentoo/*.patch |
56 |
PATCHES="${WORKDIR}/${P}-gentoo/*.patch |
57 |
${FILESDIR}/${P}+libgpod-0.4.0.patch" |
57 |
${FILESDIR}/${P}+libgpod-0.4.0.patch |
|
|
58 |
${FILESDIR}/${P}+daap_optional.patch" |
58 |
|
59 |
|
59 |
src_compile() { |
60 |
src_compile() { |
60 |
# Extra, unsupported engines are forcefully disabled. |
61 |
# Extra, unsupported engines are forcefully disabled. |
Lines 69-74
Link Here
|
69 |
$(use_with njb libnjb) |
70 |
$(use_with njb libnjb) |
70 |
$(use_with mtp libmtp) |
71 |
$(use_with mtp libmtp) |
71 |
$(use_with musicbrainz) |
72 |
$(use_with musicbrainz) |
|
|
73 |
$(use_with daap) |
72 |
--with-xine |
74 |
--with-xine |
73 |
--without-mas |
75 |
--without-mas |
74 |
--without-nmm" |
76 |
--without-nmm" |