aboutsummaryrefslogtreecommitdiffstats
path: root/community/pulseaudio/python3.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/pulseaudio/python3.patch')
-rw-r--r--community/pulseaudio/python3.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/community/pulseaudio/python3.patch b/community/pulseaudio/python3.patch
new file mode 100644
index 0000000000..1afe4306bc
--- /dev/null
+++ b/community/pulseaudio/python3.patch
@@ -0,0 +1,12 @@
+Use python3 in the qt5 GUI for th pulseaudio equalizer
+
+diff --git a/src/utils/qpaeq b/src/utils/qpaeq
+index ac0daec..dd53a32 100755
+--- a/src/utils/qpaeq
++++ b/src/utils/qpaeq
+@@ -1,4 +1,4 @@
+-#!/usr/bin/env python
++#!/usr/bin/env python3
+ # qpaeq is a equalizer interface for pulseaudio's equalizer sinks
+ # Copyright (C) 2009 Jason Newton <nevion@gmail.com
+ #