[arch-commits] Commit in mpg123/repos (3 files)

Eric Belanger eric at archlinux.org
Fri May 23 23:39:24 UTC 2008


    Date: Friday, May 23, 2008 @ 19:39:24
  Author: eric
Revision: 1934

Merged revisions 246-1933 via svnmerge from 
svn+ssh://svn.archlinux.org/home/svn-packages/mpg123/trunk

........
  r356 | aaron | 2008-04-18 18:56:27 -0400 (Fri, 18 Apr 2008) | 1 line
  
  Added svn:keywords to all PKGBUILDs
........
  r1932 | eric | 2008-05-23 19:24:41 -0400 (Fri, 23 May 2008) | 2 lines
  
  upgpkg: mpg123 1.4.3-1
      upstream update
........

Modified:
  mpg123/repos/extra-i686/	(properties)
  mpg123/repos/extra-i686/ChangeLog
  mpg123/repos/extra-i686/PKGBUILD

-----------+
 ChangeLog |    5 +++++
 PKGBUILD  |   10 +++++-----
 2 files changed, 10 insertions(+), 5 deletions(-)


Property changes on: mpg123/repos/extra-i686
___________________________________________________________________
Name: svnmerge-integrated
   - /mpg123/trunk:1-245
   + /mpg123/trunk:1-1933

Modified: extra-i686/ChangeLog
===================================================================
--- extra-i686/ChangeLog	2008-05-23 23:24:53 UTC (rev 1933)
+++ extra-i686/ChangeLog	2008-05-23 23:39:24 UTC (rev 1934)
@@ -1,3 +1,8 @@
+2008-05-23  Eric Belanger  <eric at archlinux.org>
+
+	* mpg123 1.4.3-1
+	* Upstream update
+
 2008-04-13  Eric Belanger  <eric at archlinux.org>
 
 	* mpg123 1.4.1-1

Modified: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2008-05-23 23:24:53 UTC (rev 1933)
+++ extra-i686/PKGBUILD	2008-05-23 23:39:24 UTC (rev 1934)
@@ -3,7 +3,7 @@
 # Contributor: William Rea <sillywilly at gmail.com>
 
 pkgname=mpg123
-pkgver=1.4.1
+pkgver=1.4.3
 pkgrel=1
 pkgdesc="A console based real time MPEG Audio Player for Layer 1, 2 and 3"
 arch=('i686' 'x86_64')
@@ -17,12 +17,12 @@
 replaces=('mpg321')
 options=('libtool')
 source=(http://downloads.sourceforge.net/sourceforge/mpg123/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('df541f2daf1e8c356b52be2edb2ad10b')
-sha1sums=('b9a89cba45652d013262c7744edc1f07b16203d5')
+md5sums=('29a3a7e725353ef91d2ffc7d645ff6a3')
+sha1sums=('0bc78ab50908228692c283ac03f164e05c406117')
 
 build() {
   cd ${startdir}/src/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --with-audio="alsa esd sdl"
+  ./configure --prefix=/usr --with-audio="alsa esd sdl" || return 1
   make || return 1
-  make DESTDIR=${startdir}/pkg install
+  make DESTDIR=${startdir}/pkg install || return 1
 }





More information about the arch-commits mailing list