public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Thomas Janssen <thomasj@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/amarok] epel10.2: added fixed patch to fix BPM tags in flac files
Date: Mon, 06 Jul 2026 18:31:15 GMT	[thread overview]
Message-ID: <178336267558.1.15166111996801408696.rpms-amarok-73d7415d9581@fedoraproject.org> (raw)

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();

                 reply	other threads:[~2026-07-06 18:31 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178336267558.1.15166111996801408696.rpms-amarok-73d7415d9581@fedoraproject.org \
    --to=thomasj@fedoraproject.org \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox