summaryrefslogtreecommitdiff
path: root/community/mhwaveedit
diff options
context:
space:
mode:
authorroot <root@rshg047.dnsready.net>2011-05-31 22:46:59 +0000
committerroot <root@rshg047.dnsready.net>2011-05-31 22:46:59 +0000
commitc40a217db5f63be3aa88a32ad77ec93efb40d95c (patch)
treebb98d36456ecf48105be6f0bd57c480eb8f32619 /community/mhwaveedit
parenta422536e1ba326bff507ba81859c784a135d1804 (diff)
Tue May 31 22:46:59 UTC 2011
Diffstat (limited to 'community/mhwaveedit')
-rw-r--r--community/mhwaveedit/PKGBUILD13
1 files changed, 5 insertions, 8 deletions
diff --git a/community/mhwaveedit/PKGBUILD b/community/mhwaveedit/PKGBUILD
index 83a9a86f2..ce2e82aea 100644
--- a/community/mhwaveedit/PKGBUILD
+++ b/community/mhwaveedit/PKGBUILD
@@ -1,22 +1,18 @@
-# $Id $
# Maintainer: Loui Chang <louipc.ist@gmail.com>
-# Contributor: Andrea Scarpino <bash.lnx@gmail.com>
# Contributor: Robert Emil Berge <robert@rebi.no>
pkgname=mhwaveedit
-pkgver=1.4.20
-pkgrel=2
-pkgdesc="A graphical program for editing, playing and recording sound files."
+pkgver=1.4.21
+pkgrel=1
+pkgdesc="A graphical program for editing, playing and recording sound files"
arch=('i686' 'x86_64')
url="http://gna.org/projects/mhwaveedit"
license=('GPL')
-depends=('libsamplerate' 'gtk2' 'jack')
+depends=('libsamplerate' 'libpulse' 'gtk2' 'jack')
source=(http://download.gna.org/$pkgname/$pkgname-$pkgver.tar.bz2)
-md5sums=('979ac5776a57268aed0afa74d50c70a2')
build() {
cd $srcdir/$pkgname-$pkgver
- sed -i "s|Icon=mhwaveedit.xpm|Icon=mhwaveedit|" share/applications/mhwaveedit.desktop
./configure --without-check-casts --without-arts --without-esound \
--without-portaudio --without-sun --without-sdl --prefix=/usr
make
@@ -26,3 +22,4 @@ package() {
cd $srcdir/$pkgname-$pkgver
make DESTDIR=$pkgdir install
}
+md5sums=('02d4dddcb19731ff1fca961ed7d507dc')