diff options
Diffstat (limited to 'community/mhwaveedit/PKGBUILD')
-rw-r--r-- | community/mhwaveedit/PKGBUILD | 15 |
1 files changed, 6 insertions, 9 deletions
diff --git a/community/mhwaveedit/PKGBUILD b/community/mhwaveedit/PKGBUILD index ec834de0a..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." -arch=('i686' 'x86_64' 'mips64el') +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') |