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 metadata.xml amarok-1.90.ebuild
Date: Fri, 10 Oct 2008 03:35:30
Message-Id: E1Ko8mk-0002AD-PG@stork.gentoo.org
1 jmbsvicetto 08/10/10 03:35:26
2
3 Modified: ChangeLog metadata.xml
4 Added: amarok-1.90.ebuild
5 Log:
6 Bumped amarok to version 1.90. Version 1.92 will remain masked in the ovelay due to the dep in mysql[embedded].
7 (Portage version: 2.2_rc12/cvs/Linux 2.6.26-gentoo-r1 x86_64)
8
9 Revision Changes Path
10 1.285 media-sound/amarok/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/amarok/ChangeLog?rev=1.285&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/amarok/ChangeLog?rev=1.285&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/amarok/ChangeLog?r1=1.284&r2=1.285
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-sound/amarok/ChangeLog,v
19 retrieving revision 1.284
20 retrieving revision 1.285
21 diff -u -r1.284 -r1.285
22 --- ChangeLog 4 Oct 2008 08:49:17 -0000 1.284
23 +++ ChangeLog 10 Oct 2008 03:35:26 -0000 1.285
24 @@ -1,6 +1,13 @@
25 # ChangeLog for media-sound/amarok
26 # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-sound/amarok/ChangeLog,v 1.284 2008/10/04 08:49:17 flameeyes Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-sound/amarok/ChangeLog,v 1.285 2008/10/10 03:35:26 jmbsvicetto Exp $
29 +
30 +*amarok-1.90 (10 Oct 2008)
31 +
32 + 10 Oct 2008; Jorge Manuel B. S. Vicetto <jmbsvicetto@g.o>
33 + +amarok-1.90.ebuild:
34 + Bumped amarok to version 1.90. Version 1.92 will remain masked in the
35 + ovelay due to the dep in mysql[embedded].
36
37 04 Oct 2008; Diego Pettenò <flameeyes@g.o> metadata.xml:
38 Remove duplicate flags from metadata. Some were alreay well explained in
39
40
41
42 1.14 media-sound/amarok/metadata.xml
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/amarok/metadata.xml?rev=1.14&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/amarok/metadata.xml?rev=1.14&content-type=text/plain
46 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/amarok/metadata.xml?r1=1.13&r2=1.14
47
48 Index: metadata.xml
49 ===================================================================
50 RCS file: /var/cvsroot/gentoo-x86/media-sound/amarok/metadata.xml,v
51 retrieving revision 1.13
52 retrieving revision 1.14
53 diff -u -r1.13 -r1.14
54 --- metadata.xml 4 Oct 2008 08:49:17 -0000 1.13
55 +++ metadata.xml 10 Oct 2008 03:35:26 -0000 1.14
56 @@ -8,13 +8,8 @@
57 <name>Thomas Anderson</name>
58 </maintainer>
59 <use>
60 - <flag name="mp4">
61 - Build the TagLib plugin for writing tags in Mp4 container files
62 - (m4a). Please note that by enabling this USE flag, the resulting
63 - package will not be redistributable, as it links to
64 - <pkg>media-libs/libmp4v2</pkg>, distributed under a
65 - GPL-incompatible license.
66 - </flag>
67 + <flag name="amazon">Enable support for downloading covers from amazon.com</flag>
68 + <flag name="cdaudio">Enable cdaudio functionality</flag>
69 <flag name="daap">
70 Enable the scripts for music sharing through DAAP. This flag
71 adds dependencies on <pkg>www-servers/mongrel</pkg> to allow
72 @@ -22,6 +17,17 @@
73 protocol. Please note that turning this flag off has no effect
74 on DAAP browsing.
75 </flag>
76 + <flag name="ifp">Enable support for iRiver devices access through libifp</flag>
77 + <flag name="mp3tunes">Enable mp3tunes integration</flag>
78 + <flag name="mp4">
79 + Build the TagLib plugin for writing tags in Mp4 container files
80 + (m4a). Please note that by enabling this USE flag, the resulting
81 + package will not be redistributable, as it links to
82 + <pkg>media-libs/libmp4v2</pkg>, distributed under a
83 + GPL-incompatible license.
84 + </flag>
85 + <flag name="mtp">Enable support for libMTP (Plays4Sure) devices access through libmtp</flag>
86 + <flag name="njb">Enable support for NJB (Creative) devices access through libnjb</flag>
87 <flag name="python">
88 Install the Amarok scripts written in Python, depending on
89 <pkg>dev-python/PyQt</pkg>. At the moment the only script
90 @@ -36,10 +42,6 @@
91 package will not be redistributable, as it links to the non-GPL compatible
92 RealPlayer.
93 </flag>
94 - <flag name="amazon">Enable support for downloading covers from amazon.com</flag>
95 - <flag name="ifp">Enable support for iRiver devices access through libifp</flag>
96 - <flag name="mtp">Enable support for libMTP (Plays4Sure) devices access through libmtp</flag>
97 - <flag name="njb">Enable support for NJB (Creative) devices access through libnjb</flag>
98 <flag name="visualization">Support visualization plugins through <pkg>media-libs/libvisual</pkg></flag>
99 </use>
100 </pkgmetadata>
101
102
103
104 1.1 media-sound/amarok/amarok-1.90.ebuild
105
106 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/amarok/amarok-1.90.ebuild?rev=1.1&view=markup
107 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/amarok/amarok-1.90.ebuild?rev=1.1&content-type=text/plain
108
109 Index: amarok-1.90.ebuild
110 ===================================================================
111 # Copyright 1999-2008 Gentoo Foundation
112 # Distributed under the terms of the GNU General Public License v2
113 # $Header: /var/cvsroot/gentoo-x86/media-sound/amarok/amarok-1.90.ebuild,v 1.1 2008/10/10 03:35:26 jmbsvicetto Exp $
114
115 EAPI="2"
116
117 NEED_KDE=":4.1"
118 inherit kde4-base
119
120 # Install to KDEDIR rather than /usr, to slot properly.
121 PREFIX="${KDEDIR}"
122
123 DESCRIPTION="Advanced audio player based on KDE framework."
124 HOMEPAGE="http://amarok.kde.org/"
125
126 LICENSE="GPL-2"
127 KEYWORDS="~amd64 ~x86"
128 SLOT="4.1"
129 IUSE="cdaudio daap debug ifp ipod mp3tunes mp4 mtp mysql njb opengl visualization"
130 SRC_URI="mirror://kde/unstable/${PN}/${PV}/src/${P}.tar.bz2"
131
132 # daap are automagic
133
134 DEPEND="
135 >=app-misc/strigi-0.5.7
136 dev-db/sqlite:3
137 kde-base/kdelibs:${SLOT}
138 kde-base/libplasma:${SLOT}
139 >=media-libs/taglib-1.5
140 || ( media-sound/phonon x11-libs/qt-phonon:4 )
141 x11-libs/qt-webkit:4
142 cdaudio? ( kde-base/libkcddb:${SLOT}
143 kde-base/libkcompactdisc:${SLOT} )
144 ifp? ( media-libs/libifp )
145 ipod? ( >=media-libs/libgpod-0.4.2 )
146 mp3tunes? ( net-misc/curl
147 dev-libs/libxml2 )
148 mp4? ( media-libs/libmp4v2 )
149 mtp? ( >=media-libs/libmtp-0.1.1 )
150 mysql? ( >=virtual/mysql-4.0 )
151 njb? ( >=media-libs/libnjb-2.2.4 )
152 opengl? ( virtual/opengl )
153 visualization? ( media-libs/libsdl
154 =media-plugins/libvisual-plugins-0.4* )
155 "
156 RDEPEND="${DEPEND}
157 app-arch/unzip
158 daap? ( www-servers/mongrel )
159 "
160
161 src_configure() {
162 if use debug; then
163 mycmakeargs="${mycmakeargs} -DCMAKE_BUILD_TYPE=debugfull"
164 fi
165 mycmakeargs="${mycmakeargs}
166 -DCMAKE_INSTALL_PREFIX=${PREFIX}
167 -DUSE_SYSTEM_SQLITE=ON
168 $(cmake-utils_use_with cdaudio KdeMultimedia)
169 $(cmake-utils_use_with ifp Ifp)
170 $(cmake-utils_use_with ipod Ipod)
171 $(cmake-utils_use_with mp4 Mp4v2)
172 $(cmake-utils_use_with mtp Mtp)
173 $(cmake-utils_use_with mysql MySQL)
174 $(cmake-utils_use_with njb Njb)
175 $(cmake-utils_use_with opengl OpenGL)
176 $(cmake-utils_use_with visualization Libvisual)
177 "
178 kde4-base_src_configure
179 }