diff options
author | orchidman <lesibel@free.fr> | 2011-10-07 00:25:54 +0200 |
---|---|---|
committer | orchidman <lesibel@free.fr> | 2011-10-07 00:25:54 +0200 |
commit | 8cf0e2fa383d3a42afc07c3284464a5e4614124e (patch) | |
tree | 74179d6374a11b334a607c5ab487fb108a91110e /extra/pulseaudio/Pkgfile | |
parent | 3baf50f8d244f98e2b046d2ec466cfdee60155ab (diff) | |
download | nutyx-extra-8cf0e2fa383d3a42afc07c3284464a5e4614124e.tar.gz nutyx-extra-8cf0e2fa383d3a42afc07c3284464a5e4614124e.tar.bz2 nutyx-extra-8cf0e2fa383d3a42afc07c3284464a5e4614124e.tar.xz nutyx-extra-8cf0e2fa383d3a42afc07c3284464a5e4614124e.zip |
pulseaudio 1.0-3 suppression patch
Diffstat (limited to 'extra/pulseaudio/Pkgfile')
-rw-r--r-- | extra/pulseaudio/Pkgfile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/extra/pulseaudio/Pkgfile b/extra/pulseaudio/Pkgfile index 7837136e3..20543fa79 100644 --- a/extra/pulseaudio/Pkgfile +++ b/extra/pulseaudio/Pkgfile @@ -7,20 +7,18 @@ name=pulseaudio version=1.0 -release=2 +release=3 source=(http://freedesktop.org/software/$name/releases/$name-$version.tar.xz pulseaudio.xinit pulseaudio.svg sound.conf configuration_resample_tweak.patch start_pulseaudio_earlier_with_Gnome.patch - NuTyX_config.patch - pulseaudio-version.patch) + NuTyX_config.patch) build() { cd $name-$version - patch -p1 < ../pulseaudio-version.patch patch -p1 < ../configuration_resample_tweak.patch patch -p1 < ../start_pulseaudio_earlier_with_Gnome.patch patch -p1 < ../NuTyX_config.patch |