From fc1cfd4d3d111f6af4dee3423ff18234ccac8960 Mon Sep 17 00:00:00 2001 From: fake Date: Thu, 11 Mar 2004 19:34:21 +0000 Subject: [PATCH] fake: gtkpod: re-fix the patch - how could this happen?? iirc this also happened to the desc file... strange. [2004030910445510455] (https://www.rocklinux.net/submaster) git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@2515 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc --- package/fake/gtkpod/mp4file-definition.patch | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/package/fake/gtkpod/mp4file-definition.patch b/package/fake/gtkpod/mp4file-definition.patch index b1d531a81..5771d4437 100644 --- a/package/fake/gtkpod/mp4file-definition.patch +++ b/package/fake/gtkpod/mp4file-definition.patch @@ -9,14 +9,3 @@ { 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; ---- ./src/mp4file.c.orig 2004-01-17 09:37:49.000000000 +0000 -+++ ./src/mp4file.c 2004-01-21 18:42:18.000000000 +0000 -@@ -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;