Gentoo Archives: gentoo-commits

From: "Jorge Manuel B. S. Vicetto (jmbsvicetto)" <jmbsvicetto@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-sound/amarok: ChangeLog amarok-2.2.2.90.ebuild
Date: Fri, 19 Feb 2010 16:42:54
Message-Id: E1NiVwJ-0008QD-DU@stork.gentoo.org
1 jmbsvicetto 10/02/19 16:42:51
2
3 Modified: ChangeLog
4 Added: amarok-2.2.2.90.ebuild
5 Log:
6 Bumped amarok to the 2.2.2.90 release (2.3 Beta 1).
7 Fixed strigi deps (bug 304883) - thanks to Samuli.
8 Dropped the bindist use flag and added a hard dep on taglib[asf,mp4] (bug 299899) - thanks to Jeff Mitchell (jefferai).
9 (Portage version: 2.2_rc62/cvs/Linux x86_64)
10
11 Revision Changes Path
12 1.356 media-sound/amarok/ChangeLog
13
14 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/amarok/ChangeLog?rev=1.356&view=markup
15 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/amarok/ChangeLog?rev=1.356&content-type=text/plain
16 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/amarok/ChangeLog?r1=1.355&r2=1.356
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/media-sound/amarok/ChangeLog,v
21 retrieving revision 1.355
22 retrieving revision 1.356
23 diff -u -r1.355 -r1.356
24 --- ChangeLog 16 Feb 2010 06:44:24 -0000 1.355
25 +++ ChangeLog 19 Feb 2010 16:42:50 -0000 1.356
26 @@ -1,6 +1,15 @@
27 # ChangeLog for media-sound/amarok
28 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/media-sound/amarok/ChangeLog,v 1.355 2010/02/16 06:44:24 abcd Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/media-sound/amarok/ChangeLog,v 1.356 2010/02/19 16:42:50 jmbsvicetto Exp $
31 +
32 +*amarok-2.2.2.90 (19 Feb 2010)
33 +
34 + 19 Feb 2010; Jorge Manuel B. S. Vicetto <jmbsvicetto@g.o>
35 + +amarok-2.2.2.90.ebuild:
36 + Bumped amarok to the 2.2.2.90 release (2.3 Beta 1).
37 + Fixed strigi deps (bug 304883) - thanks to Samuli.
38 + Dropped the bindist use flag and added a hard dep on taglib[asf,mp4] (bug
39 + 299899) - thanks to Jeff Mitchell (jefferai).
40
41 16 Feb 2010; Jonathan Callen <abcd@g.o>
42 -files/amarok-1.4.9.1-libmtp-0.3.0-API.patch,
43
44
45
46 1.1 media-sound/amarok/amarok-2.2.2.90.ebuild
47
48 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/amarok/amarok-2.2.2.90.ebuild?rev=1.1&view=markup
49 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/amarok/amarok-2.2.2.90.ebuild?rev=1.1&content-type=text/plain
50
51 Index: amarok-2.2.2.90.ebuild
52 ===================================================================
53 # Copyright 1999-2010 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 # $Header: /var/cvsroot/gentoo-x86/media-sound/amarok/amarok-2.2.2.90.ebuild,v 1.1 2010/02/19 16:42:50 jmbsvicetto Exp $
56
57 EAPI="2"
58
59 # Translations are only in the tarballs, not the git repo
60 if [[ ${PV} != *9999* ]]; then
61 KDE_LINGUAS="bg ca cs da de en_GB es et eu fi fr it ja km nb nds nl
62 pa pl pt pt_BR ru sl sr sr@latin sv th tr uk wa zh_TW"
63 else
64 EGIT_REPO_URI="git://gitorious.org/${PN}/${PN}.git"
65 GIT_ECLASS="git"
66 fi
67 OPENGL_REQUIRED="optional"
68 inherit kde4-base ${GIT_ECLASS}
69
70 DESCRIPTION="Advanced audio player based on KDE framework."
71 HOMEPAGE="http://amarok.kde.org/"
72 if [[ ${PV} = *9999* ]]; then
73 SRC_URI=""
74 else
75 SRC_URI="mirror://kde/unstable/${PN}/${PV}/src/${P}.tar.bz2"
76 fi
77
78 LICENSE="GPL-2"
79 KEYWORDS="~amd64 ~x86"
80 SLOT="4"
81 IUSE="cdda daap debug +embedded ipod lastfm mp3tunes mtp semantic-desktop"
82
83 # ipod requires gdk enabled and also gtk compiled in libgpod
84 DEPEND="
85 app-crypt/qca:2
86 >=app-misc/strigi-0.5.7[dbus,qt4]
87 || (
88 >=dev-db/mysql-5.0.76-r1[embedded?,-minimal]
89 >=dev-db/mysql-community-5.0.77-r1[embedded?,-minimal]
90 )
91 >=media-libs/taglib-1.6.1[asf,mp4]
92 >=media-libs/taglib-extras-1.0.1
93 >=kde-base/kdelibs-${KDE_MINIMAL}[opengl?,semantic-desktop?]
94 sys-libs/zlib
95 x11-libs/qt-script
96 >=x11-libs/qtscriptgenerator-0.1.0
97 cdda? (
98 >=kde-base/libkcddb-${KDE_MINIMAL}
99 >=kde-base/libkcompactdisc-${KDE_MINIMAL}
100 >=kde-base/kdemultimedia-kioslaves-${KDE_MINIMAL}
101 )
102 ipod? ( >=media-libs/libgpod-0.7.0[gtk] )
103 lastfm? ( >=media-libs/liblastfm-0.3.0 )
104 mp3tunes? (
105 dev-libs/glib:2
106 dev-libs/libxml2
107 dev-libs/openssl
108 net-libs/loudmouth
109 net-misc/curl
110 x11-libs/qt-core[glib]
111 )
112 mtp? ( >=media-libs/libmtp-0.3.0 )
113 "
114 RDEPEND="${DEPEND}
115 >=kde-base/phonon-kde-${KDE_MINIMAL}
116 >=media-sound/amarok-utils-${PV}
117 semantic-desktop? ( >=kde-base/nepomuk-${KDE_MINIMAL} )
118 "
119
120 # Only really required for live ebuild, to skip git_src_prepare
121 src_prepare() {
122 kde4-base_src_prepare
123 }
124
125 src_configure() {
126 mycmakeargs=(
127 -DWITH_PLAYER=ON
128 -DWITH_UTILITIES=OFF
129 -DWITH_Libgcrypt=OFF
130 $(cmake-utils_use embedded WITH_MYSQL_EMBEDDED)
131 $(cmake-utils_use_with ipod)
132 $(cmake-utils_use_with ipod Gdk)
133 $(cmake-utils_use_with lastfm LibLastFm)
134 $(cmake-utils_use_with mtp)
135 $(cmake-utils_use_with mp3tunes MP3Tunes)
136 )
137 # $(cmake-utils_use_with semantic-desktop Nepomuk)
138 # $(cmake-utils_use_with semantic-desktop Soprano)
139
140 kde4-base_src_configure
141 }
142
143 pkg_postinst() {
144 kde4-base_pkg_postinst
145
146 if use daap; then
147 echo
148 elog "You have installed amarok with daap support."
149 elog "You may be interested in installing www-servers/mongrel as well."
150 echo
151 fi
152 }