Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
Makefile.patch | this patch modifies the makefile to: - Install the binary in /usr instead of /opt/local. - Not strip the binary. diff -Naur id3v2-0.1.12.orig//Makefile id3v2-0.1.12/Makefile |
Martin Stjernholm <mast@lysator.liu.se> | no | 2011-05-01 | ||
manpage.patch | This patch removed some invalid lines from the man page and adds some information about -- (closes #497985) diff -Naur a/id3v2.1 b/id3v2.1 |
no | ||||
spelling.patch | This patch fixes some minor spelling mistakes diff -Naur id3v2-0.1.11.orig/frametable.h id3v2-0.1.11/frametable.h |
no | ||||
error-if-convert-fails.patch | This patch causes id3v2 to output an error message if it fails to convert tags Closes Debian bug #538165 diff -Naur id3v2-0.1.11.orig/convert.cpp id3v2-0.1.11/convert.cpp |
no | ||||
untagged_file_in_multiple_files.patch | This patch changes id3v2 to complain about missing tags even when called with multiple files as arguments (eg. id3v2 -l *mp3). Written by Stefan Ott Closes Debian bug #356473 diff -Naur id3v2-0.1.12.orig//list.cpp id3v2-0.1.12//list.cpp |
no | ||||
rfc822.patch | This patch implements the -R option (to some extent), mostly by just not showing id3v1 data (the rest is already rfc822 compliant). It was written by Stefan Ott to close #198406 diff -Naur id3v2-0.1.12.orig//list.cpp id3v2-0.1.12//list.cpp |
no | ||||
charset_conv.patch | 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. |
Martin Stjernholm <mast@lysator.liu.se> | yes | debian | 2013-02-05 |