[arch-commits] Commit in qemu/trunk (PKGBUILD)

Tobias Powalowski tpowa at archlinux.org
Tue May 17 13:07:00 UTC 2011


    Date: Tuesday, May 17, 2011 @ 09:06:59
  Author: tpowa
Revision: 124178

upgpkg: qemu 0.14.1-1
bump to latest version, fixed stripping, added hda sound

Modified:
  qemu/trunk/PKGBUILD

----------+
 PKGBUILD |   15 ++++++++++++---
 1 file changed, 12 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-05-17 12:45:30 UTC (rev 124177)
+++ PKGBUILD	2011-05-17 13:06:59 UTC (rev 124178)
@@ -1,7 +1,7 @@
 # $Id$
 # Maintainer: Tobias Powalowski <tpowa at archlinux.org>
 pkgname=qemu
-pkgver=0.14.0
+pkgver=0.14.1
 pkgrel=1
 pkgdesc="QEMU is a generic and open source processor emulator which achieves a good emulation speed by using dynamic translation."
 arch=('i686' 'x86_64')
@@ -13,13 +13,14 @@
 install=qemu.install
 source=(http://savannah.nongnu.org/download/${pkgname}/${pkgname}-${pkgver}.tar.gz
         65-kvm.rules)
+options=(!strip)
 
 build()
 {
   cd ${srcdir}/${pkgname}-${pkgver}
   sed -i -e 's/lib64/lib/g' x86_64.ld
   ./configure --prefix=/usr --sysconfdir=/etc --audio-drv-list=oss,alsa,sdl,esd \
-              --audio-card-list=ac97,sb16,es1370,adlib \
+              --audio-card-list=ac97,sb16,es1370,hda \
               --enable-docs \
               --kerneldir="/usr/src/linux-$(uname -r)"
               make
@@ -30,6 +31,14 @@
   make DESTDIR=${pkgdir} install
   install -D -m644 ${srcdir}/65-kvm.rules \
                    ${pkgdir}/lib/udev/rules.d/65-kvm.rules
+  # strip scripts directory
+    find ${pkgdir}/usr/src/linux-${_kernver}/scripts  -type f -perm -u+w 2>/dev/null | while read binary ; do
+      case "$(file -bi "$binary")" in
+        *application/x-executable*) # Binaries
+        /usr/bin/strip $STRIP_BINARIES "$binary";;
+      esac
+    done
+
 }
-md5sums=('f9d145d5c09de9f0984ffe9bd1229970'
+md5sums=('b6c713a8db638e173af53a62d5178640'
          'b316a066d2f1bb57d8f5b7ea1d0d1caf')




More information about the arch-commits mailing list