[arch-commits] Commit in alsa-utils/trunk (PKGBUILD alsaconf.patch)

Tobias Powalowski tpowa at archlinux.org
Fri Mar 2 07:35:55 UTC 2012


    Date: Friday, March 2, 2012 @ 02:35:55
  Author: tpowa
Revision: 151748

upgpkg: alsa-utils 1.0.25-2

remove obsolete alsaconf

Modified:
  alsa-utils/trunk/PKGBUILD
Deleted:
  alsa-utils/trunk/alsaconf.patch

----------------+
 PKGBUILD       |    7 ++-----
 alsaconf.patch |   32 --------------------------------
 2 files changed, 2 insertions(+), 37 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-03-01 23:59:08 UTC (rev 151747)
+++ PKGBUILD	2012-03-02 07:35:55 UTC (rev 151748)
@@ -4,7 +4,7 @@
 
 pkgname=alsa-utils
 pkgver=1.0.25
-pkgrel=1
+pkgrel=2
 pkgdesc="An alternative implementation of Linux sound support"
 arch=('i686' 'x86_64')
 url="http://www.alsa-project.org"
@@ -14,15 +14,13 @@
 license=('GPL')
 source=(ftp://ftp.alsa-project.org/pub/utils/$pkgname-${pkgver}.tar.bz2
         alsa
-        alsaconf.patch
         alsa.conf.d
         90alsa)
 backup=(etc/conf.d/alsa)
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
-  patch -Np1 -i ../alsaconf.patch
-  ./configure --prefix=/usr --with-systemdsystemunitdir=/lib/systemd/system
+  ./configure --prefix=/usr --disable-alsaconf --with-systemdsystemunitdir=/lib/systemd/system
   make
 }
 
@@ -37,6 +35,5 @@
 }
 md5sums=('f81f9dcb9a014fd32cb3a70066a5b9a9'
          '2ba1a1cbf653bf1a69f8a720fd6549da'
-         '7521bf20f5b3501a510ec4462ae4a934'
          '4c8ae9f976c7df5e271a4cb91ccc7767'
          '529216f6a46e61a546640e08ea7a0879')

Deleted: alsaconf.patch
===================================================================
--- alsaconf.patch	2012-03-01 23:59:08 UTC (rev 151747)
+++ alsaconf.patch	2012-03-02 07:35:55 UTC (rev 151748)
@@ -1,32 +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; then
-+  distribution="arch"
- elif [ -f /etc/slackware-version -o -f /etc/slamd64-version ]; then
-   distribution="slackware"
- else
-@@ -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
---- alsa-utils-1.0.9a-orig/alsaconf/alsaconf.in	2010-01-03 19:44:08.000000000 +0100
-+++ alsa-utils-1.0.9a-orig/alsaconf/alsaconf.in	2010-01-03 19:44:08.000000000 +0100
-@@ -315,7 +315,7 @@
- 	3.[789]*)
- 	  ;;
- 	*)
--	  cfgout="/etc/modprobe.d/sound"
-+	  cfgout="/etc/modprobe.d/sound.conf"
- 	  cfgoldout=""
- 	  ;;
- 	esac




More information about the arch-commits mailing list