add id3lib easytag patch for proper unicode handling.
This patch is directly taken from easytag. id3lib is not maintained any longer and the last release is 13 years old. This patch fixes some unicode issues.
This commit is contained in:
@@ -3,7 +3,10 @@
|
||||
stdenv.mkDerivation {
|
||||
name = "id3lib-3.8.3";
|
||||
|
||||
patches = [ ./id3lib-3.8.3-gcc43-1.patch ];
|
||||
patches = [
|
||||
./id3lib-3.8.3-gcc43-1.patch
|
||||
./patch_id3lib_3.8.3_UTF16_writing_bug.diff
|
||||
];
|
||||
|
||||
buildInputs = [ zlib ];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user