summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Huber <johu@gentoo.org>2015-08-07 23:43:56 +0200
committerJohannes Huber <johu@gentoo.org>2015-08-07 23:44:15 +0200
commit4ed178d5d8d32368d8cb98537f9473b2720a83bf (patch)
tree0477261a0546349baef6038523bf9259d0457e79
parent399245610425f0ff2a932fce9dfade6ab6fcbebb (diff)
downloadkde-4ed178d5d8d32368d8cb98537f9473b2720a83bf.tar.gz
kde-4ed178d5d8d32368d8cb98537f9473b2720a83bf.tar.bz2
kde-4ed178d5d8d32368d8cb98537f9473b2720a83bf.zip
[media-sound/amarok] Drop deprecated Nepomuk support
Package-Manager: portage-2.2.20
-rw-r--r--media-sound/amarok/amarok-9999.ebuild9
-rw-r--r--media-sound/amarok/metadata.xml1
2 files changed, 4 insertions, 6 deletions
diff --git a/media-sound/amarok/amarok-9999.ebuild b/media-sound/amarok/amarok-9999.ebuild
index 9740197b7a2..8997a2a87f8 100644
--- a/media-sound/amarok/amarok-9999.ebuild
+++ b/media-sound/amarok/amarok-9999.ebuild
@@ -28,7 +28,7 @@ fi
LICENSE="GPL-2"
SLOT="4"
-IUSE="cdda debug +embedded ipod lastfm mp3tunes mtp nepomuk ofa opengl test +utils"
+IUSE="cdda debug +embedded ipod lastfm mp3tunes mtp ofa opengl test +utils"
if [[ ${KDE_BUILD_TYPE} == live ]]; then
RESTRICT="test"
@@ -37,7 +37,7 @@ fi
# ipod requires gdk enabled and also gtk compiled in libgpod
COMMONDEPEND="
app-crypt/qca:2[qt4(+)]
- $(add_kdebase_dep kdelibs 'nepomuk?,opengl?' 4.8.4)
+ $(add_kdebase_dep kdelibs 'opengl?' 4.8.4)
$(add_kdeapps_dep kdebase-kioslaves)
>=media-libs/taglib-1.7[asf,mp4]
>=media-libs/taglib-extras-1.0.1
@@ -63,7 +63,6 @@ COMMONDEPEND="
>=dev-qt/qtcore-4.8.4:4[glib]
)
mtp? ( >=media-libs/libmtp-1.0.0 )
- nepomuk? ( >=kde-base/nepomuk-core-4.9.0 )
ofa? ( >=media-libs/libofa-0.9.0 )
opengl? ( virtual/opengl )
"
@@ -85,14 +84,14 @@ src_configure() {
-DWITH_PLAYER=ON
-DWITH_Libgcrypt=OFF
-DWITH_SPECTRUM_ANALYZER=OFF
+ -DWITH_NepomukCore=OFF
+ -DWITH_Soprano=OFF
$(cmake-utils_use embedded WITH_MYSQL_EMBEDDED)
$(cmake-utils_use_with ipod)
$(cmake-utils_use_with ipod Gdk)
$(cmake-utils_use_with lastfm LibLastFm)
$(cmake-utils_use_with mtp)
$(cmake-utils_use_with mp3tunes MP3Tunes)
- $(cmake-utils_use_with nepomuk)
- $(cmake-utils_use_with nepomuk Soprano)
$(cmake-utils_use_with ofa LibOFA)
$(cmake-utils_use_with utils UTILITIES)
)
diff --git a/media-sound/amarok/metadata.xml b/media-sound/amarok/metadata.xml
index d486342b8cc..eb742119637 100644
--- a/media-sound/amarok/metadata.xml
+++ b/media-sound/amarok/metadata.xml
@@ -15,7 +15,6 @@
<pkg>media-libs/liblastfm</pkg></flag>
<flag name="mp3tunes">Enable mp3tunes integration</flag>
<flag name="mtp">Enable support for libMTP (Plays4Sure) devices access through libmtp</flag>
- <flag name="nepomuk">Enable Nepomuk based semantic desktop support (deprecated)</flag>
<flag name="ofa">Use <pkg>media-libs/libofa</pkg> to compute MusicDNS acoustic
fingerprints (used by MusicBrainz)</flag>
<flag name="utils">Build the utils - old <pkg>media-sound/amarok-utils</pkg></flag>