mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-04-17 11:42:31 +02:00
13 lines
370 B
Diff
13 lines
370 B
Diff
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
|
|
#
|