commit: 051191a269cbf08c9ccd62dfc85ea10ff2d7effd
Author: Zero_Chaos <zerochaos <AT> gentoo <DOT> org>
AuthorDate: Tue May 23 20:46:02 2017 +0000
Commit: Richard Farina <zerochaos <AT> gentoo <DOT> 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 <QGLWidget>
+ #include <QGLFunctions>
+
++#include <GL/glu.h>
++#include <GL/glut.h>
++
+ #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 <libaudcore/runtime.h>
+
+ #include <algorithm>
++#include <iterator>
+
+ #include <assert.h>
+ #include <pthread.h>