extra/audacity to 2.0.4-1

This commit is contained in:
Kevin Mihelich 2013-09-08 20:04:54 +00:00
parent 6aa3ad30f2
commit 932252e9c6
2 changed files with 8 additions and 8 deletions

View file

@ -5,8 +5,8 @@
# - added --disable-sse to configure
pkgname=audacity
pkgver=2.0.3
pkgrel=2
pkgver=2.0.4
pkgrel=1
pkgdesc="A program that lets you manipulate digital audio waveforms"
arch=('i686' 'x86_64')
url="http://audacity.sourceforge.net/"
@ -17,16 +17,16 @@ makedepends=('cmake')
options=('!makeflags')
install=audacity.install
source=(http://audacity.googlecode.com/files/${pkgname}-minsrc-${pkgver}.tar.xz)
sha1sums=('72e634711fb96aac9df445e75e16e12e00c047e6')
sha1sums=('4c1a42137cef598e3d83829ca7c22dba62d215be')
build() {
cd "${srcdir}/${pkgname}-src-${pkgver}"
cd ${pkgname}-src-${pkgver}
PKG_CONFIG_PATH+="/usr/lib/ffmpeg-compat/pkgconfig" \
./configure --prefix=/usr --docdir=/usr/share/doc/audacity --disable-sse
./configure --prefix=/usr --disable-sse
make
}
package() {
cd "${srcdir}/${pkgname}-src-${pkgver}"
cd ${pkgname}-src-${pkgver}
make DESTDIR="${pkgdir}" install
}

View file

@ -5,9 +5,9 @@ post_install() {
}
post_upgrade() {
post_install $1
post_install
}
post_remove() {
post_install $1
post_install
}