public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Aurelien Bompard <abompard@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/amarok] epel10.2: add patch for playlist encoding (distributed by the amarok devs)
Date: Mon, 06 Jul 2026 18:29:57 GMT [thread overview]
Message-ID: <178336259782.1.18226481278772237966.rpms-amarok-e1994f7f7522@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/amarok
Branch : epel10.2
Commit : e1994f7f7522b8fd6cd73863ed3eee393ecf0059
Author : Aurelien Bompard <abompard@fedoraproject.org>
Date : 2006-09-15T10:56:59+00:00
Stats : +17/-2 in 2 file(s)
URL : https://src.fedoraproject.org/rpms/amarok/c/e1994f7f7522b8fd6cd73863ed3eee393ecf0059?branch=epel10.2
Log:
add patch for playlist encoding (distributed by the amarok devs)
---
diff --git a/amarok-1.4.3-playlist_encoding.patch b/amarok-1.4.3-playlist_encoding.patch
new file mode 100644
index 0000000..1549996
--- /dev/null
+++ b/amarok-1.4.3-playlist_encoding.patch
@@ -0,0 +1,10 @@
+--- ./amarok/src/playlist.cpp (Revision 583705)
++++ ./amarok/src/playlist.cpp (Revision 583706)
+@@ -3188,6 +3188,7 @@
+ stream << "</playlist>\n";
+
+ QTextStream fstream( &file );
++ fstream.setEncoding( QTextStream::UnicodeUTF8 );
+ fstream << buffer;
+ }
+
diff --git a/amarok.spec b/amarok.spec
index 82b7681..556a5a7 100644
--- a/amarok.spec
+++ b/amarok.spec
@@ -5,13 +5,14 @@
Name: amarok
Summary: Media player for KDE
Version: 1.4.3
-Release: 2%{?dist}
+Release: 3%{?dist}
Group: Applications/Multimedia
License: GPL
Url: http://amarok.kde.org
# http://download.kde.org/download.php?url=stable/amarok/1.4.3/src
Source0: http://mirrors.isc.org/pub/kde/stable/amarok/1.4.3/src/amarok-1.4.3.tar.bz2
+Patch0: amarok-1.4.3-playlist_encoding.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: kdemultimedia-devel >= 6:3.2
@@ -83,7 +84,8 @@ use any of xmms' visualisation plugins with Amarok.
%prep
-%setup -q
+%setup -q
+%patch0 -p0 -b .playlist_encoding
@@ -237,6 +239,9 @@ rm -fr $RPM_BUILD_ROOT
%changelog
+* Fri Sep 15 2006 Aurelien Bompard <abompard@fedoraproject.org> 1.4.3-3
+- add patch for playlist encoding
+
* Wed Sep 13 2006 Aurelien Bompard <abompard@fedoraproject.org> 1.4.3-2
- buildrequires ruby-devel (checked by configure)
reply other threads:[~2026-07-06 18:29 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=178336259782.1.18226481278772237966.rpms-amarok-e1994f7f7522@fedoraproject.org \
--to=abompard@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