diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2009-07-24 08:01:31 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2009-07-24 08:01:31 +0000 |
commit | b70981b68efcce5256eb11c6cd26ae123b10b6ea (patch) | |
tree | a38be6efae5e2ba15c2e839504632f9b7bfd5f91 /extra/aumix/aumix-2.8-mute.patch | |
parent | 2b4df81538b8398442d5296650905c70341dd8d3 (diff) | |
download | aports-b70981b68efcce5256eb11c6cd26ae123b10b6ea.tar.bz2 aports-b70981b68efcce5256eb11c6cd26ae123b10b6ea.tar.xz |
moved extra/* to main/
and fixed misc build issues
Diffstat (limited to 'extra/aumix/aumix-2.8-mute.patch')
-rw-r--r-- | extra/aumix/aumix-2.8-mute.patch | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/extra/aumix/aumix-2.8-mute.patch b/extra/aumix/aumix-2.8-mute.patch deleted file mode 100644 index 8a32fd5b9b..0000000000 --- a/extra/aumix/aumix-2.8-mute.patch +++ /dev/null @@ -1,16 +0,0 @@ -Fix mute script: save volume and then set it to 0 instead of saving it directly -to 0. Bug #122087. -Index: aumix-2.8/src/mute -=================================================================== ---- aumix-2.8.orig/src/mute -+++ aumix-2.8/src/mute -@@ -8,7 +8,8 @@ - volumes=$(aumix -vq |tr -d ,) - if [ $(echo $volumes | awk '{print $2}') -ne 0 -o \ - $(echo $volumes | awk '{print $3}') -ne 0 ]; then -- aumix -S -v 0 -+ aumix -S -+ aumix -v 0 - else - aumix -L > /dev/null - fi |