Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/xmms2/files/
Date: Sun, 12 Nov 2017 10:00:42
Message-Id: 1510480831.b98d77fd03187155cef4801d993ae3711ddaf11f.slyfox@gentoo
1 commit: b98d77fd03187155cef4801d993ae3711ddaf11f
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Sun Nov 12 10:00:19 2017 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 12 10:00:31 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b98d77fd
7
8 media-sound/xmms2: en.wikipedia.org to https://, bug #637190
9
10 Reported-by: Francesco Turco
11 Bug: https://bugs.gentoo.org/637190
12 Package-Manager: Portage-2.3.13, Repoman-2.3.4
13
14 media-sound/xmms2/files/xmms2-0.8-audio4-p2.patch | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/media-sound/xmms2/files/xmms2-0.8-audio4-p2.patch b/media-sound/xmms2/files/xmms2-0.8-audio4-p2.patch
18 index 46b5b1d3b92..70334587d42 100644
19 --- a/media-sound/xmms2/files/xmms2-0.8-audio4-p2.patch
20 +++ b/media-sound/xmms2/files/xmms2-0.8-audio4-p2.patch
21 @@ -136,7 +136,7 @@ index ee7f7fb..b6f0a37 100644
22 +mp4ff_normalize_flawed_sample_rate (uint16_t samplerate)
23 +{
24 + /* A list of common rates can be found at
25 -+ * http://en.wikipedia.org/wiki/Sampling_rate */
26 ++ * https://en.wikipedia.org/wiki/Sampling_rate */
27 + uint32_t rates[] = {8000, 11025, 16000, 22050, 32000, 44056, 44100,
28 + 47250, 48000, 50000, 50400, 88200, 96000, 176400,
29 + 192000, 352800, 384000, 0};