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 B4CBB139694 for ; Tue, 23 May 2017 20:47:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0AC22E0D09; Tue, 23 May 2017 20:47:19 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CE171E0D09 for ; Tue, 23 May 2017 20:47:18 +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 6C3273416D1 for ; Tue, 23 May 2017 20:47:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 11E51743E for ; Tue, 23 May 2017 20:47:16 +0000 (UTC) From: "Richard Farina" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Richard Farina" Message-ID: <1495572362.051191a269cbf08c9ccd62dfc85ea10ff2d7effd.zerochaos@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/audacious-plugins/files/, media-plugins/audacious-plugins/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-plugins/audacious-plugins/audacious-plugins-3.7.1-r1.ebuild media-plugins/audacious-plugins/audacious-plugins-3.7.1.ebuild media-plugins/audacious-plugins/files/audacious-plugins-3.7.1-gl-jack.patch X-VCS-Directories: media-plugins/audacious-plugins/files/ media-plugins/audacious-plugins/ X-VCS-Committer: zerochaos X-VCS-Committer-Name: Richard Farina X-VCS-Revision: 051191a269cbf08c9ccd62dfc85ea10ff2d7effd X-VCS-Branch: master Date: Tue, 23 May 2017 20:47:16 +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: cd0aa88a-bef9-4b3e-aba5-f4483845d941 X-Archives-Hash: 27f42deb2222c7614ed440ce19da5aa6 commit: 051191a269cbf08c9ccd62dfc85ea10ff2d7effd Author: Zero_Chaos gentoo org> AuthorDate: Tue May 23 20:46:02 2017 +0000 Commit: Richard Farina gentoo org> CommitDate: Tue May 23 20:46:02 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=051191a2 media-plugins/audacious-plugins: bug fix for #596444 and possibly others Package-Manager: Portage-2.3.5, Repoman-2.3.2 .../audacious-plugins-3.7.1-r1.ebuild | 1 + .../audacious-plugins-3.7.1.ebuild | 1 + .../files/audacious-plugins-3.7.1-gl-jack.patch | 24 ++++++++++++++++++++++ 3 files changed, 26 insertions(+) diff --git a/media-plugins/audacious-plugins/audacious-plugins-3.7.1-r1.ebuild b/media-plugins/audacious-plugins/audacious-plugins-3.7.1-r1.ebuild index 03a50543242..8ceb937a5ea 100644 --- a/media-plugins/audacious-plugins/audacious-plugins-3.7.1-r1.ebuild +++ b/media-plugins/audacious-plugins/audacious-plugins-3.7.1-r1.ebuild @@ -110,6 +110,7 @@ src_prepare() { --c-namespace Mpris \ --generate-c-code object-player mpris2-player.xml && \ cd "${S}" + epatch "${FILESDIR}/${P}-gl-jack.patch" } src_configure() { diff --git a/media-plugins/audacious-plugins/audacious-plugins-3.7.1.ebuild b/media-plugins/audacious-plugins/audacious-plugins-3.7.1.ebuild index 8ea80cdd5fc..9a2b821003b 100644 --- a/media-plugins/audacious-plugins/audacious-plugins-3.7.1.ebuild +++ b/media-plugins/audacious-plugins/audacious-plugins-3.7.1.ebuild @@ -89,6 +89,7 @@ src_prepare() { --c-namespace Mpris \ --generate-c-code object-player mpris2-player.xml && \ cd "${S}" + epatch "${FILESDIR}/${P}-gl-jack.patch" } src_configure() { diff --git a/media-plugins/audacious-plugins/files/audacious-plugins-3.7.1-gl-jack.patch b/media-plugins/audacious-plugins/files/audacious-plugins-3.7.1-gl-jack.patch new file mode 100644 index 00000000000..d91eeac7138 --- /dev/null +++ b/media-plugins/audacious-plugins/files/audacious-plugins-3.7.1-gl-jack.patch @@ -0,0 +1,24 @@ +diff -Naur audacious-plugins-3.7.1-orig/work/audacious-plugins-3.7.1/src/gl-spectrum-qt/gl-spectrum.cc audacious-plugins-3.7.1/work/audacious-plugins-3.7.1/src/gl-spectrum-qt/gl-spectrum.cc +--- audacious-plugins-3.7.1-orig/work/audacious-plugins-3.7.1/src/gl-spectrum-qt/gl-spectrum.cc 2015-12-28 18:29:53.000000000 -0800 ++++ audacious-plugins-3.7.1/work/audacious-plugins-3.7.1/src/gl-spectrum-qt/gl-spectrum.cc 2017-04-20 23:26:57.972574128 -0700 +@@ -32,6 +32,9 @@ + #include + #include + ++#include ++#include ++ + #define NUM_BANDS 32 + #define DB_RANGE 40 + +diff -Naur audacious-plugins-3.7.1-orig/work/audacious-plugins-3.7.1/src/jack-ng/jack-ng.cc audacious-plugins-3.7.1/work/audacious-plugins-3.7.1/src/jack-ng/jack-ng.cc +--- audacious-plugins-3.7.1-orig/work/audacious-plugins-3.7.1/src/jack-ng/jack-ng.cc 2015-12-28 18:29:53.000000000 -0800 ++++ audacious-plugins-3.7.1/work/audacious-plugins-3.7.1/src/jack-ng/jack-ng.cc 2017-04-20 23:28:06.535357794 -0700 +@@ -28,6 +28,7 @@ + #include + + #include ++#include + + #include + #include