8c570610a3
- Rebase qpaeq-shebang.patch to python3 instead of python, as we build pulseaudio with python3 support and not python2. Aka pulseaudio requires /usr/bin/python3 and not /usr/bin/python. OBS-URL: https://build.opensuse.org/request/show/709800 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/pulseaudio?expand=0&rev=206
9 lines
305 B
Diff
9 lines
305 B
Diff
--- src/utils/qpaeq.org 2018-05-15 14:12:16.038877587 +0200
|
|
+++ src/utils/qpaeq 2018-05-15 14:12:49.002967454 +0200
|
|
@@ -1,4 +1,4 @@
|
|
-#!/usr/bin/env python
|
|
+#!/usr/bin/python3
|
|
# qpaeq is a equalizer interface for pulseaudio's equalizer sinks
|
|
# Copyright (C) 2009 Jason Newton <nevion@gmail.com
|
|
#
|