[arch-commits] Commit in audacity/trunk (ChangeLog PKGBUILD)
Eric BĂ©langer
eric at archlinux.org
Fri Dec 4 06:18:11 UTC 2009
Date: Friday, December 4, 2009 @ 01:18:10
Author: eric
Revision: 60364
upgpkg: audacity 1.3.10-1
Upstream update
Modified:
audacity/trunk/ChangeLog
audacity/trunk/PKGBUILD
-----------+
ChangeLog | 7 ++++++-
PKGBUILD | 9 +++------
2 files changed, 9 insertions(+), 7 deletions(-)
Modified: ChangeLog
===================================================================
--- ChangeLog 2009-12-04 05:27:42 UTC (rev 60363)
+++ ChangeLog 2009-12-04 06:18:10 UTC (rev 60364)
@@ -1,3 +1,8 @@
+2009-12-03 Eric Belanger <eric at archlinux.org>
+
+ * audacity 1.3.10-1
+ * Upstream update
+
2009-09-02 Eric Belanger <eric at archlinux.org>
* audacity 1.3.9-1
@@ -3,5 +8,5 @@
* Upstream update
* Fixed icon location
-
+
2009-07-17 Eric Belanger <eric at archlinux.org>
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2009-12-04 05:27:42 UTC (rev 60363)
+++ PKGBUILD 2009-12-04 06:18:10 UTC (rev 60364)
@@ -4,7 +4,7 @@
# Contributor: dorphell <dorphell at archlinux.org>
pkgname=audacity
-pkgver=1.3.9
+pkgver=1.3.10
pkgrel=1
pkgdesc="A program that lets you manipulate digital audio waveforms"
arch=('i686' 'x86_64')
@@ -16,8 +16,8 @@
options=('!makeflags')
install=audacity.install
source=(http://audacity.googlecode.com/files/${pkgname}-minsrc-${pkgver}.tar.bz2)
-md5sums=('0f2bc8971c6e2c4d39457c28aea16b5c')
-sha1sums=('77330b3bb70070001262f6e3c7d74a1d94c93c5e')
+md5sums=('ffa698188e2e8f48c499268a478c579c')
+sha1sums=('f321f4abec9c282a213685e0189de2d5740a795c')
build() {
cd "${srcdir}/${pkgname}-src-${pkgver}"
@@ -32,7 +32,4 @@
--enable-unicode --without-taglib || return 1
make || return 1
make DESTDIR="${pkgdir}" install || return 1
-
- install -d "${pkgdir}/usr/share/pixmaps"
- ln -s /usr/share/audacity/audacity.xpm "${pkgdir}/usr/share/pixmaps/audacity.xpm" || return 1
}
More information about the arch-commits
mailing list