Gentoo Archives: gentoo-commits

From: "Joshua Saddler (nightmorph)" <nightmorph@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo commit in xml/htdocs/proj/en/desktop/sound: decibel.xml
Date: Mon, 26 Apr 2010 18:55:32
Message-Id: 20100426185527.DAFEE2C04C@corvid.gentoo.org
1 nightmorph 10/04/26 18:55:27
2
3 Modified: decibel.xml
4 Log:
5 Updated Decibel guide for 1.03 features
6
7 Revision Changes Path
8 1.9 xml/htdocs/proj/en/desktop/sound/decibel.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/sound/decibel.xml?rev=1.9&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/sound/decibel.xml?rev=1.9&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/desktop/sound/decibel.xml?r1=1.8&r2=1.9
13
14 Index: decibel.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/sound/decibel.xml,v
17 retrieving revision 1.8
18 retrieving revision 1.9
19 diff -u -r1.8 -r1.9
20 --- decibel.xml 14 Apr 2010 07:18:02 -0000 1.8
21 +++ decibel.xml 26 Apr 2010 18:55:27 -0000 1.9
22 @@ -1,6 +1,6 @@
23 <?xml version="1.0" encoding="UTF-8"?>
24 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
25 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/sound/decibel.xml,v 1.8 2010/04/14 07:18:02 nightmorph Exp $ -->
26 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/desktop/sound/decibel.xml,v 1.9 2010/04/26 18:55:27 nightmorph Exp $ -->
27
28 <guide>
29 <title>Decibel Audio Player</title>
30 @@ -18,8 +18,8 @@
31 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
32 <license/>
33
34 -<version>8</version>
35 -<date>2010-04-14</date>
36 +<version>9</version>
37 +<date>2010-04-26</date>
38
39 <chapter>
40 <title>Introduction</title>
41 @@ -38,9 +38,9 @@
42 <p>
43 Decibel is a nifty, simple little app. It has as much playback functionality as
44 you want it to have. It's not an audio Swiss Army knife; for that, take a look
45 -at Banshee, Exaile, or Amarok. It's intended for easy browsing and playing of your
46 -music collection. It supports several audio formats and CD playback, and can
47 -keep track of several different music library locations. (A nice improvement
48 +at Banshee, Exaile, or Amarok. It's intended for easy browsing and playing of
49 +your music collection. It supports several audio formats and CD playback, and
50 +can keep track of several different music library locations. (A nice improvement
51 over other audio applications that track only one library).
52 </p>
53
54 @@ -53,8 +53,7 @@
55
56 <p>
57 Decibel has optional additional runtime integration with various Gnome libraries
58 -such as gnomeprint, gtksourceview, wnck, gnome-applets, gnome-media,
59 -totem-pl-parser, and a few others. More on this later.
60 +such as gnome-applets, gnome-media, and a few others. More on this later.
61 </p>
62
63 </body>
64 @@ -70,7 +69,7 @@
65 First, let's take a look at the available USE flags. Since Decibel uses the
66 modular gstreamer framework, you can choose the kinds of audio formats you want
67 to be able to play. Decibel currently supports WMA (via ffmpeg), mp4 (aac), mp3,
68 -FLAC, Musepack, and Ogg Vorbis.
69 +mp2, ac3, APE, FLAC, Musepack, WavPack, and Ogg Vorbis.
70 </p>
71
72 <p>
73 @@ -91,6 +90,12 @@
74 <ti>Adds support for CD audio playback and lookups via CDDB</ti>
75 </tr>
76 <tr>
77 + <ti>gnome</ti>
78 + <ti>
79 + Adds Gnome media keys support, so you can control Decibel using hotkeys
80 + </ti>
81 +</tr>
82 +<tr>
83 <ti>gnome-keyring</ti>
84 <ti>Uses <c>gnome-keyring</c> to store your Last.fm password</ti>
85 </tr>
86 @@ -103,7 +108,11 @@
87 </tr>
88 <tr>
89 <ti>musepack</ti>
90 - <ti>Enables support for the Musepack (mpc) audio codec</ti>
91 + <ti>Enables support for the Musepack audio (mpc)</ti>
92 +</tr>
93 +<tr>
94 + <ti>wavpack</ti>
95 + <ti>Enables support for WavPack audio (wv)</ti>
96 </tr>
97 </table>
98
99 @@ -119,6 +128,10 @@
100 <th>Description</th>
101 </tr>
102 <tr>
103 + <ti>a52</ti>
104 + <ti>Adds support for ac3 playback, a common DVD audio format</ti>
105 +</tr>
106 +<tr>
107 <ti>ffmpeg</ti>
108 <ti>
109 Adds support for audio formats that use the ASF container, such as
110 @@ -136,8 +149,12 @@
111 </ti>
112 </tr>
113 <tr>
114 + <ti>mpeg</ti>
115 + <ti>Adds support for mp2 playback</ti>
116 +</tr>
117 +<tr>
118 <ti>vorbis</ti>
119 - <ti>Adds support for the Ogg Vorbis (ogg) audio codec</ti>
120 + <ti>Adds support for Ogg Vorbis audio (ogg)</ti>
121 </tr>
122 </table>