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

Andrea Scarpino andrea at archlinux.org
Sat Apr 10 16:02:28 UTC 2010


    Date: Saturday, April 10, 2010 @ 12:02:28
  Author: andrea
Revision: 77066

upgpkg: audacity 1.3.12-1
upstream release

Modified:
  audacity/trunk/ChangeLog
  audacity/trunk/PKGBUILD

-----------+
 ChangeLog |    5 +++++
 PKGBUILD  |   15 +++++++++------
 2 files changed, 14 insertions(+), 6 deletions(-)

Modified: ChangeLog
===================================================================
--- ChangeLog	2010-04-10 16:00:14 UTC (rev 77065)
+++ ChangeLog	2010-04-10 16:02:28 UTC (rev 77066)
@@ -1,3 +1,8 @@
+2010-04-10  Andrea Scarpino <andrea at archlinux.org>
+
+	* audacity 1.3.12-1
+	* Upstream update
+
 2010-01-23  Eric Belanger  <eric at archlinux.org>
 
 	* audacity 1.3.11-1

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-04-10 16:00:14 UTC (rev 77065)
+++ PKGBUILD	2010-04-10 16:02:28 UTC (rev 77066)
@@ -4,20 +4,19 @@
 # Contributor: dorphell <dorphell at archlinux.org>
 
 pkgname=audacity
-pkgver=1.3.11
+pkgver=1.3.12
 pkgrel=1
 pkgdesc="A program that lets you manipulate digital audio waveforms"
 arch=('i686' 'x86_64')
 url="http://audacity.sourceforge.net/"
 license=('GPL')
 depends=('libvorbis' 'libmad' 'libid3tag' 'wxgtk' 'libsamplerate' \
-         'lame' 'shared-mime-info' 'desktop-file-utils' 'redland' 'jack-audio-connection-kit')
+         'lame' 'shared-mime-info' 'desktop-file-utils' 'redland' 'jack')
 makedepends=('zip' 'python' 'pkgconfig' 'soundtouch')
 options=('!makeflags')
-install=audacity.install
-source=(http://audacity.googlecode.com/files/${pkgname}-minsrc-${pkgver}.tar.bz2)
-md5sums=('670937c483fb5273ceff9e38a82db55f')
-sha1sums=('7e08f82c36d118758c12b056cbe70f6490681d4f')
+install=${pkgname}.install
+source=(http://audacity.googlecode.com/files/${pkgname}-minsrc-${pkgver}-beta.tar.bz2)
+md5sums=('76996fec67181ca82ba191e012518b57')
 
 build() {
   cd "${srcdir}/${pkgname}-src-${pkgver}-beta"
@@ -31,5 +30,9 @@
      --with-libsndfile=system --with-soundtouch \
      --enable-unicode --without-taglib || return 1
   make || return 1
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-src-${pkgver}-beta"
   make DESTDIR="${pkgdir}" install || return 1
 }




More information about the arch-commits mailing list