Gentoo Archives: gentoo-commits

From: Chris Reffett <geekboy72@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: media-sound/amarok/
Date: Fri, 24 Aug 2012 02:01:05
Message-Id: 1345773500.4c97e03017b2b03c13329e18fb5cb773e6f0fc33.creffett@gentoo
1 commit: 4c97e03017b2b03c13329e18fb5cb773e6f0fc33
2 Author: Chris Reffett <geekboy72 <AT> gmail <DOT> com>
3 AuthorDate: Fri Aug 24 01:58:20 2012 +0000
4 Commit: Chris Reffett <geekboy72 <AT> gmail <DOT> com>
5 CommitDate: Fri Aug 24 01:58:20 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=4c97e030
7
8 [media-sound/amarok] Sync metadata.xml with tree to get fix for bug 432506
9
10 (Portage version: 2.2.0_alpha122/git/Linux x86_64, unsigned Manifest commit)
11
12 ---
13 media-sound/amarok/metadata.xml | 48 +++++---------------------------------
14 1 files changed, 7 insertions(+), 41 deletions(-)
15
16 diff --git a/media-sound/amarok/metadata.xml b/media-sound/amarok/metadata.xml
17 index be772fc..6a78f0d 100644
18 --- a/media-sound/amarok/metadata.xml
19 +++ b/media-sound/amarok/metadata.xml
20 @@ -2,65 +2,31 @@
21 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
22 <pkgmetadata>
23 <herd>kde</herd>
24 +<herd>sound</herd>
25 <maintainer>
26 <email>jmbsvicetto@g.o</email>
27 <name>Jorge Manuel B. S. Vicetto</name>
28 </maintainer>
29 <use>
30 - <flag name="daap">
31 - Enable the scripts for music sharing through DAAP. This flag adds
32 + <flag name="daap">Enable the scripts for music sharing through DAAP. This flag adds
33 dependencies on <pkg>www-servers/mongrel</pkg> to allow sharing of
34 the Amarok music collection through DAAP protocol. Please note
35 that turning this flag off has no effect on DAAP browsing.
36 </flag>
37 - <flag name="embedded">
38 - Use libmysqld, MySQL embedded server library.
39 + <flag name="embedded">Use libmysqld, MySQL embedded server library.
40 Try disabling this if you encounter -PIC related in amarok,
41 it will make amarok rely only on standalone MySQL server.
42 </flag>
43 - <flag name="lastfm">
44 - Enable Last.fm streaming services support through
45 + <flag name="lastfm">Enable Last.fm streaming services support through
46 <pkg>media-libs/liblastfm</pkg>
47 </flag>
48 <flag name="mp3tunes">Enable mp3tunes integration</flag>
49 - <flag name="mtp">
50 - Enable support for libMTP (Plays4Sure) devices access through libmtp
51 + <flag name="mtp">Enable support for libMTP (Plays4Sure) devices access through libmtp
52 </flag>
53 - <flag name="ofa">
54 - Use <pkg>media-libs/libofa</pkg> to compute MusicDNS acoustic
55 + <flag name="ofa">Use <pkg>media-libs/libofa</pkg> to compute MusicDNS acoustic
56 fingerprints (used by MusicBrainz)
57 </flag>
58 - <flag name="utils">
59 - Build the utils - old <pkg>media-sound/amarok-utils</pkg>
60 + <flag name="utils">Build the utils - old <pkg>media-sound/amarok-utils</pkg>
61 </flag>
62 - <!--
63 - <flag name="amazon">Enable support for downloading covers from amazon.com</flag>
64 - <flag name="ifp">Enable support for iRiver devices access through libifp</flag>
65 - <flag name="mp4">
66 - Build the TagLib plugin for writing tags in Mp4 container files
67 - (m4a). Please note that by enabling this USE flag, the resulting
68 - package will not be redistributable, as it links to
69 - <pkg>media-libs/libmp4v2</pkg>, distributed under a
70 - GPL-incompatible license.
71 - </flag>
72 - <flag name="njb">Enable support for NJB (Creative) devices access through libnjb</flag>
73 - <flag name="python">
74 - Install the Amarok scripts written in Python, depending on
75 - <pkg>dev-python/PyQt</pkg>. At the moment the only script
76 - installed by this flag is the webcontrol script.
77 - </flag>
78 - <flag name="real">
79 - Build the Helix engine for Amarok, linked against
80 - <pkg>media-video/realplayer</pkg>. This is an alternative engine
81 - to the xine one, which supports a different set of formats. Only
82 - available for x86 architecture as it uses the binary version of
83 - RealPlayer. Please note that by enabling this USE flag, the resulting
84 - package will not be redistributable, as it links to the non-GPL compatible
85 - RealPlayer.
86 - </flag>
87 - <flag name="visualization">
88 - Support visualization plugins through <pkg>media-libs/libvisual</pkg>
89 - </flag>
90 - -->
91 </use>
92 </pkgmetadata>