Package: id3v2 / 0.1.12+dfsg-7
Metadata
Package | Version | Patches format |
---|---|---|
id3v2 | 0.1.12+dfsg-7 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
Makefile.patch | (download) |
Makefile |
4 2 + 2 - 0 ! |
this patch modifies the makefile to: - Install the binary in /usr instead of /opt/local. - Not strip the binary. |
manpage.patch | (download) |
id3v2.1 |
11 9 + 2 - 0 ! |
--- |
spelling.patch | (download) |
frametable.h |
2 1 + 1 - 0 ! |
--- |
error if convert fails.patch | (download) |
convert.cpp |
9 9 + 0 - 0 ! |
--- |
untagged_file_in_multiple_files.patch | (download) |
/list.cpp |
4 2 + 2 - 0 ! |
--- |
rfc822.patch | (download) |
/list.cpp |
33 21 + 12 - 0 ! |
--- |
charset_conv.patch | (download) |
Makefile |
2 1 + 1 - 0 ! |
fix charset issues with id3v2 tags. id3v2 doesn't do charset conversion according to the current locale, so trying to use UTF-8 in tag fields causes the resulting tag to contain UTF-8 but without the proper encoding type. This causes other programs to display tag contents as gibberish. This patch fixes the program so that proper conversion is made, and anything outside of iso-8859-1 will be encoded as UTF-16, properly marked. |