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