[arch-commits] Commit in alsaplayer/repos (3 files)
Eric Bélanger
eric at archlinux.org
Tue Feb 24 01:14:35 UTC 2009
Date: Monday, February 23, 2009 @ 20:14:35
Author: eric
Revision: 27625
Merged revisions 27624 via svnmerge from
svn+ssh://svn.archlinux.org/srv/svn-packages/alsaplayer/trunk
........
r27624 | eric | 2009-02-23 20:14:13 -0500 (Mon, 23 Feb 2009) | 2 lines
upgpkg: alsaplayer 0.99.80-2
Added gtk2 GUI (close FS#13372), Moved depends to optdepends, Added ChangeLog
........
Added:
alsaplayer/repos/extra-x86_64/ChangeLog
(from rev 27624, alsaplayer/trunk/ChangeLog)
Modified:
alsaplayer/repos/extra-x86_64/ (properties)
alsaplayer/repos/extra-x86_64/PKGBUILD
-----------+
ChangeLog | 6 ++++++
PKGBUILD | 20 ++++++++++++++------
2 files changed, 20 insertions(+), 6 deletions(-)
Property changes on: alsaplayer/repos/extra-x86_64
___________________________________________________________________
Modified: svnmerge-integrated
- /alsaplayer/trunk:1-26279
+ /alsaplayer/trunk:1-27624
Copied: alsaplayer/repos/extra-x86_64/ChangeLog (from rev 27624, alsaplayer/trunk/ChangeLog)
===================================================================
--- extra-x86_64/ChangeLog (rev 0)
+++ extra-x86_64/ChangeLog 2009-02-24 01:14:35 UTC (rev 27625)
@@ -0,0 +1,6 @@
+2009-02-23 Eric Belanger <eric at archlinux.org>
+
+ * alsaplayer 0.99.80-2
+ * Added gtk2 GUI (close FS#13372)
+ * Moved depends to optdepends
+ * Added ChangeLog
Modified: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD 2009-02-24 01:14:13 UTC (rev 27624)
+++ extra-x86_64/PKGBUILD 2009-02-24 01:14:35 UTC (rev 27625)
@@ -4,23 +4,31 @@
pkgname=alsaplayer
pkgver=0.99.80
-pkgrel=1
+pkgrel=2
pkgdesc="A heavily multi-threaded PCM player that tries to excercise the ALSA library and driver quite a bit."
arch=('i686' 'x86_64')
url="http://www.alsaplayer.org/"
license=('GPL')
-depends=('gtk' 'libid3tag' 'libvorbis' 'libmad' 'libmikmod' 'jack-audio-connection-kit>=0.102.20-2' 'esound' 'gcc-libs')
+depends=('gcc-libs')
+makedepends=('gtk2' 'libid3tag' 'libvorbis' 'libmad' 'libmikmod' 'jack-audio-connection-kit' 'esound')
+optdepends=('gtk2: for the gtk2 GUI interface' \
+ 'esound: for ESD audio server output support' \
+ 'jack-audio-connection-kit: for JACK audio server output support' \
+ 'audiofile: for support of various audio formats like AIFF, WAVE, .snd/.au' \
+ 'libid3tag and flac: for flac support' 'libmad: for MPEG support' \
+ 'libsndfile: for sndfile support' 'libvorbis: for ogg vorbis support' \
+ 'libmikmod: for mod, s3m, it and xm formats supports')
options=('!libtool')
source=(http://www.alsaplayer.org/${pkgname}-${pkgver}.tar.bz2 gcc.diff)
md5sums=('04f8c2321a37d15f40f9ee21251c6202' '0c1790e4744d9b085208436f5442efe0')
sha1sums=('883d590b01371840024b5a8bf0fe95b464a2ccd1' '684ac4ea9f58e63da7f4c9518196128714575066')
build() {
- cd ${startdir}/src/${pkgname}-${pkgver}
+ cd ${srcdir}/${pkgname}-${pkgver}
patch -p0 < ../gcc.diff || return 1
./configure --prefix=/usr --enable-esd \
- --disable-opengl --enable-gtk --enable-jack \
- --disable-gtk2 --enable-audiofile || return 1
+ --disable-opengl --disable-gtk --enable-jack \
+ --enable-gtk2 --enable-audiofile || return 1
make || return 1
- make DESTDIR=${startdir}/pkg install || return 1
+ make DESTDIR=${pkgdir} install || return 1
}
More information about the arch-commits
mailing list