Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/beets/
Date: Fri, 30 Aug 2019 11:46:40
Message-Id: 1567165513.10e4e3f38bf769075720a46272e0c553ca6d99aa.juippis@gentoo
1 commit: 10e4e3f38bf769075720a46272e0c553ca6d99aa
2 Author: Bernardo Meurer <bernardo <AT> standard <DOT> ai>
3 AuthorDate: Thu Aug 29 19:52:40 2019 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Fri Aug 30 11:45:13 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10e4e3f3
7
8 media-sound/beets: add myself as maintainer
9
10 Approved-by: mgorny
11 Package-Manager: Portage-2.3.73, Repoman-2.3.17
12 Signed-off-by: Bernardo Meurer <bernardo <AT> standard.ai>
13 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
14
15 media-sound/beets/metadata.xml | 79 ++++++++++++++++++++++--------------------
16 1 file changed, 42 insertions(+), 37 deletions(-)
17
18 diff --git a/media-sound/beets/metadata.xml b/media-sound/beets/metadata.xml
19 index a30fde9062e..c94e37c4b59 100644
20 --- a/media-sound/beets/metadata.xml
21 +++ b/media-sound/beets/metadata.xml
22 @@ -1,43 +1,48 @@
23 <?xml version="1.0" encoding="UTF-8"?>
24 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
25 <pkgmetadata>
26 - <maintainer type="project">
27 - <email>sound@g.o</email>
28 - </maintainer>
29 - <longdescription lang="en">
30 - The purpose of beets is to get your music collection right once and for
31 - all. It catalogs your collection, automatically improving its metadata as
32 - it goes using the MusicBrainz database. (It also downloads cover art for
33 - albums it imports.) Then it provides a bouquet of tools for manipulating
34 - and accessing your music.
35 + <maintainer type="person">
36 + <email>bernardo@××××××××.ai</email>
37 + <name>Bernardo Meurer</name>
38 + </maintainer>
39 + <maintainer type="project">
40 + <email>proxy-maint@g.o</email>
41 + <name>Gentoo Proxy Maintainers Project</name>
42 + </maintainer>
43 + <longdescription lang="en">
44 + The purpose of beets is to get your music collection right once and for
45 + all. It catalogs your collection, automatically improving its metadata as
46 + it goes using the MusicBrainz database. (It also downloads cover art for
47 + albums it imports.) Then it provides a bouquet of tools for manipulating
48 + and accessing your music.
49
50 - Because beets is designed as a library, it can do almost anything you can
51 - imagine for your music collection. Via plugins, beets becomes a panacea:
52 - * Embed and extract album art from files’ tags.
53 - * Listen to your library with a music player that speaks the MPD protocol
54 - and works with a staggering variety of interfaces.
55 - * Fetch lyrics for all your songs from databases on the Web.
56 - * Manage your MusicBrainz music collection.
57 - * Analyze music files’ metadata from the command line.
58 - * Clean up crufty tags left behind by other, less-awesome tools.
59 - * Browse your music library graphically through a Web browser and play it
60 - in any browser that supports HTML5 Audio.
61 + Because beets is designed as a library, it can do almost anything you can
62 + imagine for your music collection. Via plugins, beets becomes a panacea:
63 + * Embed and extract album art from files’ tags.
64 + * Listen to your library with a music player that speaks the MPD protocol
65 + and works with a staggering variety of interfaces.
66 + * Fetch lyrics for all your songs from databases on the Web.
67 + * Manage your MusicBrainz music collection.
68 + * Analyze music files’ metadata from the command line.
69 + * Clean up crufty tags left behind by other, less-awesome tools.
70 + * Browse your music library graphically through a Web browser and play it
71 + in any browser that supports HTML5 Audio.
72
73 - If beets doesn’t do what you want yet, writing your own plugin is
74 - shockingly simple if you know a little Python.
75 - </longdescription>
76 - <use>
77 - <flag name="badfiles">Validate MP3 &amp; FLAC files</flag>
78 - <flag name="chromaprint">Enable support for acoustic fingerprinting plugin using <pkg>media-libs/chromaprint</pkg></flag>
79 - <flag name="ffmpeg">Enable support for the convert plugin to transcode files via <pkg>media-video/ffmpeg</pkg></flag>
80 - <flag name="discogs">Enable support for the discogs API plugin</flag>
81 - <flag name="lastfm">Enable support for importing personal last.fm playcounts and music genres from last.fm tags</flag>
82 - <flag name="mpd">Enable support for <pkg>media-sound/mpd</pkg> server emulation and statistic gathered from <pkg>media-sound/mpd</pkg></flag>
83 - <flag name="replaygain">Enable support for Replay Gain metadata calculation during import</flag>
84 - <flag name="thumbnail">Enable album thumbnails generation</flag>
85 - <flag name="webserver">Enable embedded webserver support through <pkg>dev-python/flask</pkg></flag>
86 - </use>
87 - <upstream>
88 - <remote-id type="pypi">beets</remote-id>
89 - </upstream>
90 + If beets doesn’t do what you want yet, writing your own plugin is
91 + shockingly simple if you know a little Python.
92 + </longdescription>
93 + <use>
94 + <flag name="badfiles">Validate MP3 &amp; FLAC files</flag>
95 + <flag name="chromaprint">Enable support for acoustic fingerprinting plugin using <pkg>media-libs/chromaprint</pkg></flag>
96 + <flag name="ffmpeg">Enable support for the convert plugin to transcode files via <pkg>media-video/ffmpeg</pkg></flag>
97 + <flag name="discogs">Enable support for the discogs API plugin</flag>
98 + <flag name="lastfm">Enable support for importing personal last.fm playcounts and music genres from last.fm tags</flag>
99 + <flag name="mpd">Enable support for <pkg>media-sound/mpd</pkg> server emulation and statistic gathered from <pkg>media-sound/mpd</pkg></flag>
100 + <flag name="replaygain">Enable support for Replay Gain metadata calculation during import</flag>
101 + <flag name="thumbnail">Enable album thumbnails generation</flag>
102 + <flag name="webserver">Enable embedded webserver support through <pkg>dev-python/flask</pkg></flag>
103 + </use>
104 + <upstream>
105 + <remote-id type="pypi">beets</remote-id>
106 + </upstream>
107 </pkgmetadata>