summaryrefslogtreecommitdiff
path: root/extra/alsa-utils
diff options
context:
space:
mode:
authorNicolas Reynolds <fauno@kiwwwi.com.ar>2011-08-09 09:29:16 -0300
committerNicolas Reynolds <fauno@kiwwwi.com.ar>2011-08-09 09:29:16 -0300
commitbf27698570c0232bdabb1f9d4636e13829648264 (patch)
treec5f6187b28bd8e011583c4d24979054af2136839 /extra/alsa-utils
parent8b82a3250aa4e181b97e7faeb055a00e718bdadb (diff)
parent2b6f5a28e2e55b46c1169228e1e56f3b18dd08b5 (diff)
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts: community/open-vm-tools-modules/PKGBUILD community/virtualbox/PKGBUILD core/lilo/PKGBUILD core/lilo/lilo.conf core/pam/PKGBUILD core/syslinux/PKGBUILD core/syslinux/syslinux.cfg extra/ethtool/PKGBUILD extra/libksba/PKGBUILD extra/lirc/PKGBUILD
Diffstat (limited to 'extra/alsa-utils')
-rw-r--r--extra/alsa-utils/PKGBUILD16
1 files changed, 8 insertions, 8 deletions
diff --git a/extra/alsa-utils/PKGBUILD b/extra/alsa-utils/PKGBUILD
index 291bb5767..8b94b8949 100644
--- a/extra/alsa-utils/PKGBUILD
+++ b/extra/alsa-utils/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 110704 2011-02-21 18:04:49Z tpowa $
+# $Id: PKGBUILD 134698 2011-08-07 16:20:42Z dreisner $
# Maintainer: Tobias Powalowski <tpowa@archlinux.org>
# Contributor: judd <jvinet@zeroflux.org>
pkgname=alsa-utils
pkgver=1.0.24.2
-pkgrel=1
+pkgrel=2
pkgdesc="An alternative implementation of Linux sound support"
arch=('i686' 'x86_64' 'mips64el')
url="http://www.alsa-project.org"
@@ -18,11 +18,16 @@ source=(ftp://ftp.alsa-project.org/pub/utils/$pkgname-${pkgver}.tar.bz2
alsa.conf.d
90alsa)
backup=(etc/conf.d/alsa)
+md5sums=('8238cd57cb301d1c36bcf0ecb59ce6b2'
+ '2ba1a1cbf653bf1a69f8a720fd6549da'
+ '62ebef77d5617d0036012cc541dcf23c'
+ '4c8ae9f976c7df5e271a4cb91ccc7767'
+ '529216f6a46e61a546640e08ea7a0879')
build() {
cd ${srcdir}/${pkgname}-${pkgver}
patch -Np1 -i ../alsaconf.patch
- ./configure --prefix=/usr
+ ./configure --prefix=/usr --with-systemdsystemunitdir=/lib/systemd/system
make
}
@@ -35,8 +40,3 @@ package() {
# dir where to save ALSA state
install -d ${pkgdir}/var/lib/alsa
}
-md5sums=('8238cd57cb301d1c36bcf0ecb59ce6b2'
- '2ba1a1cbf653bf1a69f8a720fd6549da'
- '62ebef77d5617d0036012cc541dcf23c'
- '4c8ae9f976c7df5e271a4cb91ccc7767'
- '529216f6a46e61a546640e08ea7a0879')