From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2961A1396D9 for ; Sun, 12 Nov 2017 10:00:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 589F4E1063; Sun, 12 Nov 2017 10:00:41 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 35D5FE1063 for ; Sun, 12 Nov 2017 10:00:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 26CF333E4AD for ; Sun, 12 Nov 2017 10:00:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BE5CF9A3A for ; Sun, 12 Nov 2017 10:00:38 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1510480831.b98d77fd03187155cef4801d993ae3711ddaf11f.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/xmms2/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/xmms2/files/xmms2-0.8-audio4-p2.patch X-VCS-Directories: media-sound/xmms2/files/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: b98d77fd03187155cef4801d993ae3711ddaf11f X-VCS-Branch: master Date: Sun, 12 Nov 2017 10:00:38 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 8c5d7c09-5c84-4464-b974-80715a6ab87a X-Archives-Hash: 398ced3b42955a4ac4c97abe30c5a8a6 commit: b98d77fd03187155cef4801d993ae3711ddaf11f Author: Sergei Trofimovich gentoo org> AuthorDate: Sun Nov 12 10:00:19 2017 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Sun Nov 12 10:00:31 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b98d77fd media-sound/xmms2: en.wikipedia.org to https://, bug #637190 Reported-by: Francesco Turco Bug: https://bugs.gentoo.org/637190 Package-Manager: Portage-2.3.13, Repoman-2.3.4 media-sound/xmms2/files/xmms2-0.8-audio4-p2.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-sound/xmms2/files/xmms2-0.8-audio4-p2.patch b/media-sound/xmms2/files/xmms2-0.8-audio4-p2.patch index 46b5b1d3b92..70334587d42 100644 --- a/media-sound/xmms2/files/xmms2-0.8-audio4-p2.patch +++ b/media-sound/xmms2/files/xmms2-0.8-audio4-p2.patch @@ -136,7 +136,7 @@ index ee7f7fb..b6f0a37 100644 +mp4ff_normalize_flawed_sample_rate (uint16_t samplerate) +{ + /* A list of common rates can be found at -+ * http://en.wikipedia.org/wiki/Sampling_rate */ ++ * https://en.wikipedia.org/wiki/Sampling_rate */ + uint32_t rates[] = {8000, 11025, 16000, 22050, 32000, 44056, 44100, + 47250, 48000, 50000, 50400, 88200, 96000, 176400, + 192000, 352800, 384000, 0};