diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-01-22 18:26:00 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-01-22 18:26:00 +0000 |
commit | 4dfeb7b1f551d194dc90daf779dd47d5986e906b (patch) | |
tree | 8c0e10978e08872c2597ae8391cb384bc5be7143 /audio/gtkpod/files/patch-src::mp4file.c | |
parent | - fix PKGORIGIN (diff) |
- Update of gtkpod to 0.72:
* use libid3tag library instead of libid3 for better
performance
* parse the filename to fill in missing ID3 tags
* support for unicoded ID3v2.4 tags
* bug fixes
PR: 61649
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=98817
Diffstat (limited to '')
-rw-r--r-- | audio/gtkpod/files/patch-src::mp4file.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/audio/gtkpod/files/patch-src::mp4file.c b/audio/gtkpod/files/patch-src::mp4file.c new file mode 100644 index 000000000000..56f67b658f3e --- /dev/null +++ b/audio/gtkpod/files/patch-src::mp4file.c @@ -0,0 +1,11 @@ +--- src/mp4file.c.old Sat Jan 17 10:37:49 2004 ++++ src/mp4file.c Tue Jan 20 21:33:20 2004 +@@ -342,7 +342,7 @@ + return NULL; + } + +-gboolean file_write_mp4_info (gchar *filename, Track *track, T_item tag_id) ++gboolean file_write_mp4_info (gchar *filename, Track *track) + { + gtkpod_warning (_("m4a/m4p metadata update for '%s' failed: m4a/m4p not supported without the mp4v2 library. You must compile the gtkpod source together with the mp4v2 library.\n"), filename); + return FALSE; |