[SCM] mp4v2/master: debian/patches/: #0001 added to fix mp4tags corruption

mfv-guest at users.alioth.debian.org mfv-guest at users.alioth.debian.org
Tue Jun 4 16:26:56 UTC 2013


The following commit has been merged in the master branch:
commit d053d0639a6f8e90fba01301b9addf73736e6e22
Author: Matteo F. Vescovi <mfv.debian at gmail.com>
Date:   Tue Jun 4 18:06:36 2013 +0200

    debian/patches/: #0001 added to fix mp4tags corruption
    
    Closes: #709127
    Thanks: Jonathan David Amery for the hint.

diff --git a/debian/patches/0001-Fix_mp4tags_corruption.patch b/debian/patches/0001-Fix_mp4tags_corruption.patch
new file mode 100644
index 0000000..ddc6fc5
--- /dev/null
+++ b/debian/patches/0001-Fix_mp4tags_corruption.patch
@@ -0,0 +1,20 @@
+From: "Matteo F. Vescovi" <mfv.debian at gmail.com>
+Date: Tue, 4 Jun 2013 18:02:58 +0200
+Subject: Fix_mp4tags_corruption
+
+---
+ util/mp4tags.cpp | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/util/mp4tags.cpp b/util/mp4tags.cpp
+index 1b9e866..57e91e6 100644
+--- a/util/mp4tags.cpp
++++ b/util/mp4tags.cpp
+@@ -538,6 +538,7 @@ extern "C" int
+                         }
+                         else {
+                             fprintf( stderr, "Art file %s not found\n", tags[i] );
++                            break;
+                         }
+                     }
+                     case OPT_ALBUM_ARTIST:
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..281a94c
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+0001-Fix_mp4tags_corruption.patch

-- 
mp4v2 packaging



More information about the pkg-multimedia-commits mailing list