Gentoo Archives: gentoo-commits

From: Johannes Huber <johu@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: media-sound/amarok/
Date: Mon, 09 Jul 2012 09:37:12
Message-Id: 1341826603.8c62649d5e55ecb67d6031cb5a1cd28de3dee668.johu@gentoo
1 commit: 8c62649d5e55ecb67d6031cb5a1cd28de3dee668
2 Author: Johannes Huber <johu <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jul 9 09:36:28 2012 +0000
4 Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
5 CommitDate: Mon Jul 9 09:36:43 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=8c62649d
7
8 [media-sound/amarok] Removed, already in tree.
9
10 (Portage version: 2.2.0_alpha116/git/Linux x86_64, unsigned Manifest commit)
11
12 ---
13 media-sound/amarok/amarok-2.5.90-r1.ebuild | 127 ----------------------------
14 1 files changed, 0 insertions(+), 127 deletions(-)
15
16 diff --git a/media-sound/amarok/amarok-2.5.90-r1.ebuild b/media-sound/amarok/amarok-2.5.90-r1.ebuild
17 deleted file mode 100644
18 index ccec98f..0000000
19 --- a/media-sound/amarok/amarok-2.5.90-r1.ebuild
20 +++ /dev/null
21 @@ -1,127 +0,0 @@
22 -# Copyright 1999-2012 Gentoo Foundation
23 -# Distributed under the terms of the GNU General Public License v2
24 -# $Header: $
25 -
26 -EAPI=4
27 -
28 -KDE_LINGUAS="bg ca cs da de en_GB es et eu fi fr it ja km nb nds nl pa
29 -pl pt pt_BR ru sl sr sr@latin sv th tr uk wa zh_TW"
30 -KDE_SCM="git"
31 -KDE_REQUIRED="never"
32 -inherit flag-o-matic kde4-base
33 -
34 -DESCRIPTION="Advanced audio player based on KDE framework."
35 -HOMEPAGE="http://amarok.kde.org/"
36 -if [[ ${PV} != *9999* ]]; then
37 - SRC_URI="mirror://kde/unstable/${PN}/${PV}/src/${P}.tar.bz2"
38 - KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
39 -else
40 - KEYWORDS=""
41 -fi
42 -
43 -LICENSE="GPL-2"
44 -SLOT="4"
45 -IUSE="cdda daap debug +embedded ipod lastfm mp3tunes mtp ofa opengl semantic-desktop +utils"
46 -
47 -# Tests require gmock - http://code.google.com/p/gmock/
48 -# It's not in the tree yet
49 -RESTRICT="test"
50 -
51 -# ipod requires gdk enabled and also gtk compiled in libgpod
52 -COMMONDEPEND="
53 - >=media-libs/taglib-1.6.1[asf,mp4]
54 - >=media-libs/taglib-extras-1.0.1
55 - app-crypt/qca:2
56 - >=app-misc/strigi-0.5.7
57 - $(add_kdebase_dep kdelibs 'opengl?,semantic-desktop?')
58 - $(add_kdebase_dep kdebase-kioslaves)
59 - sys-libs/zlib
60 - >=virtual/mysql-5.1[embedded?]
61 - x11-libs/qt-core
62 - x11-libs/qt-dbus
63 - x11-libs/qt-script
64 - >=x11-libs/qtscriptgenerator-0.1.0
65 - cdda? (
66 - $(add_kdebase_dep libkcddb)
67 - $(add_kdebase_dep libkcompactdisc)
68 - || (
69 - $(add_kdebase_dep audiocd-kio)
70 - $(add_kdebase_dep kdemultimedia-kioslaves)
71 - )
72 - )
73 - ipod? ( >=media-libs/libgpod-0.7.0[gtk] )
74 - lastfm? ( =media-libs/liblastfm-0.3* )
75 - mp3tunes? (
76 - dev-libs/glib:2
77 - dev-libs/libxml2
78 - dev-libs/openssl
79 - net-libs/loudmouth
80 - net-misc/curl
81 - x11-libs/qt-core[glib]
82 - )
83 - mtp? ( >=media-libs/libmtp-1.0.0 )
84 - ofa? ( >=media-libs/libofa-0.9.0 )
85 - opengl? ( virtual/opengl )
86 -"
87 -DEPEND="${COMMONDEPEND}
88 - dev-util/automoc
89 - virtual/pkgconfig
90 -"
91 -RDEPEND="${COMMONDEPEND}
92 - !media-sound/amarok-utils
93 - $(add_kdebase_dep phonon-kde)
94 -"
95 -
96 -src_configure() {
97 - # Append minimal-toc cflag for ppc64, see bug 280552 and 292707
98 - use ppc64 && append-flags -mminimal-toc
99 - local mycmakeargs
100 -
101 - mycmakeargs=(
102 - -DWITH_PLAYER=ON
103 - -DWITH_Libgcrypt=OFF
104 - $(cmake-utils_use embedded WITH_MYSQL_EMBEDDED)
105 - $(cmake-utils_use_with ipod)
106 - $(cmake-utils_use_with ipod Gdk)
107 - $(cmake-utils_use_with lastfm LibLastFm)
108 - $(cmake-utils_use_with mtp)
109 - $(cmake-utils_use_with mp3tunes MP3Tunes)
110 - $(cmake-utils_use_with ofa LibOFA)
111 - )
112 -
113 - mycmakeargs+=(
114 - $(cmake-utils_use_with utils UTILITIES)
115 - )
116 -
117 - # $(cmake-utils_use_with semantic-desktop Nepomuk)
118 - # $(cmake-utils_use_with semantic-desktop Soprano)
119 -
120 - kde4-base_src_configure
121 -}
122 -
123 -pkg_postinst() {
124 - kde4-base_pkg_postinst
125 -
126 - if use daap; then
127 - echo
128 - elog "You have installed amarok with daap support."
129 - elog "You may be interested in installing www-servers/mongrel as well."
130 - echo
131 - fi
132 -
133 - if ! use embedded; then
134 - echo
135 - elog "You've disabled the amarok support for embedded mysql DBs."
136 - elog "You'll have to configure amarok to use an external db server."
137 - echo
138 - elog "Please read http://amarok.kde.org/wiki/MySQL_Server for details on how"
139 - elog "to configure the external db and migrate your data from the embedded database."
140 - echo
141 -
142 - if has_version "virtual/mysql[minimal]"; then
143 - elog "You built mysql with the minimal use flag, so it doesn't include the server."
144 - elog "You won't be able to use the local mysql installation to store your amarok collection."
145 - echo
146 - fi
147 - fi
148 -}