[amarok] added fixed patch to fix BPM tags in flac files

thomasj thomasj at fedoraproject.org
Mon Sep 20 13:46:49 UTC 2010


commit 73d7415d95810dfd6f6b79dbdf7da9bcdd38d5d6
Author: Thomas Janssen <thomasj at fedoraproject.org>
Date:   Mon Sep 20 15:46:45 2010 +0200

    added fixed patch to fix BPM tags in flac files

 amarok-2.3.2_bpm_tags-in-flac_fix.patch |   10 ++++------
 1 files changed, 4 insertions(+), 6 deletions(-)
---
diff --git a/amarok-2.3.2_bpm_tags-in-flac_fix.patch b/amarok-2.3.2_bpm_tags-in-flac_fix.patch
index 6d6d717..4de5ede 100644
--- a/amarok-2.3.2_bpm_tags-in-flac_fix.patch
+++ b/amarok-2.3.2_bpm_tags-in-flac_fix.patch
@@ -1,8 +1,6 @@
-diff --git a/utilities/collectionscanner/CollectionScanner.cpp b/utilities/collectionscanner/CollectionScanner.cpp
-index a9d6755..0a23a53 100644
---- a/utilities/collectionscanner/CollectionScanner.cpp
-+++ b/utilities/collectionscanner/CollectionScanner.cpp
-@@ -701,7 +701,7 @@ CollectionScanner::readTags( const QString &path, TagLib::AudioProperties::ReadS
+--- utilities/collectionscanner/CollectionScanner.cpp	2010-09-15 23:24:13.000000000 +0200
++++ utilities/collectionscanner/CollectionScanner.cpp.old	2010-09-20 15:43:55.000000000 +0200
+@@ -701,7 +701,7 @@
                      attributes["composer"] = TStringToQString( file->xiphComment()->fieldListMap()["COMPOSER"].front() ).trimmed();
  
                  if ( !file->xiphComment()->fieldListMap()[ "BPM" ].isEmpty() )
@@ -10,4 +8,4 @@ index a9d6755..0a23a53 100644
 +                    attributes["bpm"] = TStringToQString( file->xiphComment()->fieldListMap()["BPM"].front() ).trimmed();
  
                  if ( !file->xiphComment()->fieldListMap()[ "DISCNUMBER" ].isEmpty() )
-                     disc = TStringToQString( file->xiphComment()->fieldListMap()["DISCNUMBER"].front() ).trimmed();
\ No newline at end of file
+                     disc = TStringToQString( file->xiphComment()->fieldListMap()["DISCNUMBER"].front() ).trimmed();


More information about the scm-commits mailing list