public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/amarok] epel10.2: added fixed patch to fix BPM tags in flac files
@ 2026-07-06 18:31 Thomas Janssen
0 siblings, 0 replies; only message in thread
From: Thomas Janssen @ 2026-07-06 18:31 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/amarok
Branch : epel10.2
Commit : 73d7415d95810dfd6f6b79dbdf7da9bcdd38d5d6
Author : Thomas Janssen <thomasj@fedoraproject.org>
Date : 2010-09-20T15:46:45+02:00
Stats : +4/-6 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/amarok/c/73d7415d95810dfd6f6b79dbdf7da9bcdd38d5d6?branch=epel10.2
Log:
added fixed patch to fix BPM tags in flac files
---
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();
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-06 18:31 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-06 18:31 [rpms/amarok] epel10.2: added fixed patch to fix BPM tags in flac files Thomas Janssen
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox