[arch-commits] Commit in normalize/repos (extra-x86_64 extra-x86_64/PKGBUILD)
Eric Belanger
eric at archlinux.org
Thu Jul 24 01:25:51 UTC 2008
Date: Wednesday, July 23, 2008 @ 21:25:51
Author: eric
Revision: 6273
fixing svn conflict
Modified:
normalize/repos/extra-x86_64/ (properties)
normalize/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
Property changes on: normalize/repos/extra-x86_64
___________________________________________________________________
Name: svnmerge-integrated
- /normalize/trunk:1
+ /normalize/trunk:1-6272
Modified: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD 2008-07-24 01:20:58 UTC (rev 6272)
+++ extra-x86_64/PKGBUILD 2008-07-24 01:25:51 UTC (rev 6273)
@@ -1,25 +1,25 @@
# $Id$
-# Maintainer: dorphell <dorphell at archlinux.org>
+# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
# Contributor: Tom Newsom <Jeepster at gmx.co.uk>
-# NOTE: pacman -Rd xmms before compilation.
-
pkgname=normalize
pkgver=0.7.7
-pkgrel=1
+pkgrel=3
pkgdesc="normalize is a tool for adjusting the volume of WAV files to a standard level"
-arch=(i686 x86_64)
+arch=('i686' 'x86_64')
license=('GPL')
-depends=('audiofile' 'libmad')
+depends=('audiofile' 'libmad' 'vorbis-tools' 'lame' 'flac' 'mpg123')
source=(http://download.savannah.gnu.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
url="http://normalize.nongnu.org"
+md5sums=('1749b16fc7a08aa5d0cf9f76eeaa8436')
build() {
cd ${startdir}/src/${pkgname}-${pkgver}
./configure --prefix=/usr \
+ --mandir=/usr/share/man \
--with-audiofile \
--with-mad
make || return 1
- make prefix=${startdir}/pkg/usr install
+ make DESTDIR=${startdir}/pkg install
}
-md5sums=('1749b16fc7a08aa5d0cf9f76eeaa8436')
+
More information about the arch-commits
mailing list