diff options
author | Leo <thinkabit.ukim@gmail.com> | 2020-04-11 16:39:26 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-04-11 16:39:26 -0300 |
commit | ad72ed1e64e79af32c25df82073d2c65fcaaf05b (patch) | |
tree | 1818af6a10e1f2858f1f278e945d9641e48a5e63 /community/pulseaudio/python3.patch | |
parent | 4bf2ef3aa2395a866b3d4295318a904cbcc4ecc2 (diff) | |
download | aports-ad72ed1e64e79af32c25df82073d2c65fcaaf05b.tar.bz2 aports-ad72ed1e64e79af32c25df82073d2c65fcaaf05b.tar.xz |
community/pulseaudio: use python3 in the pulseaudio-equalizer shebang
fixes #11379
Diffstat (limited to 'community/pulseaudio/python3.patch')
-rw-r--r-- | community/pulseaudio/python3.patch | 12 |
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 + # |