This website works better with JavaScript.
Home
Help
Sign In
jackaudio
/
jack2
mirror of
https://github.com/jackaudio/jack2
Watch
1
Star
0
Fork
0
Code
Releases
45
Activity
Browse Source
Make sure we use python3 (another patch from Fedora)
tags/v1.9.14
falkTX
Filipe Coelho
<falktx@falktx.com>
5 years ago
parent
7b33292a99
commit
3009d7d606
11 changed files
with
11 additions
and
11 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
common/wscript
+1
-1
compat/alloca/wscript
+1
-1
compat/wscript
+1
-1
dbus/wscript
+1
-1
example-clients/jack_control
+1
-1
example-clients/wscript
+1
-1
man/wscript
+1
-1
systemd/wscript
+1
-1
tests/wscript
+1
-1
waf
+1
-1
wscript
+ 1
- 1
common/wscript
View File
@@ -1,4 +1,4 @@
#! /usr/bin/
env
python
#! /usr/bin/python
3
# encoding: utf-8
import re
+ 1
- 1
compat/alloca/wscript
View File
@@ -1,4 +1,4 @@
#!/usr/bin/
env
python
#!/usr/bin/python
3
# encoding: utf-8
#
# Copyright (C) 2018 Karl Linden <karl.j.linden@gmail.com>
+ 1
- 1
compat/wscript
View File
@@ -1,4 +1,4 @@
#!/usr/bin/
env
python
#!/usr/bin/python
3
# encoding: utf-8
#
# Copyright (C) 2018 Karl Linden <karl.j.linden@gmail.com>
+ 1
- 1
dbus/wscript
View File
@@ -1,4 +1,4 @@
#! /usr/bin/
env
python
#! /usr/bin/python
3
# encoding: utf-8
import os.path
+ 1
- 1
example-clients/jack_control
View File
@@ -1,4 +1,4 @@
#!/usr/bin/
env
python
#!/usr/bin/python
3
from __future__ import print_function
name_base = 'org.jackaudio'
+ 1
- 1
example-clients/wscript
View File
@@ -1,4 +1,4 @@
#! /usr/bin/
env
python
#! /usr/bin/python
3
# encoding: utf-8
example_programs = {
+ 1
- 1
man/wscript
View File
@@ -1,4 +1,4 @@
#! /usr/bin/
env
python
#! /usr/bin/python
3
# encoding: utf-8
import re
+ 1
- 1
systemd/wscript
View File
@@ -1,4 +1,4 @@
#! /usr/bin/
env
python
#! /usr/bin/python
3
# encoding: utf-8
+ 1
- 1
tests/wscript
View File
@@ -1,4 +1,4 @@
#! /usr/bin/
env
python
#! /usr/bin/python
3
# encoding: utf-8
test_programs = {
+ 1
- 1
waf
View File
@@ -1,4 +1,4 @@
#!/usr/bin/
env
python
#!/usr/bin/python
3
# encoding: latin-1
# Thomas Nagy, 2005-2018
#
+ 1
- 1
wscript
View File
@@ -1,4 +1,4 @@
#! /usr/bin/
env
python
#! /usr/bin/python
3
# encoding: utf-8
from __future__ import print_function
Write
Preview
Loading…
Cancel
Save