mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-11 10:14:36 +08:00
108 lines
5.5 KiB
Diff
108 lines
5.5 KiB
Diff
This patch fixes some minor spelling mistakes
|
|
diff -Naur id3lib-3.8.3.orig//ChangeLog id3lib-3.8.3//ChangeLog
|
|
--- id3lib-3.8.3.orig//ChangeLog 2010-06-08 05:21:47.817061336 +0200
|
|
+++ id3lib-3.8.3//ChangeLog 2010-06-08 05:21:05.320811354 +0200
|
|
@@ -2266,7 +2266,7 @@
|
|
* examples/demo_info.cpp (1.19):
|
|
(PrintInformation): When printing synced lyrics info, now uses a
|
|
MemoryReader, BinaryNumberReader, and TextReader to extract the
|
|
- infromation from the binary field. This is a cheat, since these
|
|
+ information from the binary field. This is a cheat, since these
|
|
classes aren't normally exposed to folks using the library.
|
|
Hopefully they will be exposed soon enough for the next major
|
|
release.
|
|
diff -Naur id3lib-3.8.3.orig//doc/id3v2.3.0.html id3lib-3.8.3//doc/id3v2.3.0.html
|
|
--- id3lib-3.8.3.orig//doc/id3v2.3.0.html 2010-06-08 05:21:47.859810543 +0200
|
|
+++ id3lib-3.8.3//doc/id3v2.3.0.html 2010-06-08 05:21:05.373811128 +0200
|
|
@@ -2157,7 +2157,7 @@
|
|
64.Native American
|
|
65.Cabaret
|
|
66.New Wave
|
|
- 67.Psychadelic
|
|
+ 67.Psychedelic
|
|
68.Rave
|
|
69.Showtunes
|
|
70.Trailer
|
|
@@ -2254,4 +2254,4 @@
|
|
Email: <a href="mailto:johan@id3.org">johan@id3.org</a>
|
|
</p>
|
|
|
|
-</body></html>
|
|
\ No newline at end of file
|
|
+</body></html>
|
|
diff -Naur id3lib-3.8.3.orig//doc/id3v2.3.0.txt id3lib-3.8.3//doc/id3v2.3.0.txt
|
|
--- id3lib-3.8.3.orig//doc/id3v2.3.0.txt 2010-06-08 05:21:47.860810639 +0200
|
|
+++ id3lib-3.8.3//doc/id3v2.3.0.txt 2010-06-08 05:21:05.374811307 +0200
|
|
@@ -1929,7 +1929,7 @@
|
|
64.Native American
|
|
65.Cabaret
|
|
66.New Wave
|
|
- 67.Psychadelic
|
|
+ 67.Psychedelic
|
|
68.Rave
|
|
69.Showtunes
|
|
70.Trailer
|
|
diff -Naur id3lib-3.8.3.orig//id3com/id3com.idl id3lib-3.8.3//id3com/id3com.idl
|
|
--- id3lib-3.8.3.orig//id3com/id3com.idl 2010-06-08 05:21:47.818060988 +0200
|
|
+++ id3lib-3.8.3//id3com/id3com.idl 2010-06-08 05:21:05.355061546 +0200
|
|
@@ -179,7 +179,7 @@
|
|
/* USER */ ID3_TERMSOFUSE, /**< Terms of use */
|
|
/* USLT */ ID3_UNSYNCEDLYRICS, /**< Unsynchronized lyric/text transcription */
|
|
/* WCOM */ ID3_WWWCOMMERCIALINFO, /**< Commercial information */
|
|
- /* WCOP */ ID3_WWWCOPYRIGHT, /**< Copyright/Legal infromation */
|
|
+ /* WCOP */ ID3_WWWCOPYRIGHT, /**< Copyright/Legal information */
|
|
/* WOAF */ ID3_WWWAUDIOFILE, /**< Official audio file webpage */
|
|
/* WOAR */ ID3_WWWARTIST, /**< Official artist/performer webpage */
|
|
/* WOAS */ ID3_WWWAUDIOSOURCE, /**< Official audio source webpage */
|
|
diff -Naur id3lib-3.8.3.orig//include/id3/globals.h id3lib-3.8.3//include/id3/globals.h
|
|
--- id3lib-3.8.3.orig//include/id3/globals.h 2010-06-08 05:21:47.818060988 +0200
|
|
+++ id3lib-3.8.3//include/id3/globals.h 2010-06-08 05:22:27.395811102 +0200
|
|
@@ -313,7 +313,7 @@
|
|
/* USER */ ID3FID_TERMSOFUSE, /**< Terms of use */
|
|
/* USLT */ ID3FID_UNSYNCEDLYRICS, /**< Unsynchronized lyric/text transcription */
|
|
/* WCOM */ ID3FID_WWWCOMMERCIALINFO, /**< Commercial information */
|
|
- /* WCOP */ ID3FID_WWWCOPYRIGHT, /**< Copyright/Legal infromation */
|
|
+ /* WCOP */ ID3FID_WWWCOPYRIGHT, /**< Copyright/Legal information */
|
|
/* WOAF */ ID3FID_WWWAUDIOFILE, /**< Official audio file webpage */
|
|
/* WOAR */ ID3FID_WWWARTIST, /**< Official artist/performer webpage */
|
|
/* WOAS */ ID3FID_WWWAUDIOSOURCE, /**< Official audio source webpage */
|
|
@@ -608,7 +608,7 @@
|
|
"Native American", //64
|
|
"Cabaret", //65
|
|
"New Wave", //66
|
|
- "Psychadelic", //67
|
|
+ "Psychedelic", //67
|
|
"Rave", //68
|
|
"Showtunes", //69
|
|
"Trailer", //70
|
|
@@ -686,7 +686,7 @@
|
|
"Christian Rock ", //141
|
|
"Merengue", //142
|
|
"Salsa", //143
|
|
- "Trash Metal", //144
|
|
+ "Thrash Metal", //144
|
|
"Anime", //145
|
|
"JPop", //146
|
|
"Synthpop" //147
|
|
diff -Naur id3lib-3.8.3.orig//src/field.cpp id3lib-3.8.3//src/field.cpp
|
|
--- id3lib-3.8.3.orig//src/field.cpp 2010-06-08 05:21:47.818060988 +0200
|
|
+++ id3lib-3.8.3//src/field.cpp 2010-06-08 05:21:05.373811128 +0200
|
|
@@ -719,7 +719,7 @@
|
|
// USER ID3FID_TERMSOFUSE Terms of use
|
|
// USLT ULT ID3FID_UNSYNCEDLYRICS Unsynchronized lyric/text transcription
|
|
// WCOM WCM ID3FID_WWWCOMMERCIALINFO Commercial information
|
|
-// WCOP WCM ID3FID_WWWCOPYRIGHT Copyright/Legal infromation
|
|
+// WCOP WCM ID3FID_WWWCOPYRIGHT Copyright/Legal information
|
|
// WOAF WCP ID3FID_WWWAUDIOFILE Official audio file webpage
|
|
// WOAR WAF ID3FID_WWWARTIST Official artist/performer webpage
|
|
// WOAS WAR ID3FID_WWWAUDIOSOURCE Official audio source webpage
|
|
@@ -813,7 +813,7 @@
|
|
{ID3FID_TERMSOFUSE, "" , "USER", false, false, ID3FD_TermsOfUse, "Terms of use"},
|
|
{ID3FID_UNSYNCEDLYRICS, "ULT", "USLT", false, false, ID3FD_GeneralText, "Unsynchronized lyric/text transcription"},
|
|
{ID3FID_WWWCOMMERCIALINFO, "WCM", "WCOM", false, false, ID3FD_URL, "Commercial information"},
|
|
- {ID3FID_WWWCOPYRIGHT, "WCP", "WCOP", false, false, ID3FD_URL, "Copyright/Legal infromation"},
|
|
+ {ID3FID_WWWCOPYRIGHT, "WCP", "WCOP", false, false, ID3FD_URL, "Copyright/Legal information"},
|
|
{ID3FID_WWWAUDIOFILE, "WAF", "WOAF", false, false, ID3FD_URL, "Official audio file webpage"},
|
|
{ID3FID_WWWARTIST, "WAR", "WOAR", false, false, ID3FD_URL, "Official artist/performer webpage"},
|
|
{ID3FID_WWWAUDIOSOURCE, "WAS", "WOAS", false, false, ID3FD_URL, "Official audio source webpage"},
|