Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
aports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
alpine
aports
Commits
ad72ed1e
Commit
ad72ed1e
authored
4 years ago
by
Leo
Browse files
Options
Downloads
Patches
Plain Diff
community/pulseaudio: use python3 in the pulseaudio-equalizer shebang
fixes
#11379
parent
4bf2ef3a
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
community/pulseaudio/APKBUILD
+3
-1
3 additions, 1 deletion
community/pulseaudio/APKBUILD
community/pulseaudio/python3.patch
+12
-0
12 additions, 0 deletions
community/pulseaudio/python3.patch
with
15 additions
and
1 deletion
community/pulseaudio/APKBUILD
+
3
−
1
View file @
ad72ed1e
...
...
@@ -5,7 +5,7 @@
# Maintainer: Leo <thinkabit.ukim@gmail.com>
pkgname
=
pulseaudio
pkgver
=
13.0
pkgrel
=
6
pkgrel
=
7
pkgdesc
=
"A featureful, general-purpose sound server"
url
=
"https://www.freedesktop.org/wiki/Software/PulseAudio/"
arch
=
"all"
...
...
@@ -61,6 +61,7 @@ subpackages="
install
=
"pulseaudio.post-install"
source
=
"https://freedesktop.org/software/pulseaudio/releases/pulseaudio-
$pkgver
.tar.xz
link-libintl.patch
python3.patch
$pkgname
.initd
$pkgname
.confd
"
...
...
@@ -234,5 +235,6 @@ equalizer() {
sha512sums
=
"d445b8ccd43029a0ca0e456fc9291a79d3434d6496ead7eb329ab348d5249235e8bde6cf2be68765d8f761452dbe1486fb10c739e40b1e67ed75787bbd24ac0c pulseaudio-13.0.tar.xz
126b66e8fd3e0b231beed987acf0f1aecb8a9da1c4d4591eb65a5d8d3e0561bd6b3652e2c3dc079350be4219df48a446a58c4539f7275edba941db846837baae link-libintl.patch
f45f4c9ddc75ff6a3ef42cc916bc11615b74fa1214502455d13a05c90acd3dcab652681bab1f768f7f02a863226a717bd63585c3405a9f58db40470b293d61d3 python3.patch
34fe54ece5df60ce63a7955cd828a2716670fef71f40960698ae5518fdaf9cd599f4d8f8852e2c88d715600a9ad06a38984415e5eb320071012e5eb6e5c1b8b1 pulseaudio.initd
75b54581591519d63a3362b155c0f9b0501a60763ab394693a456c44d0216138cf3a40bdd0f7442028663bc045e9ffee286f8f8eaf2ee3bb17379b43615fee0e pulseaudio.confd"
This diff is collapsed.
Click to expand it.
community/pulseaudio/python3.patch
0 → 100644
+
12
−
0
View file @
ad72ed1e
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
#
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment