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 5AFAB138350 for ; Tue, 14 Apr 2020 08:41:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A408DE0923; Tue, 14 Apr 2020 08:41:03 +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 8C8AFE0923 for ; Tue, 14 Apr 2020 08:41:03 +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 7F8C634F231 for ; Tue, 14 Apr 2020 08:41:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E731F1C9 for ; Tue, 14 Apr 2020 08:41:00 +0000 (UTC) From: "James Le Cuirot" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "James Le Cuirot" Message-ID: <1586853583.c743ee4e6e6efa0e6422da4ec756bd6f0d86d740.chewi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/xmms2/, media-sound/xmms2/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/xmms2/files/xmms2-0.8_p20161122-faad.patch media-sound/xmms2/xmms2-0.8_p20161122-r6.ebuild media-sound/xmms2/xmms2-0.8_p20161122-r7.ebuild X-VCS-Directories: media-sound/xmms2/ media-sound/xmms2/files/ X-VCS-Committer: chewi X-VCS-Committer-Name: James Le Cuirot X-VCS-Revision: c743ee4e6e6efa0e6422da4ec756bd6f0d86d740 X-VCS-Branch: master Date: Tue, 14 Apr 2020 08:41:00 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: afee64a0-a643-4cb3-a63b-bd0c1089a12d X-Archives-Hash: 5394fd09a00e08cfc07e4386c13638dc commit: c743ee4e6e6efa0e6422da4ec756bd6f0d86d740 Author: James Le Cuirot gentoo org> AuthorDate: Mon Apr 13 21:47:58 2020 +0000 Commit: James Le Cuirot gentoo org> CommitDate: Tue Apr 14 08:39:43 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c743ee4e media-sound/xmms2: Patch around faad plugin breakage since faad 2.9.0 Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: James Le Cuirot gentoo.org> media-sound/xmms2/files/xmms2-0.8_p20161122-faad.patch | 18 ++++++++++++++++++ ...0161122-r6.ebuild => xmms2-0.8_p20161122-r7.ebuild} | 3 +++ 2 files changed, 21 insertions(+) diff --git a/media-sound/xmms2/files/xmms2-0.8_p20161122-faad.patch b/media-sound/xmms2/files/xmms2-0.8_p20161122-faad.patch new file mode 100644 index 00000000000..00aa5d77082 --- /dev/null +++ b/media-sound/xmms2/files/xmms2-0.8_p20161122-faad.patch @@ -0,0 +1,18 @@ +This line has stopped working since security fixes in the faad 2.9.0 +release. XMMS2 upstream were informed via IRC but have yet to act on +it. I've run XMMS2 with this patch for months without issue. + +-- Chewi + +diff --git a/src/plugins/faad/faad.c b/src/plugins/faad/faad.c +index 50835d27..7074e1b5 100644 +--- a/src/plugins/faad/faad.c ++++ b/src/plugins/faad/faad.c +@@ -242,7 +242,6 @@ xmms_faad_init (xmms_xform_t *xform) + * and durations calculations... So we cheat and tell libfaad2 we're feeding + * it frame 1. + */ +- NeAACDecPostSeekReset (data->decoder, 1); + + /* FIXME: Because for HE AAC files some versions of libfaad return the wrong + * samplerate in init, we have to do one read and let it decide the real diff --git a/media-sound/xmms2/xmms2-0.8_p20161122-r6.ebuild b/media-sound/xmms2/xmms2-0.8_p20161122-r7.ebuild similarity index 99% rename from media-sound/xmms2/xmms2-0.8_p20161122-r6.ebuild rename to media-sound/xmms2/xmms2-0.8_p20161122-r7.ebuild index 69165406052..88101be578c 100644 --- a/media-sound/xmms2/xmms2-0.8_p20161122-r6.ebuild +++ b/media-sound/xmms2/xmms2-0.8_p20161122-r7.ebuild @@ -114,6 +114,9 @@ PATCHES=( # gcc-10 stopped putting globals into common section "${FILESDIR}/${P}"-gcc-10.patch + + # fix required since faad 2.9.0 + "${FILESDIR}/${P}"-faad.patch ) pkg_setup() {