From c9ce0a79a7f64e2df32e1e75feafb4a68b0de030 Mon Sep 17 00:00:00 2001 From: tnut Date: Thu, 14 Oct 2010 09:12:46 +0200 Subject: alsa-utils, port nettoyé MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- extra/alsa-utils/Pkgfile | 2 +- extra/alsa-utils/alsaconf.patch | 22 ---------------------- 2 files changed, 1 insertion(+), 23 deletions(-) delete mode 100644 extra/alsa-utils/alsaconf.patch (limited to 'extra') diff --git a/extra/alsa-utils/Pkgfile b/extra/alsa-utils/Pkgfile index 361d2d17f..978723da2 100755 --- a/extra/alsa-utils/Pkgfile +++ b/extra/alsa-utils/Pkgfile @@ -8,7 +8,7 @@ name=alsa-utils version=1.0.22 release=1 source=(ftp://ftp.alsa-project.org/pub/utils/$name-$version.tar.bz2 \ - 40-alsa.rules \ + http://nutyx.meticul.eu/files/patchs/$name/40-alsa.rules \ http://www.linuxfromscratch.org/patches/blfs/svn/alsa-utils-1.0.21-no_xmlto-1.patch) build() { diff --git a/extra/alsa-utils/alsaconf.patch b/extra/alsa-utils/alsaconf.patch deleted file mode 100644 index fbbd0c5ce..000000000 --- a/extra/alsa-utils/alsaconf.patch +++ /dev/null @@ -1,22 +0,0 @@ -diff -Naur alsa-utils-1.0.9a-orig/alsaconf/alsaconf.in alsa-utils-1.0.9a/alsaconf/alsaconf.in ---- alsa-utils-1.0.9a-orig/alsaconf/alsaconf.in 2005-03-24 00:24:52.000000000 -0800 -+++ alsa-utils-1.0.9a/alsaconf/alsaconf.in 2005-07-18 09:25:02.000000000 -0700 -@@ -58,6 +58,8 @@ - distribution="redhat" - elif test -f /etc/fedora-release && grep -q "Fedora" /etc/fedora-release; then - distribution="fedora" -+elif test -f /etc/arch-release && grep -q "Arch" /etc/arch-release; then -+ distribution="arch" - else - distribution="unknown" - fi -@@ -382,6 +384,8 @@ - rcalsasound=/etc/rc.d/init.d/alsasound - elif [ -x /etc/init.d/alsa ]; then - rcalsasound=/etc/init.d/alsa -+elif [ -x /etc/rc.d/alsa ]; then -+ rcalsasound=/etc/rc.d/alsa - else - rcalsasound=rcalsasound - fi - -- cgit v1.2.3-54-g00ecf