summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--media-sound/amarok/amarok-2.7.90.ebuild9
-rw-r--r--media-sound/amarok/amarok-9999.ebuild9
-rw-r--r--media-sound/amarok/metadata.xml5
3 files changed, 2 insertions, 21 deletions
diff --git a/media-sound/amarok/amarok-2.7.90.ebuild b/media-sound/amarok/amarok-2.7.90.ebuild
index a4bc4b199d6..06423593bc0 100644
--- a/media-sound/amarok/amarok-2.7.90.ebuild
+++ b/media-sound/amarok/amarok-2.7.90.ebuild
@@ -26,7 +26,7 @@ fi
LICENSE="GPL-2"
SLOT="4"
-IUSE="cdda daap debug +embedded ipod lastfm mp3tunes mtp ofa opengl test +utils"
+IUSE="cdda debug +embedded ipod lastfm mp3tunes mtp ofa opengl test +utils"
if [[ ${PV} == *9999* ]]; then
RESTRICT="test"
@@ -104,13 +104,6 @@ src_configure() {
pkg_postinst() {
kde4-base_pkg_postinst
- if use daap; then
- echo
- elog "You have installed amarok with daap support."
- elog "You may be interested in installing www-servers/mongrel as well."
- echo
- fi
-
if ! use embedded; then
echo
elog "You've disabled the amarok support for embedded mysql DBs."
diff --git a/media-sound/amarok/amarok-9999.ebuild b/media-sound/amarok/amarok-9999.ebuild
index 5bd74e2d5df..01dd23e3209 100644
--- a/media-sound/amarok/amarok-9999.ebuild
+++ b/media-sound/amarok/amarok-9999.ebuild
@@ -26,7 +26,7 @@ fi
LICENSE="GPL-2"
SLOT="4"
-IUSE="cdda daap debug +embedded ipod lastfm mp3tunes mtp ofa opengl test +utils"
+IUSE="cdda debug +embedded ipod lastfm mp3tunes mtp ofa opengl test +utils"
if [[ ${KDE_BUILD_TYPE} == live ]]; then
RESTRICT="test"
@@ -109,13 +109,6 @@ src_configure() {
pkg_postinst() {
kde4-base_pkg_postinst
- if use daap && ! has_version www-servers/mongrel ; then
- echo
- elog "You have installed amarok with daap support."
- elog "You may be interested in installing www-servers/mongrel as well."
- echo
- fi
-
if ! use embedded; then
echo
elog "You've disabled the amarok support for embedded mysql DBs."
diff --git a/media-sound/amarok/metadata.xml b/media-sound/amarok/metadata.xml
index 6a78f0dad88..c964fd8c4ba 100644
--- a/media-sound/amarok/metadata.xml
+++ b/media-sound/amarok/metadata.xml
@@ -8,11 +8,6 @@
<name>Jorge Manuel B. S. Vicetto</name>
</maintainer>
<use>
- <flag name="daap">Enable the scripts for music sharing through DAAP. This flag adds
- dependencies on <pkg>www-servers/mongrel</pkg> to allow sharing of
- the Amarok music collection through DAAP protocol. Please note
- that turning this flag off has no effect on DAAP browsing.
- </flag>
<flag name="embedded">Use libmysqld, MySQL embedded server library.
Try disabling this if you encounter -PIC related in amarok,
it will make amarok rely only on standalone MySQL server.