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-1.90-r1.ebuild
Date: Sat, 11 Oct 2008 09:59:39
Message-Id: E1KobG5-0004Zt-4X@stork.gentoo.org
1 jmbsvicetto 08/10/11 09:59:37
2
3 Modified: ChangeLog
4 Added: amarok-1.90-r1.ebuild
5 Log:
6 Made a revision bump for 1.90 to ensure everyone gets the fixes in
7 kde4-base.eclass that make the pkg install under KDEDIR.
8 (Portage version: 2.2_rc12/cvs/Linux 2.6.26-gentoo-r1 x86_64)
9
10 Revision Changes Path
11 1.287 media-sound/amarok/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/amarok/ChangeLog?rev=1.287&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/amarok/ChangeLog?rev=1.287&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/amarok/ChangeLog?r1=1.286&r2=1.287
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/media-sound/amarok/ChangeLog,v
20 retrieving revision 1.286
21 retrieving revision 1.287
22 diff -u -r1.286 -r1.287
23 --- ChangeLog 10 Oct 2008 12:55:33 -0000 1.286
24 +++ ChangeLog 11 Oct 2008 09:59:37 -0000 1.287
25 @@ -1,6 +1,13 @@
26 # ChangeLog for media-sound/amarok
27 # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/media-sound/amarok/ChangeLog,v 1.286 2008/10/10 12:55:33 gentoofan23 Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/media-sound/amarok/ChangeLog,v 1.287 2008/10/11 09:59:37 jmbsvicetto Exp $
30 +
31 +*amarok-1.90-r1 (11 Oct 2008)
32 +
33 + 11 Oct 2008; Jorge Manuel B. S. Vicetto <jmbsvicetto@g.o>
34 + +amarok-1.90-r1.ebuild:
35 + Made a revision bump for 1.90 to ensure everyone gets the fixes in
36 + kde4-base.eclass that make the pkg install under KDEDIR.
37
38 10 Oct 2008; Thomas Anderson <gentoofan23@g.o> amarok-1.90.ebuild:
39 Amarok needs sqlite[threadsafe], adding it.
40
41
42
43 1.1 media-sound/amarok/amarok-1.90-r1.ebuild
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/amarok/amarok-1.90-r1.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/amarok/amarok-1.90-r1.ebuild?rev=1.1&content-type=text/plain
47
48 Index: amarok-1.90-r1.ebuild
49 ===================================================================
50 # Copyright 1999-2008 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/media-sound/amarok/amarok-1.90-r1.ebuild,v 1.1 2008/10/11 09:59:37 jmbsvicetto Exp $
53
54 EAPI="2"
55
56 NEED_KDE=":4.1"
57 inherit kde4-base
58
59 DESCRIPTION="Advanced audio player based on KDE framework."
60 HOMEPAGE="http://amarok.kde.org/"
61
62 LICENSE="GPL-2"
63 KEYWORDS="~amd64 ~x86"
64 SLOT="4.1"
65 IUSE="cdaudio daap debug ifp ipod mp3tunes mp4 mtp mysql njb opengl visualization"
66 SRC_URI="mirror://kde/unstable/${PN}/${PV}/src/${P}.tar.bz2"
67
68 # daap are automagic
69
70 DEPEND="
71 >=app-misc/strigi-0.5.7
72 dev-db/sqlite:3[threadsafe]
73 kde-base/kdelibs:${SLOT}
74 kde-base/libplasma:${SLOT}
75 >=media-libs/taglib-1.5
76 || ( media-sound/phonon x11-libs/qt-phonon:4 )
77 x11-libs/qt-webkit:4
78 cdaudio? ( kde-base/libkcddb:${SLOT}
79 kde-base/libkcompactdisc:${SLOT} )
80 ifp? ( media-libs/libifp )
81 ipod? ( >=media-libs/libgpod-0.4.2 )
82 mp3tunes? ( net-misc/curl
83 dev-libs/libxml2 )
84 mp4? ( media-libs/libmp4v2 )
85 mtp? ( >=media-libs/libmtp-0.1.1 )
86 mysql? ( >=virtual/mysql-4.0 )
87 njb? ( >=media-libs/libnjb-2.2.4 )
88 opengl? ( virtual/opengl )
89 visualization? ( media-libs/libsdl
90 =media-plugins/libvisual-plugins-0.4* )
91 "
92 RDEPEND="${DEPEND}
93 app-arch/unzip
94 daap? ( www-servers/mongrel )
95 "
96
97 src_configure() {
98 if use debug; then
99 mycmakeargs="${mycmakeargs} -DCMAKE_BUILD_TYPE=debugfull"
100 fi
101 mycmakeargs="${mycmakeargs}
102 -DCMAKE_INSTALL_PREFIX=${PREFIX}
103 -DUSE_SYSTEM_SQLITE=ON
104 $(cmake-utils_use_with cdaudio KdeMultimedia)
105 $(cmake-utils_use_with ifp Ifp)
106 $(cmake-utils_use_with ipod Ipod)
107 $(cmake-utils_use_with mp4 Mp4v2)
108 $(cmake-utils_use_with mtp Mtp)
109 $(cmake-utils_use_with mysql MySQL)
110 $(cmake-utils_use_with njb Njb)
111 $(cmake-utils_use_with opengl OpenGL)
112 $(cmake-utils_use_with visualization Libvisual)
113 "
114 kde4-base_src_configure
115 }