[arch-commits] Commit in normalize/repos (extra-i686 extra-i686/PKGBUILD)

Giovanni Scafora giovanni at archlinux.org
Wed Jul 23 20:12:42 UTC 2008


    Date: Wednesday, July 23, 2008 @ 16:12:41
  Author: giovanni
Revision: 6103

Merged revisions 6102 via svnmerge from 
svn+ssh://archlinux.org/home/svn-packages/normalize/trunk

................
  r6102 | giovanni | 2008-07-23 22:10:36 +0200 (mer, 23 lug 2008) | 9 lines
  
  Merged revisions 2-6101 via svnmerge from 
  svn+ssh://archlinux.org/home/svn-packages/normalize/trunk
  
  ........
    r356 | aaron | 2008-04-19 00:56:27 +0200 (sab, 19 apr 2008) | 1 line
    
    Added svn:keywords to all PKGBUILDs
  ........
................

Modified:
  normalize/repos/extra-i686/	(properties)
  normalize/repos/extra-i686/PKGBUILD

----------+
 PKGBUILD |   14 ++++++++------
 1 file changed, 8 insertions(+), 6 deletions(-)


Property changes on: normalize/repos/extra-i686
___________________________________________________________________
Name: svnmerge-integrated
   - /normalize/trunk:1-6101
   + /normalize/trunk:1-6102

Modified: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2008-07-23 20:10:36 UTC (rev 6102)
+++ extra-i686/PKGBUILD	2008-07-23 20:12:41 UTC (rev 6103)
@@ -1,22 +1,24 @@
 # $Id$
-# Maintainer: dorphell <dorphell at archlinux.org>
+# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
 # Contributor: Tom Newsom <Jeepster at gmx.co.uk>
+
 pkgname=normalize
 pkgver=0.7.7
-pkgrel=1
+pkgrel=2
 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=('xmms' '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