Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-sound/lltag/files: lltag-0.14.2-manpage.patch
Date: Fri, 05 Jun 2009 16:28:17
Message-Id: E1MCcH8-0008RH-OK@stork.gentoo.org
1 ssuominen 09/06/05 16:28:14
2
3 Added: lltag-0.14.2-manpage.patch
4 Log:
5 Apply a manpage patch wrt #272732, thanks to Vladimir <v_2e at ukr.net>.
6 (Portage version: 2.1.6.13/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.1 media-sound/lltag/files/lltag-0.14.2-manpage.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/lltag/files/lltag-0.14.2-manpage.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/lltag/files/lltag-0.14.2-manpage.patch?rev=1.1&content-type=text/plain
13
14 Index: lltag-0.14.2-manpage.patch
15 ===================================================================
16 diff -ur lltag-0.14.2.orig/lltag.1 lltag-0.14.2/lltag.1
17 --- lltag-0.14.2.orig/lltag.1 2007-12-16 13:32:03.000000000 +0200
18 +++ lltag-0.14.2/lltag.1 2009-06-05 16:26:23.000000000 +0300
19 @@ -176,11 +176,11 @@
20 .SH OPTIONS
21
22 .TP
23 -.BI "-A, --album" " <album>"
24 +.BI "-A, --ALBUM" " <album>"
25 Add a value for the \fIALBUM\fR tag.
26
27 .TP
28 -.BI "-a, --artist" " <artist>"
29 +.BI "-a, --ARTIST" " <artist>"
30 Add a value for the \fIARTIST\fR tag.
31
32 .TP
33 @@ -237,7 +237,7 @@
34 may be used (set to something like "http://my.proxy.com").
35
36 .TP
37 -.BI "-c, --comment" " <comment>"
38 +.BI "-c, --COMMENT" " <comment>"
39 Add a value for the \fICOMMENT\fR tag.
40
41 .TP
42 @@ -255,7 +255,7 @@
43 below for details.
44
45 .TP
46 -.BI "-d, --date" " <date>"
47 +.BI "-d, --DATE" " <date>"
48 Add a value for the \fIDATE\fR tag.
49 Note that the ID3 date tag may only store 4 characters (for a year).
50
51 @@ -293,7 +293,7 @@
52 .IR guess .
53
54 .TP
55 -.BI "-g, --genre" " <genre>"
56 +.BI "-g, --GENRE" " <genre>"
57 Add a value for the \fIGENRE\fR tag.
58 While some file types accept any string as a genre, some others
59 (especially ID3v1 tags in MP3 files) require the string to match
60 @@ -342,7 +342,7 @@
61 Note that merging/appending takes care of removing duplicates.
62
63 .TP
64 -.BI "-n, --number" " <number>"
65 +.BI "-n, --NUMBER" " <number>"
66 Add a value for the \fINUMBER\fR tag.
67
68 .TP
69 @@ -489,7 +489,7 @@
70 to get the detailled impact of this option.
71
72 .TP
73 -.BI "-t, --title" " <title>"
74 +.BI "-t, --TITLE" " <title>"
75 Add a value for the \fITITLE\fR tag.
76
77 .TP
78 @@ -962,7 +962,7 @@
79 .RE
80 Set the ALBUM, ARTIST and GENRE tag values of the MP3 files in the current directory:
81 .RS
82 -lltag --artist "Queen" --album "Innunendo" --genre "rock" --comment="very cool" *.mp3
83 +lltag --ARTIST "Queen" --ALBUM "Innunendo" --GENRE "rock" --COMMENT="very cool" *.mp3
84 .RE
85 Rename a file by assembling its current NUMBER, ARTIST and TITLE tag values:
86 .RS